- 1 Minute to read
- PDF
Order Autoassign
- 1 Minute to read
- PDF
Order Autoassign
This request will assign a specific, or all orders in the warehouse to the available pickers.
Request Header
Client
Accept: application/json
Security
Authorization: <ClientKey>
Transport
Host: withoutwire.com
Verb
PUT
Example
PUT https://api.withoutwire.com/integration/order/autoassign
Accept: application/json
Authorization: <ClientKey>
Content-Type: application/json
Host: api.withoutwire.com
Content-Length: 103
Expect: 100-continue
Connection: Keep-Alive
Request Body: Order identity object
[
{
"IdentityCode": "", //Optional - When blank, will assign all orders for all warehouses
"WarehouseName": "" //Optional - Required if identity code is populated
}
]
Response Body: []