StockBatch
A stock batch (lot) of a warehouse.
type StockBatch {
id: ID
number: String
}
Fields
StockBatch.id ● ID scalar
The unique identifier of the record.
StockBatch.number ● String scalar
The batch number, as declared by the warehouse.
Member Of
FulfillmentLine object