get https://{baseUrl}/V1/storeview//product/customer/price
Use to get product prices for logged in customer. Provide SKU or ID in query param sample Curl.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/product/customer/price?id=123'
Use to get product prices for logged in customer. Provide SKU or ID in query param sample Curl.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/product/customer/price?id=123'
Try It!
to start a request and see the response here!