Orders & fulfillmentUpdated 2026-06-01

Courier integrations

Connect Steadfast, Pathao, RedX, eCourier, USPS, UPS, and FedEx for fulfillment.

Saleporia integrates with seven courier providers so you can dispatch orders and track shipments without leaving the admin.

Supported couriers

  • Steadfast, Pathao, RedX, eCourier — regional carriers
  • USPS, UPS, FedEx — major US carriers

Configuring a courier

  1. 1

    Open Settings → Courier

    Enable the providers you use and enter their credentials. A default provider can be set.
  2. 2

    Test credentials

    Use the Test button to validate your courier credentials before going live. The /courier/test endpoint checks connectivity.
  3. 3

    Load service areas

    For carriers that expose stores/areas, the /courier/lookup endpoint loads provider metadata used at dispatch.
  4. 4

    Set ship-from

    Configure your pickup address in the courier ship-from section.

Dispatching an order

In the order detail sheet, the courier section lets you send the order to your configured courier. The shipment is created and tracking details are stored. Use the Sync action to pull the latest courier status back into the order.

Courier endpoints
GET/order/:id/courier
Get the courier shipment for an order.
Session
POST/order/:id/courier/send
Dispatch an order to the configured courier.
Session
POST/order/:id/courier/sync
Sync courier status back into the order.
Session
POST/shop/courier/test
Test courier provider credentials.
Session
POST/shop/courier/lookup
Load courier provider metadata (stores, areas).
Session

Credential security

Courier credentials are masked in admin responses. They're only visible at the moment you enter them. Rotate credentials by re-entering them in Settings → Courier.