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
|`parent_exclude`| array | Limit result set to all items except those of a particular parent ID. |
1482
1482
|`slug`| string | Limit result set to products with a specific slug. |
1483
1483
|`status`| string | Limit result set to products assigned a specific status. Options: `any`, `draft`, `pending`, `private` and `publish`. Default is `any`. |
1484
-
|`type`| string | Limit result set to products assigned a specific type. Options: `simple`, `grouped`, `external` and `variable`. |
1484
+
|`include_status`| string | Limit result set to products with any of the specified statuses. Multiple statuses can be provided as a comma-separated list. Takes precedence over the `status` parameter. Options: `any`, `future`, `trash`, `draft`, `pending`, `private`, and `publish`.|
1485
+
|`exclude_status`| string | Exclude products from result set with any of the specified statuses. Multiple statuses can be provided as a comma-separated list. Takes precedence over the `include_status` parameter. Options: `future`, `trash`, `draft`, `pending`, `private`, and `publish`.|
1486
+
|`type`| string | Limit result set to products assigned a specific type. Options: `simple`, `grouped`, `external` and `variable`. |
1487
+
|`include_types`| string | Limit result set to products with any of the types. Multiple statuses can be provided as a comma-separated list. Takes precedence over the `type` parameter. Options: `simple`, `grouped`, `external` and `variable`. |
1488
+
|`exclude_types`| string | Exclude products from result set with any of the specified types. Multiple statuses can be provided as a comma-separated list. Takes precedence over the `include_types` parameter. Options: `simple`, `grouped`, `external` and `variable`. |
1485
1489
|`sku`| string | Limit result set to products with a specific SKU. |
1486
1490
|`featured`| boolean | Limit result set to featured products. |
1487
1491
|`category`| string | Limit result set to products assigned a specific category ID. |
0 commit comments