products
Get product
Retrieves a single product by its ID
get/products/{productId}
Path parameters
productIdinteger required
The system-generated identifier for the Product
Response
Product retrieved successfully
Example response
{
"productId": 123456789,
"sku": "BEAU-000",
"name": "Beautiful",
"active": true
}