- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Dear staff,
In the API references, I can find the method to fetch products details, e.g. product name, description, rate plan. But is there any API method I can use to fetch the image of that product?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
As of now the product image is not available from the API.
For more information on what's accessible via the API, please have a look at the following articles:
https://www.zuora.com/developer/api-reference/#operation/Object_GETProduct
https://knowledgecenter.zuora.com/DC_Developers/G_SOAP_API/E1_SOAP_API_Object_Reference/Product
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Is there any API method I can use to fetch product image?
Depending how badly you want it, you could screen-scrape it. You would have to login to zuora UI, navigate to product page, and parse the html. Could probably do this with curl.