ProductVariantReportType
No description
type ProductVariantReportType {
totals: Int
grossRevenue: Float
quantityOrdered: Int
avgPriceGrossAmount: Float
maxPriceGrossAmount: Float
minPriceGrossAmount: Float
revenue: Float
avgPrice: Float
maxPrice: Float
minPrice: Float
productId: Int!
product: Product!
name: String!
id: ID!
}
Fields
ProductVariantReportType.totals ● Int scalar
ProductVariantReportType.grossRevenue ● Float scalar
ProductVariantReportType.quantityOrdered ● Int scalar
ProductVariantReportType.avgPriceGrossAmount ● Float scalar
ProductVariantReportType.maxPriceGrossAmount ● Float scalar
ProductVariantReportType.minPriceGrossAmount ● Float scalar
ProductVariantReportType.revenue ● Float scalar
ProductVariantReportType.avgPrice ● Float scalar
ProductVariantReportType.maxPrice ● Float scalar
ProductVariantReportType.minPrice ● Float scalar
ProductVariantReportType.productId ● Int! non-null scalar
Product ID as a number.
ProductVariantReportType.product ● Product! non-null object
Related product object.
ProductVariantReportType.name ● String! non-null scalar
Product variant name.
ProductVariantReportType.id ● ID! non-null scalar
Product variant ID.