Skip to content

Commit 595a59c

Browse files
Merge branch 'master' of github.com:woocommerce/woocommerce-rest-api-docs
2 parents ee552a0 + f442224 commit 595a59c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/includes/wp-api-v2/_payment-gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Payment gateways #
22

3-
The payment gateways API allows you to view, and update individual payment gateways.
3+
The payment gateways API allows you to view, and update individual payment gateways. Results are not paginated - all gateways will be returned.
44

55
## Payment gateway properties ##
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The products API allows you to create, view, update, and delete individual, or a
5353
| `shipping_required` | boolean | Shows if the product need to be shipped. <i class="label label-info">read-only</i> |
5454
| `shipping_taxable` | boolean | Shows whether or not the product shipping is taxable. <i class="label label-info">read-only</i> |
5555
| `shipping_class` | string | Shipping class slug. |
56-
| `shipping_class_id` | string | Shipping class ID. <i class="label label-info">read-only</i> |
56+
| `shipping_class_id` | integer | Shipping class ID. <i class="label label-info">read-only</i> |
5757
| `reviews_allowed` | boolean | Allow reviews. Default is `true`. |
5858
| `average_rating` | string | Reviews average rating. <i class="label label-info">read-only</i> |
5959
| `rating_count` | integer | Amount of reviews that the product have. <i class="label label-info">read-only</i> |

0 commit comments

Comments
 (0)