{"info":{"_postman_id":"4c85c6eb-52cd-4356-a653-dcfd204c1966","name":"API Trustvox - Public","description":"<html><head></head><body><p>This is the Trustvox API documentation. You can manipulate and visualize the most important information of your Trustvox account like Product/Store Reviews, Questions, Orders, and so on.</p>\n<h2 id=\"api-usage\">API usage</h2>\n<p>It is necessary to add headers to HTTP to use the API endpoints.</p>\n<h2 id=\"host\">Host</h2>\n<p>The Trustvox host in production and staging are:</p>\n<ul>\n<li><p><strong>Production (The production level environment):</strong><br>  <a href=\"https://trustvox.com.br\">https://trustvox.com.br</a></p>\n</li>\n<li><p><strong>Staging (environment dedicated for testing and validation):</strong><br>  <a href=\"https://staging.trustvox.com.brType\">https://staging.trustvox.com.br</a></p>\n</li>\n</ul>\n<h2 id=\"type-of-users\">Type of users</h2>\n<p>The API can receive requests from different types of users. Each user will or will not have access to a set of resources. Below is a list of the types of users:</p>\n<ul>\n<li><p>Partner Users</p>\n</li>\n<li><p>Store admins</p>\n</li>\n<li><p>Attendant</p>\n</li>\n</ul>\n<h2 id=\"partner-users\">Partner Users</h2>\n<p>It is a special set of users provided by Trustvox whose role is to create <strong>Stores</strong>. This user is the only one who can create <strong>Stores</strong>.</p>\n<h2 id=\"store-admins\">Store Admins</h2>\n<p>A <strong>Store Admin</strong> user will be able to manipulate the following features:</p>\n<ul>\n<li><p>Orders</p>\n</li>\n<li><p>Questions</p>\n</li>\n<li><p>Answers to a question</p>\n</li>\n<li><p>Reviews</p>\n</li>\n<li><p>Comments of a review</p>\n</li>\n<li><p>Store Reviews</p>\n</li>\n<li><p>Futhermore, it will be able to act as an <strong>Attendant</strong>, creating replies and comments without having to create a new user. See the section on Replies and Comments for more information.</p>\n</li>\n</ul>\n<h2 id=\"attendant\"><strong>Attendant</strong></h2>\n<p>An <strong>Attendant</strong> user will be able to manipulate the following features:</p>\n<ul>\n<li><p>Questions</p>\n</li>\n<li><p>Answers to a Question</p>\n</li>\n<li><p>Report Abuse {Verificar}</p>\n</li>\n<li><p>Reviews</p>\n</li>\n<li><p>Comments of an Opinion</p>\n</li>\n<li><p>Store Reviews</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18468917","collectionId":"4c85c6eb-52cd-4356-a653-dcfd204c1966","publishedId":"UVRGEjDX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-05-22T19:19:11.000Z"},"item":[{"name":"Authentication","item":[],"id":"041e60ee-476e-4252-89eb-bdec10591c0b","description":"<p>The requests must have the correct token to use Trustvox endpoints.</p>\n<p>There are two types of tokens:</p>\n<p><strong>store_token:</strong> Token for store authentication. It can be obtained from the panel accessing the menu \"Preferências da Empresa\" or requested from support via e-mail: <a href=\"mailto:meajuda@reclameaqui.com.br\"><strong>meajuda@reclameaqui.com.br</strong></a></p>\n<p><strong>partner_token:</strong> Token for partner authentication. It can be requested from support via e-mail: <a href=\"mailto:meajuda@reclameaqui.com.br\"><strong>meajuda@reclameaqui.com.br</strong></a></p>\n<p>These tokens must be passed in request headers</p>\n<p><strong>Important</strong>: When the token is not valid or does not have access permission, the status code 401 will be returned.</p>\n<p>The following message will be displayed on the body:</p>\n<p><strong>\"You do not have access to this resource\"</strong></p>\n","_postman_id":"041e60ee-476e-4252-89eb-bdec10591c0b"},{"name":"Stores","item":[{"name":"Create a store","id":"117aa0c0-9b15-4f82-8ca7-fa28121e9343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {{partner_token}}"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Loja Trustvox\",\n    \"cnpj\" : \"99.999.999/9999-99\",\n    \"url\" : \"http://store-a.example.com\",\n    \"email\" : \"email123@email.com\",\n    \"photo_url\": \"http://store-a.example.com/logo.jpg\",\n    \"platform_name\": \"Your plaform name\"\n}"},"url":"{{app_url}}/api/stores","description":"<p>Partners can create a store in the Trustvox environment, using this endpoint.</p>\n<p>Params:</p>\n<ul>\n<li><em><em>name</em>:</em>* Name of the store.</li>\n<li><em><em>cnpj</em>:</em>* It must be a valid CNPJ, otherwise return an error 422.</li>\n<li><em><em>url</em>:</em>* URL for the store must be provided and it must be unique.</li>\n<li><em><em>email</em>:</em>* It is also necessary to provide an email.</li>\n<li>photo_url: Store image url</li>\n<li>platform_name: Name of your platform</li>\n</ul>\n<p>Params with * are required.</p>\n<p>You must pass the <strong>partner_token</strong> in the <strong>Authorization</strong> header.</p>\n<p>The response will include the link (<code>user_url</code>) for the customer to complete their registration and have access to Trustvox administration panel.</p>\n","urlObject":{"path":["api","stores"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"6228672c-1245-4ae1-b4cf-08fe8785708d","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {partner_token}"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Loja Trustvox\",\n    \"cnpj\" : \"99.999.999/9999-99\",\n    \"url\" : \"http://store.example.com\",\n    \"email\" : \"email@email.com\",\n    \"photo_url\": \"http://store.example.com/logo.jpg\",\n    \"platform_name\": \"Your plaform name\"\n}"},"url":"{{app_url}}/api/stores"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"6e4ff6cbd5304539ea7d2a5decf5f741\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9cafb3b8-4d9b-4a22-8abe-fe5129510a1d"},{"key":"X-Runtime","value":"0.302235"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Loja Trustvox\",\n    \"created_at\": \"2021-12-26T19:44:53.872-03:00\",\n    \"cnpj\": \"99.999.999/9999-99\",\n    \"store_token\": \"{store_token}\",\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://app.trustvox.com.br/loja-trustvox\"\n        },\n        {\n            \"rel\": \"store_permalink\",\n            \"href\": \"http://store.example.com\"\n        },\n        {\n            \"rel\": \"photo_url\",\n            \"href\": \"//trustvox.com.br/uploads/store/photo/1/horizontal\"\n        },\n        {\n            \"rel\": \"user_url\",\n            \"href\": \"https://app.trustvox.com.br/auth/invitation?invitation_data=eyJ0b2tlbiI6IjFGRjh5TGhYNnhoeHV3TTdSTEZXIiwic3RvabcdbmFtZSI6IkxvamEgVHJ1c3R2b3giLCJyb2xlIjoiYWRtaW4ifQ==\"\n        }\n    ]\n}"},{"id":"1717b161-1ef3-4d7f-b60f-81b572965c3f","name":"422 Unprocessable Entity - invalid url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {partner_token}"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Loja Trustvox\",\n    \"cnpj\" : \"99.999.999/9999-99\",\n    \"url\" : \"http://store.example.com\",\n    \"email\" : \"email@email.com.br\"\n}"},"url":"{{app_url}}/api/stores"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"request_method=POST; path=/"},{"key":"X-Request-Id","value":"57108665-3fef-476f-9f2a-d1448c9da263"},{"key":"X-Runtime","value":"0.207263"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"url\": [\n            \"já está em uso\"\n        ]\n    }\n}"},{"id":"928879db-32ff-4c2c-9210-9c81baa45c6b","name":"422 Unprocessable Entity - invalid cnpj","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {partner_token}"}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Loja Trustvox\",\n    \"cnpj\" : \"99.999\",\n    \"url\" : \"http://store.example.com\",\n    \"email\" : \"email@email.com.br\"\n}"},"url":"{{app_url}}/api/stores"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"6bc1e483-ec5c-4529-a16e-23c39f6686a8"},{"key":"X-Runtime","value":"0.038462"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"cnpj\": [\n            \"não é válido\"\n        ]\n    }\n}"},{"id":"396fddc2-8b6e-48f8-9336-dcc09b94f699","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {collaborator_token}","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Loja Trustvox\",\n    \"cnpj\" : \"99.999.999/9999-99\",\n    \"url\" : \"http://store.example.com\",\n    \"email\" : \"email@email.com.br\"\n}"},"url":"{{app_url}}/api/stores"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b4daf446-f66f-4965-a1d9-10f70b1dbaf7"},{"key":"X-Runtime","value":"0.038620"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": \"You don't have access to this resource.\"\n}"}],"_postman_id":"117aa0c0-9b15-4f82-8ca7-fa28121e9343"},{"name":"Retrieve store by URL","id":"9f6c640d-7f6d-424a-a595-40ffccc17d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"Bearer {{partner_token}}"}],"url":"{{app_url}}/api/stores?url={{store_url}}&admin={{admin_email}}","description":"<p>Retrieve a store by URL. Only stores created under your partner will be returned.</p>\n","urlObject":{"path":["api","stores"],"host":["{{app_url}}"],"query":[{"key":"url","value":"{{store_url}}"},{"key":"admin","value":"{{admin_email}}"}],"variable":[]}},"response":[{"id":"05ea0fdc-f605-48b1-a222-8c0e9a8e0e4c","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"Bearer {partner_token}"}],"url":{"raw":"{{app_url}}/api/stores?url={store_url}&admin={admin_email}","host":["{{app_url}}"],"path":["api","stores"],"query":[{"key":"url","value":"{store_url}"},{"key":"admin","value":"{admin_email}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 03:40:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"2e82b985da6f521b2b32237a10138f51\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"dc2d923c63b2f0e2ab2b1cec96335361"},{"key":"X-Runtime","value":"0.018114"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5002278e1ff87f-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Store Created Through Trustvox API\",\n    \"created_at\": \"2021-11-30T18:16:46.000-02:00\",\n    \"cnpj\": \"99999999999999\",\n    \"store_token\": \"{store_token}\",\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://app.trustvox.com.br/store-created-through-trustvox-api\"\n        },\n        {\n            \"rel\": \"store_permalink\",\n            \"href\": \"http://store.example.com\"\n        },\n        {\n            \"rel\": \"photo_url\",\n            \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/store/photo/1/horizontal\"\n        }\n    ]\n}"},{"id":"6c970986-85d4-4edb-a096-6619bfab8f0f","name":"200 OK (with invite admin)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"Bearer {patner_token}"}],"url":{"raw":"{{app_url}}/api/stores?url={store_url}&admin={admin_email}","host":["{{app_url}}"],"path":["api","stores"],"query":[{"key":"url","value":"{store_url}"},{"key":"admin","value":"{admin_email}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 03:50:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"25cdd0bd69fce29e378bac21c394cab7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"a4efb8341c6a0d7b68d7776b1fce2225"},{"key":"X-Runtime","value":"0.247614"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c50109b9e31f87f-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Store Created Through Trustvox API\",\n    \"created_at\": \"2021-11-30T18:16:46.000-02:00\",\n    \"cnpj\": \"99999999999999\",\n    \"store_token\": \"{store_token}\",\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://app.trustvox.com.br/store-created-through-trustvox-api\"\n        },\n        {\n            \"rel\": \"store_permalink\",\n            \"href\": \"http://store.example.com\"\n        },\n        {\n            \"rel\": \"photo_url\",\n            \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/store/photo/71099/horizontal\"\n        },\n        {\n            \"rel\": \"user_url\",\n            \"href\": \"https://app.trustvox.com.br/auth/invitation?invitation_data=abcd2tlbiI6Im41Qmc5UGt6V0c2Nlg4WFZmajRuIiwic3RvcmVfbmFtZSI6IlN0b3JlIENyZWF0ZWQgVGhyb3VnaCBUcnVzdHZveCBBUEkiLCJyb2xlIjoiYWRtaW4iZ==\"\n        }\n    ]\n}"},{"id":"567f985f-72fe-43f3-9764-5dfbe7a69bbf","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {partner_token}"}],"url":{"raw":"{{app_url}}/api/stores?url={{store_url}}","host":["{{app_url}}"],"path":["api","stores"],"query":[{"key":"url","value":"{{store_url}}"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"94e0eca5-a2ae-4682-a0ea-c03aec01b227"},{"key":"X-Runtime","value":"0.067264"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": \"You don't have access to this resource.\"\n}"}],"_postman_id":"9f6c640d-7f6d-424a-a595-40ffccc17d41"},{"name":"Control store activity status","id":"2375e80b-92f7-45d7-b80b-7b93ca20c569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {partner_token}"}],"url":"{{app_url}}/api/stores/{store_id}?active=false","description":"<p>Activate or Deactivate a Store. Only stores under your partner can be updated.</p>\n","urlObject":{"path":["api","stores","{store_id}"],"host":["{{app_url}}"],"query":[{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"active","value":"false"}],"variable":[]}},"response":[{"id":"a78bad81-4713-4b6f-89fd-dbe10f2bd8cd","name":"204 No Content","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {partner_token}","disabled":true},{"key":"Authorization","value":"{partner_token}","type":"text"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}?active=false","host":["{{app_url}}"],"path":["api","stores","{store_id}"],"query":[{"key":"active","value":"false","description":"required"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 30 Dec 2021 17:48:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"3171fbe5e4888f2280bb8de5972ee7c2"},{"key":"X-Runtime","value":"0.036648"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5d19c7af0925b4-GIG"}],"cookie":[],"responseTime":null,"body":null},{"id":"b4a5fa2c-fe77-4a6d-91a5-5bf0ed883aa0","name":"422 Unprocessable Entity","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"},{"key":"Authorization","value":"token {partner_token}","disabled":true},{"key":"Authorization","value":"{partner_token}","type":"text"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}","host":["{{app_url}}"],"path":["api","stores","{store_id}"],"query":[{"key":"active","value":"false","description":"required","disabled":true}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 17:48:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"58270a2db9bad2d69287efbd874ef2d4"},{"key":"X-Runtime","value":"0.024207"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5d18b568ab25b4-GIG"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"active\": [\n            \" não é um Active válido\"\n        ]\n    }\n}"},{"id":"e1249eb0-ab8d-4ced-84b0-807aeb515489","name":"401 Unauthorized","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox-v2+json"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}?active=false","host":["{{app_url}}"],"path":["api","stores","{store_id}"],"query":[{"key":"active","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 17:37:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e2776f48cb56dab45c1d4f3baa0297d1"},{"key":"X-Runtime","value":"0.012035"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5d09525c5f6055-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": \"You don't have access to this resource.\"\n}"}],"_postman_id":"2375e80b-92f7-45d7-b80b-7b93ca20c569"}],"id":"9ad2419e-5b6b-44a7-ab19-996ac588bf9b","description":"<p>A Store represents an account inside Trustvox. You can have one or multiple stores depending on your contract.</p>\n","_postman_id":"9ad2419e-5b6b-44a7-ab19-996ac588bf9b"},{"name":"Orders","item":[{"name":"Create Order","id":"c15cbc42-7797-4bb9-b950-c7addd6cfef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"123ABC\",\n    \"delivery_date\": \"21/01/2021\",\n    \"tags\": [\n        \"Frete/Grátis\",\n        \"TicketMedio/200-300\"\n    ],\n    \"client\": {\n        \"email\": \"email@email.com\",\n        \"first_name\": \"Fulano\",\n        \"last_name\": \"Silva\",\n        \"phone_number\": \"(99)99999-9999\",\n        \"cpf\": \"00000000000\"\n    },\n    \"items\": [\n        {\n            \"id\": \"15493Abc\",\n            \"price\": 100.0,\n            \"name\": \"Cookbook\",\n            \"url\": \"https://demotrustvox.com.br/products/cookbook\",\n            \"photos_urls\": [\n                \"https://demotrustvox.com.br/img/products/cookbook-fc69b.jpg\"\n            ],\n            \"tags\": [\n                \"Category/Books\"\n            ],\n            \"codes\": {\n                \"ean\": \"ABC123XXX\",\n                \"mpn\": \"ABC123XYZ\",\n                \"gtin\": \"ABC123ZZZ\"\n            }\n        }\n    ],\n    \"seller\": {\n        \"id\": \"seller-1\",\n        \"logo\": \"https://seller1.com.br/img/logo.png\",\n        \"name\": \"Fulano Vendedor\"\n    }\n}"},"url":"{{app_url}}/api/stores/{{store_id}}/orders","description":"<p>You can use this endpoint to create a new order in Trustvox.</p>\n<p>The parameters are:</p>\n<ul>\n<li><strong>order_id</strong> - The unique order identification in your store</li>\n<li><strong>delivery_date</strong> - Order delivery date following dd/mm/YYYY</li>\n<li><strong>tags</strong> - List of order tags <em>(Optional)</em></li>\n<li><strong>client</strong> - Customer data<ul>\n<li><strong>email</strong> - Customer's email</li>\n<li><strong>first_name</strong> - Customer's first name</li>\n<li><strong>last_name</strong> - Customer's last name</li>\n<li><strong>phone_number</strong> - Telephone number for Customer in Brazil <em>(Optional)</em></li>\n<li><strong>cpf</strong> - A CPF number is the Tax ID issued when you register with the Brazilian Revenue. <em>(Optional)</em></li>\n</ul>\n</li>\n<li><strong>items</strong> - List of Order items<ul>\n<li><strong>id</strong> - Unique identifier of the product in the store</li>\n<li><strong>price</strong> - Current product price</li>\n<li><strong>name</strong> - Product name</li>\n<li><strong>url</strong> - Product URL</li>\n<li><strong>photos_urls</strong> - Pictures URLs of the product <em>(Optional)</em></li>\n<li><strong>tags</strong> - List of product tags <em>(Optional)</em></li>\n<li><strong>codes</strong> - Codes EAN, MPN and GTIN (Opitional)<ul>\n<li><strong>ean</strong> - Code ean (Opitional)</li>\n<li><strong>mpn</strong> - Code mpn (Opitional)</li>\n<li><strong>gtin</strong> - Code gtin (Opitional)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><strong>seller</strong> (if applicable)<ul>\n<li><strong>id</strong> - Seller's internal code</li>\n<li><strong>logo</strong> - Logo link</li>\n<li><strong>name</strong> - Seller's Name</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","stores","{{store_id}}","orders"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"b73d5a8c-decb-4d38-95e2-4f924af847d0","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"body":{"mode":"raw","raw":"{\n    \"order_id\": \"123ABC\",\n    \"delivery_date\": \"21/01/2021\",\n    \"tags\": [\n        \"Frete/Grátis\",\n        \"TicketMedio/200-300\"\n    ],\n    \"client\": {\n        \"email\": \"email@email.com\",\n        \"first_name\": \"User\",\n        \"last_name\": \"Name\",\n        \"phone_number\": \"(00)00000-0000\",\n        \"cpf\": \"00000000000\"\n    },\n    \"items\": [\n        {\n            \"id\": \"15493Abc\",\n            \"price\": 100.0,\n            \"name\": \"Cookbook\",\n            \"url\": \"https://demotrustvox.com.br/products/cookbook\",\n            \"photos_urls\": [\n                \"https://demotrustvox.com.br/img/products/cookbook-fc69b.jpg\"\n            ],\n            \"tags\": [\n                \"Category/Books\"\n            ],\n            \"codes\": {\n                \"ean\": \"7891234567890\",\n                \"mpn\": \"ABC123XYZ\",\n                \"gtin\": \"5012345678905\"\n            }\n        }\n    ],\n    \"seller\": {\n        \"id\": \"seller-1\",\n        \"logo\": \"https://seller1.com.br/img/logo.png\",\n        \"name\": \"Seller 1\"\n    }\n}"},"url":"{app_url}/api/stores/{store_id}/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 20:32:54 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"2ffbec392c44cc5200d8f1b7446a35fe\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b1210ae3edcc842cf4216f4385e5f208"},{"key":"X-Runtime","value":"0.087663"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4d8f7fff32277e-GIG"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_id\": \"123ABC\",\n    \"client\": {\n        \"id\": 20,\n        \"first_name\": \"User\",\n        \"last_name\": \"Name\",\n        \"email\": \"email@email.com\",\n        \"phone_number\": \"00000000000\"\n    },\n    \"delivery_date\": \"2021-01-21\",\n    \"seller\": {\n        \"id\": \"seller-1\",\n        \"name\": \"Seller 1\",\n        \"logo\": \"https://seller1.com.br/img/logo.png\"\n    },\n    \"state\": \"scheduled\",\n    \"items\": [\n        {\n            \"tags\": [\n                \"Category/Books\"\n            ],\n            \"id\": \"15493Abc\",\n            \"name\": \"Cookbook\",\n            \"url\": \"https://demotrustvox.com.br/products/cookbook\",\n            \"price\": \"100.0\",\n            \"review_url\": \"https://quizz.trustvox.com.br/b4da367f-8ea8-44c3-b884-feb28199d76f/avaliacao/itens/895724000/produtos/novo?notification_method=direct_link\",\n            \"codes\": {\n                \"ean\": [\n\t\t\t\t\t\"7891234567890\"\n\t\t\t\t],\n\t\t\t\t\"mpn\": [\n\t\t\t\t\t\"ABC123XYZ\"\n\t\t\t\t],\n\t\t\t\t\"gtin\": [\n\t\t\t\t\t\"5012345678905\"\n\t\t\t\t]\n\t\t\t}\n        }\n    ]\n}"},{"id":"2fffa0d8-e966-4b5a-9c9e-d36a8acb14a4","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"}],"body":{"mode":"raw","raw":"{\n  \"store_id\" : 1,\n  \"order_id\" : 2,\n  \"delivery_date\": \"01/01/2018\",\n  \"tags\": [\"Tag1\",\"Tag2\"],\n  \"client\": {\n    \"email\": \"email@email.com\",\n    \"first_name\": \"User\",\n    \"last_name\": \"Name\",\n    \"phone_number\": \"(00)00000-0000\",\n    \"cpf\": \"06181392068\"\n  },\n  \"items\": [\n    {\"id\": 1, \"price\": 100.0, \"name\": \"Product\", \"photos_urls\": [\"photo_url\"], \"tags\": []}\n  ],\n  \"seller\": {\n    \"id\": \"seller-1\",\n    \"logo\": \"https://example.url/logo.png\",\n    \"name\": \"Seller 1\"\n  }\n}"},"url":"{{app_url}}/api/stores/{store_id}/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"request_method=POST; path=/"},{"key":"X-Request-Id","value":"7206ede5-007a-4382-90f7-f8ea26c0e448"},{"key":"X-Runtime","value":"0.113161"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"},{"id":"4c2b159b-cd79-4981-9296-9889c61296f1","name":"422 Unprocessable Entity - Order exist","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"body":{"mode":"raw","raw":"{\n  \"order_id\" : \"123ABC\",\n  \"delivery_date\": \"28/12/2021\",\n  \"tags\": [\"Tag1\",\"Tag2\"],\n  \"client\": {\n    \"email\": \"email@email.com\",\n    \"first_name\": \"User\",\n    \"last_name\": \"Name\",\n    \"phone_number\": \"(00)00000-0000\",\n    \"cpf\": \"06181392068\"\n  },\n  \"items\": [\n    {\"id\": 1, \"price\": 100.0, \"name\": \"Other Product\", \"photos_urls\": [\"photo_url\"], \"tags\": []}\n  ],\n  \"seller\": {\n    \"id\": \"seller-1\",\n    \"logo\": \"https://example.url/logo.png\",\n    \"name\": \"Seller 1\"\n  }\n}"},"url":"{{app_url}}/api/stores/{store_id}/orders"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"b9908142-2151-4244-9059-c19f370a8d34"},{"key":"X-Runtime","value":"0.209884"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_id\": [\n        \"já está em uso\"\n    ]\n}"}],"_postman_id":"c15cbc42-7797-4bb9-b950-c7addd6cfef5"},{"name":"Retrieve an order","id":"9cddb06b-dcc4-49ea-ac56-546082cca660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{{store_id}}/orders/{{order_id}}","description":"<p>Returns information from an order, containing links to evaluate the store and products.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviews</td>\n<td>Includes Store Review and Prodcut Reviews if any.</td>\n<td>reviews=true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","stores","{{store_id}}","orders","{{order_id}}"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"0dca474a-a8e6-4598-b503-d2b8190f7ba5","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/orders/{order_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 21:02:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"eeda85d4b8f1d964accc840ad6c35a12\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"71b42f035ba2a5aa0c1ab5b999fd1fdf"},{"key":"X-Runtime","value":"0.043974"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c55f83b4832f83f-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"order_id\": \"1\",\n    \"client\": {\n        \"id\": 1,\n        \"first_name\": \"Mateus\",\n        \"last_name\": \"Martins\",\n        \"email\": \"mateus.martins@email.com.br\"\n    },\n    \"delivery_date\": \"2021-12-10\",\n    \"state\": \"turned_over\",\n    \"review_url\": \"https://quizz.trustvox.com.br/abcdcedf-81a7-4a18-af6b-dca6fb4eef48?notification_method=direct_link\",\n    \"store_review_url\": \"https://quizz.trustvox.com.br/asdasddf-81a7-4a18-af6b-dca6fb4eef48/avaliacao/vendas/1/lojas/novo?notification_method=direct_link\",\n    \"items\": [\n        {\n            \"tags\": [],\n            \"id\": \"1\",\n            \"name\": \"Luva Uv Line Curta Anti-Idade - Tam M\",\n            \"url\": \"https://demotrustvox.lojaintegrada.com.br/\",\n            \"price\": \"190.69\",\n            \"average_rate\": \"4.8\",\n            \"total_reviews\": 56,\n            \"total_recommendations\": 52,\n            \"total_non_recommendations\": 4,\n            \"review_url\": \"https://quizz.trustvox.com.br/asdasdedf-81a7-4a18-af6b-dca6fb4eef48/avaliacao/itens/1/produtos/novo?notification_method=direct_link\"\n        }\n    ]\n}"},{"id":"7ef49a37-0205-417c-8cbc-630b155f289f","name":"200 OK with reviews","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer nppkrFYCszMN54QBghAz"}],"url":{"raw":"{{app_url}}/api/stores/{{store_id}}/orders/{{order_id}}?reviews=true","host":["{{app_url}}"],"path":["api","stores","{{store_id}}","orders","{{order_id}}"],"query":[{"key":"reviews","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Mar 2023 20:24:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"8015a17ac8b1bbe7542b8e7ec7263f3a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3c996b4ee76b1bf50c4bc7a8309b2249"},{"key":"X-Runtime","value":"0.058140"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7a5e47a23d77a4d2-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 615886998,\n    \"order_id\": \"ac924377d435b5639e813ef5b85db803\",\n    \"client\": {\n        \"id\": 72777834,\n        \"first_name\": \"Joao\",\n        \"last_name\": \"Neto\",\n        \"email\": \"joao.neto@email.com\",\n        \"phone_number\": \"5555555555555\"\n    },\n    \"delivery_date\": \"2023-02-02\",\n    \"state\": \"evaluated\",\n    \"review_url\": \"https://quizz.trustvox.com.br/12312380-c144-4a6f-bdd1-a9c77b401538?notification_method=direct_link\",\n    \"store_review_url\": \"https://quizz.trustvox.com.br/12312380-c144-4a6f-bdd1-a9c77b401538/avaliacao/vendas/615886998/lojas/novo?notification_method=direct_link\",\n    \"store_review\": {\n        \"id\": 114,\n        \"rate\": 5,\n        \"text\": \"O atendimento é excelente! Além de ter um espaço amplo e bem arejado.\",\n        \"created_at\": \"2023-02-22T10:11:02.000-03:00\"\n    },\n    \"created_at\": \"2023-02-22T10:10:34.000-03:00\",\n    \"items\": [\n        {\n            \"tags\": [\n                \"Category/Camisetas\"\n            ],\n            \"id\": \"214214qbs\",\n            \"name\": \"Camiseta Branca Super Hero\",\n            \"url\": \"https://lojaexemplo.com.br/camseta-branca-super-hero/p\",\n            \"price\": \"325.8\",\n            \"review_url\": \"https://quizz.trustvox.com.br/12312380-c144-4a6f-bdd1-a9c77b401538/avaliacao/itens/118/produtos/novo?notification_method=direct_link\",\n            \"total_reviews\": 2,\n            \"average_rate\": \"5.0\",\n            \"total_recommendations\": 2,\n            \"total_non_recommendations\": 0,            \n            \"opinion\": {\n                \"title\": \"Super leve!\",\n                \"text\": \"A camiseta é extremamente leve e confortável. Gostei muito!\",\n                \"id\": 123,\n                \"rate\": 5,\n                \"created_at\": \"2023-02-22T10:10:47.000-03:00\",\n                \"recommends\": \"yes\"\n            }\n        }\n    ]\n}"},{"id":"c4fd46c3-065c-4597-9fd6-df9faf215f66","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"}],"body":{"mode":"raw","raw":""},"url":"{{app_url}}/api/stores/{store_id}/orders/{order_id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"request_method=POST; path=/"},{"key":"X-Request-Id","value":"7206ede5-007a-4382-90f7-f8ea26c0e448"},{"key":"X-Runtime","value":"0.113161"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"9cddb06b-dcc4-49ea-ac56-546082cca660"},{"name":"Retrieve all orders","id":"f7ecc5ed-b2f2-4e6d-b657-ac898ebd009f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{{store_id}}/orders?tags=true","description":"<p>Returns information from orders, containing links to evaluate the store and products and reviews if parametrized.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviews</td>\n<td>Includes Store Review and Product Reviews if any</td>\n<td>reviews=true</td>\n</tr>\n<tr>\n<td>by_min_created_at</td>\n<td>Filter orders created from this date</td>\n<td>by_min_created_at=2021-04-01</td>\n</tr>\n<tr>\n<td>by_max_created_at</td>\n<td>Filter orders created until this date</td>\n<td>by_max_created_at=2021-04-31</td>\n</tr>\n<tr>\n<td>page</td>\n<td>page</td>\n<td>page=2</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api","stores","{{store_id}}","orders"],"host":["{{app_url}}"],"query":[{"description":{"content":"<p>Includes sale tags in response (optional)</p>\n","type":"text/plain"},"key":"tags","value":"true"}],"variable":[]}},"response":[{"id":"5384488a-10c4-4b9e-aecd-d06bd6275ec5","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2e33f653297184a9f22ecfb5e258812b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"699f4677-14e0-4a59-9c85-df8a4bb848cd"},{"key":"X-Runtime","value":"50.095279"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://0.0.0.0:3006/api/stores/113269/orders?page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"order_id\": \"1\",\n            \"client\": {\n                \"id\": 1,\n                \"first_name\": \"Bruna\",\n                \"last_name\": \"Silva\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"5599999999999\"\n            },\n            \"delivery_date\": \"2021-12-20\",\n            \"state\": \"scheduled\",\n            \"review_url\": \"https://trustvox.com.br/148d1668-c4a4-4d2d-9e77-d844efbc2c50?notification_method=direct_link\",\n            \"store_review_url\": \"https://trustvox.com.br/148d1668-c4a4-4d2d-9e77-d844efbc2c50/avaliacao/vendas/1/lojas/novo?notification_method=direct_link\",\n            \"items\": [\n                {\n                    \"tags\": [],\n                    \"id\": \"1\",\n                    \"name\": \"Camiseta (P)\",\n                    \"url\": \"http://store.example.com/produtos/camiseta/\",\n                    \"price\": \"39.99\",\n                    \"review_url\": \"https://trustvox.com.br/148d1668-c4a4-4d2d-9e77-d844efbc2c50/avaliacao/itens/1/produtos/novo?notification_method=direct_link\",\n                    \"total_reviews\": 3,\n                    \"average_rate\": \"5.0\",\n                    \"total_recommendations\": 3,\n                    \"total_non_recommendations\": 0                  \n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"order_id\": \"2\",\n            \"client\": {\n                \"id\": 1,\n                \"first_name\": \"João\",\n                \"last_name\": \"Neto\",\n                \"email\": \"joao@email.com\",\n                \"phone_number\": \"5599999999999\"\n            },\n            \"delivery_date\": \"2021-12-20\",\n            \"state\": \"scheduled\",\n            \"review_url\": \"https://trustvox.com.br/d1850d79-cc0f-486c-8ec3-bcd072ec8af1?notification_method=direct_link\",\n            \"store_review_url\": \"https://trustvox.com.br/c1850d79-cc0f-486c-8ec3-bcd072ec8af1/avaliacao/vendas/1/lojas/novo?notification_method=direct_link\",\n            \"items\": [\n                {\n                    \"tags\": [],\n                    \"id\": \"1\",\n                    \"name\": \"Shorts\",\n                    \"url\": \"http://store.example.com/produtos/shorts/\",\n                    \"price\": \"5.0\",\n                    \"review_url\": \"https://trustvox.com.br/c1850d79-cc0f-486c-8ec3-bcd072ec8af1/avaliacao/itens/1/produtos/novo?notification_method=direct_link\",\n                    \"total_reviews\": 4,\n                    \"average_rate\": \"4.9\",\n                    \"total_recommendations\": 4,\n                    \"total_non_recommendations\": 0\n                }\n            ]\n        }\n    ]\n}"},{"id":"c0f2afe4-799b-40c7-8236-195ef4649e2d","name":"200 OK with reviews","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer 6sJ-779z4RdF83FwbxPa"}],"url":{"raw":"{{app_url}}/api/stores/111888/orders?reviews=true","host":["{{app_url}}"],"path":["api","stores","111888","orders"],"query":[{"key":"reviews","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Mar 2023 20:52:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"80e63ab119d13fd622b4fb36578f343d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5e4c45e29978745e8f8a0ff99f367284"},{"key":"X-Runtime","value":"0.288418"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7a5e7197aac801a3-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"next\",\n            \"href\": \"http://trustvox.com.br/api/stores/111888/orders?page=2\"\n        },\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/111888/orders?page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"order_id\": \"411341608\",\n            \"client\": {\n                \"id\": 2,\n                \"first_name\": \"João\",\n                \"last_name\": \"Neto\",\n                \"email\": \"joao.neto@emai.com\",\n                \"phone_number\": \"559999999999\"\n            },\n            \"delivery_date\": \"2021-05-12\",\n            \"state\": \"evaluated\",\n            \"review_url\": \"https://quizz.trustvox.com.br/11111-8e7d-4837-b920-6feac3d9d53b?notification_method=direct_link\",\n            \"store_review_url\": \"https://quizz.trustvox.com.br/11111-8e7d-4837-b920-6feac3d9d53b/avaliacao/vendas/430769824/lojas/novo?notification_method=direct_link\",\n            \"store_review\": {\n                \"id\": 114,\n                \"rate\": 5,\n                \"text\": \"Gostei muito do atendimento e da facilidade em fazer minhas compras\",\n                \"created_at\": \"2021-07-22T10:11:02.000-03:00\"\n            },\n            \"created_at\": \"2021-07-14T14:16:11.000-03:00\",\n            \"items\": [\n                {\n                    \"tags\": [\n                        \"Categoria/Jaqueta\"\n                    ],\n                    \"id\": \"V-123423\",\n                    \"name\": \"Jaqueta Jeans\",\n                    \"url\": \"httos://store.example.com/jaqueta-jeans/p\",\n                    \"price\": \"10.0\",\n                    \"review_url\": \"https://quizz.trustvox.com.br/11111-8e7d-4837-b920-6feac3d9d53b/avaliacao/itens/798850730/produtos/novo?notification_method=direct_link\",\n                    \"total_reviews\": 7,\n                    \"average_rate\": \"4.4286\",\n                    \"total_recommendations\": 6,\n                    \"total_non_recommendations\": 1,                    \n                    \"opinion\": {\n                        \"title\": \"Super leve!\",\n                        \"text\": \"A camiseta é extremamente leve e confortável. Gostei muito!\",\n                        \"id\": 123,\n                        \"rate\": 5,\n                        \"created_at\": \"2023-02-22T10:10:47.000-03:00\",\n                        \"recommends\": \"yes\"\n                    }                    \n                }\n            ]\n        },        \n        {\n            \"id\": 2,\n            \"order_id\": \"411351529\",\n            \"client\": {\n                \"id\": 1,\n                \"first_name\": \"Cleyton\",\n                \"last_name\": \"Messias\",\n                \"email\": \"cleyton.messias@email.com\",\n                \"phone_number\": \"5555555555555\"\n            },\n            \"delivery_date\": \"2021-05-12\",\n            \"state\": \"turned_over\",\n            \"review_url\": \"https://quizz.trustvox.com.br/b5731fb8-6081-4978-852f-573d5c2344c3?notification_method=direct_link\",\n            \"store_review_url\": \"https://quizz.trustvox.com.br/b5731fb8-6081-4978-852f-573d5c2344c3/avaliacao/vendas/430769823/lojas/novo?notification_method=direct_link\",\n            \"created_at\": \"2021-07-14T14:16:11.000-03:00\",\n            \"items\": [\n                {\n                    \"tags\": [],\n                    \"id\": \"87849295\",\n                    \"name\": \"Shorts\",\n                    \"url\": \"https://demoreclameaqui.lojavirtualnuvem.com.br/produtos/shorts/\",\n                    \"price\": \"5.0\",\n                    \"review_url\": \"https://quizz.trustvox.com.br/b5731fb8-6081-4978-852f-573d5c2344c3/avaliacao/itens/798850729/produtos/novo?notification_method=direct_link\",\n                    \"total_reviews\": 2,\n                    \"average_rate\": \"5.0\",\n                    \"total_recommendations\": 2,\n                    \"total_non_recommendations\": 0\n                }\n            ]\n        }\n    ]\n}"},{"id":"499c1432-1d77-46dc-82dc-dd8a29d64ada","name":"200 OK with sale tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}/orders?tags=true","host":["{{app_url}}"],"path":["api","stores","{store_id}","orders"],"query":[{"key":"tags","value":"true","description":"Includes sale tags in response (Optional)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 13:59:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"c24e5d47beb81430adc912c64ca436fa\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"674a6e0b18a1cfe6a2fa0406d8e0fd14"},{"key":"X-Runtime","value":"0.199526"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5bca8b7d042599-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"links\": [\n      {\n          \"rel\": \"self\",\n          \"href\": \"http://trustvox.com.br/api/stores/{store_id}/orders?page=1\"\n      }\n  ],\n  \"items\": [\n      {\n          \"tags\": [\"pagamento/cartao\", \"categoria/vestuário\"],\n          \"id\": 1,\n          \"order_id\": \"1A\",\n          \"client\": {\n              \"tags\": [],\n              \"id\": 1,\n              \"first_name\": \"Cleyton\",\n              \"last_name\": \"M.\",\n              \"email\": \"email@email.com\",\n              \"phone_number\": \"5599999999999\"\n          },\n          \"delivery_date\": \"2021-05-12\",\n          \"state\": \"turned_over\",\n          \"review_url\": \"https://quizz.trustvox.com.br/zx731fb8-6081-4978-852f-573d5c2344c3?notification_method=direct_link\",\n          \"store_review_url\": \"https://quizz.trustvox.com.br/zx731fb8-6081-4978-852f-573d5c2344c3/avaliacao/vendas/1/lojas/novo?notification_method=direct_link\",\n          \"items\": [\n              {\n                \"tags\": [],\n                \"id\": \"1\",\n                \"name\": \"Shorts\",\n                \"url\": \"https://store.example.com/produtos/shorts/\",\n                \"price\": \"5.0\",\n                \"review_url\": \"https://quizz.trustvox.com.br/zx731fb8-6081-4978-852f-573d5c2344c3/avaliacao/itens/1/produtos/novo?notification_method=direct_link\",\n                \"total_reviews\": 2,\n                \"average_rate\": \"5.0\",\n                \"total_recommendations\": 2,\n                \"total_non_recommendations\": 0\n              }\n          ]\n      },\n      {\n          \"tags\": [\"pagamento/boleto\"],\n          \"id\": 2,\n          \"order_id\": \"2A\",\n          \"client\": {\n              \"tags\": [],\n              \"id\": 1,\n              \"first_name\": \"Cleyton\",\n              \"last_name\": \"M.\",\n              \"email\": \"email@email.com\",\n              \"phone_number\": \"5599999999999\"\n          },\n          \"delivery_date\": \"2021-05-12\",\n          \"state\": \"turned_over\",\n          \"review_url\": \"https://quizz.trustvox.com.br/18dde413-8e7d-4837-b920-6feac3d9d53b?notification_method=direct_link\",\n          \"store_review_url\": \"https://quizz.trustvox.com.br/18dde413-8e7d-4837-b920-6feac3d9d53b/avaliacao/vendas/3/lojas/novo?notification_method=direct_link\",\n          \"items\": [\n              {\n                  \"tags\": [],\n                  \"id\": \"2\",\n                  \"name\": \"Jaqueta\",\n                  \"url\": \"https://store.example.com/produtos/jaqueta/\",\n                  \"price\": \"10.0\",\n                  \"review_url\": \"https://quizz.trustvox.com.br/18dde413-8e7d-4837-b920-6feac3d9d53b/avaliacao/itens/2/produtos/novo?notification_method=direct_link\"\n              }\n          ]\n      }\n  ]\n}"},{"id":"b90c7ef0-39d6-429e-adc5-805a4ebab92b","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"}],"body":{"mode":"raw","raw":""},"url":"{{app_url}}/api/stores/{store_id}/orders"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"request_method=POST; path=/"},{"key":"X-Request-Id","value":"7206ede5-007a-4382-90f7-f8ea26c0e448"},{"key":"X-Runtime","value":"0.113161"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"f7ecc5ed-b2f2-4e6d-b657-ac898ebd009f"}],"id":"2a7f58eb-d80a-4c9c-9216-dfda47babe61","_postman_id":"2a7f58eb-d80a-4c9c-9216-dfda47babe61","description":""},{"name":"Products","item":[{"name":"Widget","item":[{"name":"Retrieve histogram of ratings and opinion","id":"318bdfd3-4460-4036-8ba1-25d866d15b84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json"}],"url":"{{app_url}}/widget/root?store_id={{store_id}}&code=1&url={{store_url}}","urlObject":{"path":["widget","root"],"host":["{{app_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"code","value":"1"},{"key":"url","value":"{{store_url}}"}],"variable":[]}},"response":[{"id":"3cfb48cd-0267-436e-b11c-9050a55c9b36","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json"}],"url":{"raw":"{{app_url}}/widget/root?code=1&store_id={store_id}","host":["{{app_url}}"],"path":["widget","root"],"query":[{"key":"code","value":"1"},{"key":"url","value":"{store_url}","disabled":true},{"key":"store_id","value":"{store_id}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 17:18:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"ac67848b345db3841a242ef7e10ea62b\""},{"key":"Cache-Control","value":"public, max-age=14400"},{"key":"X-Request-Id","value":"eb98eba9390128b259dcb9f857995e94"},{"key":"X-Runtime","value":"0.092609"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Expires","value":"Thu, 30 Dec 2021 21:18:00 GMT"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5cecbfbfe9797a-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"rate\": {\n    \"histogram\": {\n      \"1\": 42,\n      \"2\": 9,\n      \"3\": 28,\n      \"4\": 105,\n      \"5\": 373\n    },\n    \"average\": 4.4,\n    \"best\": 5,\n    \"count\": 558\n  },\n  \"top_rated_opinion\": {\n    \"opinion\": \"Dentro da expectativa. Eu recomendo.\",\n    \"id\": 1,\n    \"upvote_count\": 3,\n    \"rate\": 3,\n    \"links\": [\n      {\n        \"rel\": \"self\",\n        \"href\": \"https://trustvox.com.br/widget/opinions/1\"\n      }\n    ]\n  },\n  \"top_rated_negative_opinion\": {\n    \"opinion\": \"O gabarito não bate com o original e a qualidade não presta\",\n    \"id\": 2,\n    \"upvote_count\": 3,\n    \"rate\": 1,\n    \"links\": [\n      {\n        \"rel\": \"self\",\n        \"href\": \"https://trustvox.com.br/widget/opinions/2\"\n      }\n    ]\n  },\n  \"opinions_count\": {\n    \"positive\": 506,\n    \"negative\": 52,\n    \"total\": 558\n  },\n  \"questions_count\": 245,\n  \"clickable_logo\": true,\n  \"store_rate\": {\n    \"average\": 4.3226,\n    \"count\": 180754\n  },\n  \"overall_opinions_rate\": {\n    \"total_products\": 0\n  },\n  \"features\": {\n    \"questions\": true,\n    \"opinions\": true,\n    \"custom_css_url\": \"\",\n    \"custom_questions_tab\": false,\n    \"footer_see_all_opinions\": false,\n    \"footer_logo\": true,\n    \"histogram_opinions_overview\": true,\n    \"left_side_opinions_buttons\": true,\n    \"right_side_opinions_buttons\": false,\n    \"tracking\": [\n      {\n        \"key\": \"click-on-guide-tab\",\n        \"name\": \"Clique na aba \\\"Guia\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações da aba de guias\"\n      },\n      {\n        \"key\": \"click-on-reviews-tab\",\n        \"name\": \"Clique na aba \\\"Avaliações\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações da aba de guias\"\n      },\n      {\n        \"key\": \"click-on-questions-tab\",\n        \"name\": \"Clique na aba \\\"Perguntas\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações da aba de guias\"\n      },\n      {\n        \"key\": \"click-on-read-more-main-question\",\n        \"name\": \"Clicou em \\\"Leia +\\\" da pergunta principal\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique +\"\n      },\n      {\n        \"key\": \"click-on-read-more-question\",\n        \"name\": \"Clicou em \\\"Leia +\\\" de uma pergunta\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique +\"\n      },\n      {\n        \"key\": \"click-on-read-more-suggestions\",\n        \"name\": \"Clicou em \\\"Leia +\\\" de uma pergunta sugerida\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique +\"\n      },\n      {\n        \"key\": \"keyup-on-question-field\",\n        \"name\": \"Digitou no campo de perguntar\",\n        \"active\": \"true\",\n        \"group\": \"Ações relacionadas às perguntas\"\n      },\n      {\n        \"key\": \"submit-a-new-question\",\n        \"name\": \"Submeteu uma nova pergunta\",\n        \"active\": \"true\",\n        \"group\": \"Ações relacionadas às perguntas\"\n      },\n      {\n        \"key\": \"keyup-on-email-field\",\n        \"name\": \"Digitou no campo de email\",\n        \"active\": \"true\",\n        \"group\": \"Ações relacionadas às perguntas\"\n      },\n      {\n        \"key\": \"submit-answer-email\",\n        \"name\": \"Submeteu o email de resposta\",\n        \"active\": \"true\",\n        \"group\": \"Ações relacionadas às perguntas\"\n      },\n      {\n        \"key\": \"load-more-questions\",\n        \"name\": \"Clicou em Carregar Mais para Perguntas\",\n        \"active\": \"true\",\n        \"group\": \"Ações relacionadas às perguntas\"\n      },\n      {\n        \"key\": \"mark-a-positive-review\",\n        \"name\": \"Negativou Avaliação\",\n        \"active\": \"true\",\n        \"group\": \"Ações de voto (negativo, positivo)\"\n      },\n      {\n        \"key\": \"mark-a-negative-review\",\n        \"name\": \"Positivou Avaliação\",\n        \"active\": \"true\",\n        \"group\": \"Ações de voto (negativo, positivo)\"\n      },\n      {\n        \"key\": \"click-on-negative-vote-answer\",\n        \"name\": \"Negativou Resposta\",\n        \"active\": \"true\",\n        \"group\": \"Ações de voto (negativo, positivo)\"\n      },\n      {\n        \"key\": \"click-on-positive-vote-answer\",\n        \"name\": \"Positivou Resposta\",\n        \"active\": \"true\",\n        \"group\": \"Ações de voto (negativo, positivo)\"\n      },\n      {\n        \"key\": \"click-on-link-positive-evaluations\",\n        \"name\": \"Clique no link \\\"Avaliações Positivas\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de seguimento de links\"\n      },\n      {\n        \"key\": \"click-on-link-negative-evaluations\",\n        \"name\": \"Clique no link \\\"Avaliações Negativas\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de seguimento de links\"\n      },\n      {\n        \"key\": \"click-on-link-all-evaluations\",\n        \"name\": \"Clique no link \\\"Todas as Avaliações\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de seguimento de links\"\n      },\n      {\n        \"key\": \"click-on-link-all-opinions\",\n        \"name\": \"Clique no link \\\"Todas as Opiniões\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de seguimento de links\"\n      },\n      {\n        \"key\": \"click-on-link-all-questions\",\n        \"name\": \"Clique no link \\\"Todas as Perguntas\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de seguimento de links\"\n      },\n      {\n        \"key\": \"click-on-dashboard-read-more\",\n        \"name\": \"Clicou no link \\\"Leia +\\\" do Dashboard\",\n        \"active\": \"true\",\n        \"group\": \"Ações de seguimento de links\"\n      },\n      {\n        \"key\": \"click-on-resume-stars\",\n        \"name\": \"Clicou no resumo das avaliações no topo\",\n        \"active\": \"true\",\n        \"group\": \"Ações de seguimento de links\"\n      },\n      {\n        \"key\": \"click-histogram-five-star\",\n        \"name\": \"Clique nas estrelas \\\"5\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique nas estrelas de resumo\"\n      },\n      {\n        \"key\": \"click-histogram-four-star\",\n        \"name\": \"Clique nas estrelas \\\"4\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique nas estrelas de resumo\"\n      },\n      {\n        \"key\": \"click-histogram-three-star\",\n        \"name\": \"Clique nas estrelas \\\"3\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique nas estrelas de resumo\"\n      },\n      {\n        \"key\": \"click-histogram-two-star\",\n        \"name\": \"Clique nas estrelas \\\"2\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique nas estrelas de resumo\"\n      },\n      {\n        \"key\": \"click-histogram-one-star\",\n        \"name\": \"Clique nas estrelas \\\"1\\\"\",\n        \"active\": \"true\",\n        \"group\": \"Ações de clique nas estrelas de resumo\"\n      },\n      {\n        \"key\": \"scrolled-more-opinions\",\n        \"name\": \"Visualizou mais Opiniões\",\n        \"active\": \"true\",\n        \"group\": \"Ações de visualização\"\n      },\n      {\n        \"key\": \"scrolled-more-suggestions\",\n        \"name\": \"Visualizou mais Perguntas Sugeridas\",\n        \"active\": \"true\",\n        \"group\": \"Ações de visualização\"\n      },\n      {\n        \"key\": \"load-more-opinions\",\n        \"name\": \"Carregar Mais Opiniões\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Opiniões\"\n      },\n      {\n        \"key\": \"filter-opinion-default\",\n        \"name\": \"Remover Filtro de Opiniões\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Opiniões\"\n      },\n      {\n        \"key\": \"filter-opinion-positive\",\n        \"name\": \"Filtrar por Opiniões Positivas\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Opiniões\"\n      },\n      {\n        \"key\": \"filter-opinion-negative\",\n        \"name\": \"Filtrar por Opiniões Negativas\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Opiniões\"\n      },\n      {\n        \"key\": \"filter-opinion-by_votes\",\n        \"name\": \"Ordenar Opiniões por Votos\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Opiniões\"\n      },\n      {\n        \"key\": \"filter-opinion-evaluator_profile\",\n        \"name\": \"Filtrar por Perfil do Avaliador\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Opiniões\"\n      },\n      {\n        \"key\": \"filter-opinion-use_cases\",\n        \"name\": \"Filtrar por Opiniões Caso de Uso\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Opiniões\"\n      },\n      {\n        \"key\": \"vote-opinion-as-positive\",\n        \"name\": \"Votar em Opinião como Positiva\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Votos em Opiniões\"\n      },\n      {\n        \"key\": \"unvote-opinion-as-positive\",\n        \"name\": \"Desvotar em Opinião como Positiva\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Votos em Opiniões\"\n      },\n      {\n        \"key\": \"vote-opinion-as-negative\",\n        \"name\": \"Votar em Opinião como Negativa\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Votos em Opiniões\"\n      },\n      {\n        \"key\": \"unvote-opinion-as-negative\",\n        \"name\": \"Desvotar em Opinião como Negativa\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Votos em Opiniões\"\n      },\n      {\n        \"key\": \"open-attributes-widget-modal\",\n        \"name\": \"Abriu o Modal do Widget de Atributos\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Widget de Atributos\"\n      },\n      {\n        \"key\": \"close-attributes-widget-modal\",\n        \"name\": \"Fechou o Modal do Widget de Atributos\",\n        \"active\": \"true\",\n        \"group\": \"Ações de Widget de Atributos\"\n      },\n      {\n        \"key\": \"open-opinion-photo-modal\",\n        \"name\": \"Abriu um modal de Foto\",\n        \"active\": \"true\",\n        \"group\": \"Visualização de Fotos\"\n      },\n      {\n        \"key\": \"close-opinion-photo-modal\",\n        \"name\": \"Fechou um modal de Foto\",\n        \"active\": \"true\",\n        \"group\": \"Visualização de Fotos\"\n      },\n      {\n        \"key\": \"scrolled-to-widget\",\n        \"name\": \"Visualizou o widget\",\n        \"active\": true,\n        \"group\": \"Ações de visualização\"\n      }\n    ],\n    \"with_questions_suggestions\": true,\n    \"structured_data_exp_1\": false,\n    \"structured_data_exp_2\": false,\n    \"all_tabs\": false,\n    \"minimum_opinions_to_show\": 1,\n    \"surveys\": false,\n    \"questions_position\": null\n  },\n  \"store_name\": \"Store_Example\",\n  \"raw_store_name\": \"Store Example\",\n  \"store_locale\": \"pt-BR\",\n  \"prefetched_opinions\": null,\n  \"prefetched_questions\": null,\n  \"items\": [\n    {\n      \"question\": \"Acompanha o emblema?\",\n      \"id\": 1,\n      \"origin\": \"http://store.example.com/sample-product\",\n      \"answer\": \"Olá! Acompanha sim.\",\n      \"answered_at\": \"08/12/2021\",\n      \"links\": [\n        {\n          \"rel\": \"self\",\n          \"href\": \"https://trustvox.com.br/widget/questions/1\"\n        }\n      ]\n    },\n    {\n      \"question\": \"Funciona sem bateria?\",\n      \"id\": 2,\n      \"origin\": \"http://store.example.com/sample-product\",\n      \"answer\": \"Olá! Funciona.\",\n      \"answered_at\": \"08/12/2021\",\n      \"links\": [\n        {\n          \"rel\": \"self\",\n          \"href\": \"https://trustvox.com.br/widget/questions/2\"\n        }\n      ]\n    }\n  ],\n  \"links\": [\n    {\n      \"rel\": \"self\",\n      \"href\": \"https://trustvox.com.br/widget/root\"\n    },\n    {\n      \"rel\": \"opinions\",\n      \"href\": \"https://trustvox.com.br/widget/opinions\"\n    },\n    {\n      \"rel\": \"questions\",\n      \"href\": \"https://trustvox.com.br/widget/questions\"\n    },\n    {\n      \"rel\": \"positive_opinions\",\n      \"href\": \"https://trustvox.com.br/widget/opinions?positive=true\"\n    },\n    {\n      \"rel\": \"negative_opinions\",\n      \"href\": \"https://trustvox.com.br/widget/opinions?negative=true\"\n    },\n    {\n      \"rel\": \"answer\",\n      \"href\": \"https://trustvox.com.br/widget/answers/%7Bid%7D\"\n    },\n    {\n      \"rel\": \"question\",\n      \"href\": \"https://trustvox.com.br/widget/questions/%7Bid%7D\"\n    },\n    {\n      \"rel\": \"opinion\",\n      \"href\": \"https://trustvox.com.br/widget/opinions/%7Bid%7D\"\n    },\n    {\n      \"rel\": \"questions_suggestions\",\n      \"href\": \"https://trustvox.com.br/widget/questions_suggestions?product_code=%7Bproduct_code%7D&store_id=%7Bstore_id%7D&text=%7Btext%7D\"\n    }\n  ]\n}"},{"id":"1caf7bed-4f30-44d7-a27c-561a86479aa1","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json"}],"url":{"raw":"{{app_url}}/widget/root?store_id={{store_id}}","host":["{{app_url}}"],"path":["widget","root"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"code","value":"1","disabled":true},{"key":"url","value":"{{store_url}}","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 17:19:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"43616b38c5e905cada223c29ac0b8f5b"},{"key":"X-Runtime","value":"0.003405"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5ceec70961797a-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Para completar a sua request você precisa enviar os parâmetros na querystring: \\\"url\\\", \\\"store_id\\\" e \\\"code\\\" ou \\\"product_id.\\\"\"\n}"}],"_postman_id":"318bdfd3-4460-4036-8ba1-25d866d15b84"},{"name":"Retrieve total ratings and product rate","id":"db4e82da-89a0-4ff0-89c8-9dc0d74a611c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{app_url}}/widget/shelf/v2/products_rates?store_id={{store_id}}&codes[]={{product_id}}","description":"<p>Usually used for stars in shop windows and shelves.</p>\n","urlObject":{"path":["widget","shelf","v2","products_rates"],"host":["{{app_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"codes[]","value":"{{product_id}}"}],"variable":[]}},"response":[{"id":"0ce348e2-891b-4aaf-a28d-3ee42f341cf8","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{app_url}}/widget/shelf/v2/products_rates?store_id={store_id}&codes[]=1","host":["{{app_url}}"],"path":["widget","shelf","v2","products_rates"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"codes[]","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 17:23:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"public, max-age=14400"},{"key":"ETag","value":"W/\"0959eaf294953242fcf260c22b45217f\""},{"key":"X-Request-Id","value":"ef4475d0d211ec87f7fd1574279b4917"},{"key":"X-Runtime","value":"0.011456"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Expires","value":"Thu, 30 Dec 2021 21:23:38 GMT"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5cf5052d47797a-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"products_rates\": [\n        {\n            \"product_code\": \"1\",\n            \"average\": 4.4,\n            \"count\": 57,\n            \"product_name\": \"Cookbook\"\n        }\n    ],\n    \"features\": {\n        \"skip_product_schema\": false,\n        \"hide_empty\": false\n    }\n}"}],"_postman_id":"db4e82da-89a0-4ff0-89c8-9dc0d74a611c"},{"name":"Retrieve survey responses","id":"56286195-f8b6-482c-bd2e-dbdf783bc7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"surveyor.trustvox.com.br"},{"key":"accept","value":"application/json"}],"url":"{{app_surveyor}}/v1/product_answers_summary?tags[]={{tag_name}}&store_id={{store_id}}&product_id={{product_id}}","description":"<p>Retrieve existing survey responses, if any.</p>\n","urlObject":{"path":["v1","product_answers_summary"],"host":["{{app_surveyor}}"],"query":[{"key":"tags[]","value":"{{tag_name}}"},{"key":"store_id","value":"{{store_id}}"},{"key":"product_id","value":"{{product_id}}"}],"variable":[]}},"response":[{"id":"68ac69e2-5c09-4eac-ab3a-5bcd1542ac62","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"authority","value":"surveyor.trustvox.com.br"},{"key":"accept","value":"application/json"}],"url":{"raw":"{{app_surveyor}}/v1/product_answers_summary?store_id={store_id}&tags[]={tag}&product_id={product_id}","host":["{{app_surveyor}}"],"path":["","v1","product_answers_summary"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"tags[]","value":"{tag}"},{"key":"product_id","value":"{product_id}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 20:57:40 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://www.centauro.com.br"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"public, max-age=14400"},{"key":"x-envoy-upstream-service-time","value":"16"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"HIT"},{"key":"Age","value":"6503"},{"key":"Last-Modified","value":"Thu, 30 Dec 2021 19:09:17 GMT"},{"key":"Expires","value":"Fri, 31 Dec 2021 00:57:40 GMT"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5e2e8deced09d8-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"average\": \"3.24\",\n        \"description\": \"Tamanho\",\n        \"options\": [\n            {\n                \"description\": \"Pequeno\",\n                \"id\": 1,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"weight\": \"1\"\n            },\n            {\n                \"description\": \"\",\n                \"id\": 2,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"weight\": \"2\"\n            },\n            {\n                \"description\": \"Ideal\",\n                \"id\": 3,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"weight\": \"3\"\n            }        \n        ],\n        \"totalAnswersCount\": 55\n    },\n    {\n        \"average\": \"4.11\",\n        \"description\": \"Conforto\",\n        \"options\": [\n            {\n                \"description\": \"Desconfortável\",\n                \"id\": 4,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"weight\": \"1\"\n            },\n            {\n                \"description\": \"\",\n                \"id\": 5,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"weight\": \"2\"\n            },\n            {\n                \"description\": \"\",\n                \"id\": 6,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"weight\": \"3\"\n            }           \n        ],\n        \"totalAnswersCount\": 55\n    }\n]"}],"_postman_id":"56286195-f8b6-482c-bd2e-dbdf783bc7f4"},{"name":"Retrieve survey questions","id":"14efd44c-8461-4435-aafc-5d2dd432af03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{app_surveyor}}/v3/question_summaries?store_id={store_id}&tags[]={tag}&tags[]={othre_tag}&product_id={product_id}&kind[]=evaluator_profile&kind[]=use_cases&kind[]=tamanho","description":"<p>Retrieve survey questions, if any</p>\n","urlObject":{"path":["v3","question_summaries"],"host":["{{app_surveyor}}"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"tags[]","value":"{tag}"},{"key":"tags[]","value":"{othre_tag}"},{"key":"product_id","value":"{product_id}"},{"key":"kind[]","value":"evaluator_profile"},{"key":"kind[]","value":"use_cases"},{"key":"kind[]","value":"tamanho"}],"variable":[]}},"response":[{"id":"b8872494-f575-425d-ab05-4dd98ba65542","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{suveyor_url}}/v3/question_summaries?store_id={store_id}&tags[]={tag}&product_id={product_id}&kind[]=evaluator_profile&kind[]=use_cases","host":["{{suveyor_url}}"],"path":["v3","question_summaries"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"tags[]","value":"{tag}"},{"key":"product_id","value":"{product_id}"},{"key":"kind[]","value":"evaluator_profile"},{"key":"kind[]","value":"use_cases"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 20:57:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"https://www.centauro.com.br"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"public, max-age=14400"},{"key":"x-envoy-upstream-service-time","value":"19"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"HIT"},{"key":"Age","value":"6517"},{"key":"Last-Modified","value":"Thu, 30 Dec 2021 19:09:16 GMT"},{"key":"Expires","value":"Fri, 31 Dec 2021 00:57:53 GMT"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5e2edf2fe609d8-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"description\": \"Tamanho\",\n        \"id\": 1,\n        \"kind\": \"tamanho\",\n        \"options\": [\n            {\n                \"answers_count\": 1,\n                \"description\": \"Pequeno\",\n                \"id\": 1,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"value\": null,\n                \"weight\": \"1\"\n            },\n            {\n                \"answers_count\": 2,\n                \"description\": \"\",\n                \"id\": 2,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"value\": null,\n                \"weight\": \"2\"\n            },\n            {\n                \"answers_count\": 42,\n                \"description\": \"Ideal\",\n                \"id\": 3,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"value\": null,\n                \"weight\": \"3\"\n            },\n            {\n                \"answers_count\": 3,\n                \"description\": \"\",\n                \"id\": 4,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"value\": null,\n                \"weight\": \"4\"\n            },\n            {\n                \"answers_count\": 7,\n                \"description\": \"Grande\",\n                \"id\": 5,\n                \"ordering\": 0,\n                \"user_option\": false,\n                \"value\": null,\n                \"weight\": \"5\"\n            }\n        ]\n    }\n]"}],"_postman_id":"14efd44c-8461-4435-aafc-5d2dd432af03"},{"name":"Retrieve a product","id":"acac485a-f9b7-46b9-b63c-381e9ae23281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"authority","value":"trustvox.com.br"},{"key":"accept","value":"application/vnd.trustvox-v2+json"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"sec-ch-ua-mobile","value":"?0"}],"url":"{{app_url}}/products/v1/product?store_id={{store_id}}&product_id={{product_code}}","description":"<p>This endpoint returns the trustvox product id and tags related to the product. You must pass the product code to the same. And your store code.</p>\n","urlObject":{"path":["products","v1","product"],"host":["{{app_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"product_id","value":"{{product_code}}"}],"variable":[]}},"response":[{"id":"75522da1-7ff9-498d-a761-7083e1ed979f","name":"200 Ok","originalRequest":{"method":"GET","header":[{"key":"authority","value":"trustvox.com.br"},{"key":"accept","value":"application/vnd.trustvox-v2+json"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"sec-ch-ua-mobile","value":"?0"}],"url":{"raw":"{app_url}/products/v1/product?store_id={store_id}&product_id={product_code}","host":["{app_url}"],"path":["products","v1","product"],"query":[{"key":"store_id","value":"{store_id}","description":"Store ID"},{"key":"product_id","value":"{product_code}","description":"Product Code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Aug 2022 14:49:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"22a078b1e050a58c692822966a157d03\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2e0a92c1230c44b6bfa9ef637aee5382"},{"key":"X-Runtime","value":"0.013914"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"73814c582ac5941c-UDI"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"tags\": [\n        \"Category/Shorts\"\n    ],\n    \"product_id\": 9999999,\n    \"store_id\": 999,\n    \"skus\": [\n        {\n            \"code\": \"RD40\",\n            \"dimensions\": [\n                {\"key\": \"Size\", \"value\": \"40\"},\n                {\"key\": \"Color\",\"value\": \"Red\"}\n            ]\n        }\n    ]\n}"},{"id":"86c21f82-a22d-415f-acdb-433cba038b8c","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"authority","value":"trustvox.com.br"},{"key":"accept","value":"application/vnd.trustvox-v2+json"},{"key":"accept-language","value":"en-US,en;q=0.9"},{"key":"cache-control","value":"no-cache"},{"key":"sec-ch-ua-mobile","value":"?0"}],"url":{"raw":"{{app_url}}/products/v1/product?store_id={{store_id}}","host":["{{app_url}}"],"path":["products","v1","product"],"query":[{"key":"store_id","value":"{{store_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Aug 2022 18:44:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Cache-Control","value":"public, max-age=14400"},{"key":"X-Request-Id","value":"6436844212bfabeeb91bfb0599faceae"},{"key":"X-Runtime","value":"0.003819"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Expires","value":"Tue, 09 Aug 2022 22:44:53 GMT"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7382a549f8de941c-UDI"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": \"Resource not found.\"\n}"}],"_postman_id":"acac485a-f9b7-46b9-b63c-381e9ae23281"}],"id":"6de8bc33-b9dc-4649-8539-7ad6be3783da","_postman_id":"6de8bc33-b9dc-4649-8539-7ad6be3783da","description":""},{"name":"Retrieve a product","id":"6ac771b2-a395-482f-9ef5-577eed0bb8e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/products/{{product_code}}","description":"<p>Use this endpoint to retrieve information of a product.</p>\n<p>You can use opinions parameter to include product opinions in response.</p>\n","urlObject":{"path":["api","stores","{{store_id}}","products","{{product_code}}"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"f7a4980d-dcba-4437-aba6-1aa7daa345dc","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/products/{product_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"33dbf8ec9fde1ebf236331d7938bf46d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c74772f2-05f2-49e0-968f-faa1b6b20763"},{"key":"X-Runtime","value":"0.422555"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"{product_id}\",\n    \"name\": \"Base Facial\",\n    \"average_rate\": \"4.5\",\n    \"total_recommends\": 2,\n    \"total_opinions\": 18,\n    \"ean\": [],\n    \"links\": [\n        {\n            \"rel\": \"page\",\n            \"href\": \"http://store.example.com/base-facial\"\n        },\n        {\n            \"rel\": \"image\",\n            \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/product/photo/1/book.jpg\"\n        }\n    ]\n}"},{"id":"0b047bb6-6a83-4e4f-9760-4cffa2a22029","name":"200 OK including Opinions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}/products/{product_id}?opinions=true","host":["{{app_url}}"],"path":["api","stores","{store_id}","products","{product_id}"],"query":[{"key":"opinions","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 14:49:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"353c2f333d68625035d767e48f1a24db\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"73c53610e27e571f665a656518b59c71"},{"key":"X-Runtime","value":"0.299941"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c53d6678f5626a1-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"{product_id}\",\n    \"name\": \"Meias\",\n    \"average_rate\": \"5\",\n    \"total_recommends\": 2,\n    \"total_opinions\": 2,\n    \"ean\": [],\n    \"opinions\": [\n        {\n            \"text\": \"Meias confortáveis, bonitas, qualidade excelente, design perfeito.\",\n            \"title\": \"ADOREI!\",\n            \"recommends\": \"yes\",\n            \"id\": 1,\n            \"rate\": 5,\n            \"created_at\": \"2020-04-21T14:36:07.000-03:00\",\n            \"client\": {\n                \"id\": 1,\n                \"first_name\": \"João\",\n                \"last_name\": \"Neto\",\n                \"email\": \"email1@email.com\",\n                \"phone_number\": \"55999999999\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"rate\": 5,\n            \"created_at\": \"2020-04-14T21:36:30.000-03:00\",\n            \"client\": {\n                \"id\": 2,\n                \"first_name\": \"Jucie\",\n                \"last_name\": \"Sousa\",\n                \"email\": \"email2@email.com\"\n            }\n        }\n    ],\n    \"links\": [\n        {\n            \"rel\": \"page\",\n            \"href\": \"https://store.example.com/meias\"\n        },\n        {\n            \"rel\": \"image\",\n            \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/product/photo/1/meias.jpg\"\n        }\n    ]\n}"},{"id":"f9002bd7-5b48-4beb-8814-6540702f8a8d","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/products/{product_id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c3498c7e-b291-4430-98d1-a8b03551dde3"},{"key":"X-Runtime","value":"0.099919"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"6ac771b2-a395-482f-9ef5-577eed0bb8e9"},{"name":"Retrieve all products","id":"b3b92acb-91ff-4d82-be24-3e084b35af32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/products?opinions=true","description":"<p>Retrieve all products from the store.</p>\n<p>You can use opinions parameter to include product opinions in response.</p>\n<p>The result is paginated.</p>\n","urlObject":{"path":["api","stores","{{store_id}}","products"],"host":["{{app_url}}"],"query":[{"description":{"content":"<p>(Opitional)</p>\n","type":"text/plain"},"key":"opinions","value":"true"}],"variable":[]}},"response":[{"id":"f38bf218-b1c3-4a6d-bae5-e42394a58b5a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:13:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"22c3f4f3702203d3f8e59ff1c5ff63d3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"fd568eb438801a9326868e68be05b9c0"},{"key":"X-Runtime","value":"0.140480"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc33b88127986-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"next\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/products?page=2\"\n        },\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/products?page=1\"\n        }\n    ],\n    \"total_pages\": 2,\n    \"items\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Base Facial\",\n            \"average_rate\": \"4.552\",\n            \"total_recommends\": 1,\n            \"total_opinions\": 2,\n            \"ean\": [],\n            \"links\": [\n                {\n                    \"rel\": \"page\",\n                    \"href\": \"https://trustvox.gitlab.io/widgets-pages/index.html\"\n                },\n                {\n                    \"rel\": \"image\",\n                    \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/product/photo/21690073/square_super-stay-24-base-porcelain-ivory-light-maybelline.jpg\"\n                }\n            ]\n        },\n        {\n            \"id\": \"2\",\n            \"name\": \"Máscara para Cílios\",\n            \"average_rate\": \"5.0\",\n            \"total_recommends\": 0,\n            \"total_opinions\": 1,\n            \"ean\": [],\n            \"links\": [\n                {\n                    \"rel\": \"page\",\n                    \"href\": \"https://demotrustvox.lojaintegrada.com.br/\"\n                },\n                {\n                    \"rel\": \"image\",\n                    \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/product/photo/21690076/square_high-impact-waterproof-mascara-black-clinique.jpg\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"ad0c6b7c-9c6f-4673-a26d-1e52702a16b7","name":"200 OK including opinions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer  nppkrFYCszMN54QBghAz"}],"url":{"raw":"{{app_url}}/api/stores/82744/products/?opinions=true","host":["{{app_url}}"],"path":["api","stores","82744","products",""],"query":[{"key":"opinions","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 04:49:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"2f029345c417f5735652d2b243b8a5af\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2c0ff9527308fa0197a3881177443133"},{"key":"X-Runtime","value":"0.856998"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c58a41de9bf258c-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"next\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/products?page=2\"\n        },\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/products?page=1\"\n        }\n    ],\n    \"total_pages\": 2,\n    \"items\": [\n        {\n            \"id\": \"1\",\n            \"name\": \"Base Facial\",\n            \"average_rate\": \"4.552\",\n            \"total_recommends\": 1,\n            \"total_opinions\": 2,\n            \"ean\": [],\n            \"opinions\": [\n                {\n                    \"id\": 1,\n                    \"rate\": 5,\n                    \"created_at\": \"2021-10-17T08:10:26.000-03:00\",\n                    \"client\": {\n                        \"id\": 1,\n                        \"first_name\": \"Edicleia\",\n                        \"last_name\": \"Santos\",\n                        \"email\": \"email@email.com\"\n                    }\n                },\n                {\n                    \"text\": \"Perfeita! Já usei dela e gostei muito!!!\",\n                    \"id\": 2,\n                    \"rate\": 5,\n                    \"created_at\": \"2020-10-19T08:37:22.000-03:00\",\n                    \"client\": {\n                        \"id\": 2,\n                        \"first_name\": \"Ana\",\n                        \"last_name\": \"Paula\",\n                        \"email\": \"email@email.com\"\n                    }\n                }\n            ],\n            \"links\": [\n                {\n                    \"rel\": \"page\",\n                    \"href\": \"https://store.example.com\"\n                },\n                {\n                    \"rel\": \"image\",\n                    \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/product/photo/21690115/square_super-stay-24h-maybelline-batom-005.jpg\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"7cc2cc24-df7e-42f1-ac2b-1f109e60a487","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/products"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:14:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"fec1714211ba94cb48dc432e8f6a2348"},{"key":"X-Runtime","value":"0.013817"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc4797b297986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"b3b92acb-91ff-4d82-be24-3e084b35af32"}],"id":"622e9f2e-eacb-493c-a2fa-595ff7c51574","description":"<p>Retrieve products information</p>\n","_postman_id":"622e9f2e-eacb-493c-a2fa-595ff7c51574"},{"name":"Reviews","item":[{"name":"Widget","item":[{"name":"Retrieve all reviews for a product","id":"5aa9c560-9ff0-45fe-8229-e6f39a05e961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":"{{app_url}}/widget/opinions?store_id={{store_id}}&code={{product_id}}&page={{page}}&per={{per_page}}&rate={{rate}}&not_empty=true&order_by={{order_by}}&with_photos=true&sku_dimensions[{{sku_key}}]={{sku_value}}&positive=true&negative=true","description":"<p>List all reviews for a given product</p>\n","urlObject":{"path":["widget","opinions"],"host":["{{app_url}}"],"query":[{"description":{"content":"<p>Store ID</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"description":{"content":"<p>Your Product ID</p>\n","type":"text/plain"},"key":"code","value":"{{product_id}}"},{"description":{"content":"<p>Page number</p>\n","type":"text/plain"},"key":"page","value":"{{page}}"},{"description":{"content":"<p>Items per page</p>\n","type":"text/plain"},"key":"per","value":"{{per_page}}"},{"description":{"content":"<p>Filter reviews by rate</p>\n","type":"text/plain"},"key":"rate","value":"{{rate}}"},{"description":{"content":"<p>Filter reviews with the text filled</p>\n","type":"text/plain"},"key":"not_empty","value":"true"},{"description":{"content":"<p>Sorting options are \"id\", \"rate\", \"created_at\" and \"text\". By default, items are sorted ASCENDING. To sort DESCENDING, start the sort option with a \"-\". Example: \"-rate\"</p>\n","type":"text/plain"},"key":"order_by","value":"{{order_by}}"},{"description":{"content":"<p>Filter reviews with photos</p>\n","type":"text/plain"},"key":"with_photos","value":"true"},{"description":{"content":"<p>Filters reviews by SKU attribute. Example: sku_dimensions[Color]=Red</p>\n","type":"text/plain"},"key":"sku_dimensions[{{sku_key}}]","value":"{{sku_value}}"},{"description":{"content":"<p>Filter reviews with rates 3, 4 and 5</p>\n","type":"text/plain"},"key":"positive","value":"true"},{"description":{"content":"<p>Filter reviews with rates 1 and 2</p>\n","type":"text/plain"},"key":"negative","value":"true"}],"variable":[]}},"response":[{"id":"c96c1172-dcbb-43dd-9318-f85fdce24411","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":{"raw":"{{app_url}}/widget/opinions?page={page}&per={per_page}&order_by=-created_at&code={product_id}&store_id={store_id}&url={store_url}","host":["{{app_url}}"],"path":["widget","opinions"],"query":[{"key":"page","value":"{page}"},{"key":"per","value":"{per_page}"},{"key":"order_by","value":"-created_at"},{"key":"code","value":"{product_id}"},{"key":"store_id","value":"{store_id}"},{"key":"url","value":"{store_url}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 17:23:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"3729ee3d59e023e434aafabff06c06c3\""},{"key":"Cache-Control","value":"public, max-age=14400"},{"key":"X-Request-Id","value":"0b1789337dcc6e200bc8f04416229e56"},{"key":"X-Runtime","value":"0.378604"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"MISS"},{"key":"Expires","value":"Wed, 29 Dec 2021 21:23:32 GMT"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c54b77a9e90f6e3-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"items\": [\n\t\t{\n\t\t\t\"id\": 1,\n\t\t\t\"opinion_title\": \"Adorei o produto!\",\n\t\t\t\"opinion\": \"Muito bom, e esconde as imperfeições!\",\n\t\t\t\"rate\": 5,\n\t\t\t\"created_at\": \"15/03/2021\",\n\t\t\t\"upvotes_count\": 5,\n\t\t\t\"downvotes_count\": 0,\n\t\t\t\"third_party\": false,\n\t\t\t\"user\": {\n\t\t\t\t\"name\": \"João\"\n\t\t\t},\n\t\t\t\"sale_item\": {\n\t\t\t\t\"id\": 1,\n\t\t\t\t\"sku\": {\n\t\t\t\t\t\"code\": \"RDM\",\n\t\t\t\t\t\"dimensions\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"key\": \"Color\",\n\t\t\t\t\t\t\t\"value\": \"Red\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"key\": \"Size\",\n\t\t\t\t\t\t\t\"value\": \"M\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"recommends\": \"yes\",\n\t\t\t\"review_photos\": [\n\t\t\t\t{\n\t\t\t\t\t\"thumbnail\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/photo_review/photo/3955/square_150_IMG_9871-horz-693x412.jpg\",\n\t\t\t\t\t\"image\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/photo_review/photo/3955/IMG_9871-horz-693x412.jpg\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"thumbnail\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/photo_review/photo/3958/square_150_trustvox_production-reviews.png\",\n\t\t\t\t\t\"image\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/photo_review/photo/3958/trustvox_production-reviews.png\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"sale\": {\n\t\t\t\t\"created_at\": \"15/03/2021\"\n\t\t\t},\n\t\t\t\"comments\": [],\n\t\t\t\"links\": [\n\t\t\t\t{\n\t\t\t\t\t\"rel\": \"self\",\n\t\t\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions/1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"rel\": \"upvotes\",\n\t\t\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions/1/upvotes\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"rel\": \"downvotes\",\n\t\t\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions/1/downvotes\"\n\t\t\t\t}\n\t\t\t]\n\t\t},\n\t\t{\n\t\t\t\"id\": 2,\n\t\t\t\"opinion_title\": \"Produto excelente, gostei!\",\n\t\t\t\"opinion\": \"Achei foi muito fácil montar e instalar o produto e atendeu todas minhas expectativas\",\n\t\t\t\"rate\": 5,\n\t\t\t\"created_at\": \"28/07/2018\",\n\t\t\t\"upvotes_count\": 10,\n\t\t\t\"downvotes_count\": 1,\n\t\t\t\"third_party\": false,\n\t\t\t\"user\": {\n\t\t\t\t\"name\": \"Carlos\"\n\t\t\t},\n\t\t\t\"sale_item\": {\n\t\t\t\t\"id\": 2,\n\t\t\t\t\"sku\": {\n\t\t\t\t\t\"code\": \"BL50\",\n\t\t\t\t\t\"dimensions\": [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"key\": \"Color\",\n\t\t\t\t\t\t\t\"value\": \"Black\"\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\"key\": \"Length\",\n\t\t\t\t\t\t\t\"value\": \"50\"\n\t\t\t\t\t\t}\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"recommends\": \"unanswered\",\n\t\t\t\"review_photos\": [],\n\t\t\t\"sale\": {\n\t\t\t\t\"created_at\": \"29/06/2021\"\n\t\t\t},\n\t\t\t\"comments\": [\n\t\t\t\t{\n\t\t\t\t\t\"text\": \"Muito obrigado pela sua opinião, ficamos felizes que gostou!\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"links\": [\n\t\t\t\t{\n\t\t\t\t\t\"rel\": \"self\",\n\t\t\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions/2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"rel\": \"upvotes\",\n\t\t\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions/2/upvotes\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"rel\": \"downvotes\",\n\t\t\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions/2/downvotes\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t],\n\t\"links\": [\n\t\t{\n\t\t\t\"rel\": \"self\",\n\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions\"\n\t\t},\n\t\t{\n\t\t\t\"rel\": \"questions\",\n\t\t\t\"href\": \"https://trustvox.com.br/widget/questions\"\n\t\t},\n\t\t{\n\t\t\t\"rel\": \"overview\",\n\t\t\t\"href\": \"https://trustvox.com.br/widget/root\"\n\t\t},\n\t\t{\n\t\t\t\"rel\": \"next\",\n\t\t\t\"href\": \"https://trustvox.com.br/widget/opinions?page=2\"\n\t\t}\n\t]\n}"},{"id":"16a7e234-d935-456d-922f-7d71113ea3e7","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":{"raw":"{{app_url}}/widget/opinions?code={product_id}&url={product_url}","host":["{{app_url}}"],"path":["widget","opinions"],"query":[{"key":"code","value":"{product_id}"},{"key":"url","value":"{product_url}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"bafb7088-6661-440b-8612-a2c23ebbce83"},{"key":"X-Runtime","value":"0.015839"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:8080"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Para completar a sua request você precisa enviar os parâmetros na querystring: \\\"url\\\", \\\"store_id\\\" e \\\"code\\\" ou \\\"product_id.\\\"\"\n}"}],"_postman_id":"5aa9c560-9ff0-45fe-8229-e6f39a05e961"},{"name":"Retrieve the amount of \"Eu recomendo este produto\"","id":"7d892eb4-891b-4eb6-9512-77ed262365fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/vnd.trustvox-v2+json"}],"url":"{{app_url}}/opinions/recommendations_summaries?store_id={{store_id}}&product_id={{product_id}}","description":"<p>This information is obtained when collecting the review.</p>\n","urlObject":{"path":["opinions","recommendations_summaries"],"host":["{{app_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"product_id","value":"{{product_id}}"}],"variable":[]}},"response":[{"id":"141e1ea0-b175-446b-99bc-e5eb0a6836c0","name":"Returns number of \"Eu recomendo este produto\" ","originalRequest":{"method":"GET","header":[{"key":"Accept","type":"text","value":"application/vnd.trustvox-v2+json"}],"url":{"raw":"{{app_url}}/opinions/recommendations_summaries?store_id={store_id}&product_id={prodcut_id}","host":["{{app_url}}"],"path":["opinions","recommendations_summaries"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"product_id","value":"{prodcut_id}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Date","value":"Tue, 10 Mar 2020 19:39:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Status","value":"200 OK"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Origin, Content-Type, Accept, Authorization, Token"},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"ETag","value":"W/\"e155409e9b2975623501ac01575112c4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"request_method=; path=/; max-age=0; expires=Thu, 01 Jan 1970 00:00:00 -0000"},{"key":"X-Request-Id","value":"03768313-8aab-4d0c-9b95-8310e5589e13"},{"key":"X-Runtime","value":"0.010085"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"averageAnswerCount\": 2,\n    \"percentage\": 10\n}"}],"_postman_id":"7d892eb4-891b-4eb6-9512-77ed262365fd"},{"name":"Upvote a review","id":"f9f73f6d-bf29-4a3d-a2bc-1068c07a56de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":"{{app_url}}/widget/opinions/{{opinion_id}}/upvotes?unvote=true","description":"<p>It is possible to \"like\" and remove \"like\" from a review.</p>\n","urlObject":{"path":["widget","opinions","{{opinion_id}}","upvotes"],"host":["{{app_url}}"],"query":[{"description":{"content":"<p>Remove upvote</p>\n","type":"text/plain"},"key":"unvote","value":"true"}],"variable":[]}},"response":[{"id":"064be6ab-52af-4c09-b09a-97fda9ca3200","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":"{{app_url}}/widget/opinions/{opinion_id}/upvotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2b5c12ecd0670a08bbe8c19631882b21\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"request_method=POST; path=/"},{"key":"X-Request-Id","value":"f15ba71b-938c-43c5-a4f4-bc39d4e30da5"},{"key":"X-Runtime","value":"0.160270"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:8080"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"opinions\",\n            \"href\": \"http://trustvox.com.br/widget/opinions\"\n        }\n    ]\n}"}],"_postman_id":"f9f73f6d-bf29-4a3d-a2bc-1068c07a56de"},{"name":"Downvote a review","id":"906d466c-adfc-432b-ae45-3385c95878f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":"{{app_url}}/widget/opinions/{{opinion_id}}/downvotes","description":"<p>It is possible to \"dislike\" and remove \"dislike\" of an opinion.</p>\n","urlObject":{"path":["widget","opinions","{{opinion_id}}","downvotes"],"host":["{{app_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Remove Downvote</p>\n","type":"text/plain"},"key":"unvote","value":"true"}],"variable":[]}},"response":[{"id":"e9bf5c83-75d0-4489-a98f-fa6b1a4d77f8","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json","type":"text"}],"url":{"raw":"{{app_url}}/widget/opinions/{opinion_id}/downvotes","host":["{{app_url}}"],"path":["widget","opinions","{opinion_id}","downvotes"],"query":[{"key":"change","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"2b5c12ecd0670a08bbe8c19631882b21\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3a727279-0eb6-4e11-a9f4-4a4a3e57d4c6"},{"key":"X-Runtime","value":"0.127405"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:8080"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"opinions\",\n            \"href\": \"http://trustvox.com.br/widget/opinions\"\n        }\n    ]\n}"}],"_postman_id":"906d466c-adfc-432b-ae45-3385c95878f9"}],"id":"d23aed5c-a929-429d-ba07-77203a12fa65","_postman_id":"d23aed5c-a929-429d-ba07-77203a12fa65","description":""},{"name":"Retrieve a review","id":"acec2df0-2897-4485-8e0c-f1f79945979d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/opinions/{{opinion_id}}","description":"<p>It is possible to filter a specific review.</p>\n","urlObject":{"path":["api","stores","{{store_id}}","opinions","{{opinion_id}}"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"9fc76984-8fe1-4d75-8532-8615143cf8ba","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/opinions/{opinion_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:12:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"572c6ecd84ba8323ac3eba8baced58df\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"cf5bf6496f9d6cf424c61b16a7a1a79e"},{"key":"X-Runtime","value":"0.035895"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc13fbbec7986-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"{opinion_id}\",\n    \"rate\": 1,\n    \"product\": {\n        \"id\": \"{product_id}\",\n        \"name\": \"Product name\",\n        \"average_rate\": \"4.9\",\n        \"total_recommends\": 1,\n        \"total_opinions\": 2,\n        \"ean\": [],\n        \"links\": [\n            {\n                \"rel\": \"page\",\n                \"href\": \"https://example.store.com/product\"\n            },\n            {\n                \"rel\": \"image\",\n                \"href\": \"//storage.truxtvox.com/image.jpg\"\n            }\n        ],\n        \"price\": \"428.72\"\n    },\n    \"client\": {\n        \"first_name\": \"Yves\",\n        \"last_name\": \"B\",\n        \"email\": \"email@email.com.br\"\n    },\n    \"recommends\": \"no\",\n    \"upvotes_count\": 0,\n    \"downvotes_count\": 0,\n    \"created_at\": \"2020-12-28T00:08:40.000-03:00\",\n    \"order\": {\n        \"created_at\": \"2020-12-22T10:51:47.000-03:00\",\n        \"delivery_date\": \"2020-12-02\",\n        \"order_id\": \"{order_id}\"\n    },\n    \"photos\": [\n        {\n            \"state\": \"pending\",\n            \"links\": [\n                {\n                    \"rel\": \"original\",\n                    \"href\": \"https://storage.trustvox.com.br/original.jpg\"\n                },\n                {\n                    \"rel\": \"square\",\n                    \"href\": \"https://storage.trustvox.com.br/square.jpg\"\n                },\n                {\n                    \"rel\": \"square_150\",\n                    \"href\": \"https://storage.trustvox.com.br/square_150.jpg\"\n                }\n            ]\n        }\n    ],\n    \"survey\": [\n        {\n            \"id\": \"{survey_id}\",\n            \"context_id\": \"{sale_item_id}\",\n            \"context_type\": \"sale_item\",\n            \"survey_id\": \"{survey_id}\",\n            \"surveyable_id\": \"{pŕoduct_id}\",\n            \"surveyable_type\": \"product\",\n            \"questions\": [\n                {\n                    \"answers\": [\n                        \"Ideal\"\n                    ],\n                    \"description\": \"Tamanho\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"Likert\"\n                },\n                {\n                    \"answers\": [\n                        \"Bom\"\n                    ],\n                    \"description\": \"Custo-benefício\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"Likert\"\n                },\n                {\n                    \"answers\": [\n                        \"Bom\"\n                    ],\n                    \"description\": \"Material\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"Likert\"\n                },\n                {\n                    \"answers\": [\n                        \"Confortável\"\n                    ],\n                    \"description\": \"Conforto\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"Likert\"\n                },\n                {\n                    \"answers\": [\n                        \"Bom\"\n                    ],\n                    \"description\": \"Caimento\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"Likert\"\n                },\n                {\n                    \"answers\": [\n                        \"Entre 1,50 m e 1,59 m\"\n                    ],\n                    \"description\": \"Qual a sua altura?\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"SingleChoice\"\n                },\n                {\n                    \"answers\": [\n                        \"Entre 60 kg e 69 kg\"\n                    ],\n                    \"description\": \"Qual o seu peso?\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"SingleChoice\"\n                },\n                {\n                    \"answers\": [\n                        \"Entre 90 cm e 99 cm\"\n                    ],\n                    \"description\": \"Qual o tamanho do seu busto?\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"SingleChoice\"\n                },\n                {\n                    \"answers\": [\n                        \"Entre 80 cm e 89 cm\"\n                    ],\n                    \"description\": \"Qual o tamanho da sua cintura?\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"SingleChoice\"\n                },\n                {\n                    \"answers\": [\n                        \"Entre 95 cm e 104 cm\"\n                    ],\n                    \"description\": \"Qual o tamanho do seu quadril?\",\n                    \"id\": \"{option_id}\",\n                    \"type\": \"SingleChoice\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"f90ee8c0-4a85-499e-bc91-38925351e5e6","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/opinions/{opinion_id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:12:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"99b4dc1018a0741b739b474fa0220d03"},{"key":"X-Runtime","value":"0.028151"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc1f38ae67986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"acec2df0-2897-4485-8e0c-f1f79945979d"},{"name":"Retrieve all reviews","id":"ce8e867a-67d9-4708-9454-066cd5a94056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/opinions?page=1&by_min_created_at=2018-07-20&by_max_created_at=2018-07-20&by_rates[]={rate}","description":"<p>List the store's reviews in paginated result</p>\n","urlObject":{"path":["api","stores","{{store_id}}","opinions"],"host":["{{app_url}}"],"query":[{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"by_min_created_at","value":"2018-07-20"},{"description":{"content":"<p>(Optional)</p>\n","type":"text/plain"},"key":"by_max_created_at","value":"2018-07-20"},{"description":{"content":"<p>(Optional) Filter reviews by rate</p>\n","type":"text/plain"},"key":"by_rates[]","value":"{rate}"}],"variable":[]}},"response":[{"id":"6c9b388c-bb3b-42ea-8493-8c0fe52fe448","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/opinions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:10:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"9241887ba1828fa91f7de8223cea48d6\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"12286f89936891f9b4eec962b14d76dd"},{"key":"X-Runtime","value":"0.276119"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cbf5d7f9e7986-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"next\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/opinions?page=2\"\n        },\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/opinions?page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": \"{opinion_id}\",\n            \"rate\": 1,\n            \"text\": \"<em>(cliente não deixou opinião, apenas deu sua nota ao produto)</em>\",\n            \"product\": {\n                \"id\": \"{product_id}\",\n                \"name\": \"Product name\",\n                \"average_rate\": \"3.0\",\n                \"total_recommends\": 1,\n                \"total_opinions\": 2,\n                \"ean\": [],\n                \"links\": [\n                    {\n                        \"rel\": \"page\",\n                        \"href\": \"https://example.store.com/product\"\n                    },\n                    {\n                        \"rel\": \"image\",\n                        \"href\": \"//storage.trustvox.com/product.jpg\"\n                    }\n                ],\n                \"price\": \"428.72\"\n            },\n            \"client\": {\n                \"first_name\": \"Yves\",\n                \"last_name\": \"B\",\n                \"email\": \"email.client@email.com\"\n            },\n            \"recommends\": \"no\",\n            \"upvotes_count\": 0,\n            \"downvotes_count\": 0,\n            \"created_at\": \"2020-12-28T00:08:40.000-03:00\",\n            \"order\": {\n                \"created_at\": \"2020-12-22T10:51:47.000-03:00\",\n                \"delivery_date\": \"2020-12-02\",\n                \"order_id\": \"{order_id}\"\n            },\n            \"photos\": [\n                {\n                    \"state\": \"pending\",\n                    \"links\": [\n                        {\n                            \"rel\": \"original\",\n                            \"href\": \"https://storage.trustvox.com.br/original.jpg\"\n                        },\n                        {\n                            \"rel\": \"square\",\n                            \"href\": \"https://storage.trustvox.com.br/square.jpg\"\n                        },\n                        {\n                            \"rel\": \"square_150\",\n                            \"href\": \"https://storage.trustvox.com.br/square_150.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"survey\": [\n                        {\n                            \"id\": \"{survey_id}\",\n                            \"context_id\": \"{sale_item_id}\",\n                            \"context_type\": \"sale_item\",\n                            \"survey_id\": \"{survey_id}\",\n                            \"surveyable_id\": \"{pŕoduct_id}\",\n                            \"surveyable_type\": \"product\",\n                            \"questions\": [\n                                {\n                                    \"answers\": [\n                                        \"Ideal\"\n                                    ],\n                                    \"description\": \"Tamanho\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"Likert\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Bom\"\n                                    ],\n                                    \"description\": \"Custo-benefício\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"Likert\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Bom\"\n                                    ],\n                                    \"description\": \"Material\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"Likert\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Confortável\"\n                                    ],\n                                    \"description\": \"Conforto\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"Likert\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Bom\"\n                                    ],\n                                    \"description\": \"Caimento\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"Likert\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Entre 1,50 m e 1,59 m\"\n                                    ],\n                                    \"description\": \"Qual a sua altura?\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"SingleChoice\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Entre 60 kg e 69 kg\"\n                                    ],\n                                    \"description\": \"Qual o seu peso?\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"SingleChoice\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Entre 90 cm e 99 cm\"\n                                    ],\n                                    \"description\": \"Qual o tamanho do seu busto?\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"SingleChoice\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Entre 80 cm e 89 cm\"\n                                    ],\n                                    \"description\": \"Qual o tamanho da sua cintura?\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"SingleChoice\"\n                                },\n                                {\n                                    \"answers\": [\n                                        \"Entre 95 cm e 104 cm\"\n                                    ],\n                                    \"description\": \"Qual o tamanho do seu quadril?\",\n                                    \"id\": \"{option_id}\",\n                                    \"type\": \"SingleChoice\"\n                                }\n                            ]\n                        }\n                    ]\n        },\n        {\n            \"id\": \"{opinion_id}\",\n            \"rate\": 5,\n            \"text\": \"Great product, I recommend the purchase. Great material.\",\n            \"product\": {\n                \"id\": \"{product_id}\",\n                \"name\": \"Product name 2\",\n                \"average_rate\": \"3.8333\",\n                \"total_recommends\": 5,\n                \"total_opinions\": 6,\n                \"ean\": [],\n                \"links\": [\n                    {\n                        \"rel\": \"page\",\n                        \"href\": \"https://example.store.com/product\"\n                    },\n                    {\n                        \"rel\": \"image\",\n                        \"href\": \"//storage.trustvox.com.br/image.jpg\"\n                    }\n                ],\n                \"price\": \"131.0\"\n            },\n            \"client\": {\n                \"first_name\": \"Klauss\",\n                \"last_name\": \"Pontes\",\n                \"email\": \"cliente.email@email.com\"\n            },\n            \"recommends\": \"unanswered\",\n            \"upvotes_count\": 0,\n            \"downvotes_count\": 0,\n            \"created_at\": \"2018-07-26T23:17:11.000-03:00\",\n            \"order\": {\n                \"created_at\": \"2018-07-07T01:28:43.000-03:00\",\n                \"delivery_date\": \"2018-07-19\",\n                \"order_id\": \"{order_id}\"\n            },\n            \"photos\": []\n        }\n    ]\n}"},{"id":"512bc580-c8c9-4d58-a1ca-2165e483326c","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/opinions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:11:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"6fb7285a0f2a588e7f4bb4ebe12779f1"},{"key":"X-Runtime","value":"0.019722"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc0575dc67986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"ce8e867a-67d9-4708-9454-066cd5a94056"}],"id":"0d056d3d-fe3e-4d47-b483-964ca3c2f689","description":"<p>You can manipulate and view information about a product  <strong>Reviews.</strong></p>\n<p>An opinion can have the following states:</p>\n<ul>\n<li><strong>pending</strong>: A review that has not been commented on, reported, or read.</li>\n<li><strong>commented</strong>: A review that has been commented by the store.</li>\n<li><strong>reported</strong>: A review that has been reported for abuse by the store.</li>\n<li><strong>read:</strong> A review that has been read by the store.</li>\n</ul>\n","_postman_id":"0d056d3d-fe3e-4d47-b483-964ca3c2f689"},{"name":"Store Reviews","item":[{"name":"Retrieve all store reviews","id":"36bb7c79-2f07-4f3e-9656-69db1dfa2cf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"token {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/store_reviews","description":"<p>Retrieve all reviews of a store by <strong>store_id</strong>. The result is paginated.</p>\n<p>Query params:</p>\n<ul>\n<li><p><strong>tags[]</strong>: Filter reviews with sales that have the tags</p>\n</li>\n<li><p><strong>by_rates[]:</strong> Filter reviews by rate</p>\n</li>\n<li><p><strong>by_min_created_at:</strong> Filter orders created from this date. \"<strong>by_min_created_at=2021-04-01</strong>\"</p>\n</li>\n<li><p><strong>by_max_created_at:</strong> Filter orders created until this date. \"<strong>by_max_created_at=2021-04-31</strong>\"</p>\n</li>\n</ul>\n","urlObject":{"path":["api","stores","{{store_id}}","store_reviews"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"c2aef738-a768-4b18-86da-fd280c285fcd","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"token {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/store_reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 02:21:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"2171eb54358a0fc95e85677d2885b63c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"124f7553b47539e31c42f6983d4ba749"},{"key":"X-Runtime","value":"0.090858"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4f8e9b2c162630-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/store_reviews?page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"text\": \"Processo de compra rápido e entrega também!\",\n            \"rate\": 5,\n            \"created_at\": \"19/08/2021\",\n            \"client\": {\n                \"id\": 1,\n                \"first_name\": \"Igor\",\n                \"last_name\": \"C\",\n                \"email\": \"email1@email.com\",\n                \"phone_number\": \"555199999999\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"text\": \"<em>(cliente não deixou opinião, apenas deu sua nota à loja)</em>\",\n            \"rate\": 5,\n            \"created_at\": \"19/08/2021\",\n            \"client\": {\n                \"id\": 2,\n                \"first_name\": \"Bruna\",\n                \"last_name\": \"R\",\n                \"email\": \"email2@email.com\"\n            }\n        }\n    ]\n}"},{"id":"cec0948b-c58c-41b1-a8a2-56b6b5c2f362","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"token {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/store_reviews"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:16:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f92326319723fe439ddbe57cf89fe4c9"},{"key":"X-Runtime","value":"0.018831"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc74739f17986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"36bb7c79-2f07-4f3e-9656-69db1dfa2cf5"},{"name":"Retrieve a store review by id","id":"3d243ea6-95bc-4045-8b68-28cf2cf405bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"token {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/store_reviews/{{store_review_id}}","description":"<p>Retrieve a store review by ID.</p>\n","urlObject":{"path":["api","stores","{{store_id}}","store_reviews","{{store_review_id}}"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"7c7cab5b-4705-4f3b-9699-70772d6b37c2","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"token {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/store_reviews/{store_review_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 04:35:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"ac3a81741c591978cdad0e0756b0f941\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e1e7035ebd0c6d10af42523f4f81acac"},{"key":"X-Runtime","value":"0.025578"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5052451a1c2603-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"text\": \"Processo de compra rápido e entrega também!\",\n    \"rate\": 5,\n    \"created_at\": \"2021-08-19T10:38:32.000-03:00\",\n    \"client\": {\n        \"id\": 1,\n        \"first_name\": \"Igor\",\n        \"last_name\": \"C\",\n        \"email\": \"email1@email.com\",\n        \"phone_number\": \"5551999999999\"\n    }\n}"},{"id":"eb0f6145-17b9-40f3-b154-5174697ebd2b","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"token {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/store_reviews"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:16:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f92326319723fe439ddbe57cf89fe4c9"},{"key":"X-Runtime","value":"0.018831"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc74739f17986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"},{"id":"9c044fbe-6f46-45a5-aba2-9395e745d8fb","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"token {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/store_reviews/{inexistant_store_review_id}"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 29 Dec 2021 04:37:03 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"a032775cac9125cfa03a2203d0bdb759"},{"key":"X-Runtime","value":"0.035213"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5054b519de2603-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3d243ea6-95bc-4045-8b68-28cf2cf405bd"}],"id":"80e0908f-e13c-4cce-9d7b-3e29bce6234b","description":"<p>Use these endpoints to retrieve store reviews data.</p>\n","_postman_id":"80e0908f-e13c-4cce-9d7b-3e29bce6234b"},{"name":"Questions","item":[{"name":"Widget","item":[{"name":"Create a product question","id":"09830d86-b8dc-4af2-9c3a-01e400957081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"body":{"mode":"raw","raw":"{\n  \"question\":\"O produto é resistente a arrrrrr?\",\n  \"email\":\"customera@email.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{app_url}}/widget/questions?store_id={{store_id}}&code={{product_code}}&url={{product_url}}","description":"<p>It's necessary to provide your <strong>store_id</strong> and <strong>product_id</strong> to create a question. You need to pass the following data in the request:</p>\n<ul>\n<li><strong>question</strong>: Question text</li>\n<li><strong>email</strong>: Email from the person responsible for the question.</li>\n</ul>\n<p>Note: Questions with the same characteristics are not allowed.</p>\n","urlObject":{"path":["widget","questions"],"host":["{{app_url}}"],"query":[{"key":"store_id","value":"{{store_id}}"},{"key":"code","value":"{{product_code}}"},{"key":"url","value":"{{product_url}}"}],"variable":[]}},"response":[{"id":"9b63fb4d-8329-43f7-b67a-f1ae7f884b41","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"authority","value":"staging.trustvox.com.br","disabled":true},{"key":"sec-ch-ua","value":"\" Not A;Brand\";v=\"99\", \"Chromium\";v=\"96\", \"Google Chrome\";v=\"96\"","disabled":true},{"key":"accept","value":"application/vnd.trustvox-v2+json"},{"key":"content-type","value":"application/json;charset=UTF-8"},{"key":"sec-ch-ua-mobile","value":"?0","disabled":true},{"key":"user-agent","value":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36","disabled":true},{"key":"sec-ch-ua-platform","value":"\"Linux\"","disabled":true},{"key":"origin","value":"http://store.example.com","disabled":true},{"key":"sec-fetch-site","value":"cross-site","disabled":true},{"key":"sec-fetch-mode","value":"cors","disabled":true},{"key":"sec-fetch-dest","value":"empty","disabled":true},{"key":"referer","value":"http://localhost:8080/","disabled":true},{"key":"accept-language","value":"pt-BR,pt;q=0.9,en-US;q=0.8,en;q=0.7","disabled":true}],"body":{"mode":"raw","raw":"{\n  \"question\":\"O produto é resistente a água?\",\n  \"email\":\"email@email.com\"\n}"},"url":{"raw":"{{app_url}}/widget/questions?store_id={store_id}&code={product_id}&url={url_loja}&photo_urls[]=https:%2F%2Fstatic.trustvox.com.br%2Ftrustvox-store%2Fapp%2Fpublic%2Fspree%2Fproducts%2F21%2Fproduct%2Fror_tote.jpeg","host":["{{app_url}}"],"path":["widget","questions"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"code","value":"{product_id}"},{"key":"url","value":"{url_loja}"},{"key":"photo_urls[]","value":"https:%2F%2Fstatic.trustvox.com.br%2Ftrustvox-store%2Fapp%2Fpublic%2Fspree%2Fproducts%2F21%2Fproduct%2Fror_tote.jpeg"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"82713bcb6fc7ae804ac4ec8af8670956\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8c076983-4c51-4e41-9fa5-623bf8c98c8f"},{"key":"X-Runtime","value":"1.254903"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:8080"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"question\": \"O produto é resistente a água?\",\n    \"id\": 1,\n    \"origin\": \"http://store.example.com/book\",\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://trustvox.com.br/widget/questions/1\"\n        }\n    ]\n}"},{"id":"28ad432c-29ab-49f4-8d18-507728dbbf79","name":"422 Unprocessable Entity - exist question","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"},{"key":"content-type","value":"application/json;charset=UTF-8"}],"body":{"mode":"raw","raw":"{\n  \"question\":\"O produto é resistente a água?\",\n  \"email\":\"email@email.com\"\n}"},"url":{"raw":"{{app_url}}/widget/questions?store_id={store_id}&code={product_id}&url={url_loja}","host":["{{app_url}}"],"path":["widget","questions"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"code","value":"{product_id}"},{"key":"url","value":"{url_loja}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"Set-Cookie","value":"request_method=POST; path=/"},{"key":"X-Request-Id","value":"aae41715-d6b3-406f-8c82-6997dc36a41e"},{"key":"X-Runtime","value":"0.277147"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:8080"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"text\": [\n            \"Ops, você já fez esta pergunta anteriormente. Por favor, verifique se a resposta já não está em seu email ou aguarde pela resposta\"\n        ]\n    }\n}"},{"id":"5804ee82-7026-41c9-bffd-025cc5544f4d","name":"422 Unprocessable Entity -invalid character amount","originalRequest":{"method":"POST","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"},{"key":"content-type","value":"application/json;charset=UTF-8"}],"body":{"mode":"raw","raw":"{\n  \"question\":\"água?\",\n  \"email\":\"email@email.com\"\n}"},"url":{"raw":"{{app_url}}/widget/questions?store_id={store_id}&code={product_id}&url={url_loja}","host":["{{app_url}}"],"path":["widget","questions"],"query":[{"key":"store_id","value":"{store_id}"},{"key":"code","value":"{product_id}"},{"key":"url","value":"{url_loja}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"ab252477-4792-420f-ad8d-4a2e18142a2d"},{"key":"X-Runtime","value":"0.087629"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:8080"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"text\": [\n            \"é muito curto (mínimo: 10 caracteres)\"\n        ]\n    }\n}"}],"_postman_id":"09830d86-b8dc-4af2-9c3a-01e400957081"},{"name":"Retrieve suggestions for a question","id":"d1529bb6-49d7-4cec-b7e4-9f4753e5c0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":"{{app_url}}/widget/questions_suggestions?text={{question_text}}&product_code={{product_id}}&store_id={{store_id}}","description":"<p>This endpoint returns the questions already asked about the product as per the text. That's it, displaying such questions to the user and preventing the question from being asked again, in addition to the fact that he already sees the answer and doesn't need to wait for it.</p>\n","urlObject":{"path":["widget","questions_suggestions"],"host":["{{app_url}}"],"query":[{"key":"text","value":"{{question_text}}"},{"key":"product_code","value":"{{product_id}}"},{"key":"store_id","value":"{{store_id}}"}],"variable":[]}},"response":[{"id":"09945e42-f9b3-425b-98ce-6555b56e4ef8","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json"}],"url":{"raw":"{{app_url}}/widget/questions_suggestions?text={question_text}&product_code={product_id}&store_id={store_id}","host":["{{app_url}}"],"path":["widget","questions_suggestions"],"query":[{"key":"text","value":"{question_text}"},{"key":"product_code","value":"{product_id}"},{"key":"store_id","value":"{store_id}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Dec 2021 18:34:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"43deeae3701dd9cc2019ddfb753972cf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"861399ef2fe9e0dabb5bebd4c30edad2"},{"key":"X-Runtime","value":"0.017267"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c551f6c886709cc-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"question\": \"É resistente à água\",\n            \"id\": 2,\n            \"origin\": \"http://store.example.com/relogio\",\n            \"answer\": \"Olá, é sim\",\n            \"answered_at\": \"11/02/2020\",\n            \"links\": [\n                {\n                    \"rel\": \"self\",\n                    \"href\": \"https://trustvox.com.br/widget/questions/1\"\n                }\n            ]\n        }\n    ],\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"https://trustvox.com.br/widget/questions_suggestions\"\n        },\n        {\n            \"rel\": \"next\",\n            \"href\": \"https://trustvox.com.br/widget/questions_suggestions?page=2\"\n        }\n    ]\n}"},{"id":"1355dd16-2b6c-43d1-8a3b-1d59028c0cba","name":"422 Unprocessable Entity - product invalid","originalRequest":{"method":"GET","header":[{"key":"accept","value":"application/vnd.trustvox-v2+json","type":"text"}],"url":{"raw":"{{app_url}}/widget/questions_suggestions?store_id={store_id}","host":["{{app_url}}"],"path":["widget","questions_suggestions"],"query":[{"key":"store_id","value":"{store_id}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"c42cfc19-87a7-4214-b7ea-e3af403c75f4"},{"key":"X-Runtime","value":"0.022731"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:8080"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Max-Age","value":"1728000"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Vary","value":"Origin"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"product_code\": [\n            \"não pode ficar em branco ou não é válido\",\n            \"não é válido\"\n        ]\n    }\n}"}],"_postman_id":"d1529bb6-49d7-4cec-b7e4-9f4753e5c0ac"},{"name":"Retrieve all questions for a product","id":"aa3e43da-5cee-4f84-a287-bc0974f53f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{app_url}}/widget/questions?store_id={{store_id}}&code={{product_code}}&order={{type}}","urlObject":{"path":["widget","questions"],"host":["{{app_url}}"],"query":[{"disabled":true,"key":"page","value":"1"},{"description":{"content":"<p>Store ID</p>\n","type":"text/plain"},"key":"store_id","value":"{{store_id}}"},{"description":{"content":"<p>Product Code</p>\n","type":"text/plain"},"key":"code","value":"{{product_code}}"},{"description":{"content":"<p>Order type: \"asc\" or \"desc\" </p>\n","type":"text/plain"},"key":"order","value":"{{type}}"}],"variable":[]}},"response":[{"id":"46609ab2-d4b8-4e05-84c6-ad9988acffcb","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/vnd.trustvox-v2+json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"{{app_url}}/widget/questions?store_id={store_id}&code={product_id}","host":["{{app_url}}"],"path":["widget","questions"],"query":[{"key":"page","value":"1","disabled":true},{"key":"store_id","value":"{store_id}"},{"key":"code","value":"{product_id}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.10.3 (Ubuntu)"},{"key":"Date","value":"Tue, 10 Mar 2020 19:37:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Status","value":"200 OK"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"a9ac4bc7316cfaeaff89ae7379f5ff33\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"dd43ba01-179e-48bc-8d7f-506666cfccd2"},{"key":"X-Runtime","value":"0.037382"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"items\": [\n        {\n            \"question\": \"É resistente a àgua?\",\n            \"id\": 1,\n            \"origin\": \"https://trustvox.com.br\",\n            \"answer\": \"Olá! É sim.\",\n            \"answered_at\": \"12/11/2021\",\n            \"links\": [\n                {\n                    \"rel\": \"self\",\n                    \"href\": \"http://trustvox.com.br/widget/questions/1\"\n                }\n            ]\n        },\n        {\n            \"question\": \"Possui marcador digital?\",\n            \"id\": 2,\n            \"origin\": \"https://trustvox.com.br\",\n            \"answer\": \"Olá! Infelizmente não :(\",\n            \"answered_at\": \"12/11/2021\",\n            \"links\": [\n                {\n                    \"rel\": \"self\",\n                    \"href\": \"http://trustvox.com.br/widget/questions/1\"\n                }\n            ]\n        }\n    ],\n    \"count_questions\": 2,\n    \"order_type\": \"desc\",\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/widget/questions\"\n        },\n        {\n            \"rel\": \"overview\",\n            \"href\": \"http://trustvox.com.br/widget/root\"\n        },\n        {\n            \"rel\": \"opinions\",\n            \"href\": \"http://trustvox.com.br/widget/opinions\"\n        },\n        {\n            \"rel\": \"next\",\n            \"href\": \"http://trustvox.com.br/widget/questions?page=2\"\n        }\n    ]\n}"}],"_postman_id":"aa3e43da-5cee-4f84-a287-bc0974f53f2a"}],"id":"5c201767-40c9-4d58-a2ad-d431200d13d1","_postman_id":"5c201767-40c9-4d58-a2ad-d431200d13d1","description":""},{"name":"Retrieve a product question","id":"f1f3a958-2de7-4f18-bcb7-af05db98e40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/questions/{question_id}","description":"<p>It is possible to filter by a given question with the <strong>store_id</strong> and <strong>question_id</strong>.</p>\n","urlObject":{"path":["api","stores","{store_id}","questions","{question_id}"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"dfbbf63e-48d6-416c-b6aa-e26b5f5f72da","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/questions/{question_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:09:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"3929746cdef086817ce7089dfa461cfd\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8ea3a713b8a010480da28ca6a7485da5"},{"key":"X-Runtime","value":"0.035113"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cbcc59ed47986-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"text\": \"O produto é resistente à água?\",\n    \"created_at\": \"2019-01-31T17:12:51.000-02:00\",\n    \"updated_at\": \"2019-01-31T17:17:56.000-02:00\",\n    \"visible\": true,\n    \"state\": \"replied\",\n    \"consumer\": {\n        \"first_name\": \"Maxsuel\",\n        \"last_name\": \"F.\",\n        \"email\": \"email1@email.com\"\n    },\n    \"product\": {\n        \"id\": \"1\",\n        \"name\": \"Relógio\",\n        \"average_rate\": \"4.5\",\n        \"total_recommends\": 2,\n        \"total_opinions\": 3,\n        \"ean\": [],\n        \"links\": [\n            {\n                \"rel\": \"page\",\n                \"href\": \"http://store.example.com/relogio\"\n            },\n            {\n                \"rel\": \"image\",\n                \"href\": \"//storage.googleapis.com/trustvox-core-production-assets/assets/product-default-44362c754ab98f0596ac77880b9571cd2666395491715654530acc00a555a4b3.jpg\"\n            }\n        ]\n    },\n    \"answer\": {\n        \"id\": 1,\n        \"text\": \"Olá, é sim\",\n        \"created_at\": \"2019-01-31T17:13:12.000-02:00\",\n        \"updated_at\": \"2019-01-31T17:13:12.000-02:00\",\n        \"user\": {\n            \"email\": \"admin@store.example.com\"\n        },\n        \"links\": [\n            {\n                \"rel\": \"question\",\n                \"href\": \"https://trustvox.com.br/api/questions/1\"\n            }\n        ]\n    }\n}"},{"id":"e360884e-e98a-4d4c-a660-0a23fd7824a3","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/questions/{question_id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:09:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"36a3682b81b3cc8a32aa0e3221f7ed22"},{"key":"X-Runtime","value":"0.020537"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cbd4bab397986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"f1f3a958-2de7-4f18-bcb7-af05db98e40b"},{"name":"Retrieve all questions","id":"00653b06-7f8f-42e9-b03a-49524428b93c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/questions","description":"<p>To retrieve all questions about your products, just run this endpoint passing the <strong>store_id</strong>.</p>\n<p>Allowed filters are:</p>\n<ul>\n<li><strong>by_min_created_at</strong>: Filters all questions with creation greater than or equal to filter</li>\n<li><strong>by_max_created_at</strong>: Filters all questions with creation less than or equal to filter</li>\n</ul>\n<p>These filters follow the format: <strong>yyyy-mm-dd hh:mm:ss-03:00</strong></p>\n","urlObject":{"path":["api","stores","{{store_id}}","questions"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"c107a87c-b778-462e-bd8d-cda28f764c9d","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/questions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:06:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"bb40fca05482482504e6d1ff3bd498fb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bbd94c629918accaecd8c578130455ae"},{"key":"X-Runtime","value":"0.114135"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cb932e9967986-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"next\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/questions?page=2\"\n        },\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/questions?page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"text\": \"Qual é o prazo de garantida do produto?\",\n            \"created_at\": \"2019-02-13T09:12:05.000-02:00\",\n            \"updated_at\": \"2019-05-24T13:30:33.000-03:00\",\n            \"visible\": true,\n            \"state\": \"pending\",\n            \"consumer\": {\n                \"first_name\": \"Renato\",\n                \"last_name\": \"X.\",\n                \"email\": \"email@email.com\"\n            },\n            \"product\": {\n                \"id\": \"1\",\n                \"name\": \"ROUPÃO AVELUDADO\",\n                \"average_rate\": \"5.0\",\n                \"total_recommends\": 0,\n                \"total_opinions\": 1,\n                \"ean\": [],\n                \"links\": [\n                    {\n                        \"rel\": \"page\",\n                        \"href\": \"http://store.example.com/roupao\"\n                    },\n                    {\n                        \"rel\": \"image\",\n                        \"href\": \"//storage.googleapis.com/trustvox-core-production-assets/assets/product-default-44362c754ab98f0596ac77880b9571cd2666395491715654530acc00a555a4b3.jpg\"\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 2,\n            \"text\": \"Gostaria de saber se vocês tem uma versão sem ser miniatura desse produto. Eu procurei no site, e não encontrei.\",\n            \"created_at\": \"2019-05-24T11:19:03.000-03:00\",\n            \"updated_at\": \"2019-05-30T17:38:11.000-03:00\",\n            \"visible\": true,\n            \"state\": \"replied\",\n            \"consumer\": {\n                \"first_name\": \"Maxsuel\",\n                \"last_name\": \"F.\",\n                \"email\": \"email1@email.com\"\n            },\n            \"product\": {\n                \"id\": \"2\",\n                \"name\": \"Miniatura Antonio Banderas Pow Of Sed Megaspr 10Ml\",\n                \"average_rate\": \"5.0\",\n                \"total_recommends\": 0,\n                \"total_opinions\": 2,\n                \"ean\": [],\n                \"links\": [\n                    {\n                        \"rel\": \"page\",\n                        \"href\": \"http://localhost:8080/\"\n                    },\n                    {\n                        \"rel\": \"image\",\n                        \"href\": \"//storage.trustvox.com.br/trustvox-core-production-uploads/uploads/product/photo/21707449/square_antonio-banderas-power-of-seduction.jpg\"\n                    }\n                ]\n            },\n            \"answer\": {\n                \"id\": 2,\n                \"text\": \"Infelizmente só temos esse produto disponível para lojas físicas. :(\",\n                \"created_at\": \"2019-05-24T12:19:15.000-03:00\",\n                \"updated_at\": \"2019-05-24T16:53:31.000-03:00\",\n                \"user\": {\n                    \"email\": \"email@email.com\"\n                },\n                \"links\": [\n                    {\n                        \"rel\": \"question\",\n                        \"href\": \"https://trustvox.com.br/api/questions/2\"\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"70a7052f-6e7e-4a9b-8f18-326c46a7c70d","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{{store_id}}/questions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:07:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"24f1e67928dfe348cc17df4a24e5e2bd"},{"key":"X-Runtime","value":"0.024510"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cba8298a77986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"00653b06-7f8f-42e9-b03a-49524428b93c"}],"id":"0df413eb-f21e-4f2a-8567-a41689154409","description":"<p>Manipulate and view information about questions. In this item, you can allow your customer to ask questions about your product and also consult them.</p>\n<hr />\n<p>A question can be following states:</p>\n<ul>\n<li><strong>pending:</strong> A question that was not answered or reported.</li>\n<li><strong>replied</strong>: A question that was answered</li>\n<li><strong>reported:</strong> A question that was reported for abuse.</li>\n</ul>\n<p><img src=\"https://storage.googleapis.com/trustvox-core-production-assets/doc/question-states.png?w=533&amp;h=423\" alt /></p>\n","_postman_id":"0df413eb-f21e-4f2a-8567-a41689154409"},{"name":"Sellers","item":[{"name":"Retrieve a seller","id":"d5f020aa-9ddb-4673-9fdd-8532ce91b298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/sellers/{{seller_id}}","description":"<p>Returns information about a seller</p>\n","urlObject":{"path":["api","stores","{{store_id}}","sellers","{{seller_id}}"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"8d9ab4c7-ee3a-4e41-aa4b-f5c3d0f117f7","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/sellers/{seller_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Jan 2022 13:39:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"a16dfc64c72982254545f4ae81fc7752\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2507b792f161c54ed567dcb4b74e4dd7"},{"key":"X-Runtime","value":"0.400406"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=300; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6d6358337bb84cf1-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1489,\n    \"name\": \"Seller Name\",\n    \"store_id\": 265,\n    \"external_id\": \"123456\",\n    \"created_at\": \"2021-01-29T16:25:29.000-03:00\",\n    \"updated_at\": \"2022-01-31T09:43:13.000-03:00\",\n    \"average_rate\": 3.4,\n    \"total_opinions\": 5,\n    \"photo_url\": \"\",\n    \"nps\": {\n        \"detractors\": {\n            \"percentage\": \"33.3\",\n            \"total\": 1\n        },\n        \"histogram\": {\n            \"0\": 0,\n            \"1\": 0,\n            \"2\": 0,\n            \"3\": 1,\n            \"4\": 0,\n            \"5\": 0,\n            \"6\": 0,\n            \"7\": 0,\n            \"8\": 1,\n            \"9\": 1,\n            \"10\": 0\n        },\n        \"neutral\": {\n            \"percentage\": \"33.3\",\n            \"total\": 1\n        },\n        \"promoters\": {\n            \"percentage\": \"33.3\",\n            \"total\": 1\n        },\n        \"score\": 0,\n        \"total\": 3\n    },\n    \"histogram\": [\n        {\n            \"rate\": 5,\n            \"description\": \"Excelente\",\n            \"total\": 2\n        },\n        {\n            \"rate\": 4,\n            \"description\": \"Bom\",\n            \"total\": 1\n        },\n        {\n            \"rate\": 3,\n            \"description\": \"Razoável\",\n            \"total\": 0\n        },\n        {\n            \"rate\": 2,\n            \"description\": \"Ruim\",\n            \"total\": 1\n        },\n        {\n            \"rate\": 1,\n            \"description\": \"Muito ruim\",\n            \"total\": 1\n        }\n    ],\n    \"summaries\": [\n        {\n            \"description\": \"Como você avalia a entrega com base no prazo informado no momento da compra?\",\n            \"question_id\": 5577,\n            \"summary\": {\n                \"average\": 0,\n                \"histogram\": [\n                    {\n                        \"description\": \"Entrega foi antes do prazo\",\n                        \"total\": 1,\n                        \"weight\": null\n                    },\n                    {\n                        \"description\": \"Entrega foi com atraso\",\n                        \"total\": 1,\n                        \"weight\": null\n                    },\n                    {\n                        \"description\": \"Entrega foi no prazo\",\n                        \"total\": 1,\n                        \"weight\": null\n                    }\n                ],\n                \"total\": 3\n            },\n            \"type\": \"SingleChoice\"\n        },\n        {\n            \"description\": \"Como você avalia o cuidado com a entrega do produto?\",\n            \"question_id\": 5578,\n            \"summary\": {\n                \"average\": 0,\n                \"histogram\": [\n                    {\n                        \"description\": \"Danificada, mas não afetou o produto\",\n                        \"total\": 1,\n                        \"weight\": null\n                    },\n                    {\n                        \"description\": \"O produto chegou sem danos.\",\n                        \"total\": 1,\n                        \"weight\": null\n                    },\n                    {\n                        \"description\": \"Produto chegou danificado ou quebrado\",\n                        \"total\": 1,\n                        \"weight\": null\n                    }\n                ],\n                \"total\": 3\n            },\n            \"type\": \"SingleChoice\"\n        },\n        {\n            \"description\": \"Quanto o nosso produto atende às suas expectativas?\",\n            \"question_id\": 5579,\n            \"summary\": {\n                \"average\": 0,\n                \"histogram\": [\n                    {\n                        \"description\": \"Produto igual à descrição\",\n                        \"total\": 1,\n                        \"weight\": null\n                    },\n                    {\n                        \"description\": \"Produto não corresponde à descrição\",\n                        \"total\": 3,\n                        \"weight\": null\n                    },\n                    {\n                        \"description\": \"Produto recebido é melhor que esperava ao ver descrição e fotos\",\n                        \"total\": 0,\n                        \"weight\": null\n                    }\n                ],\n                \"total\": 4\n            },\n            \"type\": \"SingleChoice\"\n        }\n    ]\n}"},{"id":"5fe27093-7863-4fe0-8cf8-a552a5c627a8","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/sellers/{seller_id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 12:25:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cd3966f011bdd9361f63c90680ad6e3a"},{"key":"X-Runtime","value":"0.017435"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b40cacc2679b6-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"d5f020aa-9ddb-4673-9fdd-8532ce91b298"},{"name":"Retrieve all sellers","id":"5c7f4d4a-ddae-4a22-85a3-79693940d5cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/sellers/","description":"<p>Returns a paginated list of all the company's sellers</p>\n","urlObject":{"path":["api","stores","{store_id}","sellers",""],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"c35616db-e9c2-4932-8108-8a06cd1c5ef3","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/sellers/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 13:28:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"a308e357f1ba23e958899210289263df\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7e868917af57d6a2336e2635221f8a99"},{"key":"X-Runtime","value":"0.034296"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b9c9b3f1709e4-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/sellers?page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"name\": \"Seller Name 1\",\n            \"store_id\": 1,\n            \"external_id\": \"1A\",\n            \"created_at\": \"2019-07-10T14:13:23.000-03:00\",\n            \"updated_at\": \"2021-12-30T10:00:19.000-03:00\",\n            \"photo_url\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/seller/photo/1/logo.jpg\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Seller Name\",\n            \"store_id\": 1,\n            \"external_id\": \"2B\",\n            \"created_at\": \"2021-09-30T16:07:01.000-03:00\",\n            \"updated_at\": \"2021-12-30T10:01:49.000-03:00\",\n            \"photo_url\": \"\"\n        }\n    ]\n}"},{"id":"3abbe840-3666-418a-8d9d-6c85c9f4acb9","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/sellers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 12:25:51 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"cd3966f011bdd9361f63c90680ad6e3a"},{"key":"X-Runtime","value":"0.017435"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b40cacc2679b6-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"5c7f4d4a-ddae-4a22-85a3-79693940d5cd"},{"name":"Retrieve seller review","id":"ba4e7439-f19a-4043-ab59-633151661132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/seller_reviews/{seller_review_id}","description":"<p>Returns a seller review</p>\n","urlObject":{"path":["api","stores","{store_id}","seller_reviews","{seller_review_id}"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"09c6e633-84a5-484d-85f4-c8fa2931fa90","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/seller_reviews/{seller_review_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 13:10:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"ce2cc3e8fe4ceb54e7db9cbc81c8e488\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2f78f27396707080c547aa3478c26289"},{"key":"X-Runtime","value":"0.072210"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b81bf0b354d2a-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"rate\": 5,\n    \"text\": \"Fantástico, veio tudo certinho!\",\n    \"client_id\": 1,\n    \"sale_id\": 1,\n    \"seller_id\": 1,\n    \"created_at\": \"2019-07-10T14:40:22.000-03:00\",\n    \"updated_at\": \"2019-07-10T14:40:22.000-03:00\",\n    \"seller\": {\n        \"id\": 1,\n        \"name\": \"Vendedor de Sonhos\",\n        \"store_id\": 1,\n        \"external_id\": \"123A\",\n        \"created_at\": \"2019-07-10T14:13:23.000-03:00\",\n        \"updated_at\": \"2021-12-30T10:00:19.000-03:00\",\n        \"photo_url\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/seller/photo/1/horizontal_Little-Dream-800x800.jpg\"\n    },\n    \"client\": {\n        \"id\": 1,\n        \"first_name\": \"Bruno\",\n        \"last_name\": \"C.\",\n        \"email\": \"email@email.com\"\n    }\n}"},{"id":"822c61ee-3a49-4092-b1cd-879e53ebd5c6","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/seller_reviews/{seller_reviews_id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 13:11:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"4564f4601fbae7089f26613d500a437e"},{"key":"X-Runtime","value":"0.026367"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b8301a9a34d2a-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"ba4e7439-f19a-4043-ab59-633151661132"},{"name":"Retrieve seller reviews","id":"a483a412-c223-4f1e-8808-9894cc0323a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/seller_reviews?by_external_id=1&by_seller_id=1A","description":"<p>Returns seller reviews.</p>\n","urlObject":{"path":["api","stores","{store_id}","seller_reviews"],"host":["{{app_url}}"],"query":[{"description":{"content":"<p>Filter reviews by external id (Optional)</p>\n","type":"text/plain"},"key":"by_external_id","value":"1"},{"description":{"content":"<p>Filter reviews by seller id in Trustvox (Optional)</p>\n","type":"text/plain"},"key":"by_seller_id","value":"1A"}],"variable":[]}},"response":[{"id":"5d6c9460-55ec-4d8e-8ea9-71f6c7af607a","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/seller_reviews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 12:23:11 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"bcca4429c3fd887f332196c04867a0d3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"46defea435dd0e722f4188558fc9b3d0"},{"key":"X-Runtime","value":"0.133808"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b3ce49d7e79b6-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/seller_reviews?page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"rate\": 5,\n            \"text\": \"Fantástico, veio tudo certinho!\",\n            \"client_id\": 1,\n            \"sale_id\": 1,\n            \"seller_id\": 1,\n            \"created_at\": \"2019-07-10T14:40:22.000-03:00\",\n            \"updated_at\": \"2019-07-10T14:40:22.000-03:00\",\n            \"seller\": {\n                \"id\": 1,\n                \"name\": \"Vendedor de Sonhos\",\n                \"store_id\": 1,\n                \"external_id\": \"1\",\n                \"created_at\": \"2019-07-10T14:13:23.000-03:00\",\n                \"updated_at\": \"2021-12-30T09:00:18.000-03:00\",\n                \"photo_url\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/seller/photo/330/horizontal_Little-Dream-800x800.jpg\"\n            },\n            \"client\": {\n                \"id\": 1,\n                \"first_name\": \"Bruno\",\n                \"last_name\": \"C\",\n                \"email\": \"email@email.com.br\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"rate\": 5,\n            \"text\": \"\",\n            \"client_id\": 2,\n            \"sale_id\": 2,\n            \"seller_id\": 2,\n            \"created_at\": \"2019-07-16T14:28:57.000-03:00\",\n            \"updated_at\": \"2019-07-16T14:28:57.000-03:00\",\n            \"seller\": {\n                \"id\": 2,\n                \"name\": \"Vendedor de Balas\",\n                \"store_id\": 1,\n                \"external_id\": \"2\",\n                \"created_at\": \"2019-07-16T10:52:01.000-03:00\",\n                \"updated_at\": \"2021-12-30T09:00:18.000-03:00\",\n                \"photo_url\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/seller/photo/1/horizontal_candy-logo_1438-537.jpg\"\n            },\n            \"client\": {\n                \"id\": 2,\n                \"first_name\": \"Cleyton\",\n                \"last_name\": \"M\",\n                \"email\": \"email2@email.com.br\",\n                \"phone_number\": \"559999999999\"\n            }\n        },\n        {\n            \"id\": 3,\n            \"rate\": 4,\n            \"text\": \"a entrega foi muito boa!\",\n            \"client_id\": 2,\n            \"sale_id\": 3,\n            \"seller_id\": 4,\n            \"created_at\": \"2019-08-13T14:29:41.000-03:00\",\n            \"updated_at\": \"2019-08-13T14:29:41.000-03:00\",\n            \"seller\": {\n                \"id\": 3,\n                \"name\": \"Vendedor de Sonhos\",\n                \"store_id\": 1,\n                \"external_id\": \"1\",\n                \"created_at\": \"2019-07-10T14:13:23.000-03:00\",\n                \"updated_at\": \"2021-12-30T09:00:18.000-03:00\",\n                \"photo_url\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/seller/photo/330/horizontal_Little-Dream-800x800.jpg\"\n            },\n            \"client\": {\n                \"id\": 2,\n                \"first_name\": \"Cleyton\",\n                \"last_name\": \"M.\",\n                \"email\": \"email@email.com.br\",\n                \"phone_number\": \"559999999999\"\n            }\n        }        \n    ]\n}"},{"id":"d12ed600-3d3b-4626-918c-adeecc9e2d17","name":"200 OK with filter","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}/seller_reviews?by_external_id=1A","host":["{{app_url}}"],"path":["api","stores","{store_id}","seller_reviews"],"query":[{"key":"by_external_id","value":"1A"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 13:23:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"f760650e1d7265b43c514e5164b7f700\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b3c71d6caa31439b706e8243fe374f24"},{"key":"X-Runtime","value":"0.071590"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b951feabe09e4-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/seller_reviews?by_external_id=2&page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"rate\": 5,\n            \"text\": \"\",\n            \"client_id\": 1,\n            \"sale_id\": 1,\n            \"seller_id\": 1,\n            \"created_at\": \"2019-07-16T14:28:57.000-03:00\",\n            \"updated_at\": \"2019-07-16T14:28:57.000-03:00\",\n            \"seller\": {\n                \"id\": 1,\n                \"name\": \"Vendedor de Balas\",\n                \"store_id\": 1,\n                \"external_id\": \"1A\",\n                \"created_at\": \"2019-07-16T10:52:01.000-03:00\",\n                \"updated_at\": \"2021-12-30T10:00:20.000-03:00\",\n                \"photo_url\": \"https://storage.trustvox.com.br/trustvox-core-production-uploads/uploads/seller/photo/1/horizontal_candy-logo_1438-537.jpg\"\n            },\n            \"client\": {\n                \"id\": 1,\n                \"first_name\": \"Cleyton\",\n                \"last_name\": \"M.\",\n                \"email\": \"email@email.com\",\n                \"phone_number\": \"559999999999\"\n            }\n        }\n    ]\n}"},{"id":"06ba1b0d-2d25-4b83-93ed-9bffb701c67e","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/seller_reviews"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 12:26:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"e00de82eb0394c1537b6bb2ef80f2cad"},{"key":"X-Runtime","value":"0.022324"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5b421c69cb79b6-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"a483a412-c223-4f1e-8808-9894cc0323a3"}],"id":"12da46e8-f3de-450f-b39f-e1a5ce02bcdf","description":"<p>This resource is dedicated to the marketplace</p>\n","_postman_id":"12da46e8-f3de-450f-b39f-e1a5ce02bcdf"},{"name":"Tags","item":[{"name":"Retrieve tags","id":"23dfdc32-6cb4-4d95-af85-9d0840a1d0de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}"}],"url":"{{app_url}}/api/stores/{{store_id}}/tags","description":"<p>Use this endpoint to retrieve tags associated with your store, products, customers, and orders. By default, it returns store tags.</p>\n<p>To return tags from other resources, use the \"belonging_to\" parameter as:</p>\n<ul>\n<li>belonging_to = orders, to orders tags</li>\n<li>belonging_to = products, to products tags</li>\n<li>belonging_to = clients to, customers tags</li>\n</ul>\n","urlObject":{"path":["api","stores","{{store_id}}","tags"],"host":["{{app_url}}"],"query":[],"variable":[]}},"response":[{"id":"17637ee3-1c15-4ba6-b59f-362c8dc2668e","name":"Store tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":"{{app_url}}/api/stores/{store_id}/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:15:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"4882dfd2e8f78b1e46a637cc597d5031\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b51dc49080ac3308912aa37e0e4c02ff"},{"key":"X-Runtime","value":"0.029531"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc5d97fe57986-GRU"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/tags\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 1,\n            \"name\": \"Segmento/Cosméticos\"\n        }\n    ]\n}"},{"id":"c9f15922-0746-4ef0-8e7b-8a03b313e477","name":"Orders Tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}/tags?belonging_to=orders","host":["{{app_url}}"],"path":["api","stores","{store_id}","tags"],"query":[{"key":"belonging_to","value":"orders"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 03:56:29 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"b823415601dcbeb4e3d8c96d8285d2c1\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"885063025a24155e23491acd5b76079e"},{"key":"X-Runtime","value":"0.223821"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c5856a6e80f25d3-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/tags?belonging_to=orders&page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 2,\n            \"name\": \"Canal/Online\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"pagamento/cartao\"\n        }\n    ]\n}"},{"id":"98ec52ee-d5b0-4f1e-ba59-eaea684b4014","name":"Product Tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_token}"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}/tags?belonging_to=products","host":["{{app_url}}"],"path":["api","stores","{store_id}","tags"],"query":[{"key":"belonging_to","value":"products"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 04:00:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"ba83420139516652fea8d68c3c63ee79\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bf84a12c85b41683a37195090f6e793c"},{"key":"X-Runtime","value":"0.096041"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c585c0e8b5d25d3-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/tags?belonging_to=products&page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 4,\n            \"name\": \"Categoria/Camisetas\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"categoria/Bermudas\"\n        }\n    ]\n}"},{"id":"64e48d6f-d17e-4e69-9e25-bad6209ad838","name":"Customers Tags","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {store_tags}"}],"url":{"raw":"{{app_url}}/api/stores/{store_id}/tags?belonging_to=clients","host":["{{app_url}}"],"path":["api","stores","{store_id}","tags"],"query":[{"key":"belonging_to","value":"clients"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Dec 2021 04:01:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"ETag","value":"W/\"ae35b15596c95375cc4a5565eec73aa8\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8ed54c066ddbbfc85ec37a7bd5f4a412"},{"key":"X-Runtime","value":"0.256225"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c585eb03f4b25d3-GIG"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"links\": [\n        {\n            \"rel\": \"self\",\n            \"href\": \"http://trustvox.com.br/api/stores/{store_id}/tags?belonging_to=clients&page=1\"\n        }\n    ],\n    \"items\": [\n        {\n            \"id\": 6,\n            \"name\": \"Sex/Female\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Age/18\"\n        }\n    ]\n}"},{"id":"68396312-0b13-4350-b2dd-2d6f612ce086","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/vnd.trustvox.com; version=1"},{"key":"Authorization","value":"Bearer {{store_token}}","disabled":true}],"url":"{{app_url}}/api/stores/{store_id}/tags"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Dec 2021 18:15:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"80e08539da9f3d87f36907d1a376df89"},{"key":"X-Runtime","value":"0.024864"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6c4cc6488ee07986-GRU"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You do not have access to this resource\"\n}"}],"_postman_id":"23dfdc32-6cb4-4d95-af85-9d0840a1d0de"}],"id":"038e2c9d-d0ad-4fd3-b839-dabba9fba250","_postman_id":"038e2c9d-d0ad-4fd3-b839-dabba9fba250","description":""}]}