Skip to main content

BulkPrice

No description

type BulkPrice {
price: Float! @deprecated
gross: Float!
from: Int!
to: Int
net(
taxZone: String
): Float
}

Fields

BulkPrice.price ● Float! deprecated non-null scalar

DEPRECATED

Bulk price value deprecated in favor of 'net' and 'gross' fields

Bulk price value

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.

Returned By

bulkPrice query

Member Of

Product object