Skip to main content
Schema2020-08-27object

sku_inventory

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

SKUInventory

object
quantity integer
optionalnullable

The count of inventory available. Will be present if and only if `type` is `finite`.

type string
required

Inventory 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`.