post
https://api.spreetaileu.com/api/api/v1/outbound-cost
Endpoint: POST /outbound-cost
Full URL: https://api.spreetaileu.com/api/api/v1/outbound-cost
Calculates outbound shipping costs for one or more items.
Authentication
- Supports JWT Bearer token authentication - Supports ApiKey authentication
Request Format
Provide an array of items, each with:
shipTo(required destination country code)shipFrom(optional origin country code)- SKU (product identifier)
- Weight (in kg)
- Length, Width, Height (dimensions in cm)
Response Format
Returns eligible carriers with cost breakdowns and rejected carriers with reasons:
- eligible_carriers: Array of available shipping options with costs, delivery times, and service details
- rejected_carriers: Array of carriers that cannot fulfill the shipment with rejection reasons
Use Cases
- Get shipping cost estimates before creating orders
- Compare carrier options and costs
- Validate shipping feasibility for specific destinations
- Plan shipping costs for multiple items
