{ "operationId": "getBrandMetafields", "method": "GET", "path": "/catalog/brands/{brand_id}/metafields", "summary": "BigCommerce Get Brand Metafields", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": [ { "id": 6, "key": "Location", "value": "4HG", "namespace": "Warehouse Locations", "permission_set": "app_only", "resource_type": "brand", "resource_id": 111, "description": "Location in the warehouse", "date_created": "1973-01-20T21:34:57.903Z", "date_modified": "1990-12-30T00:29:23.515Z" }, { "id": 7, "key": "Brand location", "value": "4HG", "namespace": "Warehouse Locations", "permission_set": "read", "resource_type": "brand", "resource_id": 111, "description": "Location in the warehouse", "date_created": "1973-01-20T21:34:57.903Z", "date_modified": "1990-12-30T00:29:23.515Z" } ], "meta": { "pagination": { "total": 2, "count": 2, "per_page": 50, "current_page": 1, "total_pages": 1, "links": { "current": "?page=1&limit=50" } } } } } ] }