Skip to main content

Returns list of order states for a given order

GET 

/orders/:orderId/states

Returns list of order states for a given order. Paging is done based on the order state object, i.e. if limit is set to 1, then 1 order state object will be returned per page.

Request

Responses

Returns the list of order states for a given order.

Response Headers
    X-Correlation-ID

    Client defined ID from request to correlates HTTP requests between a client and server.

    X-nextCursor

    An opaque string value, or an empty string if there are no more results.