BFast
Integrations

Plug into your stack in minutes

Whether you sell on Shopify, WooCommerce, Amazon, or a custom-built store — BFast fits in without a migration project.

Shopify

Install the BFast app from the Shopify App Store. Auto-syncs orders every 5 minutes.

WooCommerce

The BFast WooCommerce plugin drops into wp-admin and connects with an API key.

Amazon

Ship your Amazon Easy Ship orders via BFast. Rate cards apply the same as own-website orders.

Custom API

Full REST API for wallet, shipping, tracking, and webhooks — for anything not on this list.

Developer API

Building something custom?

The Partner API exposes wallet, serviceability, bulk booking, reverse, label, and NDR endpoints. x-api-key authentication, HMAC-signed webhooks, and a full sandbox environment.

QUICK CURL
curl -X POST https://api.bfastservices.com/v1/orders \\
  -H "x-api-key: sk_live_..." \\
  -H "Content-Type: application/json" \\
  -d '{
    "order_id": "MYORDER-001",
    "consignee": {"pincode": "110001", ...},
    "package_weight": 500,
    "payment_mode": "COD"
  }'