Follow

API – Ship – order

Endpoint

GET/order/<order_id>

Description

Get order data for given order_id (required)

Output

JSON field name/value pairs of order data of the following format which is similar to the output of API – Ship – orders but with no containing hash: 

{ <order field/value pair>,
    <order field/value pair>,
    "order_items" : [ { "order_item_id" : "<order item id of this order item>",
                    .. other order item field/value pairs },
                   .. ] }
}
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Powered by Zendesk