BigCommerce · Example Payload

Bigcommerce Getproductreview Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getproductreview Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getProductReview",
  "method": "GET",
  "path": "/catalog/products/{product_id}/reviews/{review_id}",
  "summary": "BigCommerce Get a Product Review",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "title": "irur",
          "text": "anim aute",
          "status": "Lorem ad sed voluptate",
          "rating": 3,
          "email": "esse Lorem laborum aute",
          "name": "ut in ",
          "date_reviewed": "2011-12-31T13:40:42.971Z",
          "id": 82495037,
          "product_id": 22609026,
          "date_created": "1985-01-17T07:37:20.439Z",
          "date_modified": "2004-09-28T14:38:21.973Z"
        },
        "meta": {}
      }
    }
  ]
}