{ "info": { "_postman_id": "e97c274d-c7cf-4d20-bdbe-84e2ceff31c3", "name": "Unified.to account review API", "description": "One API to Rule Them All\n\nContact Support:\n Email: hello@unified.to", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-e97c274d-c7cf-4d20-bdbe-84e2ceff31c3" }, "item": [ { "name": "commerce", "item": [ { "name": "{connection_id}", "item": [ { "name": "review", "item": [ { "name": "{id}", "item": [ { "name": "Remove a review", "id": "2f8c2159-f335-45ba-87cb-eab741ffccd9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "variable": [ { "id": "841ba840-d41a-403f-ac14-6ead0823d0e1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "5ed48b7d-84d7-44a8-85da-0217918e32d0", "key": "id", "value": "", "description": "(Required) ID of the Review" } ] } }, "response": [ { "id": "36fec10c-2838-48e3-832a-487af5267335", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-36fec10c-2838-48e3-832a-487af5267335" }, { "id": "07641bb0-5048-4214-9a8e-0ffab2fda8d7", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [ { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "Content-Type", "value": "" } ], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-07641bb0-5048-4214-9a8e-0ffab2fda8d7" } ], "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-2f8c2159-f335-45ba-87cb-eab741ffccd9" }, { "name": "Retrieve a review", "id": "0e490397-81dd-4a71-a55e-eb90ec284117", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id?fields=id&fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "99fb199c-b035-4ec9-80fc-f905bfa3f9ca", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "8a9ef741-92ac-4f7b-b70f-3b8b449a8904", "key": "id", "value": "", "description": "(Required) ID of the Review" } ] } }, "response": [ { "id": "546787c4-6c33-4c6a-ae1b-66b56cf2195a", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id?fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-546787c4-6c33-4c6a-ae1b-66b56cf2195a" } ], "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-0e490397-81dd-4a71-a55e-eb90ec284117" }, { "name": "Update a review", "id": "c7053712-8810-43cf-aae7-c9bd0f21ad7d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id?fields=id&fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "9e33816f-cd38-498c-bc5b-154d64a3baad", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "eb72390d-c8d0-4eb7-afce-1bcf5efd65da", "key": "id", "value": "", "description": "(Required) ID of the Review" } ] } }, "response": [ { "id": "645ff236-3e63-4765-ade8-d497c7788368", "name": "Successful", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id?fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-645ff236-3e63-4765-ade8-d497c7788368" } ], "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-c7053712-8810-43cf-aae7-c9bd0f21ad7d" }, { "name": "Update a review", "id": "64867f37-e9ef-48bb-bda9-13e2d56cae28", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id?fields=id&fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "c4b28c48-67a9-4bd5-ad1e-a613e6b6827b", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6e235bff-f287-4d3b-b0cb-fc61764f4157", "key": "id", "value": "", "description": "(Required) ID of the Review" } ] } }, "response": [ { "id": "05f9fc42-8335-490b-85d7-d721f4386979", "name": "Successful", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review/:id?fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-05f9fc42-8335-490b-85d7-d721f4386979" } ], "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-64867f37-e9ef-48bb-bda9-13e2d56cae28" } ], "id": "dc15d685-d61a-42a1-a7ee-02f9315578a2", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-dc15d685-d61a-42a1-a7ee-02f9315578a2" }, { "name": "List all reviews", "id": "b91a5743-5221-4a10-93e6-64cb66e312ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review?limit=&offset=&updated_gte=&sort=&order=&query=&item_id=&location_id=&contact_id=&fields=id&fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The item ID to filter by (reference to CommerceItem)", "key": "item_id", "value": "" }, { "description": "The location ID to filter by (reference to CommerceLocation)", "key": "location_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "39c546a6-15e2-4570-80a4-4c0cae5d3483", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "32bf3ff8-f870-4627-88b4-925eaa977b1c", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review?limit=&offset=&updated_gte=&sort=&order=&query=&item_id=&location_id=&contact_id=&fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review" ], "query": [ { "key": "limit", "value": "" }, { "key": "offset", "value": "" }, { "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)", "key": "updated_gte", "value": "" }, { "key": "sort", "value": "" }, { "key": "order", "value": "" }, { "description": "Query string to search. eg. email address or name", "key": "query", "value": "" }, { "description": "The item ID to filter by (reference to CommerceItem)", "key": "item_id", "value": "" }, { "description": "The location ID to filter by (reference to CommerceLocation)", "key": "location_id", "value": "" }, { "description": "The contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"minim_4\": 87259422\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"nostrud118\": 51669688.17769343\n },\n \"status\": \"PENDING\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"consectetur_9d\": -28273919.04852909\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n },\n {\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"Ut_05_\": true,\n \"est77\": 35671891.60468361\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"ex_f8d\": -86315452\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXTAREA\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"URL\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"CURRENCY\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"in143\": 44707108,\n \"velit_01\": \"laborum Lorem do Excepteur\",\n \"doloreb\": 92142235\n },\n \"status\": \"PENDING\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n }\n]", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-32bf3ff8-f870-4627-88b4-925eaa977b1c" } ], "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-b91a5743-5221-4a10-93e6-64cb66e312ef" }, { "name": "Create a review", "id": "38e096d3-f2fc-4b10-b322-d2f9173eea97", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review?fields=id&fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "id" }, { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "id": "05e5aa1b-838a-4afb-9ad8-8385c1b3f4cd", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "3a0df398-b924-4847-8030-daf7d642cef8", "name": "Successful", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/review?fields=rating&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "review" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "rating" }, { "description": "Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar", "key": "raw", "value": "" } ], "variable": [ { "key": "connection_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"item_id\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"comments\": [\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"enim_f3\": \"deserunt Lorem velit veniam quis\",\n \"veniamb28\": 63055087\n },\n \"status\": \"REJECTED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"content\": \"\",\n \"author_avatar_url\": \"\",\n \"author_email\": \"\",\n \"author_location\": \"\",\n \"author_name\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MULTIPLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"raw\": {\n \"reprehenderit_8\": -15558933.700581253\n },\n \"status\": \"APPROVED\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"content\": \"\",\n \"created_at\": \"\",\n \"helpful_votes\": \"\",\n \"id\": \"\",\n \"is_featured\": \"\",\n \"is_public\": \"\",\n \"is_verified\": \"\",\n \"item_variant_id\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"DATE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"rating\": \"\",\n \"raw\": {\n \"ut_a5\": \"proident et c\",\n \"aliqua0\": \"consequat exercitation pariatur veniam labo\"\n },\n \"status\": \"APPROVED\",\n \"title\": \"\",\n \"unhelpful_votes\": \"\",\n \"updated_at\": \"\",\n \"url\": \"\",\n \"verified_purchase\": \"\"\n}", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-3a0df398-b924-4847-8030-daf7d642cef8" } ], "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-38e096d3-f2fc-4b10-b322-d2f9173eea97" } ], "id": "d3e1861e-b95e-4cd1-86df-9353c969dc81", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-d3e1861e-b95e-4cd1-86df-9353c969dc81" } ], "id": "e6e4553a-71b3-4d14-8adf-ff856f62a9fe", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-e6e4553a-71b3-4d14-8adf-ff856f62a9fe" } ], "id": "523044e4-3b93-4188-a4ac-df3d719b7ba3", "createdAt": "2026-07-28T03:26:36.000Z", "updatedAt": "2026-07-28T03:26:36.000Z", "uid": "35240-523044e4-3b93-4188-a4ac-df3d719b7ba3" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.unified.to" } ] }