Interface ProductRemovedFromCategoryMessagePayload

Generated after a successful Remove From Category update action.

interface ProductRemovedFromCategoryMessagePayload {
    category: CategoryReference;
    staged: boolean;
    type: "ProductRemovedFromCategory";
}

Properties

Properties

Category the Product was removed from.

staged: boolean

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

type: "ProductRemovedFromCategory"

Generated using TypeDoc