Example Request
curl -X GET \
https://api.gomake.net/api/ecommerce/getproductbyid/{ecommerceProductId} \
-H "Content-Type: application/json" \
-H "X-Client-Id: your-client-id-here" \
-H "X-Client-Secret: your-client-secret-here"Note: Replace your-client-id-here and your-client-secret-here with your actual credentials. See the Authentication page for more details.