Shopify / Wix Product Visibility Toggle
dsers_product_visibilitySet imported products to draft or published before pushing to store. Switch between backend-only storage and immediate selling mode to control when items become live and purchasable.
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. |