
BigCommerce API Integration Profile
Information and guides about integrating with BigCommerce API
Add BigCommerce Integration to Your AppGet a Brand in BigCommerce API
Returns a single Brand. 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 | |
Include Fields | query.include_fields | string | |
Exclude Fields | query.exclude_fields | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
brand_Full | 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. |