Skip to content

Commit 49e75ac

Browse files
Fixed the variation description for orders
1 parent 558ea00 commit 49e75ac

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

source/includes/v2/_orders.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ This section lists all API that can be used to create, edit or otherwise manipul
4848

4949
### Line Items Properties ###
5050

51-
| Attribute | Type | Description |
52-
| -------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
53-
| `id` | integer | Line item ID <i class="label label-info">read-only</i> |
54-
| `subtotal` | float | Line item subtotal |
55-
| `subtotal_tax` | float | Line item tax subtotal |
56-
| `total` | float | Line item total |
57-
| `total_tax` | float | Line item tax total |
58-
| `price` | float | Product price <i class="label label-info">read-only</i> |
59-
| `quantity` | integer | Quantity |
60-
| `tax_class` | string | Product tax class <i class="label label-info">read-only</i> |
61-
| `name` | string | Product name <i class="label label-info">read-only</i> |
62-
| `product_id` | integer | Product ID <i class="label label-info">required</i> |
63-
| `sku` | string | Product SKU <i class="label label-info">read-only</i> |
64-
| `meta` | array | List of product meta items. See [Products Meta Items Properties](#products-meta-items-properties) |
65-
| `variations` | array | List of product variation attributes. e.g: `"variation": [{"pa_color": "Black"}, {"pa_size": "XGG"}]` (Use `pa_` prefix when is a product attribute) <i class="label label-info">write-only</i> |
51+
| Attribute | Type | Description |
52+
| -------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
53+
| `id` | integer | Line item ID <i class="label label-info">read-only</i> |
54+
| `subtotal` | float | Line item subtotal |
55+
| `subtotal_tax` | float | Line item tax subtotal |
56+
| `total` | float | Line item total |
57+
| `total_tax` | float | Line item tax total |
58+
| `price` | float | Product price <i class="label label-info">read-only</i> |
59+
| `quantity` | integer | Quantity |
60+
| `tax_class` | string | Product tax class <i class="label label-info">read-only</i> |
61+
| `name` | string | Product name <i class="label label-info">read-only</i> |
62+
| `product_id` | integer | Product ID <i class="label label-info">required</i> |
63+
| `sku` | string | Product SKU <i class="label label-info">read-only</i> |
64+
| `meta` | array | List of product meta items. See [Products Meta Items Properties](#products-meta-items-properties) |
65+
| `variations` | array | List of product variation attributes. e.g: `"variation": {"pa_color": "Black", "pa_size": "XGG"}` (Use `pa_` prefix when is a product attribute) <i class="label label-info">write-only</i> |
6666

6767
#### Products Meta Items Properties ####
6868

0 commit comments

Comments
 (0)