Add Item to Catalog
Adds products and services to an entrypoint’s catalog. These are used as line items for invoicing and transactions. In the response, “responseData” displays the item’s code.
POST
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Headers
A unique ID you can include to prevent duplicating objects or transactions if a request is sent more than once. This key is not generated in Payabli, you must generate it yourself.
Example:
"6B29FC40-CA47-1067-B31D-00DD010662DA"
Path Parameters
The paypoint's entrypoint identifier. Learn more
Example:
"8cfec329267"
Body
LineItemData object to add
The body is of type object
.
Response
200
application/json
Success
Response schema for line item operations.