File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed
source/includes/wp-api-v2 Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -6158,8 +6158,7 @@ woocommerce.get("").parsed_response
6158
6158
"enum" : [
6159
6159
" standard" ,
6160
6160
" reduced-rate" ,
6161
- " zero-rate" ,
6162
- " testin"
6161
+ " zero-rate"
6163
6162
],
6164
6163
"description" : " Limit result set to products with a specific tax class." ,
6165
6164
"type" : " string"
@@ -8113,8 +8112,7 @@ woocommerce.get("").parsed_response
8113
8112
"enum" : [
8114
8113
" standard" ,
8115
8114
" reduced-rate" ,
8116
- " zero-rate" ,
8117
- " testin"
8115
+ " zero-rate"
8118
8116
],
8119
8117
"description" : " Limit result set to products with a specific tax class." ,
8120
8118
"type" : " string"
@@ -9658,8 +9656,7 @@ woocommerce.get("").parsed_response
9658
9656
"enum" : [
9659
9657
" standard" ,
9660
9658
" reduced-rate" ,
9661
- " zero-rate" ,
9662
- " testin"
9659
+ " zero-rate"
9663
9660
],
9664
9661
"description" : " Sort by tax class." ,
9665
9662
"type" : " string"
@@ -9730,8 +9727,7 @@ woocommerce.get("").parsed_response
9730
9727
"enum" : [
9731
9728
" standard" ,
9732
9729
" reduced-rate" ,
9733
- " zero-rate" ,
9734
- " testin"
9730
+ " zero-rate"
9735
9731
],
9736
9732
"description" : " Tax class." ,
9737
9733
"type" : " string"
@@ -9842,8 +9838,7 @@ woocommerce.get("").parsed_response
9842
9838
"enum" : [
9843
9839
" standard" ,
9844
9840
" reduced-rate" ,
9845
- " zero-rate" ,
9846
- " testin"
9841
+ " zero-rate"
9847
9842
],
9848
9843
"description" : " Tax class." ,
9849
9844
"type" : " string"
@@ -9940,8 +9935,7 @@ woocommerce.get("").parsed_response
9940
9935
"enum" : [
9941
9936
" standard" ,
9942
9937
" reduced-rate" ,
9943
- " zero-rate" ,
9944
- " testin"
9938
+ " zero-rate"
9945
9939
],
9946
9940
"description" : " Tax class." ,
9947
9941
"type" : " string"
Original file line number Diff line number Diff line change @@ -598,8 +598,8 @@ woocommerce.get("products/22/variations").parsed_response
598
598
599
599
#### Available parameters ####
600
600
601
- | Parameter | Type | Description |
602
- | ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
601
+ | Parameter | Type | Description |
602
+ | ------------------ | --------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
603
603
| ` context ` | string | Scope under which the request is made; determines fields present in response. Options: ` view ` and ` edit ` . Default is ` view ` . |
604
604
| ` page ` | integer | Current page of the collection. Default is ` 1 ` . |
605
605
| ` 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
623
623
| ` shipping_class ` | string | Limit result set to products assigned a specific shipping class ID. |
624
624
| ` attribute ` | string | Limit result set to products with a specific attribute. |
625
625
| ` 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 ` . |
627
627
| ` in_stock ` | boolean | Limit result set to products in stock or out of stock. |
628
628
| ` on_sale ` | boolean | Limit result set to products on sale. |
629
629
| ` min_price ` | string | Limit result set to products based on a minimum price. |
Original file line number Diff line number Diff line change @@ -1490,8 +1490,8 @@ woocommerce.get("products").parsed_response
1490
1490
1491
1491
#### Available parameters ####
1492
1492
1493
- | Parameter | Type | Description |
1494
- | ---------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------- |
1493
+ | Parameter | Type | Description |
1494
+ | ------------------ | --------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
1495
1495
| ` context ` | string | Scope under which the request is made; determines fields present in response. Options: ` view ` and ` edit ` . Default is ` view ` . |
1496
1496
| ` page ` | integer | Current page of the collection. Default is ` 1 ` . |
1497
1497
| ` 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
1515
1515
| ` shipping_class ` | string | Limit result set to products assigned a specific shipping class ID. |
1516
1516
| ` attribute ` | string | Limit result set to products with a specific attribute. |
1517
1517
| ` 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 ` . |
1519
1519
| ` in_stock ` | boolean | Limit result set to products in stock or out of stock. |
1520
1520
| ` on_sale ` | boolean | Limit result set to products on sale. |
1521
1521
| ` min_price ` | string | Limit result set to products based on a minimum price. |
You can’t perform that action at this time.
0 commit comments