post https://www.katapult.com/api/v3/application//cancel_item/
The Katapult API allows retailers to directly cancel individual items within an originated order.
Requested Attributes
sku | string | retailer defined and specific stock keeping unit to identify the product/item in the cart | none |
display_name | string | name of the item in the cart | none |
unit_price | string or integer input, string output | cash price of and item at a quantity of 1 | number |
quantity | integer | number of a speicfic item in the cart | number |
Requested Payload
{
"items": [{
"sku": "285868",
"display_name": "BATTERY",
"unit_price": 4.0,
"quantity": 4
}]
}
Cancel Item Errors
Errors | HTTP status | Description |
---|---|---|
BAD REQUEST | 400 | Transaction Not Found / Invalid uid Provided / Validation Error |
UNAUTHORIZED | 401 | Invalid Authorization Token |