Easyship · Example Payload

Easyship Create Label Example

Generate a shipping label for an existing Easyship shipment using a chosen courier.

ShippingLogisticsE-CommerceFulfillmentCross-Border

Easyship Create Label Example is an example object payload from Easyship, 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 Label for a Shipment",
  "description": "Generate a shipping label for an existing Easyship shipment using a chosen courier.",
  "request": {
    "method": "POST",
    "url": "https://api.easyship.com/2024-09/labels",
    "headers": {
      "Authorization": "Bearer prod_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
      "Content-Type": "application/json"
    },
    "body": {
      "shipments": [
        {
          "easyship_shipment_id": "ESHK0001234567",
          "courier_id": "00112233-4455-6677-8899-aabbccddeeff"
        }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "shipments": [
        {
          "easyship_shipment_id": "ESHK0001234567",
          "courier_id": "00112233-4455-6677-8899-aabbccddeeff",
          "label_url": "https://label.easyship.com/labels/ESHK0001234567.pdf",
          "label_paper_size": "4x6",
          "label_format": "pdf",
          "tracking_number": "1234567890",
          "tracking_page_url": "https://www.easyship.com/track/1234567890",
          "tracking_status": "label_generated",
          "commercial_invoice_url": "https://label.easyship.com/ci/ESHK0001234567.pdf",
          "packing_slip_url": "https://label.easyship.com/ps/ESHK0001234567.pdf"
        }
      ]
    }
  }
}

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/easyship-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.