Skip to main content

Get Shipment

GET 

/api/shipstation/integration-instances/:integrationInstance/shipments/:shipment

Get a single ShipStation shipment by local row id. Returns 404 when the shipment does not belong to the instance.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

product_links — when include_json=1, the response also includes product_links: a map of lowercased item SKU → { id, name, link_route } resolving the raw payload's item SKUs (shipmentItems for shipments, items for orders) to local SKU.io products at /products/{id}. SKUs with no matching local product are absent from the map.

Request

Responses

OK

Response Headers
    Content-Type