Skip to main content

SalesOrderLineItem

A single line item on a sales order.

skuIdstring

Reference to the SKU being ordered.

Example: 1042
skuNamestring

Display name of the SKU.

Example: Roasted Garlic Hummus
quantitynumber

Quantity ordered.

Example: 500
unitstring

Unit of measure.

Example: lbs
unitPricenumber

Price per unit charged to the customer.

Example: 12.5
subtotalnumber

Line total (quantity x unit price).

Example: 6250
SalesOrderLineItem
{
"skuId": "1042",
"skuName": "Roasted Garlic Hummus",
"quantity": 500,
"unit": "lbs",
"unitPrice": 12.5,
"subtotal": 6250
}