Order Statuses
The available APIs for order statuses are explained below.
setting/order_status/get
This gets a list of order statuses from the Equotix One account.
Path
/api/setting/order_status/get
POST Parameters
Name | Type | Required | Description |
domain | string | Yes | The domain you are assigned to authenticate your Equotix One account. |
api_key | string | Yes | The email address assigned to the user account in your Equotix One. |
auth_timestamp | int | Yes | The unix timestamp used to sign this API request. |
auth_signature | string | Yes |
The calculated signature for this API request. |
page | int | No |
Page number of the results. |
Response Parameters
Name | Type | Description |
order_statuses | object | The items results. |
> order_status_id | int | The order status ID. |
> name | string | The status name. |
> deduct | string | The status auto deduct stocks status. |
total | int | The total number of results. |
Comments
0 comments
Article is closed for comments.