π 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
| Name | Type | Description |
|---|---|---|
| ShipBob Order ID | String | ShipBob Order ID |
| Access Token | String | ShipBob Access Token |
| ShipBob Channel ID | String | ShipBob Channel ID |
Outputs
| Name | Type | Description |
|---|---|---|
| Success? | Boolean | Whether the order was cancelled True / False |
| Raw Data | Object | Raw Data returned from API call |
Updated about 4 hours ago
