object AllocatedAllocationType

Fields

FieldTypeDescription
quantityInt

Quantity as a whole-unit count.

statusPickingJobStatus

Current status; use the API status values returned by this field when filtering or updating.

locationLocation

Location for this allocated allocation.

Referenced By

Example

{
  "quantity": 2,
  "status": "{id: \"UGlja2luZ0pvYlN0YXR1c1R5cGU6MTIzNA==\"}",
  "location": {id: "TG9jYXRpb246MTIzNA==", name: "A01-01-01"}
}