Update item
Updates an item.
Path parameters
lineItemId
ID for the line item (also known as a product, service, or item).
Headers
requestToken
Request
This endpoint expects an object.
itemCost
Item or product price per unit.
itemQty
Quantity of item or product.
itemCategories
Array of tags classifying item or product.
itemCommodityCode
Item or product commodity code. Max length of 250 characters.
itemDescription
Item or product description. Max length of 250 characters.
itemMode
Internal class of item or product: value ‘0’ is only for invoices, ‘1’ for bills, and ‘2’ is common for both.
itemProductCode
Item or product code. Max length of 250 characters.
itemProductName
Item or product name. Max length of 250 characters.
itemUnitOfMeasure
Unit of measurement. Max length of 100 characters.
Response
Success
isSuccess
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
pageIdentifier
Auxiliary validation used internally by payment pages and components.
responseData
If isSuccess
= true, this contains the line item identifier. If isSuccess
= false, this contains the reason of the error.
responseText
Response text for operation: ‘Success’ or ‘Declined’.