@@ -1846,8 +1846,6 @@ type CartDiscount implements Versioned & ReferenceExpandable {
18461846 validUntil : DateTime
18471847 storesRef : [KeyReference ! ]!
18481848 stores : [Store ! ]!
1849-
1850- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
18511849 discountGroup : DiscountGroup
18521850 value : CartDiscountValue !
18531851 target : CartDiscountTarget
@@ -1884,8 +1882,6 @@ input CartDiscountDraft {
18841882 custom : CustomFieldsDraft
18851883 key : String
18861884 stores : [ResourceIdentifierInput ! ]
1887-
1888- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
18891885 discountGroup : ResourceIdentifierInput
18901886}
18911887
@@ -4415,7 +4411,6 @@ input DiscountCodeUpdateAction {
44154411 setValidUntil : SetDiscountCodeValidUntil
44164412}
44174413
4418- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
44194414type DiscountGroup implements Versioned {
44204415 id : String !
44214416 version : Long !
@@ -4452,7 +4447,6 @@ type DiscountGroupDeleted implements MessagePayload {
44524447 type : String !
44534448}
44544449
4455- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
44564450input DiscountGroupDraft {
44574451 key : String !
44584452 sortOrder : String !
@@ -4498,7 +4492,6 @@ type DiscountGroupSortOrderSet implements MessagePayload {
44984492 type : String !
44994493}
45004494
4501- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
45024495input DiscountGroupUpdateAction {
45034496 setKey : SetDiscountGroupKey
45044497 setSortOrder : SetDiscountGroupSortOrder
@@ -6174,15 +6167,11 @@ type Mutation {
61746167 "Queries with specified key"
61756168 key : String ): ProductDiscount
61766169
6177- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
61786170 createDiscountGroup (
6179- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
61806171 draft : DiscountGroupDraft ! ): DiscountGroup
61816172
6182- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
61836173 updateDiscountGroup (version : Long ! ,
61846174
6185- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
61866175 actions : [DiscountGroupUpdateAction ! ]! ,
61876176
61886177 "Queries with specified ID"
@@ -6191,7 +6180,6 @@ type Mutation {
61916180 "Queries with specified key"
61926181 key : String ): DiscountGroup
61936182
6194- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
61956183 deleteDiscountGroup (version : Long ! ,
61966184
61976185 "Queries with specified ID"
@@ -10174,15 +10162,13 @@ type Query {
1017410162 key : String ): ProductDiscount
1017510163 productDiscounts (where : String , sort : [String ! ], limit : Int , offset : Int ): ProductDiscountQueryResult !
1017610164
10177- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1017810165 discountGroup (
1017910166 "Queries with specified ID"
1018010167 id : String ,
1018110168
1018210169 "Queries with specified key"
1018310170 key : String ): DiscountGroup
1018410171
10185- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1018610172 discountGroups (where : String , sort : [String ! ], limit : Int , offset : Int ): DiscountGroupQueryResult !
1018710173 attributeGroup (
1018810174 "Queries with specified ID"
@@ -12533,27 +12519,22 @@ input SetDiscountCodeValidUntil {
1253312519 validUntil : DateTime
1253412520}
1253512521
12536- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1253712522input SetDiscountGroupDescription {
1253812523 description : [LocalizedStringItemInputType ! ]
1253912524}
1254012525
12541- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1254212526input SetDiscountGroupIsActive {
1254312527 isActive : Boolean !
1254412528}
1254512529
12546- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1254712530input SetDiscountGroupKey {
1254812531 key : String !
1254912532}
1255012533
12551- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1255212534input SetDiscountGroupName {
1255312535 name : [LocalizedStringItemInputType ! ]
1255412536}
1255512537
12556- "BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
1255712538input SetDiscountGroupSortOrder {
1255812539 sortOrder : String !
1255912540}
0 commit comments