Docs
Management API
Order Messages

Order Messages

Get Order Messages

GET /orders/{order_id}/messages

Request

Gets the messages associated with an order.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string

example

Response

Body

array | application/json
  • id
    integer

  • order_id
    integer

  • staff_id
    integer

  • customer_id
    integer

  • type
    string

  • subject
    string

  • message
    string

  • status
    string

  • is_flagged
    boolean

  • date_created
    string

  • customer
    object

response

Did you find what you were looking for?