Syncing issue of shopify

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