diff --git a/packages/platform-sdk/src/generated/models/cart.ts b/packages/platform-sdk/src/generated/models/cart.ts index abe5cd80a..0242bb7c7 100644 --- a/packages/platform-sdk/src/generated/models/cart.ts +++ b/packages/platform-sdk/src/generated/models/cart.ts @@ -2204,6 +2204,8 @@ export interface CartAddItemShippingAddressAction { * * 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. * + * 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. + * */ export interface CartAddLineItemAction { readonly action: 'addLineItem' diff --git a/references.txt b/references.txt index 1f456795d..ab1a132bf 100644 --- a/references.txt +++ b/references.txt @@ -360,3 +360,4 @@ e45c96065b0f2d6cbb563b65fbed44785e8a8149 64c89a7773b97bd6425a82d7d8cee1a9f0f3e6e2 f28a1461a4122eed74c423156f1969ba204e6948 e18cd8073ea975fe92c1bad4dea957b16ee0b1c4 +5e97df67086d2ac10ae81272f890a1771af37f28