Generated after a successful Create CartDiscount request.

interface CartDiscountCreatedMessagePayload {
    cartDiscount: CartDiscount;
    type: "CartDiscountCreated";
}

Properties

Properties

cartDiscount: CartDiscount

The Cart Discount that was created.

type: "CartDiscountCreated"