Merge pull request #31127 from woocommerce/fix/readme-shipping-classes

Fix minor issue in README table
This commit is contained in:
Ron Rennick 2021-11-10 16:09:21 -04:00 committed by GitHub
commit ea16fab857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ Please note: if you're using a non-SSL environment (such as a Docker container f
| `deleteAllProductCategories` | | Permanently delete all product categories |
| `deleteAllProducts` | | Permanently delete all products |
| `deleteAllProductTags` | | Permanently delete all product tags |
| `deleteAllShippingClasses` | Permanently delete all shipping classes |
| `deleteAllShippingClasses` | | Permanently delete all shipping classes |
| `deleteAllShippingZones` | | Permanently delete all shipping zones except the default |
| `deleteCoupon` | `couponId` | Permanently delete a coupon |
| `deleteCustomerByEmail` | `emailAddress` | Delete customer user account. Posts are reassigned to user ID 1 |