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 6a1a1fd commit 37301fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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 @@ -355,3 +355,4 @@ e8f731a742ca2997342b1b5f98121d86c8189a3b
473d2c6f1a9e9da0d2a42408ccf11f27a838f8b5
b7b82f5a701908239fcf39781bcbfa80823c9fa0
cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
d042ef009240bb55e9b5b18003aba682ec9baa98

0 comments on commit 37301fa

Please sign in to comment.