Home > @infiniteobjects/data-types > IShopifyVariant
Warning: This API is now obsolete.
Replaced for official Shopify Variant interface
ShopifyVariant
Signature:
export interface IShopifyVariant
Property | Modifiers | Type | Description |
---|---|---|---|
available | boolean | ||
barcode | string | ||
compare_at_price | null | ||
featured_image | null | ||
id | number | ||
inventory_management | string | ||
name | string | ||
option1 | string | ||
option2 | string | null | ||
option3 | string | null | ||
options | string[] | ||
price | number | ||
public_title | string | ||
requires_shipping | boolean | ||
sku | string | ||
taxable | boolean | ||
title | string | ||
weight | number |