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 Mar 29, 2024
1 parent ff6616b commit c4849fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-specs/api/types/cart/LineItemDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ properties:
externalTaxRate?:
type: ExternalTaxRateDraft
description: |
Sets the external Tax Rate for the Line Item, if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
Sets the external Tax Rate for the Line Item, if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode) and `Single` [ShippingMode](ctp:api:type:ShippingMode).
perMethodExternalTaxRate?:
type: MethodExternalTaxRateDraft[]
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ properties:
externalTaxRate?:
type: ExternalTaxRateDraft
description: |
External Tax Rate for the Line Item, if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode).
External Tax Rate for the Line Item, if the Cart has the `External` [TaxMode](ctp:api:type:TaxMode) and `Single` [ShippingMode](ctp:api:type:ShippingMode).
perMethodExternalTaxRate?:
type: MethodExternalTaxRateDraft[]
description: |
Expand Down

0 comments on commit c4849fa

Please sign in to comment.