OrderItem ============== The OrderItem resource provides order items for certain Invoice order Resource definition ------------------- .. literalinclude:: _static/OrderItem.json :language: json +------------------+----------+-------------------------------------------+ | Name | Type | Description | +==================+==========+===========================================+ | SkuValue | string | Stock Keeping Unit (SKU) identifier | +------------------+----------+-------------------------------------------+ | LineDescription | string | Description of the order item | +------------------+----------+-------------------------------------------+ | Price | decimal | Price of a single unit | +------------------+----------+-------------------------------------------+ | CurrencyCode | string | Currency code (e.g., USD) | +------------------+----------+-------------------------------------------+ | RowTotal | decimal | Total cost for the quantity ordered | +------------------+----------+-------------------------------------------+ | Quantity | int | Number of units ordered | +------------------+----------+-------------------------------------------+ Operations on OrderItem --------------------- - :doc:`/scenarios/orderitems-get`