Products & Store
Get Product Details
Returns the full details for a single product in the store.
GET
Get Product Details
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Product Details
Returns the complete product information including pricing, description, and availability. Used on the product detail page and in the checkout flow.Authentication
No authentication required for public product details.Path Parameters
Numeric identifier of the product. Returned as
Id from the products list.Query Parameters
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Name,Price,PriceFormatted,Description.Response
Returns aProduct object.
Unique identifier for the product.
Display name of the product.
Full product description. May contain HTML.
Unit price.
ISO 4217 currency code.
Examples
Fetch product details
TypeScript Integration
Get Product Details