object MissingAllocationType
Fields
| Field | Type | Description |
|---|---|---|
message | String! | |
quantity | Int | Quantity as a whole-unit count. |
status | PickingJobStatus | Current status; use the API status values returned by this field when filtering or updating. |
Implements
Referenced By
- AllocationType Type
Example
{
"message": "abc123",
"quantity": 2,
"status": "{id: \"UGlja2luZ0pvYlN0YXR1c1R5cGU6MTIzNA==\"}"
}