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 },
.. ] }
}
Comments