Line Item Custom Properties
Prerequisites
Add Custom Properties to Line Item
Parameters
Request
curl -D- -X POST <base_url>/api/v1/carts/<cartId>/<lineId>/properties \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
-H 'Content-Type: application/json' \
-d '{
"cultureCode": "<cultureCode>",
"priceGroupId": "<priceGroupId>",
"key": "<key>",
"value": "<value>"
}'Response
Delete Custom Property from Line Item
Parameters
Request
Response
Get Custom Properties for Line Item
Parameters
Request
Response
Update Custom Properties for Line Item
Parameters
Request
Response
Error Handling
Error
Description
Related Articles
Error HandlingLast updated