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": {
"color": data.__metafields[key = "color"].value
}
}Updated about 1 month ago