- Getting Started
- Extension
- Dashboard
- Module
- Report
- Total
- Integration
- Channel
- Extension
- Profile
- Inventory
- Addition
- Brand
- Category
- Deduction
- Flow
- Item
- Location
- Purchase Order
- Reservation
- Stock Take Job
- Supplier
- Transfer Job
- Transfer
- Sale
- Credit Note
- Customer Group
- Customer
- Order
- Setting
sale/order/getHistory
POST
/sale/order/getHistory
Request
Body Params application/json
domain
string
required
api_key
string
required
auth_timestamp
integer
required
auth_signature
string
required
order_id
integer
required
page
integer
optional
limit
integer
optional
Example
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"order_id": 0,
"page": 0,
"limit": 0
}
Responses
🟢200Success
application/json
Body
error
array[string]
optional
order_id
integer
optional
order_status_id
integer
optional
total
integer
optional
histories
array [object {6}]
optional
order_status
string
required
order_status_id
integer
required
user_id
integer
required
user
string
required
comment
string
required
date_added
string
required
Example
{
"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