Product identifier input that locates a product for MCF.

ProductIdentifier

interface ProductIdentifier {
    merchantSku: string;
}

Properties

Properties

merchantSku: string

The merchant SKU for the product.

ProductIdentifier