Sign in

Retrieve a product

documented

Returns a specific product by ID.

GET /api/v2/storefront/products/{id}Productsno 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_url}}/api/v2/storefront/products/{{$id}}" \
  -X GET \
  -H "Accept: application/vnd.api+json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
Retrieve a product · Spree Commerce · OpenIntegrations