Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated SDKs #388

Merged
merged 1 commit into from
Jan 8, 2025
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
11 changes: 11 additions & 0 deletions commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -7174,6 +7174,11 @@ type OrderShippingAddressSet implements MessagePayload & OrderMessagePayload {
type: String!
}

type OrderShippingContainerSet implements MessagePayload & OrderMessagePayload {
shippingContainer: ShippingContainer
type: String!
}

type OrderShippingInfoSet implements MessagePayload & OrderMessagePayload {
shippingInfo: ShippingInfo
oldShippingInfo: ShippingInfo
Expand Down Expand Up @@ -13185,6 +13190,12 @@ type Shipping {
shippingCustomFields: CustomFieldsType
}

type ShippingContainer {
shippingMode: ShippingMode!
singleShipping: Shipping!
multiShipping: [Shipping!]!
}

input ShippingDraft {
key: String!
shippingMethod: ResourceIdentifierInput
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,4 @@ f4cb4be0d9a27d8799b209eeb70db38bd80d5f57
7375cdc26481ba55e756479a87270432635bfcf7
df53588d26d7953dfdf44166866ca03045f0a70b
1a494a1204ce8069f991872b32865f399160051b
d042ef009240bb55e9b5b18003aba682ec9baa98
Loading