Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You will edit the JSON object below and you need to know what the block_id for the shelf is. In this case, shelf2 is the block_id. The set keyword can be replaced with append if there is another source of disabled products other than the custom params for example if there is a logic block disabling products that you don’t wish to overwrite. Using the clear key word will clear the disabled products list for a shelf, and this would take an empty list like "clear:disabled_products": []

Code Block
languagejson
{
  "shelf2": {
    "set:disabled_products": [
      "a5414624321000",
      "PID009937"
    ]
  }
}

...