Skip to content

Commit 39a6e0a

Browse files
committed
Add future option to the status params
1 parent 525ea04 commit 39a6e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/wp-api-v3/_product-variations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -624,8 +624,8 @@ woocommerce.get("products/22/variations").parsed_response
624624
| `parent_exclude` | array | Limit result set to all items except those of a particular parent ID. |
625625
| `slug` | string | Limit result set to products with a specific slug. |
626626
| `status` | string | Limit result set to products assigned a specific status. Options: `any`, `draft`, `pending`, `private` and `publish`. Default is `any`. |
627-
| `include_status` | string | Limit result set to product variations with any of the specified statuses. Multiple statuses can be provided as a comma-separated list. Takes precedence over the `status` parameter. Options: `any`, `trash`, `draft`, `pending`, `private`, and `publish`.|
628-
| `exclude_status` | string | Exclude product variations 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: `trash`, `draft`, `pending`, `private`, and `publish`.|
627+
| `include_status` | string | Limit result set to product variations 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`.|
628+
| `exclude_status` | string | Exclude product variations 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`.|
629629
| `sku` | string | Limit result set to products with a specific SKU. |
630630
| `tax_class` | string | Limit result set to products with a specific tax class. Default options: `standard`, `reduced-rate` and `zero-rate`. |
631631
| `on_sale` | boolean | Limit result set to products on sale. |

0 commit comments

Comments
 (0)