Skip to content

Commit 55ee33c

Browse files
committed
Updated API from documentation release
1 parent 6249613 commit 55ee33c

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

api-specs/api/types/cart/updates/CartSetCustomShippingMethodAction.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ properties:
2828
type: ExternalTaxRateDraft
2929
description: |
3030
External Tax Rate for the `shippingRate` to be set if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
31+
custom?:
32+
type: CustomFieldsDraft
33+
description: |
34+
Custom Fields for the custom Shipping Method.

api-specs/api/types/order-edit/updates/StagedOrderSetCustomShippingMethodAction.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ properties:
2525
type: ExternalTaxRateDraft
2626
description: |
2727
External Tax Rate for the `shippingRate` to be set if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
28+
custom?:
29+
type: CustomFieldsDraft
30+
description: |
31+
Custom Fields for the custom Shipping Method.

api-specs/api/types/order-edit/updates/StagedOrderSetShippingAddressAndCustomShippingMethodAction.raml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ properties:
2727
type: ExternalTaxRateDraft
2828
description: |
2929
An external Tax Rate can be set if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
30+
custom?:
31+
type: CustomFieldsDraft
32+
description: |
33+
Custom Fields for the custom Shipping Method.

api-specs/graphql/schema.sdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10798,6 +10798,7 @@ input SetCartCustomShippingMethod {
1079810798
shippingRate: ShippingRateDraft!
1079910799
taxCategory: ResourceIdentifierInput
1080010800
externalTaxRate: ExternalTaxRateDraft
10801+
custom: CustomFieldsDraft
1080110802
}
1080210803

1080310804
input SetCartCustomType {
@@ -12391,6 +12392,7 @@ input SetStagedOrderCustomShippingMethod {
1239112392
shippingRate: ShippingRateDraft!
1239212393
taxCategory: ResourceIdentifierInput
1239312394
externalTaxRate: ExternalTaxRateDraft
12395+
custom: CustomFieldsDraft
1239412396
}
1239512397

1239612398
type SetStagedOrderCustomShippingMethodOutput implements StagedOrderUpdateActionOutput {
@@ -12399,6 +12401,7 @@ type SetStagedOrderCustomShippingMethodOutput implements StagedOrderUpdateAction
1239912401
shippingRate: ShippingRate!
1240012402
taxCategoryResId: ResourceIdentifier
1240112403
externalTaxRate: ExternalTaxRateDraftOutput
12404+
custom: CustomFieldsCommand
1240212405
}
1240312406

1240412407
input SetStagedOrderCustomType {
@@ -12861,6 +12864,7 @@ input SetStagedOrderShippingAddressAndCustomShippingMethod {
1286112864
shippingRate: ShippingRateDraft!
1286212865
taxCategory: ResourceIdentifierInput
1286312866
externalTaxRate: ExternalTaxRateDraft
12867+
custom: CustomFieldsDraft
1286412868
}
1286512869

1286612870
type SetStagedOrderShippingAddressAndCustomShippingMethodOutput implements StagedOrderUpdateActionOutput {
@@ -12870,6 +12874,7 @@ type SetStagedOrderShippingAddressAndCustomShippingMethodOutput implements Stage
1287012874
shippingRate: ShippingRate!
1287112875
taxCategoryResId: ResourceIdentifier
1287212876
externalTaxRate: ExternalTaxRateDraftOutput
12877+
custom: CustomFieldsCommand
1287312878
}
1287412879

1287512880
input SetStagedOrderShippingAddressAndShippingMethod {

0 commit comments

Comments
 (0)