List external products
documentedList external products.
GET /sites/{site_id}/external_productsApp Managementno 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.recurly.com/v3/sites/{{$site_id}}/external_products?limit={{$limit}}&page={{$page}}" \
-u "{{RECURLY_API_KEY}}:" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"