OrderItem¶
The OrderItem resource provides order items for certain Invoice order
Resource definition¶
{
"SkuValue": "CFQ7TTC0RP6W",
"LineDescription": "Office 365 E1 Plus",
"Price": 29.99,
"CurrencyCode": "USD",
"RowTotal": 29.99,
"Quantity": 1
}
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 |