Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
feat(checkout): CHECKOUT-7899 Update docs of s2s cart api to allow pa…
Browse files Browse the repository at this point in the history
…ssing source
  • Loading branch information
bc-shawnwang committed Jan 9, 2024
1 parent dcf4840 commit 9293707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reference/carts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,11 @@ components:
description: 'The locale of the cart. Accepts strings of format `xx` or `xx-YY`. Uses the [ISO-639 standard](https://www.iso.org/iso-639-language-codes.html) format.'
format: ISO-639
example: en-US
source:
type: string
description: the source of the cart. client can explicitly pass the source of the cart
enum:
- MANUAL_INCOMPLETE
description: ''
CartRequestData:
type: object
Expand Down

0 comments on commit 9293707

Please sign in to comment.