
BigCommerce API Integration Profile
Information and guides about integrating with BigCommerce API
Add BigCommerce Integration to Your AppGet All Brand Metafields in BigCommerce API
Returns a list of Brand Metafields. Optional filter parameters can be passed in.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Brand Id | pathParameters.brand_id | string | |
Query | query | object | |
Id | query.id | integer | |
Id In | query.id:in | array |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Data | data | array of items | |
Id | item.id | number | Unique ID of the *Metafield*. Read-Only. |
Key | item.key | string | The name of the field, for example: `location_id`, `color`. Required for POST. |
Value | item.value | string | The value of the field, for example: `1`, `blue`. Required for POST. |
Namespace | item.namespace | string | Namespace for the metafield, for organizational purposes. This is set by the developer. Required for POST. |