Updated Release Testing Instructions WooCommerce 6.2 (markdown)

rodelgc 2022-01-17 14:38:48 +08:00
parent eb4f916c27
commit 6c328568d5
1 changed files with 8 additions and 1 deletions

@ -58,4 +58,11 @@ On a new site, with English language settings:
## WooCommerce Core Updates:
## WooCommerce API Updates:
## WooCommerce API Updates:
### Add status field in the Coupons API
1. Add a new coupon in wp-admin → Coupons → Add New.
2. Publish the coupon (since only published coupons will be available in the API response).
3. In the API, run `GET /wp-json/wc/v3/coupons`.
4. Confirm that the `status` field is available in the API response.