Changelog
Updates to the public Parsel API.
2026-06-16
- Added Rate shopping profiles to the public API:
- list the profiles available to your account via
GET /rate_shopping_profiles, - fetch one (including its
zip_coverage) viaGET /rate_shopping_profiles/{profile_key}.
A profile'sprofile_keyis the value you pass asrate_shopping_profileonPOST /shipmentsto choose which carriers Parsel rate-shops. See Rate shopping profiles for the concept.
- list the profiles available to your account via
2026-05-05
- Added the public Billing API: read invoices and line items via
GET /billing/invoices,GET /billing/invoices/{id}, andGET /billing/invoices/{id}/line_items. See Billing and invoicing for the resource model, integration walkthrough, and code samples in cURL, TypeScript, and Python; or jump to List invoices in the reference.