Label Tutorial
Last updated
Was this helpful?
Last updated
Was this helpful?
To label a product with a specific information, follow these steps:
Create a label
Add a label image
Update a product with the label information
To create a new label, send the request to the endpoint.
Executing a request to create a label returns a response that includes an "id" field, which should then be used in the next steps.
To specify a brand for a product, you need to provide the labelId
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.
As a result, the product is marked with a new label.
Firstly, create and add an image for a new label. Design the image and upload it to your media repository. Send a request to the endpoint.
The labelId
is necessary to provide.
You can now update a product with a newly created label to indicate that shipping is available worldwide for this product. Send the 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.