ShipStation · Example Payload

Shipstation Create Label Example

Generate a shipping label for an order in ShipStation

E-CommerceLabelsLogisticsOrder ManagementShippingWarehousing

Shipstation Create Label Example is an example object payload from ShipStation, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

exampledescriptionrequestresponse

Example Payload

Raw ↑
{
  "example": "Create Shipping Label",
  "description": "Generate a shipping label for an order in ShipStation",
  "request": {
    "method": "POST",
    "url": "https://ssapi.shipstation.com/shipments/createlabel",
    "headers": {
      "Authorization": "Basic BASE64_ENCODED_API_KEY_AND_SECRET",
      "Content-Type": "application/json"
    },
    "body": {
      "orderId": 1234567,
      "carrierCode": "stamps_com",
      "serviceCode": "usps_priority_mail",
      "packageCode": "package",
      "confirmation": "delivery",
      "shipDate": "2026-05-03",
      "weight": {
        "value": 1.0,
        "units": "pounds"
      },
      "dimensions": {
        "length": 12,
        "width": 8,
        "height": 4,
        "units": "inches"
      },
      "insuranceOptions": {
        "provider": "carrier",
        "insureShipment": false,
        "insuredValue": 0
      },
      "testLabel": false
    }
  },
  "response": {
    "status": 200,
    "body": {
      "shipmentId": 9876543,
      "orderId": 1234567,
      "orderNumber": "ORD-2026-00123",
      "createDate": "2026-05-02T12:30:00.000Z",
      "shipDate": "2026-05-03",
      "shipmentCost": 8.95,
      "insuranceCost": 0,
      "trackingNumber": "9400111899223434769485",
      "isReturnLabel": false,
      "carrierCode": "stamps_com",
      "serviceCode": "usps_priority_mail",
      "packageCode": "package",
      "confirmation": "delivery",
      "voided": false,
      "labelData": "JVBERi0xLjMKJcTl8uXrp...",
      "formData": null
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/shipstation-create-label-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.