Skip to main content

PriceCalculateBulkLineInput

One order line to price: a product and the quantity it is ordered in.

input PriceCalculateBulkLineInput {
productId: Int!
quantity: Int! = 1
}

Fields

PriceCalculateBulkLineInput.productId ● Int! non-null scalar

Unique identifier of the product to price.

PriceCalculateBulkLineInput.quantity ● Int! non-null scalar

Quantity ordered. Selects the applicable volume/bulk tier, so it changes the price.

Member Of

PriceCalculateBulkInput input