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 May 15, 2024
1 parent 5bea8ec commit ab7789e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10393,12 +10393,14 @@ input SetCartCustomLineItemTaxAmount {
customLineItemId: String
customLineItemKey: String
externalTaxAmount: ExternalTaxAmountDraft
shippingKey: String
}

input SetCartCustomLineItemTaxRate {
customLineItemId: String
customLineItemKey: String
externalTaxRate: ExternalTaxRateDraft
shippingKey: String
}

input SetCartCustomShippingMethod {
Expand Down Expand Up @@ -11882,26 +11884,30 @@ input SetStagedOrderCustomLineItemTaxAmount {
customLineItemId: String
customLineItemKey: String
externalTaxAmount: ExternalTaxAmountDraft
shippingKey: String
}

type SetStagedOrderCustomLineItemTaxAmountOutput implements StagedOrderUpdateActionOutput {
type: String!
customLineItemId: String
customLineItemKey: String
externalTaxAmount: ExternalTaxAmountDraftOutput
shippingKey: String
}

input SetStagedOrderCustomLineItemTaxRate {
customLineItemId: String
customLineItemKey: String
externalTaxRate: ExternalTaxRateDraft
shippingKey: String
}

type SetStagedOrderCustomLineItemTaxRateOutput implements StagedOrderUpdateActionOutput {
type: String!
customLineItemId: String
customLineItemKey: String
externalTaxRate: ExternalTaxRateDraftOutput
shippingKey: String
}

input SetStagedOrderCustomShippingMethod {
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,3 +231,4 @@ c50b9ffcff1ea4a31e509f124bf0f87baced36af
47606ecb6f140e1e97dc0578ea2207fb4a9bc5f7
a690700ee3c192050e86193dea13bef4cc8effc6
cdb527e0fe5524d6c7411066fca556e1b3403003
95387cc831bd6874d7452fcf7b50e36a33f25243

0 comments on commit ab7789e

Please sign in to comment.