Skip to main content

OrderFinancialLineInput

A line item on an order's accounting document. The provided lines represent the desired final set of lines for the document.

input OrderFinancialLineInput {
id: ID
productId: ID
quantity: Decimal!
sku: String
unitPrice: Decimal!
}

Fields

OrderFinancialLineInput.id ● ID scalar common

The line id. Provide to update an existing line; omit to create a new one.

OrderFinancialLineInput.productId ● ID scalar common

The product id for the line.

OrderFinancialLineInput.quantity ● Decimal! non-null scalar common

The quantity for the line. Must be non-negative.

OrderFinancialLineInput.sku ● String scalar common

The SKU for the line.

OrderFinancialLineInput.unitPrice ● Decimal! non-null scalar common

The unit price for the line. Must be non-negative.

Member Of

CreateOrderFinancialInput input ● UpdateOrderFinancialInput input