Product CSV Importer and Exporter
Create your CSV To import new products or update existing products, you need a CSV containing your product information. You can: Export a CSV of products from an existing store. Download a CSV file with sample data from GitHub and replace it. Use your own CSV. Any information you wish to include should follow the formatting and columns of the Product CSV Import Schema . If using the built-in WooCommerce Product CSV Importer and Exporter tool to export a CSV, it already follows the schema and is ready to use. If using the blank and formatted CSV file, it also follows the schema; just be sure to enter the info as instructed at Product CSV Import Schema . General guidelines CSVs should be in UTF-8 format. Dates should be defined for the store’s local timezone. Use 1 or 0 in your CSV, if importing a Boolean value (true or false) Multiple values in a field get separated with commas. Wrapping values in quotes allows you to insert a comma. Prefix the id with...