Get order
documentedRetrieve details for a specific order.
GET /orders/v0/orders/{orderId}Ordersno 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://sellingpartnerapi-na.amazon.com/orders/v0/orders/{{$order_id}}" \
-X GET \
-H "host: sellingpartnerapi-na.amazon.com" \
-H "x-amz-date: {{$amz_date}}" \
-H "x-amz-access-token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "User-Agent: {{$user_agent}}" \
-H "Accept: application/json"