Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Jan 8, 2025
1 parent c5fbfc1 commit 20bf372
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit 20bf372

Please sign in to comment.