Easyship · Capability

Easyship API — Labels

Easyship API — Labels. Label generation capability for purchased shipments.

Easyship API — Labels is a Naftiko capability published by Easyship, one of 7 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/labels.

The capability includes 1 state-changing operation. Lead operation: Create labels for one or more shipments. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Easyship, Labels, and Shipping.

Run with Naftiko EasyshipLabelsShipping

What You Can Do

POST
Createlabels — Create labels for one or more shipments
/v1/labels

MCP Tools

create-labels

Create labels for one or more shipments

Capability Spec

easyship-labels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Easyship API — Labels
  description: 'Easyship API — Labels. Label generation capability for purchased shipments.'
  tags:
    - Easyship
    - Labels
    - Shipping
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      EASYSHIP_API_TOKEN: EASYSHIP_API_TOKEN
capability:
  consumes:
    - type: http
      namespace: easyship-labels
      baseUri: https://api.easyship.com/2024-09
      description: Easyship API — Labels business capability.
      resources:
        - name: labels
          path: /labels
          operations:
            - name: createlabels
              method: POST
              description: Create labels for one or more shipments
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body listing shipments and chosen courier_id values
                  required: true
      authentication:
        type: bearer
        token: '{{env.EASYSHIP_API_TOKEN}}'
  exposes:
    - type: rest
      namespace: easyship-labels-rest
      port: 8080
      description: REST adapter for Easyship API — Labels.
      resources:
        - path: /v1/labels
          name: labels
          description: REST surface for labels.
          operations:
            - method: POST
              name: createlabels
              description: Create labels for one or more shipments
              call: easyship-labels.createlabels
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: easyship-labels-mcp
      port: 9090
      transport: http
      description: MCP adapter for Easyship API — Labels.
      tools:
        - name: create-labels
          description: Create labels for one or more shipments
          hints:
            readOnly: false
            destructive: false
            idempotent: false
          call: easyship-labels.createlabels
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.