Description
Topic: Products
Fields
Average review score, from 0 to 9 (inclusive, both ends)
Example: 7.09
average_scores: [ProductReviewAverageScore!]!
List of countries, allowed or denies depending on ban_mode
ban_mode: ProductBanMode!
Ban mode for country-based banning
brand: StorefrontBrand
categories: [StorefrontCategory]
A set of category resource links product belongs to
Expandable
Permission bit: "categories.read"
content_image_files: [StorefrontFile]
The date and time when the product was created, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
custom_field_objects: StorefrontCustomFieldObjects
Custom field objects extracted and ready for expansion
Translatable
custom_fields: [CustomField!]!
field_set: ProductFieldSet
google_product_category_code: Int!
Google Product Category numeric code
Example: 499938
google_product_category_name: String!
Google Product Category human-friendly name
Example: "Toys & Games > Toys > Educational Toys > Astronomy Toys & Models"
A human-friendly unique string for the product automatically generated from its title
Example: "ipod-nano"
A unique product identifier
Example: "pd_EQzGqWoY"
Maximum amount of items customer can buy within one order
Example: 100
Meta description for SEO purposes
Translatable
Example: ""
SEO-friendly title of the product
Translatable
Example: ""
min_currency_prices: [MinCurrencyPrice!]!
Minimum currency prices of all variants
Minimum price of all product variants
Example: 0
Minimum amount of items customer must order to buy a product
Example: 0
Number of customers which don't recommend this product (simple vote)
Example: 20
The date and time when the product was published or null
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
Raw content of the product
Translatable
Example: "{}"
Number of customers which don't recommend this product (reviews)
Example: 20
Number of customers which recommend this product (reviews)
Example: 150
return_mode: ProductReturnMode!
What to do if customer wants to return the product
Total amount of reviews for this product
Example: 10
review_dimension_set: ReviewDimensionSet
Whether this product can only be used with a subscription or not
Example: false
subscription_plans: [SubscriptionPlan!]!
survey_answers_summary: [ProductReviewAnswerSummary!]!
tiered_pricing_mode: TieredPricingMode!
How to apply tiered pricing
The name of the product
Translatable
Example: "IPod Nano - 8GB"
The date and time when the product was last updated, RFC 3339 format
Example: "2014-09-04T12:23:34Z"
Timestamp (RFC 3339)
variants: [StorefrontProductVariant]
voted: StorefrontCustomerVote!
Whether customer voted or not and how
Number of customers which recommend this product (simple vote)
Example: 150
Used By
Queries
storefrontProducts, storefrontProductsLookup
Types
StorefrontCustomFieldObjects, StorefrontMenuItem, StorefrontProductExpandableItems, StorefrontProductPage, StorefrontProductQuestion, StorefrontProductQuestionAnswer, StorefrontProductReview, StorefrontProductReviewAnswer, StorefrontProductSearchResult, StorefrontProductVariant
Preview (typescript)
Loading module