Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Zoho 书籍项目中有产品图像,我们如何从 API 或任何其他方式获取这些图像,以便我们可以将它们推送到其他服务,如 Magento 到任何其他服务。?
您必须使用两个 API 来获取项目的图像。
!https://www.zoho.com/books/api/v3/#Items_Get_an_item
您可以image_document_id从上面的 API 中获取并在下面的 API 中替换它以获取图像。
image_document_id
https://books.zoho.com/api/v3/documents/{image_document_id}