Supplier delivery formats
Five ways to deliver orders to a supplier: portal login, CSV email digest, SFTP file drop, signed webhook, or pull API.
Pick the right format
Portal (login)
/supplier/[slug] via magic link and act on pending requests in the UI. Best for low-volume suppliers who don't have engineering resources. No setup required beyond clicking Send Portal Invite. See the supplier portal article for what suppliers see and how the ship options work.CSV email digest
supplier-feeds@shipwave.app ingests them automatically. Best for suppliers who already work out of spreadsheets.SFTP (file drop)
/inbound. Best for traditional 3PLs and ERP-driven suppliers.Webhook (HMAC-signed POST)
X-ShipWave-Signature header. Suppliers respond synchronously with a tracking number or asynchronously by calling back to our /api/supplier/fulfillment/[id]/confirm endpoint with their bearer token. Best for suppliers with their own dev team. Retries with exponential backoff for 24 hours on 5xx.API (supplier polls us)
https://shipwave.app/api/supplier with a per-supplier bearer token and polls /fulfillment/pending. They POST tracking back to /fulfillment/[id]/confirm. Same data model as the webhook flow but supplier-initiated—useful when the supplier's infrastructure can't accept inbound connections from us (corporate firewalls, allowlisted IPs).Test connection and idempotency
FAQs
More in Supplier Management
- Supplier management overview
When to use suppliers vs. warehouses, and how ShipWave models dropship, wholesale, and hybrid fulfillment.
- Adding suppliers and mapping SKUs
Create a supplier record, attach contacts and ship-from addresses, and map your internal SKUs to the supplier's codes and UPCs.
- Purchase orders: manual and auto-PO
Create POs by hand or let the daily auto-PO engine draft them for you based on reorder points, lead times, and sales velocity.
- Receiving purchase orders
How to receive POs in part or in full, how received quantities flow into inventory, and how the receipt audit trail works.
- The supplier portal and dropshipping
Send suppliers a portal link, see what they see, and route dropship orders with three flexible ship options.
- Supplier feeds and live inventory
Pull live inventory from suppliers via SFTP, HTTPS, or API. Map fields with drag-and-drop. Drift detection blocks bad data from hitting marketplaces.