Shippo · JSON Structure
Shippo Shipment Structure
Structural documentation for the Shippo Shipment object
Type: object
Properties: 0
E-CommerceLabelsLogisticsReturnsShippingTracking
Shippo Shipment Structure is a JSON Structure definition published by Shippo.
Meta-schema:
JSON Structure
{
"title": "Shippo Shipment Structure",
"description": "Structural documentation for the Shippo Shipment object",
"type": "object",
"fields": {
"object_id": { "type": "string", "description": "Unique identifier", "example": "b20eb8f5f9ab421db6962fb80cc06bb4" },
"status": { "type": "enum", "values": ["WAITING", "QUEUED", "SUCCESS", "ERROR"], "description": "Shipment status" },
"address_from": { "type": "Address", "description": "Origin address" },
"address_to": { "type": "Address", "description": "Destination address" },
"address_return": { "type": "Address", "description": "Return address (defaults to address_from)" },
"parcels": { "type": "array[Parcel]", "description": "Physical parcels in the shipment" },
"rates": { "type": "array[Rate]", "description": "Available shipping rates (populated after creation)" },
"extra": { "type": "object", "description": "Additional options: insurance, COD, signature" },
"metadata": { "type": "string", "description": "User-defined metadata (max 100 chars)", "example": "Order 12345" },
"object_created": { "type": "datetime", "description": "ISO 8601 creation timestamp" },
"object_updated": { "type": "datetime", "description": "ISO 8601 last update timestamp" }
},
"nested": {
"Address": {
"object_id": "string - Shippo address ID",
"is_complete": "boolean - Whether address passes validation",
"name": "string - Recipient name",
"company": "string - Company name",
"street1": "string - Street address line 1",
"street2": "string - Street address line 2",
"city": "string - City",
"state": "string - State/province code",
"zip": "string - Postal/ZIP code",
"country": "string - ISO 2-letter country code",
"phone": "string - Phone number",
"email": "string - Email address",
"is_residential": "boolean - Residential vs commercial"
},
"Parcel": {
"object_id": "string - Shippo parcel ID",
"length": "string - Length dimension",
"width": "string - Width dimension",
"height": "string - Height dimension",
"distance_unit": "enum[cm, in, ft, mm, m, yd] - Unit of length measurement",
"weight": "string - Weight value",
"mass_unit": "enum[g, oz, lb, kg] - Unit of weight measurement",
"template": "string - Predefined parcel template (e.g., USPS_FlatRateBox)"
},
"Rate": {
"object_id": "string - Rate ID",
"amount": "string - Shipping cost",
"currency": "string - ISO currency code",
"amount_local": "string - Cost in local currency",
"currency_local": "string - Local currency code",
"provider": "string - Carrier name (USPS, UPS, FedEx, etc.)",
"servicelevel": "object - Service level details {name, token, terms}",
"days": "integer - Estimated transit days",
"arrives_by": "string - Estimated delivery time",
"trackable": "boolean - Whether tracking is included",
"attributes": "array[string] - Service attributes (e.g., BESTVALUE)"
}
},
"lifecycle": {
"create": "POST /shipments with address_from, address_to, parcels",
"get_rates": "GET /shipments/{id}/rates after shipment creation",
"purchase_label": "POST /transactions with selected rate ID",
"track": "GET /tracks/{carrier}/{tracking_number}"
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/shippo-shipment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.