Sign in

Get store product (public)

documented

Get a specific product from the store's public storefront.

GET /products/{id}.jsonPublic JSON Objectsno 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://{{$store_subdomain}}.storenvy.com/products/{{$id}}.json" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get store product (public) · Storenvy · OpenIntegrations