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