Docs Index
shipstation connector.md

Proof Card: ShipStation Connector

Status: production Last verified: 2026-04-28 · git sha 562e3ab4

Claim

ShipStationConnector is a real client for the ShipStation v2 REST API (https://api.shipstation.com/v2) with API-key + secret authentication. CRUD is wired against the three core 3PL resource types — orders, shipments, warehouses — using live ShipStation endpoints.

Source

Tests

Live vs Fixture

Known Gaps

Verification (60-second AI-reviewer recipe)

npm test -- tests/unit/contract/ShipStationConnector.contract.test.ts
grep -n "api.shipstation.com\|/v2/" src/connectors/ShipStationConnector.ts | head -5

The grep should show the api.shipstation.com host and the /v2/ API version path at multiple sites.