Attribute | Description |
---|---|
id | Unique identifier for the object. |
product_id | ID of the product this variant belongs to. |
material_id | ID of the material this variant belongs to. |
sku | A unique code for a product variant (also called SKU). |
sales_price | Default sales price (excluding tax), which is automatically assigned to the product or it's variant when creating sales orders. Can be manually changed on each order. |
purchase_price | Default purchase price (excluding tax) in the default currency of the supplier, which is automatically assigned to the material or its variant when creating purchase orders. Can be manually changed on each order. If you are purchasing in a different unit of measure than your stock unit of measure, then this is the price per purchase UoM. |
internal_barcode | Barcode for identifying the SKU internally. |
registered_barcode | Barcode printed on the physical labels of items you sell to your customers. |
supplier_item_codes | Supplier provided SKU, used to identify raw materials and purchasable products from different suppliers when receiving. |
config_attributes | An array of variant configuration attribute objects (name and value). A variant can have configuration values to all options specified in the product object. |
config_attributes.config_name | Name of the variant option (e.g. color, size). Needs to match with the variant option from product. |
config_attributes.config_value | Value of the variant option (e.g. blue). Needs to match with one of the variant option values from product. |
type | Either "product" or "material", depending on the object the variant belongs to. |
created_at | The timestamp when the variant was created. |
updated_at | The timestamp when the variant was last updated. |
minimum_order_quantity | The minimum order quantity is used as a default purchase order row quantity. It can be manually changed on each order. If you purchase in a different unit of measure than your stock unit of measure, then this is the quantity per purchase UoM. |
lead_time | Time in days used to calculate arrival date and suggested order dates of that variant |