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

Package categories

Items categories help us streamline your search of rates to the exact couriers that can handle them.

GET https://api.shipbubble.com/v1/shipping/labels/categories

{
    "status": "success",
    "message": "Retrieved successfully",
    "data": [
        {
            "category_id": 90097994,
            "category": "Accessories"
        },
        {
            "category_id": 3035980,
            "category": "Electronics"
        },
        {
            "category_id": 70830897,
            "category": "Electronic gadgets"
        },
        {
            "category_id": 66484941,
            "category": "Jewelry"
        },
        {
            "category_id": 69709726,
            "category": "Food"
        },
        {
            "category_id": 98246239,
            "category": "Fashion wears"
        }
    ]
}
PreviousGet single address detailsNextPackage dimensions

Last updated 2 years ago

Was this helpful?