A lightweight description of an order that is returned when
returned_entries
is true
on a SearchOrdersRequest.
Order Entry
Name | Type | Tags | Description |
---|---|---|---|
order_id |
string |
Optional | The ID of the order. |
version |
int |
Optional | The version number, which is incremented each time an update is committed to the order. Orders that were not created through the API do not include a version number and therefore cannot be updated. Read more about working with versions. |
location_id |
string |
Optional | The location ID the order belongs to. |
{
"order_id": "order_id6",
"version": 172,
"location_id": "location_id4"
}