You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-specs/api/types/cart/CartDraft.raml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ properties:
27
27
description: |
28
28
[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).
29
29
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.
0 commit comments