id int | Unique identifier for the object. |
product_id int | Unique identifier of the product. |
name string | The name of the sku. |
active boolean | Indicates whether or not the sku is active. |
currency string | The ISO code of the currency. |
image string | The path of the image. |
inventory_type boolean | A boolean value of the inventory. 0 means unlimited and 1 means limited quantity. |
inventory_quantity int | The number of the quantity available. |
price int | The price in cents. |
expires_at timestamp | Time at which the object expires. |
created_at timestamp | Time at which the object was created. |
updated_at timestamp | Time at which the object was last updated. |