Sign in

Create shipment label

documented

Create a label for a specific shipment.

POST /v2/labels/shipment/{shipment_id}Labelsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.shipstation.com/v2/labels/shipment/{{$shipment_id}}" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "api-key: {{SHIPSTATION_API_KEY}}" \
  -d '{"validate_address": "{{$validate_address}}", "label_layout": "{{$label_layout}}", "label_format": "{{$label_format}}", "label_download_type": "{{$label_download_type}}", "display_scheme": "{{$display_scheme}}"}'
Create shipment label · ShipStation · OpenIntegrations