query q1 {
pricesearch(
calculation: {
deliveryType: "<deliveryType>",
project: "<project>"},
products: [{productId: "<id>",
quantity: <quantity>}]
)
{
prices {
productId
quantity
amount
currency
}
}
}

 

deliveryType

The deliveryTypes depend on the distributor; they can be requested in the connectedDistributionGates query.

 

project

"project" identifies the construction site of the customer. Currently, only the default project can be requested via the connectedDistributionGates query.

 

productId

This is the "id" returned by the productsearch. It starts with the DistributionGate code followed by a colon and an alphanumerical code.