For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cart Discounts

Manages discount codes and promotions applied to shopping carts. Use these endpoints to add and remove discounts.

Available endpoints:

  POST /v1/checkout/cart/{cart_id}/discounts
DELETE /v1/checkout/cart/{cart_id}/discounts/{discount_id}

Last updated

Was this helpful?