Shipping Subscription Orders in India
Serviceability, weight bands, COD and address changes all behave differently when an order repeats monthly. How to structure subscription shipping.
Shipping a subscription is not shipping an order twelve times. The problems that are tolerable once become structural when they recur.
Check serviceability at signup
A pincode your courier struggles with is an inconvenience for a one-off order and a recurring failure for a subscription.
Validate at signup. If you cannot reliably deliver to a pincode, it is far better to say so before taking a subscription than to fail four deliveries, issue refunds and lose the customer anyway.
If you serve difficult pincodes through a different courier at higher cost, either price that in or restrict those pincodes to prepaid plans where the margin supports it.
Design to weight and dimension bands
Courier pricing steps at thresholds. Sitting 100g over a band, on every box, every month, for every subscriber, is a permanent margin leak.
Work backwards: pick the band, derive the maximum box size and weight, then design the box and choose contents to fit. Packaging.
COD and subscriptions do not mix well
Cash on delivery is deeply embedded in Indian ecommerce and it is a poor fit for subscriptions:
- There is no recurring payment to automate — the point of the subscription disappears
- Refusal rates are higher, and a refused COD box is a total loss including both legs of shipping
- You cannot forecast revenue with any confidence
If you offer COD at all, restrict it to the first order as a trust-builder, with the subscription itself on UPI Autopay or card from cycle two. Some stores discount the first box to make that switch attractive.
Addresses change mid-subscription
People move. Over a twelve-month subscription, some proportion of your base will.
Three consequences:
- The portal must allow address changes without contacting support
- There must be a cut-off before pick, or you ship to the old address with the new intention
- Tax treatment may change. Place of supply follows the delivery address, so a subscriber moving between states shifts from CGST+SGST to IGST. If your invoicing takes tax from the original order rather than the current delivery, every invoice after the move is wrong. GST on subscriptions.
That third one is easy to miss and unpleasant to discover during an audit.
Batch, but not all at once
Shipping an entire subscriber base on the 1st is efficient per order and brutal on the warehouse — and it concentrates every problem into the same 48 hours.
Weekly cohorts smooth the load and the support queue, at some cost in batching efficiency. For most operations the trade is worth it past a few hundred subscribers.
Track failures by geography
Delivery failures cluster by pincode and by courier. A monthly report of failed deliveries grouped that way tells you where to restrict serviceability, where to switch courier, and where to require prepaid.
Without it, you absorb the same failures every month and treat each as an individual incident.
Part of our guide to Fulfilling Subscription Orders: Batching, Timing and Exceptions.