You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For trashed product, the GET /wp-json/wc/v3/products?sku=XXXX&status=trash
is showing a trashed product, which is not shown by GET /wp-json/wc/v3/products?sku=XXXX
Documentation should reflect this: Limit result set to products assigned a specific status. Options: any, draft, pending, private and publish. Default is any.
The text was updated successfully, but these errors were encountered:
For trashed product, the
GET /wp-json/wc/v3/products?sku=XXXX&status=trash
is showing a trashed product, which is not shown by
GET /wp-json/wc/v3/products?sku=XXXX
Documentation should reflect this:
Limit result set to products assigned a specific status. Options: any, draft, pending, private and publish. Default is any.
The text was updated successfully, but these errors were encountered: