POST /catalog/brands/{brand_id}/image
Creates a brand image.
Required Fields
- image_file: Form posts are the only accepted upload option. For more information on how to upload an image see Adding product images. NOTE: Ensure you set the
Content-Typeheader tomultipart/form-data; boundary=--example-boundary--and set the correct URL for this endpoint.
Read-Only Fields
- id
Only one image at a time can be created. To update a brand image, use the Update a brand endpoint and an image_url.
Servers
- https://api.bigcommerce.com/stores/{store_hash}/v3
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
brand_id |
Integer | Yes |
The ID of the brand to which the resource belongs. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Accept |
String | Yes |
The MIME type of the response body. Default value: "application/json" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.