SalesOrderLineItem
A single line item on a sales order.
skuIdstring
Reference to the SKU being ordered.
Example:
1042skuNamestring
Display name of the SKU.
Example:
Roasted Garlic Hummusquantitynumber
Quantity ordered.
Example:
500unitstring
Unit of measure.
Example:
lbsunitPricenumber
Price per unit charged to the customer.
Example:
12.5subtotalnumber
Line total (quantity x unit price).
Example:
6250SalesOrderLineItem
{
"skuId": "1042",
"skuName": "Roasted Garlic Hummus",
"quantity": 500,
"unit": "lbs",
"unitPrice": 12.5,
"subtotal": 6250
}