Sign in

Create manifest

documented

Create a manifest.

POST /v2/manifestsManifestsno 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/manifests" \
  -X POST \
  -H "Host: api.shipstation.com" \
  -H "API-Key: {{SHIPSTATION_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"label_ids": {{$label_ids}}}'