Skip to main content

CreateSupplierOrderLineItemInput

One line item created together with a supplier order via createSupplierOrder. The product is identified through its supplier-configuration so the (product, supplier) relationship is unambiguous.

input CreateSupplierOrderLineItemInput {
productSupplierConfigurationId: ID!
quantity: Int!
unitPrice: Float
}

Fields

CreateSupplierOrderLineItemInput.productSupplierConfigurationId ● ID! non-null scalar

ID of the (product, supplier) configuration whose product the line item references.

CreateSupplierOrderLineItemInput.quantity ● Int! non-null scalar

Number of units to order for this line.

CreateSupplierOrderLineItemInput.unitPrice ● Float scalar

Per-unit price override in the supplier order's currency. Omit to use the default from the supplier configuration.

Member Of

CreateSupplierOrderInput input