Skip to main content
POST
/
1.0
/
receiving
/
{id}
/
cancel
Cancel Warehouse Receiving Order (DEPRECATED)
curl --request POST \
  --url https://api.shipbob.com/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"
}

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

id
string<int32>
required

Id of the receiving order to cancel

Response

Success