shopIdΒΆ

The ids of the shops you want to show in the widget.

accepts array of integers
required false
values  
default none

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    limits: {
      shopId: [1, 2]
    }
  }
</script>