Skip to content

Commit b215db3

Browse files
committed
Fix shipping_class_id type
1 parent b51eae3 commit b215db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)