get https://{baseUrl}/V1/product/id//price
Retrieves product pricing details, including base price, currency, discounts, and special prices.
This endpoint returns a product price object with fields such as currency, base price, and any applicable discounts or special offers.
- Does not require authentication.
Typical use cases:
- Displaying the product price on the product details page in the storefront for unauthenticated users.
Provide the product ID in the URL path as shown in the sample cURL request.
Sample cURL:
curl --location 'https://mygatewayurl.com/V1/product/id/3/price'
