File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,17 @@ Generate coupons with a maximum discount amount.
4848
4949Generate customers based on the number of customers parameter.
5050- ` wp wc generate customers <nr of customers> `
51+
52+ ### Terms
53+
54+ Generate terms in the Product Categories taxonomy based on the number of terms parameter.
55+ - ` wp wc generate terms product_cat <nr of terms> `
56+
57+ Generate hierarchical product categories with a maximum number of sub-levels.
58+ - ` wp wc generate terms product_cat <nr of terms> --max-depth=5 `
59+
60+ Generate product categories that are all child terms of an existing product category term.
61+ - ` wp wc generate terms product_cat <nr of terms> --parent=123 `
62+
63+ Generate terms in the Product Tags taxonomy based on the number of terms parameter.
64+ - ` wp wc generate terms product_tag <nr of terms> `
You can’t perform that action at this time.
0 commit comments