objectsku
Stores representations of [stock keeping units](http://en.wikipedia.org/wiki/Stock_keeping_unit). SKUs describe specific product variations, taking into account any combination of: attributes, currency, and cost. For example, a product may be a T-shirt, whereas a specific SKU represents the `size: large`, `color: red` version of that shirt. Can also be used to manage inventory. Related guide: [Tax, Shipping, and Inventory](https://stripe.com/docs/orders).
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
SKUInventory
objectThe count of inventory available. Will be present if and only if `type` is `finite`.
Inventory type. Possible values are `finite`, `bucket` (not quantified), and `infinite`.
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`.