Return label
documentedCreate a return label for a label.
POST /v2/labels/{label_id}/returnLabelsno implementation yet0 runsNo 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/{{$label_id}}/return' \
-X POST \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'API-Key: {{SHIPSTATION_API_KEY}}' \
-d '{"charge_event": "{{$charge_event}}", "label_layout": "{{$label_layout}}", "label_format": "{{$label_format}}", "label_download_type": "{{$label_download_type}}", "inline": "{{$inline}}", "display_schema": "{{$display_schema}}", "label": "{{$label}}", "label_image_id": "{{$label_image_id}}"}'