Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 479 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 479 Bytes

Import products and variations from JSON using WooCommerce REST API

A PHP script to import products and variations from JSON to WooCommerce using the WooCommerce REST API.

Getting started

See Tutorial.

Usage

Your JSON should be the same format as products.json, otherwise you would need to modify the PHP script.

Change FILE_TO_IMPORT to your JSON file name and WooCommerce API credentials.