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": "abc123",
"location": "abc123"
}| 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'). |
{
"sku": "abc123",
"location": "abc123"
}