SalesOrder
This represents a sales order
Name | Type | Nullable? | Description |
---|---|---|---|
bill_to | ✔ | The person being billed for this sales order | |
buyer | ✔ | The buyer of this sales order | |
created_date_time | string | ✔ | The (ISO 8601) datetime (UTC) associated with when this order was created @example "2021-03-31T18:21:14.858Z" |
currency | string | ✔ | The three character ISO 4217 code of the currency used for all monetary amounts @example "USD", "EUR", "NZD" |
fulfilled_date | string | ✔ | The (ISO 8601) datetime (UTC) associated with when this order shipped @example "2021-03-31T18:21:14.858Z" |
integration_context | string | ✔ | Data provided by the order source that should be included in calls back to the order source. This data is only meaningful to the integration and not otherwise used by the platform. |
modified_date_time | string | ✔ | The (ISO 8601) datetime (UTC) associated with when this order was last modified @example "2021-03-31T18:21:14.858Z" |
notes | Note[] | ✔ | Notes about the order |
order_id | string | ✔ | The unique identifier of the sales order from the order source |
order_number | string | ✔ | The customer facing identifier of the sales order |
order_url | string | ✔ | A unique url associated with the order |
original_order_source | ✔ | Represents information from the source marketplace. (This is common with reselling goods) | |
paid_date | string | ✔ | The (ISO 8601) datetime (UTC) associated with when this sales order was paid for @example "2021-03-31T18:21:14.858Z" |
payment | ✔ | Information about the payment | |
requested_fulfillments | The fulfillment requested by the marketplace or the buyer | ||
ship_from | ✔ | The source that the order is shipping from | |
status | The sales order status |