Interface ProductPriceDiscountsSetMessagePayload

Generated after a Price is updated due to a Product Discount.

interface ProductPriceDiscountsSetMessagePayload {
    type: "ProductPriceDiscountsSet";
    updatedPrices: ProductPriceDiscountsSetUpdatedPrice[];
}

Properties

Properties

type: "ProductPriceDiscountsSet"

Array containing details about the Embedded Prices that were updated.

Generated using TypeDoc