Products
Retrieve a product
Retrieves all the information of an already-existing product by providing it’s unique identifier (ID).
GET
/
products
/
{id}
Path parameters
The ID of the product.
Returns
If a valid ID is provided, it returns a product object.