Create Order History
POST
/orders/{order_id}/historiesThis endpoint allows you to append a note
to the Order History, by passing the order_id
as a path parameter.
Request
The Order ID. List of Order ID can be found here
Note value
{
"note": "string"
}
Request samples
[api.label.responses]
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A unique identifier associated with a specific entry or record in a database containing information about a customer's past order or transaction history.
The current state or condition of an order.
A record or comment associated with a specific order.
POST order history date an time of creation.
{
"status": 200,
"success": true,
"data": {
"id": 1333127585,
"status": "مسترجع",
"customized": {
"id": 2062355698,
"name": "مسترجع",
"type": "custom",
"slug": "restored",
"original": {
"id": 989286562,
"name": "مسترجع"
},
"parent": null
},
"note": "ملاحظة",
"created_at": {
"date": "2023-02-21 11:09:57.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
}
}
}