This call is deprecated. We recommend to use the Reports API instead.
The corresponding new call is: GET /v1/orders/fulfillable.
Retrieve sales orders that can be fulfilled.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| warehouseID | Warehouse ID. | integer | |
| dateStart | Date (yyyy-mm-dd) | ||
| dateEnd | Date (yyyy-mm-dd) | ||
| deliveryDateStart | Date (yyyy-mm-dd) | ||
| deliveryDateEnd | Date (yyyy-mm-dd) | ||
| deliveryTypeID | Delivery type ID. | integer |
| Field name | Type | Description | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | integer | Sales document ID. | ||||||||||||||||||||||||||||||||||||
| type | string | ORDER | ||||||||||||||||||||||||||||||||||||
| number | string | |||||||||||||||||||||||||||||||||||||
| date | ISO date (yyyy-mm-dd) | Sales document date. | ||||||||||||||||||||||||||||||||||||
| customerID | integer | Customer ID. | ||||||||||||||||||||||||||||||||||||
| customerName | string | Customer name. | ||||||||||||||||||||||||||||||||||||
| customerEmail | string | Customer e-mail address. | ||||||||||||||||||||||||||||||||||||
| addressID | integer | Sales document address ID. | ||||||||||||||||||||||||||||||||||||
| address | string | Sales document address — full address, formatted. | ||||||||||||||||||||||||||||||||||||
| deliveryDate | ISO date (yyyy-mm-dd) | Customer requested delivery date (for the whole document). | ||||||||||||||||||||||||||||||||||||
| deliveryTypeID | integer | |||||||||||||||||||||||||||||||||||||
| warehouseID | integer | Warehouse ID. | ||||||||||||||||||||||||||||||||||||
| rows | array | Sales document rows. Each row (ie. each array element) has the following fields:
|