curl --request POST \
--url https://gateway-dev.shipbob.dev/1.0/receiving/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"detail": "string",
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"instance": "string",
"property1": {},
"property2": {},
"status": 0,
"title": "string",
"type": "string"
}This endpoint is deprecated. Please use /2.0/receiving//cancel
curl --request POST \
--url https://gateway-dev.shipbob.dev/1.0/receiving/{id}/cancel \
--header 'Authorization: Bearer <token>'{
"detail": "string",
"errors": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"instance": "string",
"property1": {},
"property2": {},
"status": 0,
"title": "string",
"type": "string"
}