UnifyAPI
← Back to catalog

shipengine.rates

mock data$0.003 / call

Compare Shipping Rates

Compare shipping rates across multiple carriers (USPS, UPS, FedEx, DHL) for a package. Provide origin/destination ZIP codes, weight in pounds, and optional dimensions. Returns sorted rates with price, delivery time, and service type. Up to 84% off retail rates (ShipEngine)

Travelprovider: Shipengine#shipengine#travel

Input schema

width

Package width in inches

number
height

Package height in inches

number
length

Package length in inches

number
to_ziprequired

Destination US ZIP code (e.g. "90210" for Beverly Hills)

string
from_ziprequired

Origin US ZIP code (e.g. "10001" for NYC)

string
weight_lbrequired

Package weight in pounds (e.g. 5)

number
to_country

Destination country code (default US)

string
from_country

Origin country code (default US)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/shipengine.rates \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"width":0,"height":0,"length":0,"to_zip":"<to_zip>","from_zip":"<from_zip>","weight_lb":0,"to_country":"US","from_country":"US"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.