Label Tutorial
How to add a label to a product
Create a label
curl -i -X POST
https://api.emporix.io/label/labels
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
-H 'Content-Type: application/json'
-d '{
"name": "Worldwide Shipment",
"description": "<p>Worldwide Shipment</p>"
}'Add a label image
API ReferenceUpdate a product with a new label
API ReferenceLast updated
Was this helpful?

