List Order Messages
Gets the messages associated with an order.
Authentication
X-Auth-Tokenstring
### OAuth scopes
| UI Name | Permission | Parameter |
|:--------|:-----------|:----------|
| Orders | modify | `store_v2_orders` |
| Orders | read-only | `store_v2_orders_read_only` |
### Authentication header
| Header | Argument | Description |
|:-------|:---------|:------------|
| `X-Auth-Token` | `access_token` | For more about API accounts that generate `access_token`s, see our [Guide to API Accounts](/developer/docs/overview/api-accounts#api-accounts). |
### Further reading
For example requests and more information about authenticating BigCommerce APIs, see [Authentication and Example Requests](/developer/docs/overview/api-accounts#x-auth-token-header-example-requests).
For more about BigCommerce OAuth scopes, see our [Guide to API Accounts](/developer/docs/overview/api-accounts#oauth-scopes).
For a list of API status codes, see [API Status Codes](/developer/api-reference/rest/overview#rest-http-status-codes).
Path parameters
order_id
Query parameters
min_id
The minimum order ID.
max_id
The maximum order ID.
customer_id
Customer ID.
min_date_created
Minimum date the order was created in RFC-2822 or ISO-8601.
RFC-2822: Thu, 20 Apr 2017 11:32:00 -0400
ISO-8601: 2017-04-20T11:32:00.000-04:00
max_date_created
Maximum date the order was created in RFC-2822 or ISO-8601.
RFC-2822: Thu, 20 Apr 2017 11:32:00 -0400
ISO-8601: 2017-04-20T11:32:00.000-04:00
is_flagged
Whether the message is [flagged](https://support.bigcommerce.com/s/article/Communicating-with-Customers#Messages).
status
Status of the order message.
Allowed values:
page
The page to return in the response.
limit
Number of results to return.
Response
id
order_id
staff_id
customer_id
type
subject
message
status
is_flagged
date_created
customer