Skip to content

Commit

Permalink
Update checkouts.sf.yml - editorial updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Sep 6, 2024
1 parent 67458a5 commit ff23a1b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reference/checkouts.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ paths:
description: ''
version:
type: integer
description: The cart version to which updates are expected to apply. If the provided version doesn't match the current cart version, a conflict error will be returned. This field is optional; if not provided, optimistic concurrency control will not apply.
description: The cart version that you expect to apply the updates. If the provided version doesn't match the current cart version, you will receive a conflict error. This field is optional; if not provided, optimistic concurrency control will not apply.
example: 1
required: true
responses:
Expand Down Expand Up @@ -2501,7 +2501,7 @@ components:
properties:
version:
type: integer
description: The cart version to which updates are expected to apply. If the provided version doesn't match the current cart version, a conflict error will be returned. This field is optional; if not provided, optimistic concurrency control will not apply.
description: The cart version that you expect to apply the updates. If the provided version doesn't match the current cart version, you will receive a conflict error. This field is optional; if not provided, optimistic concurrency control will not apply.
example: 1
x-internal: false
consignment_Full:
Expand Down Expand Up @@ -2624,7 +2624,7 @@ components:
description: ''
version:
type: integer
description: The cart version to which updates are expected to apply. If the provided version doesn't match the current cart version, a conflict error will be returned. This field is optional; if not provided, optimistic concurrency control will not apply.
description: The cart version that you expect to apply the updates. If the provided version doesn't match the current cart version, you will receive a conflict error. This field is optional; if not provided, optimistic concurrency control will not apply.
example: 1
x-internal: false
checkouts_Resp:
Expand Down Expand Up @@ -3534,7 +3534,7 @@ components:
type: integer
version:
type: integer
description: The cart version to which updates are expected to apply. If the provided version doesn't match the current cart version, a conflict error will be returned. This field is optional; if not provided, optimistic concurrency control will not apply.
description: The cart version that you expect to apply the updates. If the provided version doesn't match the current cart version, you will receive a conflict error. This field is optional; if not provided, optimistic concurrency control will not apply.
example: 1
x-internal: false
DeleteCouponCodeRequest:
Expand All @@ -3543,7 +3543,7 @@ components:
properties:
version:
type: integer
description: The cart version to which updates are expected to apply. If the provided version doesn't match the current cart version, a conflict error will be returned. This field is optional; if not provided, optimistic concurrency control will not apply.
description: The cart version that you expect to apply the updates. If the provided version doesn't match the current cart version, you will receive a conflict error. This field is optional; if not provided, optimistic concurrency control will not apply.
example: 1
x-internal: false
DeleteConsignmentRequest:
Expand All @@ -3552,7 +3552,7 @@ components:
properties:
version:
type: integer
description: The cart version to which updates are expected to apply. If the provided version doesn't match the current cart version, a conflict error will be returned. This field is optional; if not provided, optimistic concurrency control will not apply.
description: The cart version that you expect to apply the updates. If the provided version doesn't match the current cart version, you will receive a conflict error. This field is optional; if not provided, optimistic concurrency control will not apply.
example: 1
x-internal: false
GiftCertificateRequest:
Expand Down Expand Up @@ -3662,7 +3662,7 @@ components:
type: integer
version:
type: integer
description: The cart version to which updates are expected to apply. If the provided version doesn't match the current cart version, a conflict error will be returned. This field is optional; if not provided, optimistic concurrency control will not apply.
description: The cart version that you expect to apply the updates. If the provided version doesn't match the current cart version, you will receive a conflict error. This field is optional; if not provided, optimistic concurrency control will not apply.
example: 1
description: One or more of these three fields is mandatory. You can update address and line items in one request. You have to update shipping option ID or pickup option ID in a separate request since changing the address or line items can invalidate the previously available shipping options.
x-internal: false
Expand Down

0 comments on commit ff23a1b

Please sign in to comment.