object AssignLotToLocationOutput
GraphQL output type for assigning a Lot to a Location.
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
warehouse_product | WarehouseProduct |
Referenced By
- lot_assign_to_location Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"warehouse_product": WarehouseProduct
}