Skip to content

Commit 722f268

Browse files
committed
Updated API from documentation release
1 parent 36b1b8c commit 722f268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-specs/api/types/cart/CartDraft.raml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ properties:
2727
description: |
2828
[ResourceIdentifier](ctp:api:type:ResourceIdentifier) to the Customer Group of the Customer that the Cart belongs to. Used for [Line Item price selection](/../api/pricing-and-discounts-overview#line-item-price-selection).
2929
30-
It is automatically set if the Customer referenced in `customerId` belongs to a Customer Group.
31-
It can also be set explicitly when no `customerId` is present.
30+
You can set either a `customerId` or a `customerGroup`.
31+
If the Customer referenced in `customerId` belongs to a Customer Group then `customerGroup` is set automatically.
3232
anonymousId?:
3333
type: string
3434
description: |

0 commit comments

Comments
 (0)