Portal/Instance Identifier: https://ssapi.shipstation.com/
Base URLs
Staging/Production:
https://{Instance Identifier}/entity/Default/{Version}
NOTE: The {Instance Identifier}
shown above is just a placeholder - replace it with your actual ShipStation API URL. Since you might have multiple test environments, this identifier will be different for each one.
Table of Contents
Order Endpoints
Get an Order: (GET)
[Base URL]/orders/{id}
Create an Order (POST)
[Base URL]/orders/createorder
Shipment Endpoints
Get a Shipment: (GET)
[Base URL]/shipments?includeShipmentItems=true&shipmentId={id}
Get Shipment by Create Date Start: (GET)
[Base URL]/shipments?createDateStart={ModifiedDate}&page={page}&pageSize={limit}
Shipment Method Endpoints
Get all Shipments: (GET)
[Base URL]/carriers
Get all Shipment details: (GET)
[Base URL]/carriers/listservices?carrierCode={code}