Skip to content

Commit 02aeb1e

Browse files
Removed test data
1 parent b1b2d6b commit 02aeb1e

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

source/includes/wp-api-v2/_index.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6158,8 +6158,7 @@ woocommerce.get("").parsed_response
61586158
"enum": [
61596159
"standard",
61606160
"reduced-rate",
6161-
"zero-rate",
6162-
"testin"
6161+
"zero-rate"
61636162
],
61646163
"description": "Limit result set to products with a specific tax class.",
61656164
"type": "string"
@@ -8113,8 +8112,7 @@ woocommerce.get("").parsed_response
81138112
"enum": [
81148113
"standard",
81158114
"reduced-rate",
8116-
"zero-rate",
8117-
"testin"
8115+
"zero-rate"
81188116
],
81198117
"description": "Limit result set to products with a specific tax class.",
81208118
"type": "string"
@@ -9658,8 +9656,7 @@ woocommerce.get("").parsed_response
96589656
"enum": [
96599657
"standard",
96609658
"reduced-rate",
9661-
"zero-rate",
9662-
"testin"
9659+
"zero-rate"
96639660
],
96649661
"description": "Sort by tax class.",
96659662
"type": "string"
@@ -9730,8 +9727,7 @@ woocommerce.get("").parsed_response
97309727
"enum": [
97319728
"standard",
97329729
"reduced-rate",
9733-
"zero-rate",
9734-
"testin"
9730+
"zero-rate"
97359731
],
97369732
"description": "Tax class.",
97379733
"type": "string"
@@ -9842,8 +9838,7 @@ woocommerce.get("").parsed_response
98429838
"enum": [
98439839
"standard",
98449840
"reduced-rate",
9845-
"zero-rate",
9846-
"testin"
9841+
"zero-rate"
98479842
],
98489843
"description": "Tax class.",
98499844
"type": "string"
@@ -9940,8 +9935,7 @@ woocommerce.get("").parsed_response
99409935
"enum": [
99419936
"standard",
99429937
"reduced-rate",
9943-
"zero-rate",
9944-
"testin"
9938+
"zero-rate"
99459939
],
99469940
"description": "Tax class.",
99479941
"type": "string"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,8 @@ woocommerce.get("products/22/variations").parsed_response
598598

599599
#### Available parameters ####
600600

601-
| Parameter | Type | Description |
602-
| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
601+
| Parameter | Type | Description |
602+
|------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------|
603603
| `context` | string | Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`. |
604604
| `page` | integer | Current page of the collection. Default is `1`. |
605605
| `per_page` | integer | Maximum number of items to be returned in result set. Default is `10`. |
@@ -623,7 +623,7 @@ woocommerce.get("products/22/variations").parsed_response
623623
| `shipping_class` | string | Limit result set to products assigned a specific shipping class ID. |
624624
| `attribute` | string | Limit result set to products with a specific attribute. |
625625
| `attribute_term` | string | Limit result set to products with a specific attribute term ID (required an assigned attribute). |
626-
| `tax_class` | string | Limit result set to products with a specific tax class. Options: `standard`, `reduced-rate`, `zero-rate` and `testin`. |
626+
| `tax_class` | string | Limit result set to products with a specific tax class. Default options: `standard`, `reduced-rate` and `zero-rate`. |
627627
| `in_stock` | boolean | Limit result set to products in stock or out of stock. |
628628
| `on_sale` | boolean | Limit result set to products on sale. |
629629
| `min_price` | string | Limit result set to products based on a minimum price. |

source/includes/wp-api-v2/_products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,8 +1490,8 @@ woocommerce.get("products").parsed_response
14901490

14911491
#### Available parameters ####
14921492

1493-
| Parameter | Type | Description |
1494-
| ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
1493+
| Parameter | Type | Description |
1494+
|------------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------|
14951495
| `context` | string | Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`. |
14961496
| `page` | integer | Current page of the collection. Default is `1`. |
14971497
| `per_page` | integer | Maximum number of items to be returned in result set. Default is `10`. |
@@ -1515,7 +1515,7 @@ woocommerce.get("products").parsed_response
15151515
| `shipping_class` | string | Limit result set to products assigned a specific shipping class ID. |
15161516
| `attribute` | string | Limit result set to products with a specific attribute. |
15171517
| `attribute_term` | string | Limit result set to products with a specific attribute term ID (required an assigned attribute). |
1518-
| `tax_class` | string | Limit result set to products with a specific tax class. Options: `standard`, `reduced-rate`, `zero-rate` and `testin`. |
1518+
| `tax_class` | string | Limit result set to products with a specific tax class. Default options: `standard`, `reduced-rate` and `zero-rate`. |
15191519
| `in_stock` | boolean | Limit result set to products in stock or out of stock. |
15201520
| `on_sale` | boolean | Limit result set to products on sale. |
15211521
| `min_price` | string | Limit result set to products based on a minimum price. |

0 commit comments

Comments
 (0)