Unpublishes the current data of the ProductTailoring. Sets the published field to false. Generates the ProductTailoringUnpublished Message.

interface ProductTailoringUnpublishAction {
    action: "unpublish";
}

Properties

Properties

action: "unpublish"