How to schedule the orders Export in BigCommerce?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



How to schedule the orders Export in BigCommerce?



How can we schedule the orders to be exported into FTP for every 1 hour in the big commerce? I can export it manually but i need something to run automatically to export the orders data to FTP.Is it possible in BigCommerce?



Thanks,
Manoj




2 Answers
2



You could write a script to pull orders from the API on an hourly interval (or even better, respond to orders as they come in by using webhooks). If you needed to retrieve the orders from a folder in WebDAV, you could also automate the browser with Selenium to do regular order exports.





Webhooks really seems like the way to go here. store/order/created is the one you want: developer.bigcommerce.com/api/v2/#order-products-array
– Scott C Wilson
Apr 4 at 15:18



At this time you are not able to schedule downloads from the FTP. You can write your own program to do that. We also offer webhooks where you can get order notifications in almost real time. This will also require custom coding and if you need assistance we have a list of partners who can help out.
https://developer.bigcommerce.com/api/#webhooks-overview






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard