Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

Syncing issue of shopify

Syncing issue of shopify

piyushmehta
Visitor
1 0 0

We are unable to sync our products with other API.
Kindly help us ASAP

Reply 1 (1)

J-ROM
Shopify Staff (Retired)
66 6 8

Hey ,

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.