Get Product Details

Retrieve comprehensive details for a specific single product using its unique identifier (UUID).

Endpoint Features

Need details for just one product without fetching the entire category tree? Pass a Product UUID to this endpoint to receive targeted stock, features, dynamic VIP price, and related category information.

Authentication

Requires Authorization header with a Bearer API token.

Error Codes

  • 404 Not Found: The product UUID provided is invalid, does not exist, or the product has been deactivated.

Interactive Testing

Change this value to dynamically update the request URL in the Try It panel and Code Snippets below.

GET
https://api.hsmail.shop/v1/products/d290f1ee-6c54-4b01-90e6-d701748f0851
Headers:Authorization: (Not Set - Set in Topbar)

Request Snippets

curl -X GET https://api.hsmail.shop/v1/products/d290f1ee-6c54-4b01-90e6-d701748f0851 \
  -H "Authorization: Bearer YOUR_API_KEY"