File tree 2 files changed +12
-0
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql 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 @@ -355,3 +355,4 @@ e8f731a742ca2997342b1b5f98121d86c8189a3b
355
355
473d2c6f1a9e9da0d2a42408ccf11f27a838f8b5
356
356
b7b82f5a701908239fcf39781bcbfa80823c9fa0
357
357
cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
358
+ d042ef009240bb55e9b5b18003aba682ec9baa98
You can’t perform that action at this time.
0 commit comments