Items are products or services that you bill customers for by adding them to an invoice. You can create an item using APIs. When an item is created, it will appear on the list of items in the Dashboard.
Handy Tips
If your business requires you to create custom items, you can create pre-defined item templates beforehand and use these later as line items.
You can try out our APIs on the Razorpay Postman Public Workspace.
Once an item is created, it will appear on the list of created item and also in the drop-down menu
at the time of invoice creation. You can also edit the details of a created item by going to the
list of items and clicking on a specific item.
integer Timestamp, in seconds, from when items are to be fetched.
to
integer Timestamp, in seconds, till when items are to be fetched.
count
integer Number of items to be fetched. Default value is 10. Maximum value is 100. This can be used for pagination, in combination with the skip parameter.
skip
integer Number of records to be skipped while fetching the items.
active
integer Fetches number of active or inactive items. The value is 1 for active items and 0 for inactive items.