Shipbubble API Documentation
  • Shipbubble API
  • Get started
    • Authentication
    • Request and Responses
    • Errors
    • Rate Limiting
    • Pagination
    • Postman
  • API Reference
    • Wallet
      • Get shipping wallet balance
      • Request wallet fund
    • Addresses
      • Validate address (global)
      • Get validated addresses
      • Edit address details
      • Get single address details
    • Package categories
    • Package dimensions
    • Couriers
    • Rates
      • Request shipping rates
      • Request shipping rates from selected couriers
      • Edit request token details
    • Cash on delivery
    • Insurance
      • Get Insurance Rates
    • Shipments
      • Create shipment
      • Cancel shipment
    • Returns
      • Get rates for a return shipment request
    • Tracking
      • Get shipments
      • Get multiple specific shipments
    • Webhooks
      • Webhook simulator (sandbox)
Powered by GitBook
On this page

Was this helpful?

  1. API Reference
  2. Shipments

Cancel shipment

You can utilize this endpoint to cancel only a scheduled shipment i.e a shipment that has been processed for a future date. It will be canceled once the date for processing has not passed.

POST https://api.shipbubble.com/v1/shipping/labels/cancel/:order_id

Path Parameters

Name
Type
Description

order_id*

String

shipment order id

{
    "status": "success",
    "message": "Shipment successfully cancelled"
}
{
    "status": "failed",
    "message": "Shipment label already processed"
}
PreviousCreate shipmentNextReturns

Last updated 5 months ago

Was this helpful?