WooCommerce

From UVOO Tech Wiki
Revision as of 02:26, 24 January 2019 by imported>Jeremy-busk
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WooCommerce WP CLI Tool

wp wc

wp wc customer create --email='me@woo.local' --user=1 --billing='{"first_name":"Justin","last_name":"S","company":"Automattic"}' --password='he llo'
wp wc customer get 2 --user=1
wp wc product create --name='Product Name' --categories='[ { "id" : 21 } ]' --user=1

References