Cart Custom Properties
Prerequisites
Add Custom Properties to Cart
Parameters
Request
curl -D- -X POST <base_url>/api/v1/carts/<cartId>/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 Cart
Parameters
Request
Response
Get Custom Properties for Cart
Request
Response
Update Custom Properties for Cart
Parameters
Request
Response
Error Handling
Error
Description
Related Articles
Error HandlingLast updated