Schema2020-08-27
objectsku_inventory
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
SKUInventory
objectquantity integer
optionalnullable The count of inventory available. Will be present if and only if `type` is `finite`.
type string
requiredInventory type. Possible values are `finite`, `bucket` (not quantified), and `infinite`.
value string
optionalnullable An indicator of the inventory available. Possible values are `in_stock`, `limited`, and `out_of_stock`. Will be present if and only if `type` is `bucket`.