Parselv1.0.0

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) via GET /rate_shopping_profiles/{profile_key}.
      A profile's profile_key is the value you pass as rate_shopping_profile on POST /shipments to choose which carriers Parsel rate-shops. See Rate shopping profiles for the concept.

2026-05-05

  • Added the public Billing API: read invoices and line items via GET /billing/invoices, GET /billing/invoices/{id}, and GET /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.

On this page