For discussing the development and integration of subscription-enabled shops using Shopify's Subscription APIs.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
We are unable to sync our products with other API.
Kindly help us ASAP
Hey Piyushmehta,
It depends if you're trying to sync your products from Shopify to other APIs, or from other APIs into Shopify?
For the former, I believe you could leverage the `product/create` and `product/update` webhook from the REST Admin API to "live" send changes to other platforms as they happen. If you're looking into one-time synchronizations, you could leverage the Products queries from the GraphQL Admin API or Product resource via a GET request from the REST Admin API.
For the latter, you have a choice between these 2 APIs as well. Just switch queries for mutations in the case of GraphQL and POST/PUT requests in place of GET requests for the REST one.
Hope this helps,
Jerome
To learn more visit the Shopify Help Center or the Community Blog.