Create Order History
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
POST
https://api.salla.dev/admin/v2
Order Histories
Last modified:2025-02-02 12:23:10
note
to the Order History, by passing the order_id
as a path parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.salla.dev/admin/v2/orders//histories' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "string"
}'
Response Response Example
200 - Example
{
"status": 200,
"success": true,
"data": {
"id": 1333127585,
"status": "مسترجع",
"customized": {
"id": 2062355698,
"name": "مسترجع",
"type": "custom",
"slug": "restored",
"original": {
"id": 989286562,
"name": "مسترجع"
},
"parent": {}
},
"note": "Ù…Ù„Ø§ØØ¸Ø©",
"created_at": {
"date": "2023-02-21 11:09:57.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
}
}
}
Request
Path Params
order_id
integerÂ
required
Body Params application/json
Responses
Modified at 2025-02-02 12:23:10