| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Item ID. | [optional] |
| name | WooCommerceWcV3OrdersPostRequestLineItemsInnerName | [optional] | |
| parentName | String | Parent product name if the product is a variation. | [optional] |
| productId | WooCommerceWcV3OrdersPostRequestLineItemsInnerProductId | [optional] | |
| variationId | Integer | Variation ID, if applicable. | [optional] |
| quantity | Integer | Quantity ordered. | [optional] |
| taxClass | String | Tax class of product. | [optional] |
| subtotal | String | Line subtotal (before discounts). | [optional] |
| subtotalTax | String | Line subtotal tax (before discounts). | [optional] |
| total | String | Line total (after discounts). | [optional] |
| totalTax | String | Line total tax (after discounts). | [optional] |
| taxes | List<WooCommerceWcV3OrdersOrderIdRefundsPostRequestFeeLinesInnerTaxesInner> | Line taxes. | [optional] |
| metaData | List<WooCommerceWcV3OrdersPostRequestLineItemsInnerMetaDataInner> | Meta data. | [optional] |
| sku | String | Product SKU. | [optional] |
| globalUniqueId | String | GTIN, UPC, EAN or ISBN. | [optional] |
| price | BigDecimal | Product price. | [optional] |
| image | WooCommerceWcV3OrdersPostRequestLineItemsInnerImage | [optional] |