Interface ProductAddedToCategoryMessagePayload

Generated after a successful Add To Category update action.

interface ProductAddedToCategoryMessagePayload {
    category: CategoryReference;
    staged: boolean;
    type: "ProductAddedToCategory";
}

Properties

Properties

Category the Product was added to.

staged: boolean

Whether the update was only applied to the staged Product Projection.

type: "ProductAddedToCategory"

Generated using TypeDoc