Created
November 26, 2019 03:33
-
-
Save nomoney4me/42a6faef0882cd3757ad4e8c2772dbf6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"errors":[{"code":"556","description":"There are no valid services available.","type":"WARNING"}],"rates":null} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"debug": true, | |
"batch": [{ | |
"request_id": "USPS Rates", | |
"request": { | |
"carrier": "USPS", | |
"action": "GetAllRates", | |
"params": { | |
"username": "", | |
"packages": [{ | |
"weight": 1, | |
"length": 1, | |
"width": 1, | |
"height": 1 | |
}], | |
"weight_unit": "LB", | |
"length_unit": "IN", | |
"ship_addr1": "", | |
"ship_addr2": "", | |
"ship_city": "", | |
"ship_state": "AR", | |
"ship_code": "72201", | |
"ship_country": "US", | |
"to_addr1": "", | |
"to_addr2": "", | |
"to_city": "FORT SMITH", | |
"to_state": "AR", | |
"to_code": "72916", | |
"to_country": "US", | |
"ship_date": "2019-11-30" | |
} | |
} | |
}, { | |
"request_id": "FedEx Rates", | |
"request": { | |
"carrier": "FedEx", | |
"action": "GetAllRates", | |
"params": { | |
"account_number": "", | |
"meter_number": "", | |
"key": "", | |
"password": "", | |
"packages": [{ | |
"weight": 1, | |
"length": 1, | |
"width": 1, | |
"height": 1 | |
}], | |
"customs": [], | |
"length_unit": "IN", | |
"shipper": "RocketShipIt", | |
"ship_addr1": "", | |
"ship_addr2": "", | |
"ship_city": "Little Rock", | |
"ship_state": "AR", | |
"ship_code": "72201", | |
"ship_country": "US", | |
"to_addr1": "", | |
"to_addr2": "", | |
"to_city": "FORT SMITH", | |
"to_state": "AR", | |
"to_code": "72916", | |
"to_country": "US", | |
"ship_date": "2019-11-30", | |
"saturday_delivery": true, | |
"weight_unit": "LB", | |
"packaging_type": "YOUR_PACKAGING", | |
"dropoff_type": "REGULAR_PICKUP", | |
"test": true, | |
"negotiated_rates": true | |
} | |
} | |
}] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"errors": null, | |
"rates": [{ | |
"desc": "Priority Mail Express 2-Day Legal Flat Rate Envelope", | |
"rate": 25.7, | |
"currency": "USD", | |
"service_code": "30", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Medium Flat Rate Box", | |
"rate": 14.35, | |
"currency": "USD", | |
"service_code": "17", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Small Flat Rate Envelope", | |
"rate": 7.35, | |
"currency": "USD", | |
"service_code": "42", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail Express 2-Day", | |
"rate": 25.6, | |
"currency": "USD", | |
"service_code": "3", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail Express 2-Day Flat Rate Envelope Hold For Pickup", | |
"rate": 25.5, | |
"currency": "USD", | |
"service_code": "27", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail Express 2-Day Legal Flat Rate Envelope Hold For Pickup", | |
"rate": 25.7, | |
"currency": "USD", | |
"service_code": "31", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Large Flat Rate Box", | |
"rate": 19.95, | |
"currency": "USD", | |
"service_code": "22", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Padded Flat Rate Envelope", | |
"rate": 8, | |
"currency": "USD", | |
"service_code": "29", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Legal Flat Rate Envelope", | |
"rate": 7.65, | |
"currency": "USD", | |
"service_code": "44", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Gift Card Flat Rate Envelope", | |
"rate": 7.35, | |
"currency": "USD", | |
"service_code": "38", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Window Flat Rate Envelope", | |
"rate": 7.35, | |
"currency": "USD", | |
"service_code": "40", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail Express 2-Day Hold For Pickup", | |
"rate": 25.6, | |
"currency": "USD", | |
"service_code": "2", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail Express 2-Day Flat Rate Envelope", | |
"rate": 25.5, | |
"currency": "USD", | |
"service_code": "13", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail Express 2-Day Padded Flat Rate Envelope", | |
"rate": 26.2, | |
"currency": "USD", | |
"service_code": "62", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail Express 2-Day Padded Flat Rate Envelope Hold For Pickup", | |
"rate": 26.2, | |
"currency": "USD", | |
"service_code": "63", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": true, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Flat Rate Envelope", | |
"rate": 7.35, | |
"currency": "USD", | |
"service_code": "16", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Media Mail Parcel", | |
"rate": 2.75, | |
"currency": "USD", | |
"service_code": "6", | |
"est_delivery_time": "", | |
"package_type": "", | |
"rate_detail": null, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day", | |
"rate": 7.35, | |
"currency": "USD", | |
"service_code": "1", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Priority Mail 2-Day Small Flat Rate Box", | |
"rate": 7.9, | |
"currency": "USD", | |
"service_code": "28", | |
"est_delivery_time": "2019-12-03", | |
"package_type": "", | |
"rate_detail": null, | |
"guaranteed": false, | |
"zone": "2" | |
}, { | |
"desc": "Library Mail Parcel", | |
"rate": 2.61, | |
"currency": "USD", | |
"service_code": "7", | |
"est_delivery_time": "", | |
"package_type": "", | |
"rate_detail": null, | |
"zone": "2" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment