input UpdateLocationInput
Fields
| Field | Type | Description |
|---|---|---|
location_id | String! | The id of the location you want to modify |
zone | String | |
location_type_id | String | |
pickable | Boolean | |
sellable | Boolean | |
is_cart | Boolean | |
pick_priority | Int | |
dimensions | DimensionsInput | |
temperature | String |
Referenced By
- location_update Mutation
Example
{
"location_id": "abc123",
"zone": "abc123",
"location_type_id": "abc123",
"pickable": true,
"sellable": true,
"is_cart": true,
"pick_priority": 987,
"dimensions": DimensionsInput,
"temperature": "abc123"
}