Post v1 external fulfillment shipment track
POST /V1/external_fulfillment/shipment/track
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/external_fulfillment/shipment/track \
-d '{"track":{"increment_id":"string","track_number":"string","carrier_code":"string","carrier_method":"string","uid":"string","logistics_service_provider_code":"string"}}'
Request examples
{
"track": {
"increment_id": "string",
"track_number": "string",
"carrier_code": "string",
"carrier_method": "string",
"uid": "string",
"logistics_service_provider_code": "string"
}
}
Response examples (500)
{
"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"
}