Create inventory location
documentedCreate a new inventory location.
POST /v2/inventory_locationsInventoryno 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/inventory_locations" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "api-key: {{SHIPSTATION_API_KEY}}" \
-d '{"name": "{{$name}}", "inventory_warehouse_id": "{{$inventory_warehouse_id}}", "barcode": "{{$barcode}}"}'