From b872851076c028acaa1cc7eb5f24030fc632b8d1 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 08:19:43 +0000 Subject: [PATCH] Updated API from documentation release --- api-specs/api/types/cart/updates/CartSetCustomerIdAction.raml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-specs/api/types/cart/updates/CartSetCustomerIdAction.raml b/api-specs/api/types/cart/updates/CartSetCustomerIdAction.raml index a5cec1d07..d66ffb576 100644 --- a/api-specs/api/types/cart/updates/CartSetCustomerIdAction.raml +++ b/api-specs/api/types/cart/updates/CartSetCustomerIdAction.raml @@ -13,4 +13,6 @@ properties: customerId?: type: string description: | - `id` of an existing [Customer](ctp:api:type:Customer). If empty, any value is removed. + `id` of an existing [Customer](ctp:api:type:Customer). + If the Customer is assigned to a [CustomerGroup](ctp:api:type:CustomerGroup), this update action also sets the value for the `customerGroup` field. + If empty, the update action removes the value for both `customerId` and `customerGroup`.