Download OpenAPI specification:Download
Labels allow to mark details related to a product, for example highlighting that a product has a worldwide shipment possibility.
Key Features:
Key Benefits:
Retrieves all tenant's labels.
The request was successful. List of labels is returned.
Unauthorized. The caller is not allowed to access this resource.
Some server side error occurred.
[- {
- "id": "66fe65e83132e30001e6be29",
- "name": "Worldwide Shipment",
- "description": "<p>Worldwide Shipment</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 0,
- "isTrue": false
}, - "metadata": {
- "createdAt": "2024-10-03T05:58:08.228Z",
- "modifiedAt": "2024-10-03T05:58:08.228Z",
- "version": 0
}
}, - {
- "id": "61ge81e13562e22001h6cf456",
- "name": "Extended Warranty",
- "description": "<p>Warrany with full coverage</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 1,
- "isTrue": true
}, - "metadata": {
- "createdAt": "2024-10-03T09:30:10.548Z",
- "modifiedAt": "2024-10-03T09:30:10.548Z",
- "version": 2
}
}
]
Creates a new label.
label.label_manage
The label was successfully created.
Request was syntactically incorrect. Any details will be provided within the response payload.
Unauthorized. The caller is not allowed to access this resource.
Access forbidden. The caller is not allowed to access this resource.
Label with given ID already exists.
Some server side error occurred.
{- "id": "66fe65e83132e30001e6be29",
- "name": "Worldwide Shipment",
- "description": "<p>Worldwide Shipment</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 0,
- "isTrue": true
}
}
{- "id": "66fe65e83132e30001e6be29",
- "name": "Worldwide Shipment",
- "description": "<p>Worldwide Shipment</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 0,
- "isTrue": true
}, - "metadata": {
- "createdAt": "2024-10-03T05:58:08.228Z",
- "modifiedAt": "2024-10-03T05:58:08.228Z",
- "version": 0
}
}
Retrieves a label with the specified label ID.
The label was successfully retrieved.
Unauthorized. The caller is not allowed to access this resource.
Requested resource does not exist.
Some server side error occurred.
{- "id": "66fe65e83132e30001e6be29",
- "name": "Worldwide Shipment",
- "description": "<p>Worldwide Shipment</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 0,
- "isTrue": true
}, - "metadata": {
- "createdAt": "2024-10-03T05:58:08.228Z",
- "modifiedAt": "2024-10-03T05:58:08.228Z",
- "version": 0
}
}
Updates a label with the specified label ID.
label.label_manage
The label was successfully updated.
Request was syntactically incorrect. Any details will be provided within the response payload.
Unauthorized. The caller is not allowed to access this resource.
Access forbidden. The caller is not allowed to access this resource.
Requested resource does not exist.
Some server side error occurred.
{- "name": "Worldwide Shipment",
- "description": "<p>Worldwide Shipment</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 0,
- "isTrue": true
}
}
{- "id": "66fe65e83132e30001e6be29",
- "name": "Worldwide Shipment",
- "description": "<p>Worldwide Shipment</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 0,
- "isTrue": true
}, - "metadata": {
- "createdAt": "2024-10-03T05:58:08.228Z",
- "modifiedAt": "2024-10-03T05:58:08.228Z",
- "version": 0
}
}
Partially updates a label with the specified label ID.
label.label_manage
The label was successfully updated.
Unauthorized. The caller is not allowed to access this resource.
Access forbidden. The caller is not allowed to access this resource.
Requested resource does not exist.
Some server side error occurred.
{- "name": "Worldwide Shipment"
}
{- "id": "66fe65e83132e30001e6be29",
- "name": "Worldwide Shipment",
- "description": "<p>Worldwide Shipment</p>",
- "cloudinaryUrl": "tenant/labels/54fd0a26-fa47-45b7-ae22-8e54e0bb98d2",
- "overlay": {
- "position": 0,
- "isTrue": true
}, - "metadata": {
- "createdAt": "2024-10-03T05:58:08.228Z",
- "modifiedAt": "2024-10-03T05:58:08.228Z",
- "version": 0
}
}
Deletes a label with the specified label ID.
label.label_delete
The label was successfully deleted.
Unauthorized. The caller is not allowed to access this resource.
Access forbidden. The caller is not allowed to access this resource.
Requested resource does not exist.
Some server side error occurred.
{- "fault": {
- "faultstring": "Invalid Access Token",
- "detail": {
- "errorcode": "keymanagement.service.invalid_access_token"
}
}
}
Creates an image for a label.
label.label_manage
Successfully created media.
Unauthorized. The caller is not allowed to access this resource.
Access forbidden. The caller is not allowed to access this resource.
Some server side error occurred.
{- "id": "tenant/labels/0a075c00-3893-47e7-b0d7-84f9ba7e339a"
}
Deletes label image with specified media ID.
label.label_delete
Media successfully deleted.
Unauthorized. The caller is not allowed to access this resource.
Access forbidden. The caller is not allowed to access this resource.
Resource does not exist.
Some server side error occurred.
{- "fault": {
- "faultstring": "Invalid Access Token",
- "detail": {
- "errorcode": "keymanagement.service.invalid_access_token"
}
}
}