input ItemFilterInput
Fields
| Field | Type | Description |
|---|---|---|
sku | String! | SKU of the item to include. |
location | String! | Location name where the item must be present (e.g. 'A01-01-01'). |
Referenced By
Example
{
"sku": "BLUE-TEE-M",
"location": "A01-01-01"
}