ChangelogΒΆ

Next 0.x bugfix release

  • [Bug]: Order user ID is a string

  • [Bug]: Item option name is nullable

1.0.0 8th July 2026

  • [Feature]: HTTP via Niquests instead of HTTPX, matching the in-house SDKs

  • [Feature]: Remove every v1 (legacy) endpoint and model, including orders and the America/Los_Angeles datetime handling; v1 consumers should pin <1

  • [Feature]: Rewrite as a ShipStation API v2 client: api-key header auth against https://api.shipstation.com, shipments list/get/iterate (v2 shipments are v1 orders), connected-carrier and tag listing, and rate-limit-aware retries

0.7.1 14th October 2025

  • [Bug]: Item SKU is nullable

0.7.0 13th October 2025

  • [Feature]: Add support for fetching a specific order

  • [Feature]: Add support for all query parameters

0.6.0 1st July 2025

  • [Feature]: Fixup order to type to match current API response

0.5.0 18th June 2025

  • [Feature]: Parse shipment.ship_date as a date

  • [Feature]: Set the timezone on shipment.create_date

0.4.0 29th May 2025

  • [Feature]: Fix various data types

0.3.0 28th May 2025

  • [Feature]: Add support for fetching orders

0.2.0 13th May 2025

  • [Feature]: Make shipment.create_date an actual datetime field

0.1.0 6th May 2025

  • [Feature]: Initial release