ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Internal shape used while normalizing a Magento 2 product's nested variants (Grouped sub-products, Configurable variants, or a synthesized single variant for Simple/unknown product types) before they are written onto a ProductBuilder.

    interface RawMagento2Variant {
        sku: string;
        name: string;
        price: number;
        currency: string;
    }
    Index

    Properties

    Properties

    sku: string

    SKU of the variant (typically encodes the size, e.g. "S770339-100g")

    name: string

    Display name of the variant

    price: number

    Numeric variant price in currency

    currency: string

    ISO currency code returned by the API for this price