{ "info": { "_postman_id": "a6cbfe1c-9041-4112-9dd4-56ad346d2ecf", "name": "Unified.to account item 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:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-a6cbfe1c-9041-4112-9dd4-56ad346d2ecf" }, "item": [ { "name": "commerce", "item": [ { "name": "{connection_id}", "item": [ { "name": "item", "item": [ { "name": "{id}", "item": [ { "name": "Remove an item", "id": "d43319db-7cbd-4446-b90d-5c6022781fe9", "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/item/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "variable": [ { "id": "8e080b01-2dd1-4b69-be59-c20c879dd7f5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "d974100b-3931-4c2b-a4f1-3f442a8be064", "key": "id", "value": "", "description": "(Required) ID of the Item" } ] } }, "response": [ { "id": "5a2466cf-f748-45c8-8288-d5d87cacb3e8", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-5a2466cf-f748-45c8-8288-d5d87cacb3e8" }, { "id": "4a7722be-b87d-4e04-9308-c18bb0500d52", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item/:id", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":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:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-4a7722be-b87d-4e04-9308-c18bb0500d52" } ], "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-d43319db-7cbd-4446-b90d-5c6022781fe9" }, { "name": "Retrieve an item", "id": "2675acf4-26f3-47be-8b9b-1734974d0415", "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/item/:id?fields=location_id&fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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": "4199cd51-c2b3-48da-bf1d-0921eef1c542", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "9a5168d7-54b1-4a9d-8681-c1619cc098fc", "key": "id", "value": "", "description": "(Required) ID of the Item" } ] } }, "response": [ { "id": "bf9eb396-0dc1-4588-b354-5a2561589c68", "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/item/:id?fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-bf9eb396-0dc1-4588-b354-5a2561589c68" } ], "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-2675acf4-26f3-47be-8b9b-1734974d0415" }, { "name": "Update an item", "id": "9e56ca4c-fade-4c78-8e15-f1c9847fd904", "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item/:id?fields=location_id&fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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": "b550e271-b60a-4260-b245-02f8967c108a", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "30c4487b-0b9d-4bf8-8546-90958fd600fc", "key": "id", "value": "", "description": "(Required) ID of the Item" } ] } }, "response": [ { "id": "fe7aa873-0781-4d39-87d1-07cc2c4860ea", "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item/:id?fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-fe7aa873-0781-4d39-87d1-07cc2c4860ea" } ], "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-9e56ca4c-fade-4c78-8e15-f1c9847fd904" }, { "name": "Update an item", "id": "7ccb4590-f706-442e-9c7b-bc9ff2ca93d9", "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item/:id?fields=location_id&fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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": "79d5549b-b266-4470-aee9-6642cf9d7bb9", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6212cdba-0b14-4250-9009-58c44300ffd4", "key": "id", "value": "", "description": "(Required) ID of the Item" } ] } }, "response": [ { "id": "db51e141-05cc-4797-aa3e-0a05d538de06", "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item/:id?fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-db51e141-05cc-4797-aa3e-0a05d538de06" } ], "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-7ccb4590-f706-442e-9c7b-bc9ff2ca93d9" } ], "id": "7ce31c66-63b0-4755-9668-cb8d79496920", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-7ce31c66-63b0-4755-9668-cb8d79496920" }, { "name": "List all items", "id": "a18104f9-fb1d-45c2-b659-52f8c522b020", "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/item?limit=&offset=&updated_gte=&sort=&order=&query=&collection_id=&org_id=&fields=location_id&fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item" ], "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 collection ID to filter by (reference to CommerceCollection)", "key": "collection_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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": "0d704722-3e05-491e-92bd-e9d27b14579d", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "31210eb8-c876-444f-a231-a8736eb48108", "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/item?limit=&offset=&updated_gte=&sort=&order=&query=&collection_id=&org_id=&fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item" ], "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 collection ID to filter by (reference to CommerceCollection)", "key": "collection_id", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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 \"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\": \"BOOLEAN\",\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\": \"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\": \"URL\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"Lorem_9\": -73926890,\n \"ipsum_ce2\": \"anim aliquip\"\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"SINGLE_SELECT\",\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 \"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\": \"NUMBER\",\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 \"position\": \"\",\n \"type\": \"image\",\n \"width\": \"\"\n }\n ],\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\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"consequat_6d7\": \"occaecat Lorem Duis dolor in\",\n \"aute9a\": false,\n \"non8\": false\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"oz\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"MEASUREMENT\",\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\": \"FILE\",\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 \"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\": \"NUMBER\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"in898\": 9682841.961745486,\n \"aute20\": -4911566\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n },\n {\n \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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\": \"MULTIPLE_SELECT\",\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 \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXT\",\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 \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"occaecat69\": 17465137.558236778,\n \"Lorem_976\": 35605535,\n \"fugiat_f\": false,\n \"ut__49\": -26272232.725026563\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MULTIPLE_SELECT\",\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 \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"YES_NO\",\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 \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"ex_bc6\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"oz\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\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\": \"MULTIPLE_SELECT\",\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\": \"image\",\n \"width\": \"\"\n }\n ],\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"TEXT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n },\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"PRICE\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"ea3\": 48546813\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"g\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\"\n }\n]", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-31210eb8-c876-444f-a231-a8736eb48108" } ], "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-a18104f9-fb1d-45c2-b659-52f8c522b020" }, { "name": "Create an item", "id": "fcc39827-7450-4c38-b3ce-5c1fe58b6360", "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item?fields=location_id&fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "location_id" }, { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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": "fc2fc59c-4b1d-4368-9913-132f2cc66623", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "dd4f9b67-3727-4689-8430-239c3b1c1ca3", "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/commerce/:connection_id/item?fields=tags&raw=", "host": [ "{{baseUrl}}" ], "path": [ "commerce", ":connection_id", "item" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "tags" }, { "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 \"account_id\": \"\",\n \"collection_ids\": [\n \"\",\n \"\"\n ],\n \"collections\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"created_at\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"global_code\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_taxable\": \"\",\n \"is_visible\": \"\",\n \"location_id\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"BOOLEAN\",\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\": \"video\",\n \"width\": \"\"\n },\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"metadata\": [\n {\n \"description\": \"\",\n \"extra_data\": {},\n \"format\": \"FILE\",\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 \"position\": \"\",\n \"type\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"SINGLE_SELECT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"labore9\": -4366396.061388895\n },\n \"requires_shipping\": \"\",\n \"slug\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"taxrate_id\": \"\",\n \"total_stock\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"variants\": [\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\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\": \"MEASUREMENT\",\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\": \"TEXT\",\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\": \"video\",\n \"width\": \"\"\n }\n ],\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\": \"MEASUREMENT\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"incba\": \"Ut \",\n \"ipsum0a\": 96704965.59238818,\n \"adipisicing_1\": true\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"inch\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n },\n {\n \"available_at\": \"\",\n \"created_at\": \"\",\n \"description\": \"\",\n \"height\": \"\",\n \"id\": \"\",\n \"inventory_id\": \"\",\n \"is_active\": \"\",\n \"is_featured\": \"\",\n \"is_visible\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"\"\n }\n ],\n \"length\": \"\",\n \"media\": [\n {\n \"url\": \"\",\n \"alt\": \"\",\n \"height\": \"\",\n \"id\": \"\",\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\": \"SINGLE_SELECT\",\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\": \"URL\",\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 \"position\": \"\",\n \"type\": \"image\",\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\": \"BOOLEAN\",\n \"id\": \"\",\n \"is_required\": \"\",\n \"namespace\": \"\",\n \"slug\": \"\",\n \"value\": {}\n }\n ],\n \"name\": \"\",\n \"options\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"position\": \"\"\n }\n ],\n \"prices\": [\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n },\n {\n \"price\": \"\",\n \"compare_at_price\": \"\",\n \"currency\": \"\"\n }\n ],\n \"public_description\": \"\",\n \"public_name\": \"\",\n \"raw\": {\n \"officia19\": \"dolor anim in cillum\"\n },\n \"requires_shipping\": \"\",\n \"size_unit\": \"cm\",\n \"sku\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"total_stock\": \"\",\n \"updated_at\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"lb\",\n \"width\": \"\"\n }\n ],\n \"vendor_name\": \"\",\n \"weight\": \"\",\n \"weight_unit\": \"kg\"\n}", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-dd4f9b67-3727-4689-8430-239c3b1c1ca3" } ], "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-fcc39827-7450-4c38-b3ce-5c1fe58b6360" } ], "id": "ef434bcc-cb53-4a2a-bf73-b855bfbbfffc", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-ef434bcc-cb53-4a2a-bf73-b855bfbbfffc" } ], "id": "7e29e17a-3c04-4c6e-bb28-1cdebfc0225f", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-7e29e17a-3c04-4c6e-bb28-1cdebfc0225f" } ], "id": "d042dda1-0ddf-413e-91f8-b20516e9364b", "createdAt": "2026-07-28T03:24:45.000Z", "updatedAt": "2026-07-28T03:24:45.000Z", "uid": "35240-d042dda1-0ddf-413e-91f8-b20516e9364b" } ], "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" } ] }