Fetch Item With ID
GET/v1/items/:idClick to copy
Use this endpoint to retrieve the details of a specific item using the Item_id.
Is this page helpful?
Curl
change language
change language
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2- X GET https://api.razorpay.com/v1/items/item_7Oxp4hmm6T4SCn \
Success
Failure
1{2"id": "item_7Oxp4hmm6T4SCn",3"active": true,4"name": "Book / English August",5"description": "A unique story, Booker prize winner.",6"amount": 20000,7"unit_amount": 20000,8"currency": "",9"type": "invoice",10"unit": null,11"tax_inclusive": false,12"hsn_code": null,13"sac_code": null,14"tax_rate": null,15"tax_id": null,16"tax_group_id": null,17"created_at": 164984379618}
Path Parameters
id *
stringThe unique identifier of the item whose details are to be fetched.
Response Parameters
idstringThe unique identifier of the item.
activebooleanIndicates the status of the item. Possible values:
- true (default): Item is in active state.
- false: Item is in inactive state.
namestringThe name of the item.
descriptionstringA text description about the item.
amountintegerThe price of the item.
unit_amountintegerThe per unit billing amount for each individual unit.
currencystringThe currency in which the amount should be charged.
typestring Here, it must be invoice.
unitintegerThe number of units of the item billed in the invoice.
tax_inclusivebooleanIndicates whether the base amount includes tax.
true: The base amount includes tax.false: The base amount does not include tax. By default, the value is set tofalse.
hsn_codeintegerThe 8-digit code used to classify the product as per the Harmonised System of Nomenclature.
sac_codeintegerThe 6-digit code used to classify the service as per the Services Accounting Code.
tax_ratestringThe percentage at which an individual or a corporation is taxed.
tax_idstringThe identification number that gets displayed on invoices issued to the customer.
tax_group_idstringThe identification number for the tax group. A tax group is a collection of taxes that can be applied as a single set of rules.
created_atinteger Unix timestamp, at which the item was created. For example, 1649843796.
Errors
The API <key/secret> provided is invalid.
Error Status: 4xx
The API key or secret are not entered or an invalid API key is used.
Solution
The id provided does not exist.
Error Status: 400
The invoice id entered is either invalid or does not belong to the requester account.
Solution
no Route matched with those values
Error Status: 400
This happens when the lenght of the id is incorrect.
Solution
Fetch Item With ID
GET/v1/items/:idClick to copy
Use this endpoint to retrieve the details of a specific item using the Item_id.
Is this page helpful?
Path Parameters
id *
stringThe unique identifier of the item whose details are to be fetched.
Response Parameters
idstringThe unique identifier of the item.
activebooleanIndicates the status of the item. Possible values:
- true (default): Item is in active state.
- false: Item is in inactive state.
namestringThe name of the item.
descriptionstringA text description about the item.
amountintegerThe price of the item.
unit_amountintegerThe per unit billing amount for each individual unit.
currencystringThe currency in which the amount should be charged.
typestring Here, it must be invoice.
unitintegerThe number of units of the item billed in the invoice.
tax_inclusivebooleanIndicates whether the base amount includes tax.
true: The base amount includes tax.false: The base amount does not include tax. By default, the value is set tofalse.
hsn_codeintegerThe 8-digit code used to classify the product as per the Harmonised System of Nomenclature.
sac_codeintegerThe 6-digit code used to classify the service as per the Services Accounting Code.
tax_ratestringThe percentage at which an individual or a corporation is taxed.
tax_idstringThe identification number that gets displayed on invoices issued to the customer.
tax_group_idstringThe identification number for the tax group. A tax group is a collection of taxes that can be applied as a single set of rules.
created_atinteger Unix timestamp, at which the item was created. For example, 1649843796.
Errors
The API <key/secret> provided is invalid.
Error Status: 4xx
The API key or secret are not entered or an invalid API key is used.
Solution
The id provided does not exist.
Error Status: 400
The invoice id entered is either invalid or does not belong to the requester account.
Solution
no Route matched with those values
Error Status: 400
This happens when the lenght of the id is incorrect.
Solution
Curl
change language
change language
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2- X GET https://api.razorpay.com/v1/items/item_7Oxp4hmm6T4SCn \
Success
Failure
1{2"id": "item_7Oxp4hmm6T4SCn",3"active": true,4"name": "Book / English August",5"description": "A unique story, Booker prize winner.",6"amount": 20000,7"unit_amount": 20000,8"currency": "",9"type": "invoice",10"unit": null,11"tax_inclusive": false,12"hsn_code": null,13"sac_code": null,14"tax_rate": null,15"tax_id": null,16"tax_group_id": null,17"created_at": 164984379618}