πŸ”‘ ShipBob Cancel Order

This action is used to cancel an order in ShipBob for a specified ShipBob Order ID

The action uses the following endpoint:

POST Cancel Single Order: https://developer.shipbob.com/api-reference/2025-07/orders/cancel-single-order-by-order-id

You can retrieve the ShipBob Channel ID in Postman using the following endpoint:
https://developer.shipbob.com/api-reference/2025-07/channels/get-channels


Inputs

NameTypeDescription
ShipBob Order IDStringShipBob Order ID
Access TokenStringShipBob Access Token
ShipBob Channel IDStringShipBob Channel ID

Outputs

NameTypeDescription
Success?BooleanWhether the order was cancelled
True / False
Raw DataObjectRaw Data returned from API call