Skip to content
Skip to main content
< All Topics

๐Ÿšš Shipmozo API Documentation

๐Ÿšš Shipmozo API Documentation

Overview

This documentation outlines the step-by-step process to integrate and automate order shipping using Shipmozo APIs. It covers everything from fetching order details to assigning a courier and generating labels for dispatch.

๐Ÿ”น Step 1: Download Processing Orders from SwiftShip to Uttpatang

Before interacting with Shipmozo, you need to download all processing status orders from SwiftShip and import them into your internal system (Uttpatang).

๐Ÿ”น Step 2: Push Order to Shipmozo
Once orders are imported into Uttpatang, send each order’s data to Shipmozo to create a shipment. Shipmozo will return a unique order_id that will be used in all further API interactions.

๐Ÿ“ Note: Keep the shipmozo_order_id securely; it is essential for all subsequent steps.

๐Ÿ”น Step 3: Get Shipping Courier Options

Send pickup and delivery pincodes to Shipmozo to fetch a list of available couriers and their service types, delivery ETA, and pricing.

๐Ÿ”น Step 4: Assign a Courier to the Order

Select a courier based on your criteria (ETA, charges, etc.) and assign it to the specific Shipmozo order ID.

๐Ÿ”น Step 5: Schedule Pickup for the Order

After the courier is assigned, schedule the pickup for the order.

๐Ÿ”น Step 6: Generate Shipping Label

After pickup is scheduled, generate the shipping label to attach to the parcel.

๐Ÿ“Ž Tip: You can programmatically download or print this label for packaging.

โœ… Summary Flow
  1. ๐Ÿ”ฝ Fetch processing orders from the SwiftShip to Uttpatang.
  2. ๐Ÿ“ค Push orders to Shipmozo and get a Shipmozo Order ID.
  3. ๐Ÿ“ฆ Use pincodes to get courier options.
  4. ๐Ÿงพ Assign selected courier using the Shipmozo Order ID.
  5. ๐Ÿ• Schedule pickup of the order.
  6. ๐Ÿ–จ๏ธ Generate and print the shipping label.
Need Help?

For technical issues or further API access credentials, contact Shipmozo Support at:
๐Ÿ“ง support@shipmozo.com
๐Ÿ“ž +91-XXXXXXXXXX

 

Table of Contents