From 929370744293f7b4b9d9fc167f72b0fbd02d954f Mon Sep 17 00:00:00 2001 From: "shawn.wang" Date: Tue, 9 Jan 2024 13:25:01 +1100 Subject: [PATCH] feat(checkout): CHECKOUT-7899 Update docs of s2s cart api to allow passing source --- reference/carts.v3.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/carts.v3.yml b/reference/carts.v3.yml index 2ad220064..5f52a1cc8 100644 --- a/reference/carts.v3.yml +++ b/reference/carts.v3.yml @@ -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