Trustoo
  1. Reviews Data API
Trustoo
  • Reviews Widget Integration
  • Reviews Data API
    • API Quick Start
    • Response Code
    • Webhook Description
    • Create shop webhook
      POST
    • Update shop webhook
      PUT
    • Delete shop webhook
      DELETE
    • Get shop webhooks
      GET
    • Get review list
      GET
    • Get order list
      GET
    • Get customer event list
      GET
    • Unsubscribe
      POST
  1. Reviews Data API

Get review list

GET
/api/v1/open_api/reviews

Request

Query Params
product_id
string 
optional
Example:
0
product_handle
string 
optional
rating
string 
optional
Example:
0
sort_by
string 
optional
page_size
string 
optional
Example:
20
page
string 
optional
Example:
1
Header Params
Public-Token
string 
optional
Example:
K/EYBcoLGVP5GmnyS9vWDw==
Sign
string 
optional
Example:
ca0aeb4b32db28714491fb78fa0cd00ba72fbe12ae28596907a9a2adc162c8f3
Timestamp
string 
optional
Example:
1741350960

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.trustoo.io/api/v1/open_api/reviews?product_id=0&product_handle&rating=0&sort_by&page_size=20&page=1' \
--header 'Public-Token: K/EYBcoLGVP5GmnyS9vWDw==' \
--header 'Sign: ca0aeb4b32db28714491fb78fa0cd00ba72fbe12ae28596907a9a2adc162c8f3' \
--header 'Timestamp: 1741350960'

Responses

