Want to integrate woocommerce with etsy. Sync orders, products etc #1151
-
Hi Community, I am using Ecart API. Does anyone work with it? The below tasks are completed by me. 1) Collect product price, quantity, etc meta info But I got stuck now. Actually, I want to implement the below tasks now using Ecart API. 5) Update Product on the ETSY store for vendor To achieve 5) points I want to trigger webhook first through Etsy whenever a new order is placed. How can I do it? Can you provide documentation to do so, instructions, or some visual media sets to do so? Kindly help me here. After 5 I go towards 6 and 7 points also. Kindly help me here. Waiting for your response. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The short answer is, there are no webhooks available for Etsy. You have to poll Etsy to check for new orders. |
Beta Was this translation helpful? Give feedback.
Correct. You have to call that API endpoint to get orders.
But Etsy doesn't give you a webhook endpoint to subscribe to, which will tell you when a new order comes in. Which is what I believe you asked about.