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 Jan 30, 2024
1 parent bbed21a commit e3a1789
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api-specs/api/types/me/MyCartDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ properties:
The keys are used by [LineItems](ctp:api:type:LineItem) to reference these addresses under their `shippingDetails`.
Eligible Shipping Methods or applicable Tax Rates are determined by the [Cart](ctp:api:type:Cart) `shippingAddress`, and not `itemShippingAddresses`.
shippingMode?:
type: ShippingMode
description: |-
- If set to `Single`, only a single Shipping Method can be added to the Cart.
- If set to `Multiple`, multiple Shipping Methods can be added to the Cart.
default: Single
discountCodes?:
type: string[]
description: |
Expand Down

0 comments on commit e3a1789

Please sign in to comment.