Brand Tutorial
Last updated
Was this helpful?
Last updated
Was this helpful?
To create a brand with media files and add it to a product created beforehand, follow the process below:
Ensure that you have created a product.
For instructions, check out .
To create a brand and add media files to it, you need to send a request to the endpoint.
Executing a request to create a brand returns a response that includes an "id" field, which should then be used when uploading an image.
To specify a brand for a product, you need to provide the brandId
field on product level which should be used. You can add brands either during the creation of the product, or by updating a product that already exists in the system.
To include an image for a brand, you need to upload the image to the database by sending a multipart request to the endpoint.
The brandId
is necessary to provide.
To update the existing product with brand information, you need to send a request to the endpoint.
To test the endpoint, open the API reference below or check the example of a curl request.
To test the endpoint, open the API reference below or check the example of a curl request.
To test the endpoint, open the API reference below or check the example of a curl request.