Get product by ID
documentedRetrieve a product by its ID.
GET /products/{id}.jsonProductsno 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://simplero.com/api/v1/products/{{$product_id}}.json" \
-u "{{SIMPLERO_API_KEY}}:" \
-H "Accept: application/json" \
-H "User-Agent: MyApp (support@example.com)" \
-X GET