diff --git a/docs/content/modules/discounts/storefront/use-discounts-in-checkout.mdx b/docs/content/modules/discounts/storefront/use-discounts-in-checkout.mdx index 879a26c878..0a22d93332 100644 --- a/docs/content/modules/discounts/storefront/use-discounts-in-checkout.mdx +++ b/docs/content/modules/discounts/storefront/use-discounts-in-checkout.mdx @@ -146,7 +146,7 @@ This request requires the customer’s cart ID as a path parameter. In the body :::info -Customers can add more than one discount to their cart. +Customers can add more than one discount to their cart, however, only one non-free shipping discount is allowed per cart. ::: @@ -284,4 +284,4 @@ fetch(`/store/carts/${cartId}/discounts/${code}`, { This request accepts the cart ID and the code of the discount to remove. If the discount is removed successfully, the request returns the updated cart object, where you won’t find the discount in the `discounts` array anymore. -The totals of the cart and its items will be updated as well. \ No newline at end of file +The totals of the cart and its items will be updated as well.