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
Open Settings → Courier
Enable the providers you use and enter their credentials. A default provider can be set. - 2
Test credentials
Use the Test button to validate your courier credentials before going live. The /courier/test endpoint checks connectivity. - 3
Load service areas
For carriers that expose stores/areas, the /courier/lookup endpoint loads provider metadata used at dispatch. - 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/courierGet the courier shipment for an order.
SessionPOST
/order/:id/courier/sendDispatch an order to the configured courier.
SessionPOST
/order/:id/courier/syncSync courier status back into the order.
SessionPOST
/shop/courier/testTest courier provider credentials.
SessionPOST
/shop/courier/lookupLoad courier provider metadata (stores, areas).
SessionCredential 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.