File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
commercetools.Sdk/commercetools.Sdk.GraphQL.Api Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7174,6 +7174,11 @@ type OrderShippingAddressSet implements MessagePayload & OrderMessagePayload {
7174
7174
type : String !
7175
7175
}
7176
7176
7177
+ type OrderShippingContainerSet implements MessagePayload & OrderMessagePayload {
7178
+ shippingContainer : ShippingContainer
7179
+ type : String !
7180
+ }
7181
+
7177
7182
type OrderShippingInfoSet implements MessagePayload & OrderMessagePayload {
7178
7183
shippingInfo : ShippingInfo
7179
7184
oldShippingInfo : ShippingInfo
@@ -13185,6 +13190,12 @@ type Shipping {
13185
13190
shippingCustomFields : CustomFieldsType
13186
13191
}
13187
13192
13193
+ type ShippingContainer {
13194
+ shippingMode : ShippingMode !
13195
+ singleShipping : Shipping !
13196
+ multiShipping : [Shipping ! ]!
13197
+ }
13198
+
13188
13199
input ShippingDraft {
13189
13200
key : String !
13190
13201
shippingMethod : ResourceIdentifierInput
Original file line number Diff line number Diff line change @@ -302,3 +302,4 @@ f4cb4be0d9a27d8799b209eeb70db38bd80d5f57
302
302
7375cdc26481ba55e756479a87270432635bfcf7
303
303
df53588d26d7953dfdf44166866ca03045f0a70b
304
304
1a494a1204ce8069f991872b32865f399160051b
305
+ d042ef009240bb55e9b5b18003aba682ec9baa98
You can’t perform that action at this time.
0 commit comments