Devam Ediyor
Export Order data through Shopify API
Bütçe $30-100 USD
Job Description:
I want to build a script which can use Shopify API to export orders in excel file with all the details like:
Order number
Items sold
Variations of items sold
Quantity of each item sold
It should be exported in excel file. This means whenever this script runs it will import all the new orders which are created.
Note : it should import only new orders that was not imported previously. so each time it runs it adds in new orders and not the orders already added to previous excel file.
Ideally it would a 1 page PHP script using shopify API to get all the orders and its details and storing in excel format.