In Progress Orders
Discover how the 'In Progress Orders' API fetches a comprehensive list of orders currently in the process of pickup for fulfillment.
Fetches a comprehensive list of all orders which are in process of pickup for fulfillment. To get in progress orders, you will need to call the /solr-query endpoint with the POST method.
Request
Endpoint
https://<host>/api/solr-query
Example: https://demo-oms.hotwax.io/api/solr-query
Header
Body
Query Parameters
Parameter | Description | Required (Y/N) |
---|---|---|
| The number of groups | No |
| The order of search results | No |
| Filter to group orders | Yes |
| The field to be grouped | Yes |
| The maximum number of items allowed in the group | Yes |
| The number of groups that have matched the query in the results. The default value is false | No |
| Selects the query parser to be used to process the query | No |
| Specifies the default operator for query expressions, overriding the default operator specified in the Schema. Possible values are "AND" or "OR" | No |
| The query fields | No |
| Reference index | No |
| Index page number | No |
API Parameters
Parameter | Description | Required (Y/N) |
---|---|---|
| The ID of the order type in HotWax | Yes |
| The picking status of the order item | No |
| The ID of the shipment method type | No |
| The status of fulfillment which needs to be neglected | No |
| The ID of the facility where fulfillment is taking place | No |
Response
Header
Body
Parameter | Description |
---|---|
| The ID of the order. |
| The ID of the order item sequence. |
| The ID of the ship group sequence. |
| The ID of the inventory item. |
| The time and date of reservation. |
| The item quantity. |
| The item quantity not available at the location. |
| The ID of the product in HotWax. |
| The keyword used for search. |
| The name of the product. |
| The spellchecker. |
| The SKU ID of the product. |
| The name of the parent product. |
| The count of the unique order items. |
| The ID of the picklist bin. |
| The ID of the picklist. |
| The ID of the picklist item status. |
| The description of the picklist item status. |
| The current fulfillment status of the item. |
| The date when the order was placed. |
| The ID of the order type. |
| The ID of the product store. |
| The ID of the order status. |
| The ID of the customer. |
| The name of the customer. |
| The ID of the shipment method type. |
| The description of the shipment method type. |
| The sequence number of the shipment method type. |
| The ID of the facility. |
| The name of the facility. |
| The ID of the facility type. |
| The IDs of the companies associated with the order. |
| The secondary unique identifier of the order. |
| The type of the document. |
| The identifier of the document. |
| The type and identifier of the document. |
Last updated