interface ProductDiscountMatchQuery {
    price: QueryPrice;
    productId: string;
    staged: boolean;
    variantId: number;
}

Properties

price: QueryPrice

Specified Price of the specified Product Variant.

productId: string

ID of the specified Product.

staged: boolean

Controls which projected representation is applied for the query. Set to true for the staged Product Projection of the specified Product Variant, set to false for the current one.

variantId: number

ID of the specified Product Variant.

Generated using TypeDoc