EcommerceProducts
A list of an account's ecommerce products.
Columns
Name | Type | ReadOnly | Description |
StoreId [KEY] | String | True | The StoreId for the table. |
Id [KEY] | String | True | A unique identifier for the product. |
Title | String | False | The title of a product. |
Handle | String | False | The handle of a product. |
Url | String | False | The URL of a product. |
Description | String | False | The description of a product. |
Type | String | False | The type of product. |
Vendor | String | False | The vendor for a product. |
ImageUrl | String | False | The image URL for a product. |
Variants | String | False | An array of the product's variants. |
PublishedAtForeign | Datetime | False | The date and time when the product was published. |
Last updated