Function changeProductStatus
- changeProductStatus(
__namedParameters: {
action: "publish" | "unpublish";
productId: string;
workspaceId: string;
},
opts?: RequestOpts,
): Promise<boolean> Parameters
- __namedParameters: { action: "publish" | "unpublish"; productId: string; workspaceId: string }
Optionalopts: RequestOpts
Returns Promise<boolean>
Change product status