Promotion Codes
Prerequisites
Add Promotion Codes
Request
curl -D- -X POST <base_url>/api/v1/carts/<cartId>/promotion-codes/<code> \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
-H 'Content-Type: application/json' \
-d '{
"priceGroupId": "<priceGroupId>",
"cultureCode": "<CultureCode>"
}'Response
Get Promotion Codes
Request
Response
Remove Promotion Codes
Request
Response
Error Handling
Error
Description
Related Articles
Error HandlingLast updated