9 lines
279 B
YAML
9 lines
279 B
YAML
type: object
|
|
properties:
|
|
stocked_quantity:
|
|
description: the total stock quantity of an inventory item at the given location ID
|
|
type: number
|
|
incoming_quantity:
|
|
description: the incoming stock quantity of an inventory item at the given location ID
|
|
type: number
|