Spree SDK
Get a product
Returns a single product by slug or prefix ID
GET
Spree SDK
Authorizations
Publishable API key for store access
Headers
Publishable API key
Path Parameters
Product slug (e.g., spree-tote) or prefix ID (e.g., product_abc123)
Query Parameters
Comma-separated associations to expand (variants, media, categories, option_types, prior_price, seller, seller.policies). On a marketplace, seller embeds the seller public profile and seller.policies adds their published legal documents; seller_id is present without either.
Comma-separated list of fields to include (e.g., name,slug,price). id is always included.
Response
product without prior_price expanded does not include field

