Skip to content

Commit 5e97df6

Browse files
committed
Updated API from documentation release
1 parent e18cd80 commit 5e97df6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api-specs/api/types/cart/updates/CartAddLineItemAction.raml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ description: |
1313
If the Tax Rate is not set, a [MissingTaxRateForCountry](ctp:api:type:MissingTaxRateForCountryError) error is returned.
1414
1515
If the Line Items do not have a Price according to the [Product](ctp:api:type:Product) `priceMode` value for a selected currency and/or country, Customer Group, or Channel, a [MatchingPriceNotFound](ctp:api:type:MatchingPriceNotFoundError) error is returned.
16+
17+
If the Line Items are added to a Cart bound to a Store with active Product Selections, the selected Product Variant must be [available in that Store](/../api/projects/stores#products-available-in-store), otherwise an [InvalidInput](ctp:api:type:InvalidInputError) error is returned.
1618
properties:
1719
key?:
1820
type: string

0 commit comments

Comments
 (0)