Publishes product data from the Product's staged projection to its current projection. Produces the ProductPublished Message.

interface ProductPublishAction {
    action: "publish";
    scope?: string;
}

Properties

Properties

action: "publish"
scope?: string

All or Prices

Generated using TypeDoc