@@ -3238,7 +3238,7 @@ input CountOnLineItemUnitsInput {
32383238 predicate: String!
32393239 minCount: Int = 1
32403240 maxCount: Int
3241- excludeCount: Int
3241+ excludeCount: Int @deprecated(reason: "Please use 'triggerPattern' to exclude.")
32423242}
32433243
32443244type Counter implements SkipConfiguration {
@@ -8332,14 +8332,6 @@ enum Permission {
83328332 ViewOthersShoppingLists
83338333}
83348334
8335- enum Placement {
8336- "The Order or Cart is placed in-store."
8337- InStore
8338-
8339- "The Order or Cart is placed online."
8340- Online
8341- }
8342-
83438335type PlainEnumValue {
83448336 key: String!
83458337 label: String!
@@ -14750,6 +14742,7 @@ input ShippingTargetDraft {
1475014742}
1475114743
1475214744input ShippingTargetDraftType {
14745+ addressKey: String!
1475314746 quantity: Long!
1475414747 shippingMethodKey: String
1475514748}
@@ -14803,6 +14796,7 @@ type ShoppingList implements Versioned & ReferenceExpandable {
1480314796input ShoppingListDraft {
1480414797 name: [LocalizedStringItemInputType!]!
1480514798 description: [LocalizedStringItemInputType!]
14799+ businessUnit: ResourceIdentifierInput
1480614800 lineItems: [ShoppingListLineItemDraft!] = []
1480714801 textLineItems: [TextLineItemDraft!] = []
1480814802 custom: CustomFieldsDraft
@@ -14828,6 +14822,7 @@ type ShoppingListLineItem {
1482814822 id: String!
1482914823 key: String
1483014824 productId: String!
14825+ published: Boolean!
1483114826 variantId: Int
1483214827 productTypeRef: Reference!
1483314828 productType: ProductTypeDefinition!
@@ -15614,6 +15609,7 @@ enum SubscriptionHealthStatus {
1561415609 ConfigurationErrorDeliveryStopped
1561515610 Healthy
1561615611 ManuallySuspended
15612+ TemporaryError
1561715613}
1561815614
1561915615input SubscriptionUpdateAction {
0 commit comments