To get all stock statuses.
https://access.way2order.com/api/v1/getstockstatuses
Content-Type: application/jsonAuthorization: Bearer {access_token}
{
{
"name": "In Stock",
"code": "69d08bd5f8cf4e228930935c3f13e42f",
"visible": true
},
{
"name": "Out of Stock",
"code": "e990b6285ed2a575c561235378a5e691",
"visible": true
},
...
}
| Attribute | Type | Description |
|---|---|---|
| name | String | Stock Status Name |
| code | String | Stock Status ID |
| visible | Boolean | true if Stock Status is visible, false otherwise |