input AssignLotToLocationInput
GraphQL input type for assigning a Lot to a Location.
Fields
| Field | Type | Description |
|---|---|---|
lot_id | String! | Unique identifier of the Lot the product belongs to |
location_id | String! | Unique identifier of the Location the product is placed at |
Referenced By
- lot_assign_to_location Mutation
Example
{
"lot_id": "abc123",
"location_id": "abc123"
}