Skip to content

Commit 281728d

Browse files
Fixed type of product dimensions, closes #58
1 parent 8670b1b commit 281728d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The products API allows you to create, view, update, and delete individual, or a
4646
| `backordered` | boolean | Shows if a product is on backorder (if the product have the `stock_quantity` negative). <i class="label label-info">read-only</i> |
4747
| `sold_individually` | boolean | Allow one item to be bought in a single order. Default is `false`. |
4848
| `weight` | string | Product weight in decimal format. |
49-
| `dimensions` | array | Product dimensions. See [Dimensions properties](#dimension-properties). |
49+
| `dimensions` | object | Product dimensions. See [Dimensions properties](#dimension-properties). |
5050
| `shipping_required` | boolean | Shows if the product need to be shipped. <i class="label label-info">read-only</i> |
5151
| `shipping_taxable` | boolean | Shows whether or not the product shipping is taxable. <i class="label label-info">read-only</i> |
5252
| `shipping_class` | string | Shipping class slug. Shipping classes are used by certain shipping methods to group similar products. |

0 commit comments

Comments
 (0)