Skip to main content
POST
/
v1
/
orders
/
{id}
/
allocate
Allocate order items
curl --request POST \
  --url http://localhost:3000/v1/orders/{id}/allocate
{
  "success": true,
  "allocation": {
    "rfc_items": 123,
    "sweep_items": 123,
    "pick_lists_created": 123,
    "sweeps_used": [
      "<string>"
    ]
  }
}

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Order allocated

success
boolean
required
allocation
object
required