Home > @infiniteobjects/data-types > IShopifyProduct
Warning: This API is now obsolete.
Replaced for official Shopify Product interface
Product
Signature:
export interface IShopifyProduct
| Property | Modifiers | Type | Description |
|---|---|---|---|
| available | boolean | ||
| compare_at_price_max | number | ||
| compare_at_price_min | number | ||
| compare_at_price_varies | boolean | ||
| compare_at_price | null | ||
| content | string | ||
| created_at | string | ||
| description | string | ||
| featured_image | string | ||
| handle | string | ||
| id | number | ||
| images | string[] | ||
| media | (IShopifyMediaImage | IShopifyMediaVideo)[] | ||
| options | string[] | ||
| price_max | number | ||
| price_min | number | ||
| price_varies | boolean | ||
| price | number | ||
| published_at | string | ||
| tags | string[] | ||
| title | string | ||
| type | string | ||
| variants | IShopifyVariant[] | ||
| vendor | string |