File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-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
You can’t perform that action at this time.
0 commit comments