Fix typo
parent
fc42558534
commit
76c0c051ce
|
@ -56,7 +56,7 @@ Visit the [Product CSV Importer and Exporter](https://docs.woocommerce.com/docum
|
|||
| `Sale price` | sale_price | `20.99` | Sale price. |
|
||||
| `Regular price` | regular_price | `24.99` | Regular price. |
|
||||
| `Categories` | category_ids | `Category 1, Category 1 > Category 2` | CSV list of categories. `>` used for hierarchy. |
|
||||
| `Tags` | tag_ids | `Tax 1, Tag 2` | CSV list of tags. |
|
||||
| `Tags` | tag_ids | `Tag 1, Tag 2` | CSV list of tags. |
|
||||
| `Shipping class` | shipping_class_id | `Name` | Name of shipping class |
|
||||
| `Images` | image_id / gallery_image_ids | `http://somewhere.com/image.jpg, http://somewhere.com/image2.jpg` | First is featured image. |
|
||||
| `Download limit` | download_limit | `1` | `n/a` or a limit. |
|
||||
|
|
Loading…
Reference in New Issue