
BigCommerce API Integration Profile
Information and guides about integrating with BigCommerce API
Add BigCommerce Integration to Your AppCreate a Brand in BigCommerce API
Creates a Brand.
Required Fields
- name
Read-Only Fields
- id
Limits
- 30,000 brands per store limit
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | Common brand properties. |
Name | data.name | string | The name of the brand. Must be unique. Required in POST. |
Page Title | data.page_title | string | The title shown in the browser while viewing the brand. |
Meta Keywords | data.meta_keywords | array of strings | An array of meta keywords to include in the HTML. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Brand | data | object | Common Brand properties. |
Id | data.id | number | Unique ID of the *Brand*. Read-Only. |
Name | data.name | string | The name of the brand. Must be unique. Required in POST. |
Page Title | data.page_title | string | The title shown in the browser while viewing the brand. |
Meta Keywords | data.meta_keywords | array of strings | An array of meta keywords to include in the HTML. |