Updated Release Testing Instructions WooCommerce 6.2 (markdown)
parent
eb4f916c27
commit
6c328568d5
|
@ -59,3 +59,10 @@ On a new site, with English language settings:
|
||||||
## WooCommerce Core Updates:
|
## 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.
|
||||||
|
|
Loading…
Reference in New Issue