Add track to a specific return
Add track to a specific return
Path parameters
-
rmaIncrementId
string Required
POST
/V1/stock-hub/rma/{rmaIncrementId}/track
curl \
--request POST 'https://m2.winkelstraat.nl/rest/all/V1/stock-hub/rma/{rmaIncrementId}/track' \
--data '{"track":{"tracking_number":"string","carrier":"string","method":"string","tracking_url":"string"}}'
Request examples
{
"track": {
"tracking_number": "string",
"carrier": "string",
"method": "string",
"tracking_url": "string"
}
}
Response examples (200)
true
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"
}