Cancel shipment inbound
PATCH
/api/v1/public/shipments/inbound/update-status/{{inbound_id}}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH '/api/v1/public/shipments/inbound/update-status/{{inbound_id}}' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 700
}'
Response Response Example
200 - Success
{
"status_code": 200,
"data": {
"shipment_inbound_id": 1363,
"status": 700
},
"error": false,
"error_code": null,
"log_id": null,
"messages": "",
"total": 1
}
Request
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}
Body Params application/json