🟢200Success
application/json
Body
code
integer 
required
message
string 
required
requestId
string 
required
data
object 
required
page
object 
required
list
array [object {17}] 
required
Example
{
  "code": 0,
  "message": "OK",
  "requestId": "",
  "data": {
    "page": {
      "page": 1,
      "page_size": 20,
      "total_page": 112,
      "count": 2235
    },
    "list": [
      {
        "id": "77022",
        "rating": 4,
        "author": "sosayspennylane",
        "author_email": "",
        "author_country": "US",
        "review_title": "",
        "content": "⭐⭐⭐⭐\n\nThe Topicals Mini Faded Skin Serum has shown promise in my quest for brighter and clearer skin, earning a solid four-star rating from me. This serum, infused with Tranexamic Acid and Niacinamide, targets post-imperfection marks, scars, and spots, offering potential benefits for achieving a more even skin tone.\n\nWhile the results are still pending, I'm impressed with the formulation of this serum. Tranexamic Acid and Niacinamide are known for their skin-brightening and clarifying properties, making them ideal ingredients for addressing hyperpigmentation and uneven skin tone.\n\nAcknowledgment of the scent. While it may not be the most pleasant fragrance, I'm willing to overlook it in anticipation of the potential benefits this serum may offer but it's not offputting.\n\nI'm eagerly awaiting spectacular results from continued use of the Topicals Mini Faded Skin Serum. With consistent application, I'm hopeful that it will help fade post-imperfection marks and reveal a more radiant complexion.\n\nOverall, while I haven't yet witnessed spectacular results, I'm optimistic about the potential of the Topicals Mini Faded Skin Serum. Its targeted ingredients and commitment to addressing uneven skin tone make it a promising addition to my skincare routine. ⭐⭐⭐⭐",
        "commented_at": "2024-08-14 07:51:12",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516931916006",
        "product_title": "Ceramica cora??o com impress?o digital",
        "product_handle": "ceramica-coracao-com-impressao-digital",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71Gyqs2vaTL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 07:51:12",
        "updated_at": "2024-08-14 07:51:12"
      },
      {
        "id": "76998",
        "rating": 5,
        "author": "Abbey Cordova",
        "author_email": "",
        "author_country": "US",
        "content": "I would just like to say that am really happy that I took before and after pictures. It’s amazing seeing the changes in my dark spots. I decided to post a month and a half rather than just a month due to following the instructions which stated I needed to basically use it every now and then in the beginning due to my skin needing to get used to it. Though I do love this cream, when I first got it, the smell really caught me off guard. But after using it consistently for a month now, I’ve gotten used to it and it does not bother me anymore. I tried using Vitamin C serums and it wasn’t really working and I saw an ad for this cream on tiktok and decided to give it a try. I have no complaints! (Blue hair is after 1 month of use!)",
        "commented_at": "2024-08-14 06:48:44",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516932210918",
        "product_title": "Ceramica bola & borboleta branca",
        "product_handle": "ceramica-bola-borboleta-branca-100ml",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/61372QnR+vL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/615RlFb53FL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/717HeioCh9L._SY1024.jpg",
            "https://m.media-amazon.com/images/I/71eoXTlaYAL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 06:48:44",
        "updated_at": "2024-08-14 06:48:44"
      },
      {
        "id": "77000",
        "rating": 4,
        "author": "Zenique",
        "author_email": "",
        "author_country": "US",
        "content": "Been using this for about 5-6 months and it has clear up a few blemishes it does take time but it works 😌",
        "commented_at": "2024-08-14 06:48:44",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516932210918",
        "product_title": "Ceramica bola & borboleta branca",
        "product_handle": "ceramica-bola-borboleta-branca-100ml",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71LGYMDauhL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 06:48:44",
        "updated_at": "2024-08-14 06:48:44"
      },
      {
        "id": "76997",
        "rating": 4,
        "author": "olivia medina",
        "author_email": "",
        "author_country": "US",
        "content": "i've been using this every night for about two weeks i think. i also use brightening serum. it hasn't completely gotten rid of my hyperpigmentation scars yet, but the spots have shrunk and gotten a bit lighter. my spots are old though so maybe they're just tougher. idk i only pretend to know how skin works. for those of you curious about the scent: it faintly smells like cat breath, or scrambled eggs.",
        "commented_at": "2024-08-14 06:03:47",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516932210918",
        "product_title": "Ceramica bola & borboleta branca",
        "product_handle": "ceramica-bola-borboleta-branca-100ml",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/61DxBETaiLL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 06:03:47",
        "updated_at": "2024-08-14 06:03:47"
      },
      {
        "id": "76989",
        "rating": 4,
        "author": "sosayspennylane",
        "author_email": "",
        "author_country": "US",
        "content": "⭐⭐⭐⭐ The Topicals Mini Faded Skin Serum has shown promise in my quest for brighter and clearer skin, earning a solid four-star rating from me. This serum, infused with Tranexamic Acid and Niacinamide, targets post-imperfection marks, scars, and spots, offering potential benefits for achieving a more even skin tone. While the results are still pending, I'm impressed with the formulation of this serum. Tranexamic Acid and Niacinamide are known for their skin-brightening and clarifying properties, making them ideal ingredients for addressing hyperpigmentation and uneven skin tone. Acknowledgment of the scent. While it may not be the most pleasant fragrance, I'm willing to overlook it in anticipation of the potential benefits this serum may offer but it's not offputting. I'm eagerly awaiting spectacular results from continued use of the Topicals Mini Faded Skin Serum. With consistent application, I'm hopeful that it will help fade post-imperfection marks and reveal a more radiant complexion. Overall, while I haven't yet witnessed spectacular results, I'm optimistic about the potential of the Topicals Mini Faded Skin Serum. Its targeted ingredients and commitment to addressing uneven skin tone make it a promising addition to my skincare routine. ⭐⭐⭐⭐",
        "commented_at": "2024-08-14 04:19:42",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516932210918",
        "product_title": "Ceramica bola & borboleta branca",
        "product_handle": "ceramica-bola-borboleta-branca-100ml",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71Gyqs2vaTL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 04:19:42",
        "updated_at": "2024-08-14 04:19:42"
      },
      {
        "id": "76969",
        "rating": 4,
        "author": "sosayspennylane",
        "author_email": "",
        "author_country": "US",
        "content": "⭐⭐⭐⭐\n\nThe Topicals Mini Faded Skin Serum has shown promise in my quest for brighter and clearer skin, earning a solid four-star rating from me. This serum, infused with Tranexamic Acid and Niacinamide, targets post-imperfection marks, scars, and spots, offering potential benefits for achieving a more even skin tone.\n\nWhile the results are still pending, I'm impressed with the formulation of this serum. Tranexamic Acid and Niacinamide are known for their skin-brightening and clarifying properties, making them ideal ingredients for addressing hyperpigmentation and uneven skin tone.\n\nAcknowledgment of the scent. While it may not be the most pleasant fragrance, I'm willing to overlook it in anticipation of the potential benefits this serum may offer but it's not offputting.\n\nI'm eagerly awaiting spectacular results from continued use of the Topicals Mini Faded Skin Serum. With consistent application, I'm hopeful that it will help fade post-imperfection marks and reveal a more radiant complexion.\n\nOverall, while I haven't yet witnessed spectacular results, I'm optimistic about the potential of the Topicals Mini Faded Skin Serum. Its targeted ingredients and commitment to addressing uneven skin tone make it a promising addition to my skincare routine. ⭐⭐⭐⭐",
        "commented_at": "2024-08-14 02:14:51",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516929982694",
        "product_title": "WC SITZ AUS HOLZ MIT ABSENKAUTOMATIK \"SAND STONE\"",
        "product_handle": "colares-oval-com-impressao-digital-compartimento-de-cinza",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71Gyqs2vaTL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 02:14:51",
        "updated_at": "2024-08-14 02:14:51"
      },
      {
        "id": "76977",
        "rating": 4,
        "author": "olivia medina",
        "author_email": "",
        "author_country": "US",
        "content": "i've been using this every night for about two weeks i think. i also use brightening serum. it hasn't completely gotten rid of my hyperpigmentation scars yet, but the spots have shrunk and gotten a bit lighter. my spots are old though so maybe they're just tougher. idk i only pretend to know how skin works.\n\nfor those of you curious about the scent: it faintly smells like cat breath, or scrambled eggs.",
        "commented_at": "2024-08-14 02:14:51",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516929982694",
        "product_title": "WC SITZ AUS HOLZ MIT ABSENKAUTOMATIK \"SAND STONE\"",
        "product_handle": "colares-oval-com-impressao-digital-compartimento-de-cinza",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/61DxBETaiLL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 02:14:51",
        "updated_at": "2024-08-14 02:14:51"
      },
      {
        "id": "76978",
        "rating": 5,
        "author": "Abbey Cordova",
        "author_email": "",
        "author_country": "US",
        "content": "I would just like to say that am really happy that I took before and after pictures. It’s amazing seeing the changes in my dark spots. I decided to post a month and a half rather than just a month due to following the instructions which stated I needed to basically use it every now and then in the beginning due to my skin needing to get used to it. Though I do love this cream, when I first got it, the smell really caught me off guard. But after using it consistently for a month now, I’ve gotten used to it and it does not bother me anymore. I tried using Vitamin C serums and it wasn’t really working and I saw an ad for this cream on tiktok and decided to give it a try. I have no complaints! (Blue hair is after 1 month of use!)",
        "commented_at": "2024-08-14 02:14:51",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516929982694",
        "product_title": "WC SITZ AUS HOLZ MIT ABSENKAUTOMATIK \"SAND STONE\"",
        "product_handle": "colares-oval-com-impressao-digital-compartimento-de-cinza",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/61372QnR+vL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/615RlFb53FL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/717HeioCh9L._SY1024.jpg",
            "https://m.media-amazon.com/images/I/71eoXTlaYAL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 02:14:51",
        "updated_at": "2024-08-14 02:14:51"
      },
      {
        "id": "76980",
        "rating": 4,
        "author": "Zenique",
        "author_email": "",
        "author_country": "US",
        "content": "Been using this for about 5-6 months and it has clear up a few blemishes it does take time but it works 😌",
        "commented_at": "2024-08-14 02:14:51",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516929982694",
        "product_title": "WC SITZ AUS HOLZ MIT ABSENKAUTOMATIK \"SAND STONE\"",
        "product_handle": "colares-oval-com-impressao-digital-compartimento-de-cinza",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71LGYMDauhL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-14 02:14:51",
        "updated_at": "2024-08-14 02:14:51"
      },
      {
        "id": "76862",
        "rating": 4,
        "author": "Didn’t work it’s upsetting",
        "author_email": "",
        "author_country": "US",
        "content": "The first day I use it it kinda smelt a like tuna fish but I didn’t mind it because I wanted to see improvement on my skin the next day it look better than it did before which is good I just can’t wait to use it again but I’m willing to wait a week",
        "commented_at": "2024-08-13 10:35:46",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516932079846",
        "product_title": "Ceramica pequena",
        "product_handle": "ceramica-pequena",
        "media": {
          "images": [],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-13 10:35:46",
        "updated_at": "2024-08-13 10:35:46"
      },
      {
        "id": "76854",
        "rating": 4,
        "author": "Zenique",
        "author_email": "",
        "author_country": "US",
        "content": "Been using this for about 5-6 months and it has clear up a few blemishes it does take time but it works 😌",
        "commented_at": "2024-08-13 10:35:09",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516932079846",
        "product_title": "Ceramica pequena",
        "product_handle": "ceramica-pequena",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71LGYMDauhL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-13 10:35:09",
        "updated_at": "2024-08-13 10:35:09"
      },
      {
        "id": "76848",
        "rating": 4,
        "author": "Zenique",
        "author_email": "",
        "author_country": "US",
        "content": "Been using this for about 5-6 months and it has clear up a few blemishes it does take time but it works 😌",
        "commented_at": "2024-08-13 10:07:39",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930932966",
        "product_title": "Colar de prata para Cinzas-CU223",
        "product_handle": "colar-de-prata-para-cinzas-cu223",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71LGYMDauhL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-13 10:07:39",
        "updated_at": "2024-08-13 10:07:39"
      },
      {
        "id": "76852",
        "rating": 4,
        "author": "Didn’t work it’s upsetting",
        "author_email": "",
        "author_country": "US",
        "content": "The first day I use it it kinda smelt a like tuna fish but I didn’t mind it because I wanted to see improvement on my skin the next day it look better than it did before which is good I just can’t wait to use it again but I’m willing to wait a week",
        "commented_at": "2024-08-13 10:07:39",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930932966",
        "product_title": "Colar de prata para Cinzas-CU223",
        "product_handle": "colar-de-prata-para-cinzas-cu223",
        "media": {
          "images": [],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-13 10:07:39",
        "updated_at": "2024-08-13 10:07:39"
      },
      {
        "id": "76811",
        "rating": 4,
        "author": "Adonis Mota",
        "author_email": "",
        "author_country": "US",
        "content": "True to the title, this monitor is one of the best ones for its price with its range of features. And while that might be true, I gave it 2 stars because I also found a dead pixel within 1-2 weeks of use. Which might not seem like a big thing but, it doesn’t feel reassuring that there’s already a dead pixel (more might appear). But, if you are fine with that, the dead pixel can just be ignored…you probably won’t even notice it. And following other reviews, most of them confirm that they haven’t seen dead pixels in weeks of use so I might be one of the only people with one.\n\nEdit: changed to 4 stars since the quality, refresh rate, support provided by ktc, and the options are top tier",
        "commented_at": "2024-08-12 09:20:25",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7804628828390",
        "product_title": "Portable 300ml Humidifier USB Ultrasonic Dazzle Cup Aroma Diffuser Cool Mist Maker Air Humidifier Purifier with Romantic Light",
        "product_handle": "portable-300ml-humidifier-usb-ultrasonic-dazzle-cup-aroma-diffuser-cool-mist-maker-air-humidifier-purifier-with-romantic-light",
        "media": {
          "images": [],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-12 09:20:25",
        "updated_at": "2024-08-12 09:20:25"
      },
      {
        "id": "76800",
        "rating": 5,
        "author": "Abbey Cordova",
        "author_email": "",
        "author_country": "US",
        "content": "I would just like to say that am really happy that I took before and after pictures. It’s amazing seeing the changes in my dark spots. I decided to post a month and a half rather than just a month due to following the instructions which stated I needed to basically use it every now and then in the beginning due to my skin needing to get used to it. Though I do love this cream, when I first got it, the smell really caught me off guard. But after using it consistently for a month now, I’ve gotten used to it and it does not bother me anymore. I tried using Vitamin C serums and it wasn’t really working and I saw an ad for this cream on tiktok and decided to give it a try. I have no complaints! (Blue hair is after 1 month of use!)",
        "commented_at": "2024-08-12 09:07:40",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930015462",
        "product_title": "Colares Oval com Impress?o Digital",
        "product_handle": "colares-oval-com-impressao-digital",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/61372QnR+vL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/615RlFb53FL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/717HeioCh9L._SY1024.jpg",
            "https://m.media-amazon.com/images/I/71eoXTlaYAL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-12 09:07:40",
        "updated_at": "2024-08-12 09:07:40"
      },
      {
        "id": "76807",
        "rating": 4,
        "author": "Zenique",
        "author_email": "",
        "author_country": "US",
        "content": "Been using this for about 5-6 months and it has clear up a few blemishes it does take time but it works 😌",
        "commented_at": "2024-08-12 09:07:40",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930015462",
        "product_title": "Colares Oval com Impress?o Digital",
        "product_handle": "colares-oval-com-impressao-digital",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71LGYMDauhL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-12 09:07:40",
        "updated_at": "2024-08-12 09:07:40"
      },
      {
        "id": "76759",
        "rating": 4,
        "author": "solitaire",
        "author_email": "",
        "author_country": "US",
        "content": "Can tell that it’s working to break up the dark patches on my cheeks - even though I have not been consistent with applying every single night.",
        "commented_at": "2024-08-12 09:07:40",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930015462",
        "product_title": "Colares Oval com Impress?o Digital",
        "product_handle": "colares-oval-com-impressao-digital",
        "media": {
          "images": [],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-12 09:07:40",
        "updated_at": "2024-08-12 09:07:40"
      },
      {
        "id": "76760",
        "rating": 5,
        "author": "Abbey Cordova",
        "author_email": "",
        "author_country": "US",
        "content": "I would just like to say that am really happy that I took before and after pictures. It’s amazing seeing the changes in my dark spots. I decided to post a month and a half rather than just a month due to following the instructions which stated I needed to basically use it every now and then in the beginning due to my skin needing to get used to it. Though I do love this cream, when I first got it, the smell really caught me off guard. But after using it consistently for a month now, I’ve gotten used to it and it does not bother me anymore. I tried using Vitamin C serums and it wasn’t really working and I saw an ad for this cream on tiktok and decided to give it a try. I have no complaints! (Blue hair is after 1 month of use!)",
        "commented_at": "2024-08-12 09:07:40",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930015462",
        "product_title": "Colares Oval com Impress?o Digital",
        "product_handle": "colares-oval-com-impressao-digital",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/61372QnR+vL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/615RlFb53FL._SY1024.jpg",
            "https://m.media-amazon.com/images/I/717HeioCh9L._SY1024.jpg",
            "https://m.media-amazon.com/images/I/71eoXTlaYAL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-12 09:07:40",
        "updated_at": "2024-08-12 09:07:40"
      },
      {
        "id": "76767",
        "rating": 4,
        "author": "Zenique",
        "author_email": "",
        "author_country": "US",
        "content": "Been using this for about 5-6 months and it has clear up a few blemishes it does take time but it works 😌",
        "commented_at": "2024-08-12 09:07:40",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930015462",
        "product_title": "Colares Oval com Impress?o Digital",
        "product_handle": "colares-oval-com-impressao-digital",
        "media": {
          "images": [
            "https://m.media-amazon.com/images/I/71LGYMDauhL._SY1024.jpg"
          ],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-12 09:07:40",
        "updated_at": "2024-08-12 09:07:40"
      },
      {
        "id": "76799",
        "rating": 4,
        "author": "solitaire",
        "author_email": "",
        "author_country": "US",
        "content": "Can tell that it’s working to break up the dark patches on my cheeks - even though I have not been consistent with applying every single night.",
        "commented_at": "2024-08-12 09:07:40",
        "verified": 1,
        "item_type": "",
        "source": "Amazon",
        "product_id": "7516930015462",
        "product_title": "Colares Oval com Impress?o Digital",
        "product_handle": "colares-oval-com-impressao-digital",
        "media": {
          "images": [],
          "video": "",
          "video_thumbnail": ""
        },
        "created_at": "2024-08-12 09:07:40",
        "updated_at": "2024-08-12 09:07:40"
      }
    ]
  }
}
Modified at 2025-03-07 12:36:53
Previous
Get shop webhooks
Next
Get order list
Built with