diff --git a/reference/carts.sf.yml b/reference/carts.sf.yml index bc6a9ba38..7509c18f6 100644 --- a/reference/carts.sf.yml +++ b/reference/carts.sf.yml @@ -402,7 +402,7 @@ components: description: Locale of the cart. version: type: integer - description: The current version of the cart, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates. + description: The current version of the cart increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates. example: 1 x-internal: false requestCart: diff --git a/reference/carts.v3.yml b/reference/carts.v3.yml index a0dac7bc9..4dbe8ad92 100644 --- a/reference/carts.v3.yml +++ b/reference/carts.v3.yml @@ -1770,7 +1770,7 @@ components: type: string version: type: integer - description: The current version of the cart, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates. + description: The current version of the cart increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates. example: 1 Currency: type: object diff --git a/reference/checkouts.sf.yml b/reference/checkouts.sf.yml index 2e2a3beb1..d0a02ccd9 100644 --- a/reference/checkouts.sf.yml +++ b/reference/checkouts.sf.yml @@ -2343,7 +2343,7 @@ components: `true` value indicates StoreCredit has been applied. version: type: integer - description: The current version of the checkout, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates. + description: The current version of the checkout increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates. example: 1 description: '' x-internal: false diff --git a/reference/checkouts.v3.yml b/reference/checkouts.v3.yml index 0378249b2..2962ef92e 100644 --- a/reference/checkouts.v3.yml +++ b/reference/checkouts.v3.yml @@ -8727,7 +8727,7 @@ components: description: Text of the banner. version: type: integer - description: The current version of the checkout, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates. + description: The current version of the checkout increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates. example: 1 Checkout_Put: title: Checkout_Put