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.
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.
Path Parameters
The paypoint's entrypoint identifier. Learn more
Body
Item or product price per unit.
Item or product name. Max length of 250 characters.
250
Quantity of item or product.
Array of tags classifying item or product.
Item or product commodity code. Max length of 250 characters.
250
Item or product description. Max length of 250 characters.
250
Internal class of item or product: value '0' is only for invoices, '1' for bills, and '2' is common for both.
0
, 1
, 2
Item or product code. Max length of 250 characters.
250
Unit of measurement. Max length of 100 characters.
100
Response
Response schema for line item operations.
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Auxiliary validation used internally by payment pages and components.
If isSuccess
= true, this contains the line item identifier. If isSuccess
= false, this contains the reason of the error.
Response text for operation: 'Success' or 'Declined'.
Was this page helpful?