Skip to main content

ProductPrice

No description

type ProductPrice {
currencyCode: String!
effectiveDate: ISO8601Date!
id: ID!
maxUnits: Decimal
priceable: ProductPriceable!
priceableId: ID!
priceableType: ProductPriceableTypeEnum!
product: Product!
productId: ID!
retailPrice: MonetaryValue
retailerMargin: Decimal
unitPrice: MonetaryValue!
}

Fields

ProductPrice.currencyCode ● String! non-null scalar

ProductPrice.effectiveDate ● ISO8601Date! non-null scalar

ProductPrice.id ● ID! non-null scalar

ProductPrice.maxUnits ● Decimal scalar

ProductPrice.priceable ● ProductPriceable! non-null union

ProductPrice.priceableId ● ID! non-null scalar

ProductPrice.priceableType ● ProductPriceableTypeEnum! non-null enum

ProductPrice.product ● Product! non-null object

ProductPrice.productId ● ID! non-null scalar

ProductPrice.retailPrice ● MonetaryValue object

ProductPrice.retailerMargin ● Decimal scalar

ProductPrice.unitPrice ● MonetaryValue! non-null object

Returned By

productPrices query