Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix variation properties dimensions incorrect type, closes #59 #60

Merged
merged 1 commit into from
Sep 29, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/wp-api-v1/_products.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ The products API allows you to create, view, update, and delete individual, or a
| `backorders_allowed` | boolean | Shows if backorders are allowed." <i class="label label-info">read-only</i> |
| `backordered` | boolean | Shows if a variation is on backorder (if the variation have the `stock_quantity` negative). <i class="label label-info">read-only</i> |
| `weight` | string | Variation weight in decimal format. |
| `dimensions` | array | Variation dimensions. See [Dimensions properties](#dimension-properties). |
| `dimensions` | object | Variation dimensions. See [Dimensions properties](#dimension-properties). |
| `shipping_class` | string | Shipping class slug. Shipping classes are used by certain shipping methods to group similar products. |
| `shipping_class_id` | integer | Shipping class ID. <i class="label label-info">read-only</i> |
| `image` | array | Variation featured image. Only position `0` will be used. See [Images properties](#image-properties). |
Expand Down