Product
The Product API endpoints allow fetching essential product related data such as pricing and stock levels.
Gets one or more Products by product reference
GET/umbraco/commerce/storefront/api/v1/products
Query parameters
Header parameters
Response
Success
Body
productReferencestring
productVariantReferencenullable string
skunullable string
namenullable string
imageUrlnullable string
pricePriceDto (object)
stocknullable number (double)
attributesnullable array of AttributeCombinationDto (object)
taxClassTaxClassReferenceDto (object)
propertiesnullable object
isGiftCardnullable boolean
Request
Response
Last updated