- Letters and documents
- Flat packages (up to 130 inches in combined length, width, and height)
- Packages weighing less than 1 pound
NoteShippo support UPS Mail Innovations for US domestic shipments only.
Create a lightweight shipment using the Shippo API
Find your UPS account object ID
If you have already identified the object ID of your UPS account, move to step 2. To find the object ID of your UPS account, following the example below. Request:cURL
Response
Update your UPS account
Mail Innovations is an additional service that must be enabled by UPS. Contact your UPS account representative to get the following account details.- customer ID
- customer GUID
noteAlternatively, instead of updating your existing UPS account to enable Mail Innovations, you may choose to create a new UPS account with Mail Innovations already enabled.
cURL
Update account response
object_id in step 2 to retrieve rates only from UPS.
Get UPS Mail Innovations rates
To get rates for a UPS Mail Innovations shipment, create a shipment specifying UPS as your preferred carrier by settingcarrier_accounts to the object_id returned from step 1.
The Shippo API will only return Mail Innovations rates under the following conditions.
- You must not specify a parcel template.
- You must specify the dimensions of the your parcel (
length,width,height) andweight. - You will only receive a rate from UPS Mail Innovations if your dimensions fit the required criteria of packages weighing less than 1 pound and having dimensions of less than 130 inches in combined length, width, and height.
- If your package is non-rectangular (for example, rolls or tubes), you must specify by setting
parcel.metadatatoNon-rectangular.
cURL
Response
Mail Innovations Service level tokens
| Token | Service level name |
|---|---|
| ups_mail_innovations_bpm_flat | Mail Innovations BPM Flat |
| ups_mail_innovations_bpm_parcel | Mail Innovations BPM Parcel |
| ups_mail_innovations_irregular | Mail Innovations Irregular |
| ups_mail_innovations_media_mail | Mail Innovations Media Mail |
| ups_mail_innovations_parcel | Mail Innovations Parcel |
| ups_mail_innovations_standard_flat | Mail Innovations Standard Flat |