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": "UHJvZHVjdDoxMjM0",
  "location_id": "TG9jYXRpb246MTIzNA=="
}