How to set Product Visibility

Introduction

A product can be marked as disabled it will be hidden in all menus where it was used and will not be pushed to channels until it marked as visible again.

Format

Set a visible property to false to disable an item across all ordering platforms. For more granularity on "visible" status and to apply it at a channel level, see guide at the bottom of this page

{
    "productType": 1,
    "plu": "SI-01",
    "price": 100,
    "name": "Fries",
    "visible": false
}

Did this page help you?