
BigCommerce API Integration Profile
Information and guides about integrating with BigCommerce API
Add BigCommerce Integration to Your AppUpdate a Brand in BigCommerce API
Updates a Brand.
Required Fields
- None
Read-Only Fields
- id
To update a Brand Image, send a request with an image_url
.
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 | Common Brand properties. |
Id | data.id | integer | Unique ID of the *Brand*. Read-Only. |
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. |