{ "info": { "_postman_id": "1639970c-3c2f-4a0c-b822-b0b30989785a", "name": "Unified.to account order 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:25:06.000Z", "updatedAt": "2026-07-28T03:25:06.000Z", "lastUpdatedBy": "35240", "uid": "35240-1639970c-3c2f-4a0c-b822-b0b30989785a" }, "item": [ { "name": "accounting", "item": [ { "name": "{connection_id}", "item": [ { "name": "order", "item": [ { "name": "{id}", "item": [ { "name": "Remove an order", "id": "ae5a14eb-1332-437d-a7b1-d69c96cc694a", "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}}/accounting/:connection_id/order/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "variable": [ { "id": "8469a136-7626-4d29-b47f-a14c8987d585", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "35c08328-7c7a-4ec9-ac26-eb2eccdfe2c1", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "b8aecf60-3236-4bf2-9556-e95309fbd575", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "variable": [ { "key": "connection_id" }, { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-b8aecf60-3236-4bf2-9556-e95309fbd575" }, { "id": "f3208162-2af4-4925-98f9-2b86a6ed0928", "name": "Successful", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":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:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-f3208162-2af4-4925-98f9-2b86a6ed0928" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-ae5a14eb-1332-437d-a7b1-d69c96cc694a" }, { "name": "Retrieve an order", "id": "c7a5f547-8d39-4ba2-9bb0-6dc34300cc75", "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}}/accounting/:connection_id/order/:id?fields=updated_at&fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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": "5029ba67-b082-47b2-bca4-6897124fcec5", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "eeed9973-1d5c-4b84-8d10-c0a46ea15e86", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "b726963b-af59-45ef-977a-3d22f8721bdb", "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}}/accounting/:connection_id/order/:id?fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-b726963b-af59-45ef-977a-3d22f8721bdb" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-c7a5f547-8d39-4ba2-9bb0-6dc34300cc75" }, { "name": "Update an order", "id": "8fea7b69-469d-4f09-8b53-156bbe9dbe5e", "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=updated_at&fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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": "6c6ae838-d382-49ca-bc5b-973a7a29a57e", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "1e7eaafa-b8dd-4a30-8a9c-dd66f5b2c787", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "04bba430-3f80-4146-82c0-1e866fa945cc", "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-04bba430-3f80-4146-82c0-1e866fa945cc" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-8fea7b69-469d-4f09-8b53-156bbe9dbe5e" }, { "name": "Update an order", "id": "ef53056e-a2f7-47e2-9168-20df22e3cccf", "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=updated_at&fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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": "1cc2c30c-38af-49b5-8971-c249191fed50", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "fe53ff54-2929-4e3d-976c-2409bd86fb79", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "fa66f74d-58e1-462b-a62a-8dc625c9482e", "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order/:id?fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-fa66f74d-58e1-462b-a62a-8dc625c9482e" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-ef53056e-a2f7-47e2-9168-20df22e3cccf" } ], "id": "5ac44089-0e03-4089-9e3f-12fa8912cada", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-5ac44089-0e03-4089-9e3f-12fa8912cada" }, { "name": "List all orders", "id": "360f1f41-db5c-40c1-9657-12ee2375e7b4", "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}}/accounting/:connection_id/order?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&type=&org_id=&fields=updated_at&fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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": "93edd603-fef9-4d96-bd82-6ed269d0c973", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "6309ca02-ef56-46b3-a45e-bcd7812df351", "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}}/accounting/:connection_id/order?limit=&offset=&updated_gte=&sort=&order=&query=&contact_id=&type=&org_id=&fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "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 contact ID to filter by (reference to AccountingContact)", "key": "contact_id", "value": "" }, { "key": "type", "value": "" }, { "description": "The org ID to filter by (reference to AccountingOrganization)", "key": "org_id", "value": "" }, { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"magnad90\": 46622388\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"REFUNDED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_9e\": \"pariatur cupidatat \",\n \"irure7_\": 23418412\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"PARTIALLY_REFUNDED\",\n \"total_amount\": \"\",\n \"type\": \"PURCHASE\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-6309ca02-ef56-46b3-a45e-bcd7812df351" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-360f1f41-db5c-40c1-9657-12ee2375e7b4" }, { "name": "Create an order", "id": "6305601f-7a05-477d-9e89-02ba1b2e41cf", "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order?fields=updated_at&fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "updated_at" }, { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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": "be9d1fbd-ee5a-4e77-bc5e-a6c3fb9bb743", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" } ] } }, "response": [ { "id": "95ee14fd-241a-4baf-85a6-ff4eb2054a65", "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/accounting/:connection_id/order?fields=billing_address&raw=", "host": [ "{{baseUrl}}" ], "path": [ "accounting", ":connection_id", "order" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "billing_address" }, { "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 \"billing_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"contact_id\": \"\",\n \"created_at\": \"\",\n \"currency\": \"\",\n \"id\": \"\",\n \"lineitems\": [\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"account_id\": \"\",\n \"category_ids\": [\n \"\",\n \"\"\n ],\n \"created_at\": \"\",\n \"discount_amount\": \"\",\n \"id\": \"\",\n \"item_description\": \"\",\n \"item_id\": \"\",\n \"item_name\": \"\",\n \"item_sku\": \"\",\n \"item_variants\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"locations\": [\n {\n \"id\": \"\",\n \"name\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"notes\": \"\",\n \"refund_amount\": \"\",\n \"refunded_at\": \"\",\n \"tax_amount\": \"\",\n \"taxrate_id\": \"\",\n \"total_amount\": \"\",\n \"unit_amount\": \"\",\n \"unit_quantity\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"posted_at\": \"\",\n \"raw\": {\n \"reprehenderit_a11\": -19555357,\n \"velit9f\": \"esse mollit do \"\n },\n \"shipping_address\": {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n \"status\": \"SUBMITTED\",\n \"total_amount\": \"\",\n \"type\": \"SALES\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-95ee14fd-241a-4baf-85a6-ff4eb2054a65" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-6305601f-7a05-477d-9e89-02ba1b2e41cf" } ], "id": "183bd0b0-4002-40f1-be51-9ffc7a633ea2", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-183bd0b0-4002-40f1-be51-9ffc7a633ea2" } ], "id": "9941260b-64ae-460d-9569-df64ff1c212e", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-9941260b-64ae-460d-9569-df64ff1c212e" } ], "id": "de0610f7-2ac8-4fb9-9733-27e3c09b9289", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-de0610f7-2ac8-4fb9-9733-27e3c09b9289" }, { "name": "assessment", "item": [ { "name": "{connection_id}", "item": [ { "name": "order", "item": [ { "name": "{id}", "item": [ { "name": "Update an Order", "id": "b363679a-3d04-426b-bc3e-435e9a947247", "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 \"workspace_id\": \"\",\n \"connection_id\": \"\",\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"employee_id\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n },\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_first_name\": \"\",\n \"profile_gender\": \"MALE\",\n \"profile_ip_address\": \"\",\n \"profile_last_name\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_resume_url\": \"\",\n \"profile_social_media_urls\": [\n \"\",\n \"\"\n ],\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"magna_b_\": 1748839.9175085574,\n \"occaecat7bc\": true\n },\n \"reference\": \"\",\n \"response_attributes\": [\n {\n \"type\": \"SUB_RESULT\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"value\": \"\"\n },\n {\n \"type\": \"NUMBER\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"REJECTED\",\n \"value\": \"\"\n }\n ],\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_max_score\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"REJECTED\",\n \"response_url\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"target_url\": \"\",\n \"updated_at\": \"\",\n \"webhook_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assessment/:connection_id/order/:id?fields=profile_resume_url&fields=workspace_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "assessment", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "profile_resume_url" }, { "description": "Fields to return", "key": "fields", "value": "workspace_id" }, { "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": "9a8d9162-ec20-460b-956c-34ca2bf9e899", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "6a81e9a2-f26e-4827-8cc5-7824ffee35cd", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "e0710f41-f272-432a-8ab4-8b2a895797ca", "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 \"workspace_id\": \"\",\n \"connection_id\": \"\",\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"employee_id\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n },\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_first_name\": \"\",\n \"profile_gender\": \"MALE\",\n \"profile_ip_address\": \"\",\n \"profile_last_name\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_resume_url\": \"\",\n \"profile_social_media_urls\": [\n \"\",\n \"\"\n ],\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"magna_b_\": 1748839.9175085574,\n \"occaecat7bc\": true\n },\n \"reference\": \"\",\n \"response_attributes\": [\n {\n \"type\": \"SUB_RESULT\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"value\": \"\"\n },\n {\n \"type\": \"NUMBER\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"REJECTED\",\n \"value\": \"\"\n }\n ],\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_max_score\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"REJECTED\",\n \"response_url\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"target_url\": \"\",\n \"updated_at\": \"\",\n \"webhook_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assessment/:connection_id/order/:id?fields=workspace_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "assessment", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "workspace_id" }, { "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 \"workspace_id\": \"\",\n \"connection_id\": \"\",\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"employee_id\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n },\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_first_name\": \"\",\n \"profile_gender\": \"MALE\",\n \"profile_ip_address\": \"\",\n \"profile_last_name\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_resume_url\": \"\",\n \"profile_social_media_urls\": [\n \"\",\n \"\"\n ],\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"magna_b_\": 1748839.9175085574,\n \"occaecat7bc\": true\n },\n \"reference\": \"\",\n \"response_attributes\": [\n {\n \"type\": \"SUB_RESULT\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"value\": \"\"\n },\n {\n \"type\": \"NUMBER\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"REJECTED\",\n \"value\": \"\"\n }\n ],\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_max_score\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"REJECTED\",\n \"response_url\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"target_url\": \"\",\n \"updated_at\": \"\",\n \"webhook_id\": \"\"\n}", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-e0710f41-f272-432a-8ab4-8b2a895797ca" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-b363679a-3d04-426b-bc3e-435e9a947247" }, { "name": "Update an Order", "id": "7bfd1cc9-9de3-4bc1-ac72-61ed79feeec8", "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 \"workspace_id\": \"\",\n \"connection_id\": \"\",\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"employee_id\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n },\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_first_name\": \"\",\n \"profile_gender\": \"MALE\",\n \"profile_ip_address\": \"\",\n \"profile_last_name\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_resume_url\": \"\",\n \"profile_social_media_urls\": [\n \"\",\n \"\"\n ],\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"magna_b_\": 1748839.9175085574,\n \"occaecat7bc\": true\n },\n \"reference\": \"\",\n \"response_attributes\": [\n {\n \"type\": \"SUB_RESULT\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"value\": \"\"\n },\n {\n \"type\": \"NUMBER\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"REJECTED\",\n \"value\": \"\"\n }\n ],\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_max_score\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"REJECTED\",\n \"response_url\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"target_url\": \"\",\n \"updated_at\": \"\",\n \"webhook_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assessment/:connection_id/order/:id?fields=profile_resume_url&fields=workspace_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "assessment", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "profile_resume_url" }, { "description": "Fields to return", "key": "fields", "value": "workspace_id" }, { "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": "4208d74a-5260-4684-a8e9-8455751073d1", "key": "connection_id", "value": "", "description": "(Required) ID of the connection" }, { "id": "f485a1ca-1c16-410e-8a05-8df2d42e752d", "key": "id", "value": "", "description": "(Required) ID of the Order" } ] } }, "response": [ { "id": "cc4810d1-591d-46b4-9c6c-d9c3563536d2", "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 \"workspace_id\": \"\",\n \"connection_id\": \"\",\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"employee_id\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n },\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_first_name\": \"\",\n \"profile_gender\": \"MALE\",\n \"profile_ip_address\": \"\",\n \"profile_last_name\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_resume_url\": \"\",\n \"profile_social_media_urls\": [\n \"\",\n \"\"\n ],\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"magna_b_\": 1748839.9175085574,\n \"occaecat7bc\": true\n },\n \"reference\": \"\",\n \"response_attributes\": [\n {\n \"type\": \"SUB_RESULT\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"value\": \"\"\n },\n {\n \"type\": \"NUMBER\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"REJECTED\",\n \"value\": \"\"\n }\n ],\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_max_score\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"REJECTED\",\n \"response_url\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"target_url\": \"\",\n \"updated_at\": \"\",\n \"webhook_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/assessment/:connection_id/order/:id?fields=workspace_id&raw=", "host": [ "{{baseUrl}}" ], "path": [ "assessment", ":connection_id", "order", ":id" ], "query": [ { "description": "Fields to return", "key": "fields", "value": "workspace_id" }, { "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 \"workspace_id\": \"\",\n \"connection_id\": \"\",\n \"application_id\": \"\",\n \"candidate_id\": \"\",\n \"company_id\": \"\",\n \"created_at\": \"\",\n \"employee_id\": \"\",\n \"id\": \"\",\n \"job_id\": \"\",\n \"package_id\": \"\",\n \"parameters\": [\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n },\n {\n \"inputs\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"parameter_id\": \"\"\n }\n ],\n \"profile_addresses\": [\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n },\n {\n \"address1\": \"\",\n \"address2\": \"\",\n \"city\": \"\",\n \"country\": \"\",\n \"country_code\": \"\",\n \"postal_code\": \"\",\n \"region\": \"\",\n \"region_code\": \"\"\n }\n ],\n \"profile_date_of_birth\": \"\",\n \"profile_emails\": [\n \"\",\n \"\"\n ],\n \"profile_first_name\": \"\",\n \"profile_gender\": \"MALE\",\n \"profile_ip_address\": \"\",\n \"profile_last_name\": \"\",\n \"profile_name\": \"\",\n \"profile_national_identifier\": \"\",\n \"profile_resume_url\": \"\",\n \"profile_social_media_urls\": [\n \"\",\n \"\"\n ],\n \"profile_telephones\": [\n \"\",\n \"\"\n ],\n \"raw\": {\n \"magna_b_\": 1748839.9175085574,\n \"occaecat7bc\": true\n },\n \"reference\": \"\",\n \"response_attributes\": [\n {\n \"type\": \"SUB_RESULT\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"value\": \"\"\n },\n {\n \"type\": \"NUMBER\",\n \"label\": \"\",\n \"reference\": \"\",\n \"score_max\": \"\",\n \"score_value\": \"\",\n \"status\": \"REJECTED\",\n \"value\": \"\"\n }\n ],\n \"response_completed_at\": \"\",\n \"response_details\": [\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n },\n {\n \"download_url\": \"\",\n \"is_failed_reason\": \"\",\n \"is_private\": \"\",\n \"parameter_id\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n }\n ],\n \"response_download_urls\": [\n \"\",\n \"\"\n ],\n \"response_expires_at\": \"\",\n \"response_issued_at\": \"\",\n \"response_max_score\": \"\",\n \"response_redirect_url\": \"\",\n \"response_score\": \"\",\n \"response_source\": \"\",\n \"response_status\": \"REJECTED\",\n \"response_url\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"target_url\": \"\",\n \"updated_at\": \"\",\n \"webhook_id\": \"\"\n}", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-cc4810d1-591d-46b4-9c6c-d9c3563536d2" } ], "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-7bfd1cc9-9de3-4bc1-ac72-61ed79feeec8" } ], "id": "b82574db-914f-4500-af2c-a421d36427cb", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-b82574db-914f-4500-af2c-a421d36427cb" } ], "id": "e81fdd19-4cad-4a8b-aee2-8e9694d5d07d", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-e81fdd19-4cad-4a8b-aee2-8e9694d5d07d" } ], "id": "177d33c2-f2f4-46a5-860e-9c9b037b3b27", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-177d33c2-f2f4-46a5-860e-9c9b037b3b27" } ], "id": "99d19978-864a-49bf-91f5-8058a3a69f14", "createdAt": "2026-07-28T03:25:07.000Z", "updatedAt": "2026-07-28T03:25:07.000Z", "uid": "35240-99d19978-864a-49bf-91f5-8058a3a69f14" } ], "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" } ] }