Use ZOOMlibrary to Connect Your Product Data to ZOOMstudio
Who would do this?
Suppliers who have set up ZOOMstudio and need to populate ZOOMstudio with their product data.
Associated ZOOMcatalog Product
ZOOMstudio
Associated API Endpoints
https://api.zoomcatalog.com/auth/authorize
https://beta-library.zoomcatalog.com/product-api
How to do it
Ensure that your product data conforms to the specifications outlined in the product specification. A product contains several nested object types - be sure to review those specifications as well ( product/media, product/variations, and product/variations/price variance ).
Use the authorize API endpoint to retrieve an access token.
Use the access token to send a POST request to the ZOOMlibrary endpoint. The endpoint will accept an array containing no more than 200 products. Requests containing a body with greater than 200 products will be accepted, but the request body will be truncated and only 200 products will be saved.