Sign in

List shipments

documented

List shipment information for orders.

GET /shipments/v0/shipmentsShipmentsno 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://sellingpartnerapi-na.amazon.com/fba/inbound/v0/shipments" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "x-amz-access-token: {{OAUTH2_ACCESS_TOKEN}}"