This returns the list of order histories for an order available in the Equotix One account.
Request
Body Params application/json
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"order_id": 0,
"page": 0,
"limit": 0
}
Responses
application/json {
"error": [
"string"
],
"order_id": 0,
"order_status_id": 0,
"total": 0,
"histories": [
{
"order_status": "string",
"order_status_id": 0,
"user_id": 0,
"user": "string",
"comment": "string",
"date_added": "string"
}
]
}
Modified at 2024-10-19 14:37:59