Skip to content

Commit 74709e8

Browse files
committed
TASK: Updating RAML types, Postman and OAS definition
1 parent f634f1e commit 74709e8

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

oas/api/openapi.yaml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6664,7 +6664,7 @@ paths:
66646664
operationId: ByProjectKeyCartsCustomerIdByCustomerIdMergePost
66656665
description: |-
66666666
Merges items from an anonymous Cart into the most recently modified active Cart of a Customer. If no active Cart exists, the anonymous Cart becomes the Customer's active Cart.
6667-
For more information, see [Merge behavior](/../api/carts-orders-overview#merge-behavior).
6667+
For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart).
66686668
requestBody:
66696669
content:
66706670
application/json:
@@ -13336,7 +13336,7 @@ paths:
1333613336

1333713337
If the Cart exists in the Project but does not have a `store` specified, or the `store` field references a different Store, a [ResourceNotFound](ctp:api:type:ResourceNotFoundError) error is returned.
1333813338

13339-
For more information, see [Merge behavior](/../api/carts-orders-overview#merge-behavior).
13339+
For more information about merge mode behaviors, merge rules, and tax recalculation, see [Merge a Cart](/../api/carts-orders-overview#merge-a-cart).
1334013340
requestBody:
1334113341
content:
1334213342
application/json:
@@ -44353,9 +44353,9 @@ components:
4435344353
x-annotation-package: "Cart"
4435444354
x-annotation-enumDescriptions:
4435544355
MergeWithExistingCustomerCart: "Merges the anonymous Cart with the existing Customer
44356-
Cart. Line Items from the anonymous Cart are added to the Customer Cart.n"
44356+
Cart.n"
4435744357
UseAsNewActiveCustomerCart: "Uses the anonymous Cart as the new active Customer Cart,
44358-
replacing the existing one.n"
44358+
replacing the existing one. No items from the previous active Cart are merged.n"
4435944359
CartOrigin:
4436044360
type: "string"
4436144361
enum:
@@ -48539,12 +48539,11 @@ components:
4853948539
- UseAsNewActiveCustomerCart
4854048540
x-annotation-package: "Customer"
4854148541
x-annotation-enumDescriptions:
48542-
MergeWithExistingCustomerCart: "If set, the content of an anonymous [Cart is merged
48543-
during sign-in](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up)
48544-
with the Customer's most recently modified active Cart."
48545-
UseAsNewActiveCustomerCart: "If set, an anonymous Cart is used as the new active Customer
48546-
Cart, and no [LineItems](ctp:api:type:LineItem) or [CustomLineItems](ctp:api:type:CustomLineItem)
48547-
are merged."
48542+
MergeWithExistingCustomerCart: "The content of an anonymous [Cart is merged during
48543+
sign-in](/../api/customers-overview#cart-merge-during-sign-in-and-sign-up) with
48544+
the Customer's most recently modified active Cart.n"
48545+
UseAsNewActiveCustomerCart: "Uses the anonymous Cart as the new active Customer Cart,
48546+
replacing the existing one. No items from the previous active Cart are merged.n"
4854848547
AuthenticationMode:
4854948548
type: "string"
4855048549
enum:

0 commit comments

Comments
 (0)