| Name | Type | Description | Notes |
|---|---|---|---|
| OrderItemId | string | Defines orders specified by order item id | |
| OrderItemName | string | Defines orders specified by order item name | |
| OrderItemModel | string | Defines orders specified by order item model | [optional] |
| OrderItemPrice | decimal | Defines orders specified by order item price | |
| OrderItemQuantity | int | Defines orders specified by order item quantity | |
| OrderItemWeight | decimal | Defines orders specified by order item weight | [optional] |
| OrderItemVariantId | string | Ordered product variant. Where x is order item ID | [optional] |
| OrderItemTax | decimal | Percentage of tax for product order | [optional] [default to 0M] |
| OrderItemTaxClass | string | Id of the tax class of product. | [optional] |
| OrderItemPriceIncludesTax | bool | Defines if item price includes tax | [optional] [default to false] |
| OrderItemParent | int | Index of the parent grouped/bundle product | [optional] |
| OrderItemParentOptionName | string | Option name of the parent grouped/bundle product | [optional] |
| OrderItemAllowRefundItemsSeparately | bool | Indicates whether subitems of the grouped/bundle product can be refunded separately | [optional] |
| OrderItemAllowShipItemsSeparately | bool | Indicates whether subitems of the grouped/bundle product can be shipped separately | [optional] |
| OrderItemOption | List<OrderAddOrderItemInnerOrderItemOptionInner> | [optional] | |
| OrderItemProperty | List<OrderAddOrderItemInnerOrderItemPropertyInner> | [optional] |