Inventory Work Queue Orders
- Get Inventory Work Queue Orders Object Definition
- Query and List Inventory Work Queue Orders
- Query and List Inventory Work Queue Order (legacy)
- Get an Inventory Work Queue Order
- Update an Inventory Work Queue Order
This entity represents the fulfillment-enhanced view of a Sales Order. Inventory Work Queue Orders API allows you to organize which orders get processed first, for example, based on date ordered, importance of customer, kinds of items being shipped, ability to fulfill the entire order as well as other parameters.
Get Inventory Work Queue Orders Object Definition
lookup
List all the fields and relationships for the inventory work queue orders definition object:
Name | Required | Type | Description |
---|---|---|---|
object | Required | string | Use INVENTORYWQORDER |
Query and List Inventory Work Queue Orders
query
query
Name | Required | Type | Description |
---|---|---|---|
object | Required | string | Use INVENTORYWQORDER |
filter | Optional | object | Filter expression to limit the response to only objects that match the expression. Check the value of a single field using operators such as equalto/like, or multiple fields using and/or. Query fields on related objects using the dot operator (for example, VENDOR.CREDITLIMIT on APBILL). |
select | Required | sequence | The names of the fields that you want included in the response, and an optional aggregate function such as count or sum . Returning all fields is not supported. |
orderby | Optional | object | Provide an order element with a field name and choose an ascending or descending sort order, for example: <order> |
options | Optional | object | Query options:
|
pagesize | Optional | integer | Maximum number of matching objects to return in the response, between 1 and 2000 items (Default: 100 ) |
offset | Optional | integer | Point at which to start indexing into records (Default: 0 ) |
Query and List Inventory Work Queue Order (legacy)
readByQuery
readByQuery
Parameters
Name | Required | Type | Description |
---|---|---|---|
object | Required | string | Use INVENTORYWQORDER |
keys | Required | string | Comma-separated list of object ID to get |
fields | Optional | string | Comma-separated list of fields on the object to get. To return all fields, omit the element or provide * for the value.For best performance and predictability, limit the number of fields. |
returnFormat | Optional | string | Data format for the response body:
|
Get an Inventory Work Queue Order
read
read
Parameters
Name | Required | Type | Description |
---|---|---|---|
object | Required | string | Use INVENTORYWQORDER |
keys | Required | string | Comma-separated list of object ID to get |
fields | Optional | string | Comma-separated list of fields on the object to get. To return all fields, omit the element or provide * for the value.For best performance and predictability, limit the number of fields. |
returnFormat | Optional | string | Data format for the response body:
|
Update an Inventory Work Queue Order
update
update
Name | Required | Type | Description |
---|---|---|---|
INVENTORYWQORDER | Required | object | Object type to update |
Parameters
Name | Required | Type | Description |
---|---|---|---|
STATUS | No | enum | Current status or state of the order. No default value. Valid values are: open , ready to pick , picked , packed , ready to ship , shipped , ready to invoice , invoiced |
PICKCONTAINER | No | string | The container from which to pick the order. |
PACKCONTAINER | No | string | The container into which to pack the order. |
SHIPTRACKING | No | string | Shipping tracking number |