Home
UPS
Ups Shop Rates Example
Ups Shop Rates Example
Logistics Shipping Fortune 500 Supply Chain
Ups Shop Rates Example is an example object payload from UPS, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
request response
Example Payload
{
"request": {
"method": "POST",
"url": "https://onlinetools.ups.com/api/rating/v1/Shop",
"headers": {
"Authorization": "Bearer eyJraWQiOiI...",
"Content-Type": "application/json",
"transId": "rate-shop-20260503-001",
"transactionSrc": "MyShippingApp"
},
"body": {
"RateRequest": {
"PickupType": {
"Code": "01",
"Description": "Daily Pickup"
},
"Shipment": {
"Shipper": {
"Name": "Acme Corp",
"ShipperNumber": "A12B34",
"Address": {
"AddressLine": ["100 Main St"],
"City": "Louisville",
"StateProvinceCode": "KY",
"PostalCode": "40213",
"CountryCode": "US"
}
},
"ShipTo": {
"Name": "Customer Inc",
"Address": {
"AddressLine": ["500 Oak Ave"],
"City": "Atlanta",
"StateProvinceCode": "GA",
"PostalCode": "30301",
"CountryCode": "US"
}
},
"Package": {
"PackagingType": {
"Code": "02",
"Description": "Package"
},
"Dimensions": {
"UnitOfMeasurement": { "Code": "IN" },
"Length": "12",
"Width": "8",
"Height": "6"
},
"PackageWeight": {
"UnitOfMeasurement": { "Code": "LBS" },
"Weight": "5"
}
}
}
}
}
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"body": {
"RateResponse": {
"Response": {
"ResponseStatus": {
"Code": "1",
"Description": "Success"
}
},
"RatedShipment": [
{
"Service": { "Code": "03", "Description": "Ground" },
"TotalCharges": {
"CurrencyCode": "USD",
"MonetaryValue": "12.48"
},
"GuaranteedDelivery": {
"BusinessDaysInTransit": "2"
}
},
{
"Service": { "Code": "02", "Description": "2nd Day Air" },
"TotalCharges": {
"CurrencyCode": "USD",
"MonetaryValue": "28.95"
},
"GuaranteedDelivery": {
"BusinessDaysInTransit": "2",
"DeliveryByTime": "23:00"
}
},
{
"Service": { "Code": "01", "Description": "Next Day Air" },
"TotalCharges": {
"CurrencyCode": "USD",
"MonetaryValue": "54.72"
},
"GuaranteedDelivery": {
"BusinessDaysInTransit": "1",
"DeliveryByTime": "10:30"
}
}
]
}
}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/ups-shop-rates-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.