Sign in

Get label rates

documented

Obtain rates for a given label rate_id.

POST /v2/labels/rates/{rate_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/rates/{{$rate_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}}"}'
Get label rates · ShipStation · OpenIntegrations