Use this product review feed schema to onboard on to our ratings and review system for Shops. The feed should be sent over as a CSV file, and contain the columns described below.
| Element | Description |
|---|---|
Type: string | Optional. The reviews aggregator used by the store to manage their review feeds. This field stores the name of the aggregator. |
Type: string | Required. Name of the store the review feed is for. |
Type: string | Optional. Unique identifier of the store on the aggregator’s platform. |
Type: Array<string> | Optional. Unique identifier of the store on the aggregator’s platform. |
Type: string | Required. Unique identifier for the review. |
Type: integer | Required. Rating, from 1–5. |
Type: string | Optional. Review title. |
Type: string | Required. Review text. Should be a non-empty string. Emojis should be UTF-8-encoded. |
Type: string | Required. Review creation date in ISO 8601 format. Examples: Complete date:
Complete date plus hours and minutes:
Complete date plus hours, minutes and seconds:
Complete date plus hours, minutes, seconds and a decimal fraction of a second:
|
Type: string | Optional. When the review was last updated. |
Type: Array<string> | Optional. List of URLs for published images as uploaded by shoppers with the review. |
Type:boolean | Required. Represents whether the review was obtained via an incentivized promotion run by the merchant. |
Type:boolean | Optional. Represents whether the review was left after a verified purchase of the product. |
Type: string | Conditional Optional. Note: if Full name of the reviewer. Example: |
Type: string | Optional. Unique identifier for the reviewer. |
Type: boolean | Optional. Represents whether the reviewer is anonymous. |
Type: string | Required. Name of the product. |
Type: string | Required. Link to the product detail page on the store’s website. |
Type: Array<string> | Optional. List of image urls associated with the product. |
Type: string | Optional. ID for a group of products that share reviews. You can choose to share the |
Type: Enum | Optional. Status of the product. “active” if the product is still active and “inactive” if the product is no longer being sold. |
Type: Array<string> | Optional. Global trade item numbers (GTINs) associated with the product. |
Type: string | Optional. Manufacturer part number (MPN) associated with the product. |
Type: string | Optional. Brand name associated with the product. |
Type: string | Optional. Shopify Product ID associated with the product. |
Type: Array<string> | Optional. Stock keeping units (SKUs) associated with the product. |
Type: string | Optional. Name of the variant. Note: Please duplicate the review to multiple rows, and let each row only contain one unique product variant, if the product mentioned by the review has multiple variants. |
Type: string | Optional. Link to the variant detail page on the store’s website. Note: Please duplicate the review to multiple rows, and let each row only contain one unique product variant, if the product mentioned by the review has multiple variants. |
Type: Array<string> | Optional. Global trade item numbers (GTINs) associated with the variant. Note: Please duplicate the review to multiple rows, and let each row only contain one unique product variant, if the product mentioned by the review has multiple variants. |
Type: string | Optional. Manufacturer part number (MPN) associated with the variant. Note: Please duplicate the review to multiple rows, and let each row only contain one unique product variant, if the product mentioned by the review has multiple variants. |
Type: string | Optional. Brand name associated with the variant. Note: Please duplicate the review to multiple rows, and let each row only contain one unique product variant, if the product mentioned by the review has multiple variants. |
Type: string | Optional. Shopify Product ID associated with the variant. Note: Please duplicate the review to multiple rows, and let each row only contain one unique product variant, if the product mentioned by the review has multiple variants. |
Type: Array<string> | Optional. Stock keeping units (SKUs) associated with the variant. Note: Please duplicate the review to multiple rows, and let each row only contain one unique product variant, if the product mentioned by the review has multiple variants. |
Type: string | Optional. Country from where the review was written. The string should be in ISO 3166 Alpha-2 format. See also glossary for ISO 3166. Example: |
Type: string | Conditional Optional. Note: if any of Full name of the person or merchant replying to the review. Example: |
Type: string | Conditional Optional. Note: if any of A unique identifier for the reply. |
Type: string | Conditional Optional. Note: if any of Reply Text. Should be a non-empty string. Emojis should be UTF-8 encoded. |
Type: string | Conditional Optional. Note: if any of Reply Creation Date in ISO8601. Examples: Complete date:
Complete date plus hours and minutes:
Complete date plus hours, minutes and seconds:
Complete date plus hours, minutes, seconds and a decimal fraction of a second:
|
Type: string | Optional. When the reply was updated last. |
Type: string | Optional. The language reply was written in. The string should be in ISO 639-1 code format. Example: |
Type: string | Optional. Country the reply was written from. The string should be in ISO 3166 Alpha-2 format. Example: |
Type: Map<string, int> | Optional. JSON key-value pairs representing secondary review ratings. These can be any other ratings that were collected as part of the review. The value should be an integer between 1 and 5 with 5 being the best and 1 being the worst. Example: |
Type: Map<string, string> | Optional. JSON key-value pairs representing secondary review attributes. This can be any other free-form information that was collected as part of the review. Example: |
"aggregator","store.name","store.id","store.storeUrls","review_id","rating","title","content","created_at","reviewer.name","reviewer.reviewerID","product.name","product.url","product.imageUrls","product.productIdentifiers.skus", "","MyStore","1234567","['http://www.mystore.com']","1","5","Great product","Very happy with the buy.","2025-01-09 18:30:43","John Doe","","Baseball","http://www.mystore.com/baseball/","['http://www.mystore.com/baseball/1.jpg']","['Baseball']",