Typescript SDK Type Docs
    Preparing search index...

    Interface ProductPublishAction

    Copies the product data from the Product's staged representation to its current representation and sets the published flag on the resulting ProductCatalogData to true. This makes the current representation retrievable in Product Projection endpoints and indexes it for Product Search.

    Produces the [ProductPublished](ctp:api:type:ProductPublishedMessage) Message.
    
    interface ProductPublishAction {
        action: "publish";
        scope?: ProductPublishScope;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "publish"

    All or Prices