Skip to content

Commit 1d786ba

Browse files
authored
Fix typo
1 parent 668ef8f commit 1d786ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The products API allows you to create, view, update, and delete individual, or a
160160
| `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). |
161161
| `backorders_allowed` | boolean | Shows if backorders are allowed." <i class="label label-info">read-only</i> |
162162
| `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> |
163-
| `purchaseable` | boolean | Shows if the variation can be bought <i class="label label-info">read-only</i> |
163+
| `purchasable` | boolean | Shows if the variation can be bought <i class="label label-info">read-only</i> |
164164
| `weight` | string | Variation weight in decimal format. |
165165
| `dimensions` | array | Variation dimensions. See [Dimensions properties](#dimension-properties). |
166166
| `shipping_class` | string | Shipping class slug. Shipping classes are used by certain shipping methods to group similar products. |

0 commit comments

Comments
 (0)