Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1846,8 +1846,6 @@ type CartDiscount implements Versioned & ReferenceExpandable {
validUntil: DateTime
storesRef: [KeyReference!]!
stores: [Store!]!

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
discountGroup: DiscountGroup
value: CartDiscountValue!
target: CartDiscountTarget
Expand Down Expand Up @@ -1884,8 +1882,6 @@ input CartDiscountDraft {
custom: CustomFieldsDraft
key: String
stores: [ResourceIdentifierInput!]

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
discountGroup: ResourceIdentifierInput
}

Expand Down Expand Up @@ -4415,7 +4411,6 @@ input DiscountCodeUpdateAction {
setValidUntil: SetDiscountCodeValidUntil
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
type DiscountGroup implements Versioned {
id: String!
version: Long!
Expand Down Expand Up @@ -4452,7 +4447,6 @@ type DiscountGroupDeleted implements MessagePayload {
type: String!
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input DiscountGroupDraft {
key: String!
sortOrder: String!
Expand Down Expand Up @@ -4498,7 +4492,6 @@ type DiscountGroupSortOrderSet implements MessagePayload {
type: String!
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input DiscountGroupUpdateAction {
setKey: SetDiscountGroupKey
setSortOrder: SetDiscountGroupSortOrder
Expand Down Expand Up @@ -6174,15 +6167,11 @@ type Mutation {
"Queries with specified key"
key: String): ProductDiscount

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
createDiscountGroup(
"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
draft: DiscountGroupDraft!): DiscountGroup

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
updateDiscountGroup(version: Long!,

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
actions: [DiscountGroupUpdateAction!]!,

"Queries with specified ID"
Expand All @@ -6191,7 +6180,6 @@ type Mutation {
"Queries with specified key"
key: String): DiscountGroup

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
deleteDiscountGroup(version: Long!,

"Queries with specified ID"
Expand Down Expand Up @@ -10174,15 +10162,13 @@ type Query {
key: String): ProductDiscount
productDiscounts(where: String, sort: [String!], limit: Int, offset: Int): ProductDiscountQueryResult!

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
discountGroup(
"Queries with specified ID"
id: String,

"Queries with specified key"
key: String): DiscountGroup

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
discountGroups(where: String, sort: [String!], limit: Int, offset: Int): DiscountGroupQueryResult!
attributeGroup(
"Queries with specified ID"
Expand Down Expand Up @@ -12533,27 +12519,22 @@ input SetDiscountCodeValidUntil {
validUntil: DateTime
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input SetDiscountGroupDescription {
description: [LocalizedStringItemInputType!]
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input SetDiscountGroupIsActive {
isActive: Boolean!
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input SetDiscountGroupKey {
key: String!
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input SetDiscountGroupName {
name: [LocalizedStringItemInputType!]
}

"BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta"
input SetDiscountGroupSortOrder {
sortOrder: String!
}
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,3 +474,4 @@ ea7ba668e4084d845f2f3871c239999f43613b28
263e58a9f68bacfe67cd292b203c956d5ae9f264
780cff25cc0c08ba669762069bb264848aa5f6d5
503a69044e9969bc058a116a7f7ecd4556c85258
e5d97cd9fa03ef3c4fe45f051ad8a4a80e690656