Skip to content

Commit

Permalink
updated order_source definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter committed Jan 9, 2024
1 parent d823f3f commit c44e3c1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions reference/orders.v2.oas2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4080,8 +4080,14 @@ components:
example: false
type: boolean
order_source:
description: Orders submitted from the storeʼs website will include a `www` value. Orders submitted with the Checkout API will be set to `checkout_api`.
example: www, iPhone, Android, mobile, manual
description: |-
The `order_source` is set upon order creation and reflects the origin of the order. It will indicate whether the order was created by one of the following:
* storefront
* control panel
* manual order
* /v2/orders API
* Checkout API
* or by an integration with an external platform such as Facebook by Meta or Amazon.
type: string
consignments:
$ref: '#/components/schemas/orderConsignments_Resource'
Expand Down

0 comments on commit c44e3c1

Please sign in to comment.