cart-shoppingProducts

Get Product Details

get

Retrieves detailed information about a specific product, including prices in different currencies.

Path parameters
idstring · uuidRequired

Product ID

Query parameters
vinteger · enumRequired

API version, must be 1

Possible values:
Responses
chevron-right
200

Product details successfully retrieved

application/json

Represents a product that can be purchased

idstring · uuidOptional

Unique identifier of the product

namestringOptional

Product name

descriptionstringOptional

Detailed product description

imagestring · uriOptional

URL to the product image

created_atstring · date-timeOptional

Timestamp when the product was created

updated_atstring · date-timeOptional

Timestamp of the last product update

get
/product/{id}

Last updated