Calculate Outbound Shipping Costs

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
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
items
array of objects
required
length ≥ 1

Array of items to ship

items*
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json