Skip to main content

PriceCalculateInput

No description

input PriceCalculateInput {
productId: Int!
quantity: Int!
taxZone: String!
contactId: Int
customerId: Int
companyId: Int
}

Fields

PriceCalculateInput.productId ● Int! non-null scalar

Product id

PriceCalculateInput.quantity ● Int! non-null scalar

Quantity

PriceCalculateInput.taxZone ● String! non-null scalar

Tax zone

PriceCalculateInput.contactId ● Int scalar

Contact id to calculate the price for

PriceCalculateInput.customerId ● Int scalar

Customer id to calculate the price for

PriceCalculateInput.companyId ● Int scalar

Company id to calculate the price for

Member Of

priceCalculate query ● priceExplain query