Attributes

AttributeDescription
id intUnique identifier for the object.
product_id intUnique identifier of the product.
name stringThe name of the sku.
active booleanIndicates whether or not the sku is active.
currency stringThe ISO code of the currency.
image stringThe path of the image.
inventory_type booleanA boolean value of the inventory. 0 means unlimited and 1 means limited quantity.
inventory_quantity intThe number of the quantity available.
price intThe price in cents.
expires_at timestampTime at which the object expires.
created_at timestampTime at which the object was created.
updated_at timestampTime at which the object was last updated.