object AssignLotToLocationOutput
GraphQL output type for assigning a Lot to a Location.
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
warehouse_product | WarehouseProduct | Warehouse product associated with this lot to location. |
Referenced By
- lot_assign_to_location Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"warehouse_product": {sku: "BLUE-TEE-M", name: "Blue Tee"}
}