Get the current return label for a specific return
Get the current return label for a specific return
GET /V1/stock-hub/rma/{rmaIncrementId}/shipping-label
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/stock-hub/rma/{rmaIncrementId}/shipping-label
Response examples (200)
{
"content": "string",
"mime_type": "string",
"encoding": "string",
"length": 42
}
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}