POST:storefront/product_reviews.json
Storefront APIPOST:storefront/product_reviews.json

POST:storefront/product_reviews.json

Description

Create one or multiple product reviews.

Topic: Product Reviews

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of StorefrontProductReviewCreate

[
  {
    "image_file_ids": [
      ""
    ],
    "product_id": "pd_EQzGqWoY",
    "recommended": "not_voted",
    "scores": [
      {
        "review_dimension_id": "rd_EQzGqWoY",
        "score": 9
      }
    ],
    "survey_answers": [
      {
        "answer": "",
        "answer_index": 5,
        "survey_question_id": "sq_EQzGqWoY"
      }
    ],
    "text": "Great product!",
    "title": "Amazing!"
  }
]

Response Body

Array of StorefrontProductReview

Response Body Type

Loading module