get https://{baseUrl}/V1/product/
Provide product id in product path and get product details like description etc.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/product/123'
Provide product id in product path and get product details like description etc.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/product/123'
Try It!
to start a request and see the response here!