EcommerceProductVariants
A list of an ecommerce product's variants.
Columns
Name | Type | ReadOnly | Description |
StoreId [KEY] | String | True |
The StoreId for the table. |
ProductId [KEY] | String | True |
The ProductId for the table. |
Id [KEY] | String | True |
A unique identifier for the product variant. |
Title | String | False |
The title of a product variant. |
Url | String | False |
The URL of a product variant. |
Sku | String | False |
The stock keeping unit (SKU) of a product variant. |
Price | Decimal | False |
The price of a product variant. |
InventoryQuantity | Integer | False |
The inventory quantity of a product variant. |
ImageUrl | String | False |
The image URL for a product variant. |
Backorders | String | False |
The backorders of a product variant. |
Visibility | String | False |
The visibility of a product variant. |
CreatedAt | Datetime | True |
The date and time when the product was created. |
UpdatedAt | Datetime | True |
The date and time the product was last updated. |