input AssignLotToLocationInput

GraphQL input type for assigning a Lot to a Location.

Fields

FieldTypeDescription
lot_idString!

Unique identifier of the Lot the product belongs to

location_idString!

Unique identifier of the Location the product is placed at

Referenced By

Example

{
  "lot_id": "abc123",
  "location_id": "abc123"
}