
BigCommerce API Integration Profile
Information and guides about integrating with BigCommerce API
Add BigCommerce Integration to Your AppCreate a Brand Metafield in BigCommerce API
Creates a Brand Metafield.
Required Fields
- permission_set
- namespace
- key
- value
Read-Only Fields
- id
Note: The maxiumum number of metafields allowed on each order, product, category, variant, or brand is 250 per client ID. For more information, see Platform Limits in the Help Center.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
Brand Id | pathParameters.brand_id | string | |
Query | query | object | |
Data | data | object | Metafield for products, categories, variants, and brands; the max number of metafields allowed on each is 50. For more information, see [Platform Limits](https://support.bigcommerce.com/s/article/Platform-Limits) in the Help Center. |
Key | data.key | string | The name of the field, for example: `location_id`, `color`. Required for POST. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
metafield_Full | data | object | Metafield for products, categories, variants, and brands; the max number of metafields allowed on each is 50. For more information, see [Platform Limits](https://support.bigcommerce.com/s/article/Platform-Limits) in the Help Center. |
Id | data.id | number | Unique ID of the *Metafield*. Read-Only. |
Key | data.key | string | The name of the field, for example: `location_id`, `color`. Required for POST. |
Value | data.value | string | The value of the field, for example: `1`, `blue`. Required for POST. |
Namespace | data.namespace | string | Namespace for the metafield, for organizational purposes. This is set by the developer. Required for POST. |