Create package
documentedCreate a package type.
POST /v2/packagesPackagesno 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/packages" \
-X POST \
-H "API-Key: {{SHIPSTATION_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$package_type_name}}", "dimensions": {"length": {{$length}}, "width": {{$width}}, "height": {{$height}}, "unit": "{{$dimensions_unit}}"}, "weigth": {"value": {{$weight_value}}, "unit": "{{$weight_unit}}"}, "description": "{{$description}}"}'}