Shopify / Wix Product Visibility Toggle
dsers_product_visibilityChange a prepared product job's visibility to draft or published before pushing to the store, preventing accidental live sales or enabling immediate listing.
Instructions
Change the visibility mode of a prepared job before pushing it to the store. Call this between dsers_product_import and dsers_store_push to switch between draft and published. Returns: job_id, status, visibility_mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by dsers_product_import. | |
| visibility_mode | Yes | New visibility mode. backend_only: save as draft, not visible to shoppers — SAFE. sell_immediately: publish and LIVE on storefront — RISK: product becomes purchasable immediately. Confirm with user first. |