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 typo #48

Merged
merged 1 commit into from
Jul 27, 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 @@ -160,7 +160,7 @@ The products API allows you to create, view, update, and delete individual, or a
| `backorders` | string | If managing stock, this controls if backorders are allowed. If enabled, stock quantity can go below `0`. Default is `no`. Options are: `no` (Do not allow), `notify` (Allow, but notify customer), and `yes` (Allow). |
| `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> |
| `purchaseable` | boolean | Shows if the variation can be bought <i class="label label-info">read-only</i> |
| `purchasable` | boolean | Shows if the variation can be bought <i class="label label-info">read-only</i> |
| `weight` | string | Variation weight in decimal format. |
| `dimensions` | array | 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. |
Expand Down