Line Item Custom Properties
You can enable a mini cart view in the following requests to show changes to the cart immediately. Find out more in the Views for Cart modifying operations
Prerequisites
access_token
from Headless API AuthenticationcartId
from Create a Cart
Add Custom Properties to Line Item
Parameters
lineId
(string)key
the unique key of the property (string)value
the value of the property (string)
Request
Response
Delete Custom Property from Line Item
Parameters
propertyId
from #add-custom-properties-to-cart or #get-custom-properties-for-cartlineId
(string)
Request
Response
Get Custom Properties for Line Item
Parameters
lineId
(string)
Request
Response
Update Custom Properties for Line Item
Parameters
lineId
(string)propertyId
from #add-custom-properties-to-cart or #get-custom-properties-for-cartvalue
new value for the property (string)
Request
Response
Error Handling
Error | Description |
---|---|
BadRequest (400) | Execution of the pipeline fails; AccessToken was not attached. |
Unauthorized (401) | The token is expired. |
Forbidden (403) | The token does not have access to this endpoint. |
NotFound (404) | Cart or Property not found. |
Conflict (409) | Property already exists on the order. |
Error Response Example
Related Articles
Error HandlingLast updated