defaultPrice
Returns product(s) default price (without calculated discounts).
defaultPrice(
productIds: [Int!]!
taxZone: String! = NL
): [ProductDefaultPrice!]!
Arguments
defaultPrice.productIds
● [Int!]!
non-null scalar
Product unique identifiers. Can be array of productIds or single productId.
defaultPrice.taxZone
● String!
non-null scalar
taxZone to be used for calculating net price of the product(s).