Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 18, 2024
1 parent 6249613 commit 55ee33c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ properties:
type: ExternalTaxRateDraft
description: |
External Tax Rate for the `shippingRate` to be set if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
custom?:
type: CustomFieldsDraft
description: |
Custom Fields for the custom Shipping Method.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ properties:
type: ExternalTaxRateDraft
description: |
External Tax Rate for the `shippingRate` to be set if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
custom?:
type: CustomFieldsDraft
description: |
Custom Fields for the custom Shipping Method.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ properties:
type: ExternalTaxRateDraft
description: |
An external Tax Rate can be set if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
custom?:
type: CustomFieldsDraft
description: |
Custom Fields for the custom Shipping Method.
5 changes: 5 additions & 0 deletions api-specs/graphql/schema.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -10798,6 +10798,7 @@ input SetCartCustomShippingMethod {
shippingRate: ShippingRateDraft!
taxCategory: ResourceIdentifierInput
externalTaxRate: ExternalTaxRateDraft
custom: CustomFieldsDraft
}

input SetCartCustomType {
Expand Down Expand Up @@ -12391,6 +12392,7 @@ input SetStagedOrderCustomShippingMethod {
shippingRate: ShippingRateDraft!
taxCategory: ResourceIdentifierInput
externalTaxRate: ExternalTaxRateDraft
custom: CustomFieldsDraft
}

type SetStagedOrderCustomShippingMethodOutput implements StagedOrderUpdateActionOutput {
Expand All @@ -12399,6 +12401,7 @@ type SetStagedOrderCustomShippingMethodOutput implements StagedOrderUpdateAction
shippingRate: ShippingRate!
taxCategoryResId: ResourceIdentifier
externalTaxRate: ExternalTaxRateDraftOutput
custom: CustomFieldsCommand
}

input SetStagedOrderCustomType {
Expand Down Expand Up @@ -12861,6 +12864,7 @@ input SetStagedOrderShippingAddressAndCustomShippingMethod {
shippingRate: ShippingRateDraft!
taxCategory: ResourceIdentifierInput
externalTaxRate: ExternalTaxRateDraft
custom: CustomFieldsDraft
}

type SetStagedOrderShippingAddressAndCustomShippingMethodOutput implements StagedOrderUpdateActionOutput {
Expand All @@ -12870,6 +12874,7 @@ type SetStagedOrderShippingAddressAndCustomShippingMethodOutput implements Stage
shippingRate: ShippingRate!
taxCategoryResId: ResourceIdentifier
externalTaxRate: ExternalTaxRateDraftOutput
custom: CustomFieldsCommand
}

input SetStagedOrderShippingAddressAndShippingMethod {
Expand Down

0 comments on commit 55ee33c

Please sign in to comment.