get https://{baseUrl}/V2/storeview//product/id/
Retrieves detailed information about a specific product, identified by its product ID. The response includes product attributes such as name, description, price, images, categories, and any other relevant metadata. This API is typically used to display product details on the storefront or in administrative tools.
Sample Curl
curl --location 'https://mygatewayurl.com/V2/storeview/default/product/id/123'
