POST
/
receiving
/
{id}
/
cancel
curl --request POST \
  --url https://api.shipbob.com/1.0/receiving/{id}/cancel \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Path Parameters

id
string
required

Id of the receiving order to cancel

Response

200

Success