ProductDefaultPrice
No description
type ProductDefaultPrice {
gross: Float
taxCode: String
productId: Int
net(
taxZone: String
): Float
}
Fields
ProductDefaultPrice.gross ● Float scalar
Gross price value
ProductDefaultPrice.taxCode ● String scalar
The taxCode of the product this price is calculated for
ProductDefaultPrice.productId ● Int scalar
Product unique identifier
ProductDefaultPrice.net ● Float scalar
ProductDefaultPrice.net.taxZone ● String scalar
The taxZone used to calculate the net price. Overrules the taxZone applied to the parent field/query.
Returned By
defaultPrice query