BigCommerce examples

This page includes common use cases usually seen with BigCommerce catalog integrations.

Metafields

You can access metafields at data.__metafields, and filter the desired metafield key.

(
  {
    "metadata": [
      {
        "key": "color",
        "value": data.__metafields[key = "color"].value
      }
    ]
  }
)