File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql 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 {
71747174 type : String !
71757175}
71767176
7177+ type OrderShippingContainerSet implements MessagePayload & OrderMessagePayload {
7178+ shippingContainer : ShippingContainer
7179+ type : String !
7180+ }
7181+
71777182type OrderShippingInfoSet implements MessagePayload & OrderMessagePayload {
71787183 shippingInfo : ShippingInfo
71797184 oldShippingInfo : ShippingInfo
@@ -13185,6 +13190,12 @@ type Shipping {
1318513190 shippingCustomFields : CustomFieldsType
1318613191}
1318713192
13193+ type ShippingContainer {
13194+ shippingMode : ShippingMode !
13195+ singleShipping : Shipping !
13196+ multiShipping : [Shipping ! ]!
13197+ }
13198+
1318813199input ShippingDraft {
1318913200 key : String !
1319013201 shippingMethod : ResourceIdentifierInput
Original file line number Diff line number Diff line change @@ -355,3 +355,4 @@ e8f731a742ca2997342b1b5f98121d86c8189a3b
355355473d2c6f1a9e9da0d2a42408ccf11f27a838f8b5
356356b7b82f5a701908239fcf39781bcbfa80823c9fa0
357357cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
358+ d042ef009240bb55e9b5b18003aba682ec9baa98
You can’t perform that action at this time.
0 commit comments