Variables
ProductVariantBase
declaration
constProductVariantBase: {~schema: {gtin?:string;name:string;sku:string; }; }
Base information about a product variant.
Type declaration
| Name | Type | Description |
|---|---|---|
| { | ‐ |
|
| The external product identifier (GTIN, EAN, etc.) of the product variant. See |
|
| The variant-specific name. Complements the product name. |
|
| The merchants internal stock keeping unit (SKU) of the product variant. See |