BulkPrice
No description
type BulkPrice {
price: Float! @deprecated
gross: Float!
from: Int!
to: Int
net(taxZone: String): Float
}
Fields
BulkPrice.gross ● Float! non-null scalar
Bulk gross price value
BulkPrice.from ● Int! non-null scalar
Starting quantity for this bulkprice
BulkPrice.to ● Int scalar
End quantity for this bulkprice, null when inifinite
BulkPrice.net ● Float scalar
BulkPrice.net.taxZone ● String scalar
The taxZone used to calculate the net price. Overrules the taxZone applied to the parent field/query.
Show deprecated
Returned By
bulkPrice query
Member Of
Product object