Outstanding Orders
Discover how HotWax Commerce fetches a comprehensive list of outstanding orders brokered at a facility for fulfillment.
Fetches a comprehensive list of all orders that are brokered at a facility for fulfillment. To get the outstanding 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
Parameter | Description | Required (Y/N) |
---|---|---|
| The number of groups. | 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 |
| The quantity of the item that is not available. | Yes |
| The ID of the order type in HotWax. | Yes |
| The ID of the order status in HotWax. | Yes |
| The status of the order if picked or not. Default value: N. | No |
| The ID of the shipment method type. | No |
| The status of fulfilment. | No |
| The ID of the facility. | 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 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. |
| Indicates whether the item has been picked or not. |
| 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 separated by a hyphen. |
Last updated