docs: add manage promotions in cart storefront guide (#13483)
* docs: add manage promotions in cart storefront guide * fix incorrect cURL example
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
curl -X DELETE '{backend_url}/store/carts/{id}/promotions' \
|
||||
-H 'x-publishable-api-key: {your_publishable_api_key}'
|
||||
-H 'x-publishable-api-key: {your_publishable_api_key}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"promo_codes": ["{value}"]
|
||||
}'
|
||||
Reference in New Issue
Block a user