Skip to main content
Schema2020-08-27object

sku

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

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