Order reporting - data fields and automation?

Hi,

I am building a simple e-commerce platform for our employees. Before I upgrade to a paying subscription and go to the effort of integrating payment providers I wanted to know what I can download report wise.

What I need on a weekly basis is a CSV with the following:

  • Name
  • Order value
  • product code/s
  • quantity

And could this be an automated CSV sent direct to an email address?

Any help/insight on this would be hugely appreciated,
Thanks,
Erin

Depending on how you want to do something like this, you can already make use of some of the Wix functions already.
https://support.wix.com/en/article/request-ability-to-create-edit-and-filter-revenue-reports-in-wix-stores
https://support.wix.com/en/article/getting-an-overview-of-your-transactions
https://support.wix.com/en/article/about-store-analytics
https://support.wix.com/en/article/tracking-sales-in-wix-stores-with-a-facebook-conversion-pixel
https://support.wix.com/en/article/tracking-sales-in-wix-stores-using-your-thank-you-page-url
https://support.wix.com/en/article/viewing-your-analytics-in-the-wix-mobile-app
https://support.wix.com/en/article/analyzing-your-store-activity-in-the-wix-mobile-app

Otherwise, if you want to do something similar through code, then you could set up Wix Stores Backend API and the Events functions and record in a seperate dataset when certain things happen that you wish to collect the info on.
https://www.wix.com/corvid/reference/wix-stores-backend.Events.html

Then you can set up Wix Job Scheduler to run a task every week to collect and send you this collected data from the seperate dataset.
https://support.wix.com/en/article/corvid-scheduling-recurring-jobs