From e3a178953d3d929a58092a0c86d666fee6400c75 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:10:44 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/types/me/MyCartDraft.raml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api-specs/api/types/me/MyCartDraft.raml b/api-specs/api/types/me/MyCartDraft.raml index 645c4204e..dbb512072 100644 --- a/api-specs/api/types/me/MyCartDraft.raml +++ b/api-specs/api/types/me/MyCartDraft.raml @@ -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: |