Starshipit Support Center logo

For the complete documentation index, see llms.txt.

Starshipit Developer Center

Build with the Starshipit API

Build, test, and maintain order import, label printing, live rates, order updates, webhooks, manifests, and tracking integrations.

First request
curl --request GET \
  --url https://api.starshipit.com/api/orders/unshipped \
  --header "StarShipIT-Api-Key: YOUR_API_KEY" \
  --header "Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY" \
  --header "Content-Type: application/json"

Required headers

Use your API key and subscription key on every request.

Build in stages

Start with a small payload, log request IDs, then move to production traffic.

Expected success

You should receive a `200` response with an orders array. If you receive `401` or `403`, verify both API keys and header names first.

Set up Starshipit first. Rates and labels use the couriers, sender addresses, packages, and rules configured in your account.

Plan testing

Quickstarts

Start with the core API flows

Foundation

Choose the right fundamentals for each API

Workflows

Choose the job your integration needs to do

Reference

Look up endpoints, fields, and examples

Recommended path