Skip to main content

SKU Object

AttributesDescription
idstringA unique identifier that represents the SKU and is assigned by Voucherify.Example:sku_0b1621b319d248b79f
source_idstring, nullA unique SKU identifier from your inventory system.Example:sku_source_id_4
product_idstringThe parent product’s unique ID.Example:prod_0b15f6b9f650c16990
skustring, nullUnique user-defined SKU name.Example:Large Pink Shirt
priceinteger, nullUnit price. It is represented by a value multiplied by 100 to accurately reflect 2 decimal places, such as $100.00 being expressed as 10000.
currencystring, nullSKU price currency.Example:USD
attributesobjectThe attributes object stores values for all custom attributes inherited by the SKU from the parent product. A set of key/value pairs that are attached to a SKU object and are unique to each SKU within a product family.
image_urlstring, nullThe HTTPS URL pointing to the .png or .jpg file that will be used to render the SKU image.
metadataobjectThe metadata object stores all custom attributes assigned to the SKU. A set of key/value pairs that you can attach to a SKU object. It can be useful for storing additional information about the SKU in a structured format. It can be used to create product collections.
created_atstringTimestamp representing the date and time when the SKU was created. The value is shown in the ISO 8601 format.Example:2022-05-17T10:36:30.187Z
updated_atstring, nullTimestamp representing the date and time when the SKU was updated. The value is shown in the ISO 8601 format.Example:2022-05-17T10:55:09.137Z
objectstringThe type of the object represented by JSON. This object stores information about the SKU.Available values: sku
⌘I