{"info":{"_postman_id":"d98f17cc-5dc1-43b8-a6cc-c177126fbf60","name":"iCARRY Web APIs","description":"<html><head></head><body><img src=\"https://content.pstmn.io/55f29827-1a38-4933-a4a4-bc6427d8fac4/aWNhcnJ5LWxvZ28tYmx1ZS5wbmc=\" width=\"181\" height=\"209\">\n\n<p>Welcome to the Official iCarry Web API documentation! This guide will walk you through the steps required to access the API and retrieve the connector credentials from your store. By following these steps.</p>\n<h2 id=\"step-1-accessing-the-icarry-web-api\">Step 1: Accessing the iCarry Web API</h2>\n<p>To begin, you need to access the iCarry Web API by visiting the respective store URL based on your location:</p>\n<ul>\n<li>Lebanon store: Visit <a href=\"https://lb.icarry.com/\">https://lb.icarry.com</a></li>\n<li>UAE store: Visit <a href=\"https://uae.icarry.com/\">https://uae.icarry.com</a></li>\n</ul>\n<h2 id=\"step-2-retrieving-the-connector-credentials\">Step 2: Retrieving the Connector Credentials</h2>\n<p>Once you are on the iCarry store website, navigate to the settings section. You can usually find this section in the sidebar or menu and then click on the Connectors &amp; Integration section.</p>\n<h2 id=\"step-3-copying-the-connector-credentials\">Step 3: Copying the Connector Credentials</h2>\n<p>After locating the connector credentials section within the settings, you will find a table displaying the necessary information. Follow these steps to copy the credentials:</p>\n<ol>\n<li>Select the entire row or individual fields containing the credentials.</li>\n<li>Copy your Email and Password.</li>\n</ol>\n<img src=\"https://content.pstmn.io/67c97b4d-8080-47a4-ba38-fa2ccd3b53b3/aW1hZ2UucG5n\" width=\"531\" height=\"296\">\n\n<p><strong>That's it! You have now successfully accessed the iCarry Web API and retrieved the connector credentials from your store. These credentials will be necessary for authenticating your requests and accessing the available API endpoints, You can use them in the GetToken API.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28009312","collectionId":"d98f17cc-5dc1-43b8-a6cc-c177126fbf60","publishedId":"2s93sgXAY9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-20T15:11:42.000Z"},"item":[{"name":"Authenticate","item":[{"name":"GetTokenForCustomerApi","item":[{"name":"Authenticate ApiMember","id":"4180e5f2-39b7-446b-a8ab-a12655df80d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Email\": \"<string>\",\n  \"Password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Authenticate/GetTokenForCustomerApi","description":"<p>To authenticate a user and acquire an authentication token, it is necessary to utilize the specified parameters, namely \"email\" and \"password,\" as extracted from the connector and integration settings at iCarry. These parameters play a crucial role in the authentication procedure by verifying the user's legitimacy and providing them with the necessary bearer token for access.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Email</td>\n<td>String</td>\n<td>yes</td>\n<td>The Emaill used with connector and intgeration</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>String</td>\n<td>yes</td>\n<td>The Password used with connector and intgeration</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-frontend","Authenticate","GetTokenForCustomerApi"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"8711f29f-72ca-46ff-9e4c-ee8d6bd242db","name":"Success","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Email\": \"<string>\",\n  \"Password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Authenticate/GetTokenForCustomerApi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"token\": \"<string>\",\n  \"email\": \"<string>\",\n  \"customer_id\": \"<integer>\",\n  \"api_plugin_type\": \"<string>\",\n  \"site_url\": \"<string>\"\n}"},{"id":"7e73a3b3-4169-4af9-bffe-fe2e2f62d26a","name":"Bad Request","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Email\": \"<string>\",\n  \"Password\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Authenticate/GetTokenForCustomerApi"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"4180e5f2-39b7-446b-a8ab-a12655df80d3"}],"id":"7a11f9b9-afb6-4ef0-a0c8-a1e64817d564","_postman_id":"7a11f9b9-afb6-4ef0-a0c8-a1e64817d564","description":""}],"id":"9222521e-32f5-4128-a911-f407c77b7e7c","description":"<p>StartFragment</p>\n<p>To access the API resources, you need to authenticate your requests using a bearer token. The bearer token should be included in the <code>Authorization</code> header of each request made to the API.</p>\n<p>EndFragment</p>\n<p>StartFragment</p>\n<h3 id=\"obtaining-a-bearer-token\">Obtaining a Bearer Token</h3>\n<p>To obtain a bearer token, you need to send a <code>GET</code> request to the <code>/gettoken</code> endpoint. This endpoint is responsible for generating and returning a valid bearer token that you can use for subsequent API requests.</p>\n<p>EndFragment</p>\n","_postman_id":"9222521e-32f5-4128-a911-f407c77b7e7c"},{"name":"Warehouse","item":[{"name":"Get By Id","item":[{"name":"{id}","item":[{"name":"Gets a warehouse","id":"0ae4f9a7-76d9-4957-9e90-23956a5c571b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/Warehouse/GetById/:id","urlObject":{"path":["api-frontend","Warehouse","GetById",":id"],"host":["https://test.icarry.com"],"query":[],"variable":[{"id":"c727c070-bdae-4291-acca-e537c950bdae","type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2d0e7596-e0d4-4b1c-9101-d6d3d055186b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Warehouse/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Warehouse","GetById",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"admin_comment\": \"<string>\",\n  \"address_id\": \"<integer>\",\n  \"is_active\": \"<boolean>\",\n  \"id\": \"<integer>\"\n}"},{"id":"54f91870-e4d8-4dca-b3e0-b9714650bb7d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Warehouse/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Warehouse","GetById",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"0d00b272-8b52-4fd1-915e-7e680b027189","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Warehouse/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Warehouse","GetById",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"a3d419af-80b8-4ff7-9d5f-e27689a2fa29","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Warehouse/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Warehouse","GetById",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"0ae4f9a7-76d9-4957-9e90-23956a5c571b"}],"id":"d4701bff-c588-4e13-82bc-19bd33a1ecb4","_postman_id":"d4701bff-c588-4e13-82bc-19bd33a1ecb4","description":""}],"id":"7e4bb44f-5797-4427-9422-3c1bfb783f61","_postman_id":"7e4bb44f-5797-4427-9422-3c1bfb783f61","description":""},{"name":"Get All","item":[{"name":"Gets all warehouses","id":"ccbcb404-a81c-4e13-af3b-cce24f3b8675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/Warehouse/GetAll?name=<string>","urlObject":{"path":["api-frontend","Warehouse","GetAll"],"host":["https://test.icarry.com"],"query":[{"description":{"content":"<p>Warehouse name</p>\n","type":"text/plain"},"key":"name","value":"<string>"}],"variable":[]}},"response":[{"id":"849f1af4-efc7-4673-81fe-564125205e3e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Warehouse/GetAll?name=<string>","host":["https://test.icarry.com"],"path":["api-frontend","Warehouse","GetAll"],"query":[{"key":"name","value":"<string>","description":"Warehouse name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"admin_comment\": \"<string>\",\n    \"address_id\": \"<integer>\",\n    \"is_active\": \"<boolean>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"admin_comment\": \"<string>\",\n    \"address_id\": \"<integer>\",\n    \"is_active\": \"<boolean>\",\n    \"id\": \"<integer>\"\n  }\n]"},{"id":"fcfa080b-2fd4-474f-814b-0cc519dd19f7","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Warehouse/GetAll?name=<string>","host":["https://test.icarry.com"],"path":["api-frontend","Warehouse","GetAll"],"query":[{"key":"name","value":"<string>","description":"Warehouse name"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"ccbcb404-a81c-4e13-af3b-cce24f3b8675"}],"id":"e6f2df91-2027-4ab5-8369-ce812a37652a","description":"<p>API to retrieve the return address for the warehouse and any available warehouses for the vendor in the system.</p>\n","_postman_id":"e6f2df91-2027-4ab5-8369-ce812a37652a"}],"id":"4936cf9c-d631-4cee-8fc8-39a73d61281a","description":"<p>At iCarry, every shipment necessitates the inclusion of pickup and dropoff locations. When processing a shipment, the pickup location is saved and can subsequently be utilized for future shipments. Alternatively, users have the option to access and manage their saved locations, which are referred to as \"My Locations.\" These warehouses can be created using the provided API request.</p>\n","_postman_id":"4936cf9c-d631-4cee-8fc8-39a73d61281a"},{"name":"Country","item":[{"name":"GetAllCountry","item":[{"name":"/api-frontend/Country/GetAllCountry","id":"8d4660ae-8aa9-478b-9df9-0cd1a860c91f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/Country/GetAllCountry","description":"<p>StartFragment</p>\n<p>API for get available countries in system this API do not get any parameters and return list of all country available in system</p>\n<p>EndFragment</p>\n","urlObject":{"path":["api-frontend","Country","GetAllCountry"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"9064ebf2-6857-468a-b730-f5023b98e737","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://test.icarry.com/api-frontend/Country/GetAllCountry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"allows_billing\": \"<boolean>\",\n    \"allows_shipping\": \"<boolean>\",\n    \"two_letter_iso_code\": \"<string>\",\n    \"three_letter_iso_code\": \"<string>\",\n    \"numeric_iso_code\": \"<integer>\",\n    \"required_zip_code\": \"<boolean>\",\n    \"published\": \"<boolean>\",\n    \"display_order\": \"<integer>\",\n    \"limited_to_stores\": \"<boolean>\",\n    \"id\": \"<integer>\"\n  },\n  {\n    \"name\": \"<string>\",\n    \"allows_billing\": \"<boolean>\",\n    \"allows_shipping\": \"<boolean>\",\n    \"two_letter_iso_code\": \"<string>\",\n    \"three_letter_iso_code\": \"<string>\",\n    \"numeric_iso_code\": \"<integer>\",\n    \"required_zip_code\": \"<boolean>\",\n    \"published\": \"<boolean>\",\n    \"display_order\": \"<integer>\",\n    \"limited_to_stores\": \"<boolean>\",\n    \"id\": \"<integer>\"\n  }\n]"},{"id":"8db72e70-056f-4f6b-9c0d-e6bbc4dfa620","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://test.icarry.com/api-frontend/Country/GetAllCountry"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"8d4660ae-8aa9-478b-9df9-0cd1a860c91f"}],"id":"9382fe2d-52e8-44f7-abc8-a2a9ddd4f0be","description":"<p>API for get available countries in system this API do not get any parameters and return list of all country available in system</p>\n","_postman_id":"9382fe2d-52e8-44f7-abc8-a2a9ddd4f0be"},{"name":"GetById","item":[{"name":"{id}","item":[{"name":"/api-frontend/Country/GetById/:id","id":"c28d2a40-86c0-47bc-bcd4-2d148bb18f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/Country/GetById/:id","urlObject":{"path":["api-frontend","Country","GetById",":id"],"host":["https://test.icarry.com"],"query":[],"variable":[{"id":"71f01a67-bfb8-46a8-bd42-ab36fb0e8523","type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"6e4ad885-4fd2-4369-8428-30404a6162f6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetById",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"<string>\",\n  \"allows_billing\": \"<boolean>\",\n  \"allows_shipping\": \"<boolean>\",\n  \"two_letter_iso_code\": \"<string>\",\n  \"three_letter_iso_code\": \"<string>\",\n  \"numeric_iso_code\": \"<integer>\",\n  \"required_zip_code\": \"<boolean>\",\n  \"published\": \"<boolean>\",\n  \"display_order\": \"<integer>\",\n  \"limited_to_stores\": \"<boolean>\",\n  \"id\": \"<integer>\"\n}"},{"id":"2858ca11-93a2-48ac-9819-432ccdfc58e1","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetById",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"1eeea9a5-d460-4260-a5c2-5c021a37a66b","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetById",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"c097daf9-35fd-4d43-acda-e385c04953a2","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetById",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"c28d2a40-86c0-47bc-bcd4-2d148bb18f00"}],"id":"52d546c1-f1f7-46d8-bdeb-aafb6eaaecdd","description":"<p>Each Country has Unique ID</p>\n","_postman_id":"52d546c1-f1f7-46d8-bdeb-aafb6eaaecdd"}],"id":"990fee69-14e2-4d65-8a75-f13c03059127","description":"<p>API to retrieve a list of the states from the system that are based on the selected country.</p>\n","_postman_id":"990fee69-14e2-4d65-8a75-f13c03059127"},{"name":"GetStatesByCountryId","item":[{"name":"{countryId}","item":[{"name":"/api-frontend/Country/GetStatesByCountryId/:countryId","id":"b2db645c-adb5-480a-95ae-7ff63e165373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/Country/GetStatesByCountryId/:countryId?addSelectStateItem=<boolean>","urlObject":{"path":["api-frontend","Country","GetStatesByCountryId",":countryId"],"host":["https://test.icarry.com"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"addSelectStateItem","value":"<boolean>"}],"variable":[{"id":"3c311cd9-2b98-4528-9fca-fefc12e10f1c","type":"any","value":"<integer>","key":"countryId"}]}},"response":[{"id":"618635c2-05de-49e7-9466-4530eea62426","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetStatesByCountryId/:countryId?addSelectStateItem=<boolean>","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetStatesByCountryId",":countryId"],"query":[{"key":"addSelectStateItem","value":"<boolean>","description":"(Required) "}],"variable":[{"key":"countryId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"custom_properties\": {\n      \"proident95\": {},\n      \"exercitation_32\": {}\n    }\n  },\n  {\n    \"name\": \"<string>\",\n    \"id\": \"<integer>\",\n    \"custom_properties\": {\n      \"officia1cf\": {},\n      \"inf\": {}\n    }\n  }\n]"},{"id":"3f88bb94-4b1b-4e48-8a41-adc99a8dbd17","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetStatesByCountryId/:countryId?addSelectStateItem=<boolean>","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetStatesByCountryId",":countryId"],"query":[{"key":"addSelectStateItem","value":"<boolean>","description":"(Required) "}],"variable":[{"key":"countryId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"b2db645c-adb5-480a-95ae-7ff63e165373"}],"id":"fe15e838-4580-4a83-9e6f-02b61bf7122d","_postman_id":"fe15e838-4580-4a83-9e6f-02b61bf7122d","description":""}],"id":"0d8a4bbe-6261-4f52-934e-329017e48564","_postman_id":"0d8a4bbe-6261-4f52-934e-329017e48564","description":""},{"name":"GetStateProvincesById","item":[{"name":"{id}","item":[{"name":"/api-frontend/Country/GetStateProvincesById/:id","id":"e9ea5138-85fc-4f5b-8a53-7fb77eb74686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/Country/GetStateProvincesById/:id","urlObject":{"path":["api-frontend","Country","GetStateProvincesById",":id"],"host":["https://test.icarry.com"],"query":[],"variable":[{"id":"bc533f03-db40-451b-8c0a-c08ce49ab6a0","type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d9fcbac7-00ac-4bfa-ba62-d95d9159a374","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetStateProvincesById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetStateProvincesById",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"country_id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"abbreviation\": \"<string>\",\n  \"published\": \"<boolean>\",\n  \"display_order\": \"<integer>\",\n  \"id\": \"<integer>\"\n}"},{"id":"f3bda39f-40dc-4f18-b82c-97f0553e169d","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetStateProvincesById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetStateProvincesById",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"a154ead0-d043-4380-b1b8-b61cfc8d25f5","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetStateProvincesById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetStateProvincesById",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"a6ba8e1b-10fe-4461-8594-d546747ae433","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/Country/GetStateProvincesById/:id","host":["https://test.icarry.com"],"path":["api-frontend","Country","GetStateProvincesById",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"e9ea5138-85fc-4f5b-8a53-7fb77eb74686"}],"id":"911e241e-6029-4d0e-bd60-f6e69cc5c1a4","_postman_id":"911e241e-6029-4d0e-bd60-f6e69cc5c1a4","description":""}],"id":"be231317-49d8-4bb4-bb2e-119ba2f3b1f1","_postman_id":"be231317-49d8-4bb4-bb2e-119ba2f3b1f1","description":""}],"id":"cce1d886-8236-43d8-8488-14c7817a2714","description":"<p>iCARRY has carriers that offer international shipments, there is a country list and each country has its own state.</p>\n<p>StartFragment</p>\n<p>EndFragment</p>\n","_postman_id":"cce1d886-8236-43d8-8488-14c7817a2714"},{"name":"Merchants APIs","item":[{"name":"Get Rates","item":[{"name":"/api-frontend/SmartwareShipment/EstimateRatesByCOD","id":"bca8af28-d97e-430c-b396-94d0f2f66dff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"CODAmount\": 2,\n  \"COdCurrency\": \"USD\",\n  \"DropOffLocation\": \"Beirut\",\n  \"ToLongitude\": 35.5017767,\n  \"ToLatitude\":33.8937913 ,\n  \"ActualWeight\": 1,\n  \"Dimensions\": {\n    \"Length\": 2,\n    \"Width\": 2,\n    \"Height\": 2\n  },\n  \"PackageType\": \"Parcel\",\n  \"DropAddress\": {\n    \"CountryCode\": \"LB\",\n    \"City\": \"Beirut\"\n  },\n   \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": 1,\n      \"Weight\": 10,\n      \"Length\": 20,\n      \"Width\": 30,\n      \"Height\": 40\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesByCOD","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CODAmount</td>\n<td>double</td>\n<td>No</td>\n<td>Cash on delivery amount</td>\n</tr>\n<tr>\n<td>COdCurrency</td>\n<td>string</td>\n<td>No</td>\n<td>Cash on delivery currency</td>\n</tr>\n<tr>\n<td>DropOffLocation</td>\n<td>String</td>\n<td>yes</td>\n<td>Reciepent Location</td>\n</tr>\n<tr>\n<td>ToLongitude</td>\n<td>double</td>\n<td>yes</td>\n<td>Reciepent Longitude</td>\n</tr>\n<tr>\n<td>ToLatitude</td>\n<td>double</td>\n<td>yes</td>\n<td>Reciepent Latitude</td>\n</tr>\n<tr>\n<td>ActualWeight</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total weight</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total Length</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total Width</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total Height</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>integer</td>\n<td>No</td>\n<td>\"cm\" or \"inch\"</td>\n</tr>\n<tr>\n<td>PackageType</td>\n<td>string</td>\n<td>yes</td>\n<td>\"parcel\" or \"documents\"</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>string</td>\n<td>yes</td>\n<td>Reciepent Country code</td>\n</tr>\n<tr>\n<td>City</td>\n<td>string</td>\n<td>yes</td>\n<td>Reciepent City name</td>\n</tr>\n<tr>\n<td>ZipPostCode</td>\n<td>String</td>\n<td>No</td>\n<td>Reciepent ZipPostCode</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-frontend","SmartwareShipment","EstimateRatesByCOD"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"d0a4c212-9a3d-4a4e-a705-c454781bb793","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"DropOffLocation\": \"<string>\",\n  \"ToLongitude\": \"<double>\",\n  \"ToLatitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"Dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\"\n  },\n  \"PackageType\": \"<string>\",\n  \"DropAddress\": {\n    \"CountryCode\": \"<string>\",\n    \"City\": \"<string>\"\n  },\n  \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": \"<integer>\",\n      \"Weight\": \"<double>\",\n      \"Length\": \"<double>\",\n      \"Width\": \"<double>\",\n      \"Height\": \"<double>\"\n    }\n  ]\n}\n","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesByCOD"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9de4828c-de51-424c-8a5f-f0c1c0b4e816","name":"Bad Request","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"DropOffLocation\": \"<string>\",\n  \"ToLongitude\": \"<double>\",\n  \"ToLatitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"Dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\"\n  },\n  \"PackageType\": \"<string>\",\n  \"DropAddress\": {\n    \"CountryCode\": \"<string>\",\n    \"City\": \"<string>\"\n  },\n  \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": \"<integer>\",\n      \"Weight\": \"<double>\",\n      \"Length\": \"<double>\",\n      \"Width\": \"<double>\",\n      \"Height\": \"<double>\"\n    }\n  ]\n}\n","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesByCOD"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"b4f5314f-8a76-40f7-8da4-423d5070db59","name":"Unauthorized","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"incluedShippingCost\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"DropOffLocation\": \"<string>\",\n  \"ToLatitude\": \"<double>\",\n  \"ToLongitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"Dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\",\n    \"Unit\": \"<string>\"\n  },\n  \"PackageType\": \"Parcel\",\n  \"DropAddress\": {\n    \"CountryCode\": \"<string>\",\n    \"City\": \"<string>\",\n    \"ZipPostCode\": \"<string>\"\n  },\n  \"IsVendor\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesByCOD"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"1984faf3-8f58-47b2-8e46-fb1abb86715b","name":"Not Found","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"incluedShippingCost\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"DropOffLocation\": \"<string>\",\n  \"ToLatitude\": \"<double>\",\n  \"ToLongitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"Dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\",\n    \"Unit\": \"<string>\"\n  },\n  \"PackageType\": \"Parcel\",\n  \"DropAddress\": {\n    \"CountryCode\": \"<string>\",\n    \"City\": \"<string>\",\n    \"ZipPostCode\": \"<string>\"\n  },\n  \"IsVendor\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesByCOD"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"bca8af28-d97e-430c-b396-94d0f2f66dff"}],"id":"e25f4a03-7ed2-45e8-b93e-17ca226dd29b","description":"<p>API for obtaining Rates returned by carriers whose APIs receive shipping details as parameters like drop-off location, size, total weight, and package type (parcel or document)</p>\n","_postman_id":"e25f4a03-7ed2-45e8-b93e-17ca226dd29b"},{"name":"Create Order","item":[{"name":"Create Order","id":"c2898646-8081-4b18-8cfb-ac857ca74a57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": \"<integer>\",\n      \"Weight\": \"<double>\",\n      \"Length\": \"<double>\",\n      \"Width\": \"<double>\",\n      \"Height\": \"<double>\"\n    }\n  ],\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"<string>\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodId\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"ParcelPackageValue\": \"<double>\",\n  \"ParcelPackageCurrency\": \"<string>\",\n  \"ParcelDescription\": \"<string>\"\n}\n","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrder","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>ProcessOrder</td>\n<td>Bolean</td>\n<td>No</td>\n<td>True value enable Auto proccess of a new shipments</td>\n</tr>\n<tr>\n<td>ExternalId</td>\n<td>String</td>\n<td>No</td>\n<td>External Shipment Id</td>\n</tr>\n<tr>\n<td>dropOffAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's location</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's First name</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Last name</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Email</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Phone Number</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country Chosen from iCARRY country list</td>\n</tr>\n<tr>\n<td>City</td>\n<td>String</td>\n<td>Yes</td>\n<td>State Chosen from iCARRY State list</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Addressline 1</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>String</td>\n<td>No</td>\n<td>Reciepent's Addressline 2</td>\n</tr>\n<tr>\n<td>ZipPostalCode</td>\n<td>String</td>\n<td>No</td>\n<td>Reciepent's Postal Code</td>\n</tr>\n<tr>\n<td>CODAmount</td>\n<td>double</td>\n<td>No</td>\n<td>Cash On Delivery Amount</td>\n</tr>\n<tr>\n<td>COdCurrency</td>\n<td>string</td>\n<td>No</td>\n<td>Cash On Delivery Currency</td>\n</tr>\n<tr>\n<td>ToLongitude</td>\n<td>Double</td>\n<td>yes</td>\n<td>Reciepent's Longitude</td>\n</tr>\n<tr>\n<td>ToLongitude</td>\n<td>Double</td>\n<td>yes</td>\n<td>Reciepent's Longitude</td>\n</tr>\n<tr>\n<td>ActualWeight</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Weight</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Length</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Width</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Height</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>integer</td>\n<td>NO</td>\n<td>\"cm\" or \"inch\"</td>\n</tr>\n<tr>\n<td>PackageType</td>\n<td>string</td>\n<td>yes</td>\n<td>\"Parcel\"</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>No</td>\n<td>Notes for the carriers</td>\n</tr>\n<tr>\n<td>SystemShipmentProvider</td>\n<td>string</td>\n<td>No</td>\n<td>System name from GetRates Api</td>\n</tr>\n<tr>\n<td>MethodName</td>\n<td>string</td>\n<td>No</td>\n<td>Method name from GetRates Api</td>\n</tr>\n<tr>\n<td>MethodDescription</td>\n<td>string</td>\n<td>No</td>\n<td>Description name from GetRates Api</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Double</td>\n<td>No</td>\n<td>Price from GetRates Api</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-frontend","SmartwareShipment","CreateOrder"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"f9df7d5f-4926-4348-8046-c52d6c16cdec","name":"Success","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}"},{"id":"8a8bda71-3b93-49e6-9d60-cd45a6045b68","name":"Bad Request","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrder"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"7a2b6bd9-ae99-411d-aba0-20637da7f505","name":"Unauthorized","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrder"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"e16f0730-75e5-4002-98e3-9ab71f5afda8","name":"Not Found","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrder"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"c2898646-8081-4b18-8cfb-ac857ca74a57"}],"id":"a26c85b2-4a73-4e94-afb6-af817087628a","description":"<p>API for creating shipments and processing check orders Order=true this api takes shipment details drop-off information, dimensions information, total weight, package type (parcel or documents), cod information, and carrier details that are selected through the obtain rates api.</p>\n","_postman_id":"a26c85b2-4a73-4e94-afb6-af817087628a"}],"id":"6b0b1ac4-e0f9-43a8-a87e-a7adceca8f35","_postman_id":"6b0b1ac4-e0f9-43a8-a87e-a7adceca8f35","description":""},{"name":"Market Place","item":[{"name":"Create Warehouse","item":[{"name":"/api-frontend/Warehouse/createWarehouseForMarketPlace","id":"b3bac24b-4a8a-4514-91d7-fdf617a06c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"<string>\",\n  \"IsActive\": \"<boolean>\",\n  \"Address\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"County\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\",\n    \"PhoneNumber\": \"<string>\" \n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Warehouse/createWarehouseForMarketPlace","description":"<p>StartFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>yes</td>\n<td>Name of your warehouse, same as the name under my locations</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>boolean</td>\n<td>yes</td>\n<td>This is to let the warehouse as in active or not active stage</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>String</td>\n<td>yes</td>\n<td>First name of the sender</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>String</td>\n<td>yes</td>\n<td>Last name of the sender</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>String</td>\n<td>yes</td>\n<td>Sender's Email</td>\n</tr>\n<tr>\n<td>County</td>\n<td>String</td>\n<td>yes</td>\n<td>country chosen from iCARRY country list</td>\n</tr>\n<tr>\n<td>City</td>\n<td>String</td>\n<td>yes</td>\n<td>State chosen from iCARRY country list</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>String</td>\n<td>yes</td>\n<td>Pickup location</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>String</td>\n<td>No</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ZipPostalCode</td>\n<td>String</td>\n<td>No</td>\n<td>-</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>String</td>\n<td>yes</td>\n<td>Sender's Phone number</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["api-frontend","Warehouse","createWarehouseForMarketPlace"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"4e8cf56c-2868-479a-9329-a7deeda1f78b","name":"Success","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"<string>\",\n  \"IsActive\": \"<boolean>\",\n  \"Address\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"County\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\",\n    \"PhoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Warehouse/createWarehouseForMarketPlace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Name\": \"<string>\",\n  \"VendorId\": \"<integer>\",\n  \"IsActive\": \"<boolean>\",\n  \"AdminComment\": \"<string>\",\n  \"AddressId\": \"<integer>\",\n  \"LimitedToStores\": \"<boolean>\",\n  \"Id\": \"<integer>\"\n}"},{"id":"0cfa7de3-ee05-4269-b066-854e8e0c2f6e","name":"Bad Request","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"<string>\",\n  \"IsActive\": \"<boolean>\",\n  \"Address\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"County\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\",\n    \"PhoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Warehouse/createWarehouseForMarketPlace"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"daf980d6-f05e-40f2-b782-aff466bfcccc","name":"Unauthorized","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"<string>\",\n  \"IsActive\": \"<boolean>\",\n  \"Address\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"County\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\",\n    \"PhoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Warehouse/createWarehouseForMarketPlace"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"e77c03fc-ce03-4821-bbca-98d9e6667bd0","name":"Not Found","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"Name\": \"<string>\",\n  \"IsActive\": \"<boolean>\",\n  \"Address\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"County\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\",\n    \"PhoneNumber\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/Warehouse/createWarehouseForMarketPlace"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"b3bac24b-4a8a-4514-91d7-fdf617a06c90"}],"id":"9b7218d9-6824-4112-9f35-166b8ed22369","description":"<p>support for multiple vendors, It is necessary to construct a warehouse for each vendor.</p>\n","_postman_id":"9b7218d9-6824-4112-9f35-166b8ed22369"},{"name":"Get Rates","item":[{"name":"/api-frontend/SmartwareShipment/EstimateRatesForMarketplace","id":"b62a8f0a-d182-4e32-905b-80c0e84ce4d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pickupLocation\": \"asd\",\n  \"CODAmount\": 2,\n  \"COdCurrency\": \"USD\",\n  \"DropOffLocation\": \"Beirut\",\n  \"ToLongitude\": 35.5017767,\n  \"ToLatitude\":33.8937913 ,\n  \"ActualWeight\": 1,\n  \"Dimensions\": {\n    \"Length\": 2,\n    \"Width\": 2,\n    \"Height\": 2\n  },\n  \"PackageType\": \"Parcel\",\n  \"DropAddress\": {\n    \"CountryCode\": \"LB\",\n    \"City\": \"Beirut\"\n  },\n   \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": 1,\n      \"Weight\": 10,\n      \"Length\": 20,\n      \"Width\": 30,\n      \"Height\": 40\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesForMarketplace","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pickupLocation</td>\n<td>String</td>\n<td>Yes</td>\n<td>Warehouse name known as Pickup Location name , under my locations</td>\n</tr>\n<tr>\n<td>CODAmount</td>\n<td>double</td>\n<td>No</td>\n<td>Cash on delivery amount</td>\n</tr>\n<tr>\n<td>COdCurrency</td>\n<td>string</td>\n<td>No</td>\n<td>Cash on delivery currency</td>\n</tr>\n<tr>\n<td>DropOffLocation</td>\n<td>String</td>\n<td>yes</td>\n<td>Reciepent Location</td>\n</tr>\n<tr>\n<td>ToLongitude</td>\n<td>double</td>\n<td>yes</td>\n<td>Reciepent Longitude</td>\n</tr>\n<tr>\n<td>ToLatitude</td>\n<td>double</td>\n<td>yes</td>\n<td>Reciepent Latitude</td>\n</tr>\n<tr>\n<td>ActualWeight</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total weight</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total Length</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total Width</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>double</td>\n<td>yes</td>\n<td>Shipment Total Height</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>integer</td>\n<td>No</td>\n<td>\"cm\" or \"inch\"</td>\n</tr>\n<tr>\n<td>PackageType</td>\n<td>string</td>\n<td>yes</td>\n<td>\"parcel\" or \"documents\"</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>string</td>\n<td>yes</td>\n<td>Reciepent Country code</td>\n</tr>\n<tr>\n<td>City</td>\n<td>string</td>\n<td>yes</td>\n<td>Reciepent City name</td>\n</tr>\n<tr>\n<td>ZipPostCode</td>\n<td>String</td>\n<td>No</td>\n<td>Reciepent ZipPostCode</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-frontend","SmartwareShipment","EstimateRatesForMarketplace"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"c5da7dc7-c79e-48be-94ac-2fe99c07ae3a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"pickupLocation\": \"<string>\",\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"DropOffLocation\": \"<string>\",\n  \"ToLongitude\": \"<double>\",\n  \"ToLatitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"Dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\"\n  },\n  \"PackageType\": \"<string>\",\n  \"DropAddress\": {\n    \"CountryCode\": \"<string>\",\n    \"City\": \"<string>\"\n  },\n  \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": \"<integer>\",\n      \"Weight\": \"<double>\",\n      \"Length\": \"<double>\",\n      \"Width\": \"<double>\",\n      \"Height\": \"<double>\"\n    }\n  ]\n}\n","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesForMarketplace"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6a710293-8f96-49a3-b012-78b9e559039f","name":"Unauthorized","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"pickupLocation\": \"<string>\",\n  \"incluedShippingCost\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"DropOffLocation\": \"<string>\",\n  \"ToLatitude\": \"<double>\",\n  \"ToLongitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"Dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\",\n    \"Unit\": \"<string>\"\n  },\n  \"PackageType\": \"Documents\",\n  \"DropAddress\": {\n    \"CountryCode\": \"<string>\",\n    \"City\": \"<string>\",\n    \"ZipPostCode\": \"<string>\"\n  },\n  \"IsVendor\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesForMarketplace"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"388ad6d3-f220-42ec-a825-431fb36ed90d","name":"Not Found","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"pickupLocation\": \"<string>\",\n  \"incluedShippingCost\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"DropOffLocation\": \"<string>\",\n  \"ToLatitude\": \"<double>\",\n  \"ToLongitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"Dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\",\n    \"Unit\": \"<string>\"\n  },\n  \"PackageType\": \"Documents\",\n  \"DropAddress\": {\n    \"CountryCode\": \"<string>\",\n    \"City\": \"<string>\",\n    \"ZipPostCode\": \"<string>\"\n  },\n  \"IsVendor\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRatesForMarketplace"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"b62a8f0a-d182-4e32-905b-80c0e84ce4d8"}],"id":"948062d0-d0e8-454b-bf6a-f411a8ffd3bb","_postman_id":"948062d0-d0e8-454b-bf6a-f411a8ffd3bb","description":""},{"name":"Create Order","item":[{"name":"/api-frontend/SmartwareShipment/CreateOrderForMarketPlace","id":"fa7bf221-d70e-4b52-8d40-57c53bf8d7fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pickupLocation\":\"asd\",\n    \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": 1,\n      \"Weight\": 10,\n      \"Length\": 20,\n      \"Width\": 30,\n      \"Height\": 40\n    }\n  ],\n  \"dropOffAddress\": {\n    \"FirstName\": \"test6\",\n    \"LastName\": \"user\",\n    \"Email\": \"Test6Order@test.com\",\n    \"PhoneNumber\": \"01145236975\",\n    \"Country\": \"lebanon\",\n    \"City\": \"beirut\",\n    \"Address1\": \"beirut,lebanon\",\n    \"Address2\": \"\",\n    \"ZipPostalCode\": \"\"\n  },\n \n  \"CODAmount\": 10,\n  \"COdCurrency\": \"USD\",\n  \"ActualWeight\": 5,\n  \"PackageType\": \"Parcel\",\n  \"Length\": 10,\n  \"Width\": 50,\n  \"Height\": 30,\n \n  \"Notes\": \"test\",\n  \"SystemShipmentProvider\":\"Shipping.ICarry.ahmed\",\n  \"MethodId\":\"26\",\n  \"MethodDescription\":\"test\",\n  \"Price\": 3.6,\n    \"ParcelQuantity\": 2,\n  \"ParcelPackageValue\": 120,\n  \"ParcelPackageCurrency\": \"USD\",\n  \"ParcelDescription\": \"test_api\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrderForMarketPlace","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Mandatory</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ProcessOrder</td>\n<td>Bolean</td>\n<td>No</td>\n<td>True value enable Auto proccess of a new shipments</td>\n</tr>\n<tr>\n<td>pickupLocation</td>\n<td>String</td>\n<td>Yes</td>\n<td>Warehouse name known as pickup location name under My locations</td>\n</tr>\n<tr>\n<td>ExternalId</td>\n<td>String</td>\n<td>No</td>\n<td>External Shipment Id</td>\n</tr>\n<tr>\n<td>dropOffAddress</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's location</td>\n</tr>\n<tr>\n<td>FirstName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's First name</td>\n</tr>\n<tr>\n<td>LastName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Last name</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Email</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Phone Number</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country Chosen from iCARRY country list</td>\n</tr>\n<tr>\n<td>City</td>\n<td>String</td>\n<td>Yes</td>\n<td>State Chosen from iCARRY State list</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>String</td>\n<td>Yes</td>\n<td>Reciepent's Addressline 1</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>String</td>\n<td>No</td>\n<td>Reciepent's Addressline 2</td>\n</tr>\n<tr>\n<td>ZipPostalCode</td>\n<td>String</td>\n<td>No</td>\n<td>Reciepent's Postal Code</td>\n</tr>\n<tr>\n<td>CODAmount</td>\n<td>double</td>\n<td>No</td>\n<td>Cash On Delivery Amount</td>\n</tr>\n<tr>\n<td>COdCurrency</td>\n<td>string</td>\n<td>No</td>\n<td>Cash On Delivery Currency</td>\n</tr>\n<tr>\n<td>ToLongitude</td>\n<td>Double</td>\n<td>yes</td>\n<td>Reciepent's Longitude</td>\n</tr>\n<tr>\n<td>ToLongitude</td>\n<td>Double</td>\n<td>yes</td>\n<td>Reciepent's Longitude</td>\n</tr>\n<tr>\n<td>ActualWeight</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Weight</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Length</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Width</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Double</td>\n<td>yes</td>\n<td>Shipment Total Height</td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>integer</td>\n<td>NO</td>\n<td>\"cm\" or \"inch\"</td>\n</tr>\n<tr>\n<td>PackageType</td>\n<td>string</td>\n<td>yes</td>\n<td>\"Parcel\"</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>No</td>\n<td>Notes for the carriers</td>\n</tr>\n<tr>\n<td>SystemShipmentProvider</td>\n<td>string</td>\n<td>No</td>\n<td>System name from GetRates Api</td>\n</tr>\n<tr>\n<td>MethodName</td>\n<td>string</td>\n<td>No</td>\n<td>Method name from GetRates Api</td>\n</tr>\n<tr>\n<td>MethodDescription</td>\n<td>string</td>\n<td>No</td>\n<td>Description name from GetRates Api</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Double</td>\n<td>No</td>\n<td>Price from GetRates Api</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-frontend","SmartwareShipment","CreateOrderForMarketPlace"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"79cf0961-6497-4ad7-9648-a7bd0ab0925b","name":"Success","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrderForMarketPlace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pickupLocation\": \"<string>\",\n  \"ParcelDimensionsList\": [\n    {\n      \"Quantity\": \"<integer>\",\n      \"Weight\": \"<double>\",\n      \"Length\": \"<double>\",\n      \"Width\": \"<double>\",\n      \"Height\": \"<double>\"\n    }\n  ],\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"<string>\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodId\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"ParcelPackageValue\": \"<double>\",\n  \"ParcelPackageCurrency\": \"<string>\",\n  \"ParcelDescription\": \"<string>\"\n}\n"},{"id":"22e5b58e-0c37-4974-a3ad-e307c1a41660","name":"Bad Request","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrderForMarketPlace"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"d4186e27-7f24-4131-b38b-809da52d5384","name":"Unauthorized","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrderForMarketPlace"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"346203c8-c37f-427b-9d12-c4d97c674291","name":"Not Found","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ProcessOrder\": \"<boolean>\",\n  \"ExternalId\": \"<string>\",\n  \"pickupLocation\": \"<string>\",\n  \"dropOffAddress\": {\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"Country\": \"<string>\",\n    \"City\": \"<string>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"productDtos\": [\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    },\n    {\n      \"ProductId\": \"<integer>\",\n      \"WarehouseId\": \"<integer>\",\n      \"Quantity\": \"<integer>\",\n      \"Color\": \"<string>\",\n      \"Size\": \"<string>\"\n    }\n  ],\n  \"CODAmount\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"VolumetricWeight\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\",\n  \"ParcelQuantity\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOrderForMarketPlace"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"fa7bf221-d70e-4b52-8d40-57c53bf8d7fe"}],"id":"fd90c2b7-72a0-458f-849d-d6343a295205","_postman_id":"fd90c2b7-72a0-458f-849d-d6343a295205","description":""}],"id":"97aa9446-3d00-4859-a58d-07e84c428686","description":"<p>Marketplace Api was developed for a custom-built ecommerce website that supports multiple vendors.</p>\n","_postman_id":"97aa9446-3d00-4859-a58d-07e84c428686"},{"name":"On Demand APIs","item":[{"name":"Get Rates","item":[{"name":"/api-frontend/SmartwareShipment/EstimateRates","id":"3553679f-985b-471f-a4cb-cbe503ad08a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"PickupCountryId\": 125,\n  \"PickupStateProvinceId\": 1837,\n  \"PickupPostalCode\": \"\",\n  \"FromLongitude\": 0,\n  \"FromLatitude\": 0,\n  \"dropCountryId\": 125,\n  \"dropsStateProvinceId\": 1837,\n  \"dropPostalCode\": \"\",\n  \"ToLongitude\": 0,\n  \"ToLatitude\": 0,\n  \"ActualWeight\": 5,\n  \"PackageType\": \"Documents\",\n  \"dimensions\": {\n    \"Length\": 5,\n    \"Width\": 5,\n    \"Height\": 5,\n    \"Unit\": \"cm\"\n  },\n  \"IsVendor\": false,\n  \"CODCurrency\": null,\n  \"CODAmount\": 0\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRates","description":"<p>StartFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Value</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PickupCountryId</td>\n<td>125</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Pickup Country ID</td>\n</tr>\n<tr>\n<td>PickupStateProvinceId</td>\n<td>1837</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Pickup State/Province ID</td>\n</tr>\n<tr>\n<td>PickupPostalCode</td>\n<td></td>\n<td>string</td>\n<td>No</td>\n<td>Pickup Postal Code</td>\n</tr>\n<tr>\n<td>FromLongitude</td>\n<td>0</td>\n<td>Double</td>\n<td>Yes</td>\n<td>From Longitude</td>\n</tr>\n<tr>\n<td>FromLatitude</td>\n<td>0</td>\n<td>Double</td>\n<td>Yes</td>\n<td>From Latitude</td>\n</tr>\n<tr>\n<td>dropCountryId</td>\n<td>125</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Drop Country ID</td>\n</tr>\n<tr>\n<td>dropsStateProvinceId</td>\n<td>1837</td>\n<td>Integer</td>\n<td>Yes</td>\n<td>Drop State/Province ID</td>\n</tr>\n<tr>\n<td>dropPostalCode</td>\n<td></td>\n<td>string</td>\n<td>No</td>\n<td>Drop Postal Code</td>\n</tr>\n<tr>\n<td>ToLongitude</td>\n<td>0</td>\n<td>Double</td>\n<td>Yes</td>\n<td>To Longitude</td>\n</tr>\n<tr>\n<td>ToLatitude</td>\n<td>0</td>\n<td>Double</td>\n<td>Yes</td>\n<td>To Latitude</td>\n</tr>\n<tr>\n<td>ActualWeight</td>\n<td>5</td>\n<td>Double</td>\n<td>Yes</td>\n<td>Actual Weight</td>\n</tr>\n<tr>\n<td>PackageType</td>\n<td>Documents</td>\n<td>string</td>\n<td>Yes</td>\n<td>Package Type</td>\n</tr>\n<tr>\n<td>dimensions</td>\n<td></td>\n<td>object</td>\n<td>Yes</td>\n<td>Dimensions of the package</td>\n</tr>\n<tr>\n<td>- Length</td>\n<td>5</td>\n<td>Double</td>\n<td>Yes</td>\n<td>Length of the package</td>\n</tr>\n<tr>\n<td>- Width</td>\n<td>5</td>\n<td>Double</td>\n<td>Yes</td>\n<td>Width of the package</td>\n</tr>\n<tr>\n<td>- Height</td>\n<td>5</td>\n<td>Double</td>\n<td>Yes</td>\n<td>Height of the package</td>\n</tr>\n<tr>\n<td>- Unit</td>\n<td>cm</td>\n<td>string</td>\n<td>No</td>\n<td>\"cm\" or \"inch\"</td>\n</tr>\n<tr>\n<td>IsVendor</td>\n<td>false</td>\n<td>boolean</td>\n<td>No</td>\n<td>Is Vendor</td>\n</tr>\n<tr>\n<td>CODCurrency</td>\n<td>null</td>\n<td>null</td>\n<td>No</td>\n<td>Cash On Delivery Currency</td>\n</tr>\n<tr>\n<td>CODAmount</td>\n<td>0</td>\n<td>number</td>\n<td>No</td>\n<td>Cash On Delivery Amount</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"path":["api-frontend","SmartwareShipment","EstimateRates"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"053be809-d7e3-4ade-8c4b-cc00f3856e25","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"PickupCountryId\": \"<integer>\",\n  \"PickupStateProvinceId\": \"<integer>\",\n  \"PickupPostalCode\": \"<string>\",\n  \"FromLongitude\": \"<double>\",\n  \"FromLatitude\": \"<double>\",\n  \"dropCountryId\": \"<integer>\",\n  \"dropsStateProvinceId\": \"<integer>\",\n  \"dropPostalCode\": \"<string>\",\n  \"ToLongitude\": \"<double>\",\n  \"ToLatitude\": \"<double>\",\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Parcel\",\n  \"dimensions\": {\n    \"Length\": \"<double>\",\n    \"Width\": \"<double>\",\n    \"Height\": \"<double>\",\n    \"Unit\": \"<string>\"\n  },\n  \"IsVendor\": \"<boolean>\",\n  \"CODCurrency\": \"<string>\",\n  \"CODAmount\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/EstimateRates"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3553679f-985b-471f-a4cb-cbe503ad08a3"}],"id":"4db2cdff-c12b-467c-9e4d-db9db104f4b3","_postman_id":"4db2cdff-c12b-467c-9e4d-db9db104f4b3","description":""},{"name":"Create Shipment","item":[{"name":"/api-frontend/SmartwareShipment/CreateOnDemandShipment","id":"f3407a29-6e09-4eaa-90d1-1def5fc97cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"createAccount\": false,\n  \"notifyByEmail\": false,\n  \"pickupAddress\": {\n    \"FirstName\": \"Ahmed\",\n    \"LastName\": \"Essam\",\n    \"Email\": \"a@test.com\",\n    \"PhoneNumber\": \"0123456789\",\n    \"CountryId\": 234,\n    \"StateProvinceId\": 1841,\n    \"Address1\": \"Dubai, UAE\",\n    \"Address2\": \"\",\n    \"ZipPostalCode\": \"\"\n  },\n  \"dropOffAddress\": {\n    \"FirstName\": \"Mohamed\",\n    \"LastName\": \"Essam\",\n    \"Email\": \"m@test.com\",\n    \"PhoneNumber\": \"0123454552\",\n    \"CountryId\": 234,\n    \"StateProvinceId\": 1841,\n    \"Address1\": \"Dubai, UAE\",\n    \"Address2\": \"\",\n    \"ZipPostalCode\": \"\"\n  },\n  \"ActualWeight\": 5,\n  \"PackageType\": \"Documents\",\n  \"Length\": 5,\n  \"Width\": 5,\n  \"Height\": 5,\n  \"Notes\": \"string\",\n  \"ParcelQuantity\": 1,\n  \"ParcelCurrency\": \"USD\",\n  \"ParcelPackageValue\": 0,\n  \"ParcelDescription\": \"string\",\n  \"SystemShipmentProvider\": \"Shipping.ICarry.nolimit\",\n  \"MethodName\": \"Motor Express\",\n  \"MethodDescription\": \"Motor Express\",\n  \"Price\": 1.30\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOnDemandShipment","description":"<p>StartFragmentStartFragmentStartFragmentStartFragment</p>\n<p>Here is the provided data formatted into a table:</p>\n<p>EndFragment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Type</th>\n<th>Mandatory</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>createAccount</td>\n<td>boolean</td>\n<td>No</td>\n<td>false</td>\n<td>Boolean Value to create account after shipment creation</td>\n</tr>\n<tr>\n<td>notifyByEmail</td>\n<td>boolean</td>\n<td>No</td>\n<td>false</td>\n<td>Enable Email notification</td>\n</tr>\n<tr>\n<td>pickupAddress</td>\n<td>object</td>\n<td>Yes</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>- FirstName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Ahmed</td>\n<td>Sender's First name</td>\n</tr>\n<tr>\n<td>- LastName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Essam</td>\n<td>Sender's Last name</td>\n</tr>\n<tr>\n<td>- Email</td>\n<td>string</td>\n<td>Yes</td>\n<td><a href=\"mailto:a@test.com\">a@test.com</a></td>\n<td>Sender's Email</td>\n</tr>\n<tr>\n<td>- PhoneNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>0123456789</td>\n<td>Sender's Phone</td>\n</tr>\n<tr>\n<td>- CountryId</td>\n<td>number</td>\n<td>Yes</td>\n<td>234</td>\n<td>Sender's CountryId from iCARRY</td>\n</tr>\n<tr>\n<td>- StateProvinceId</td>\n<td>number</td>\n<td>Yes</td>\n<td>1841</td>\n<td>state id</td>\n</tr>\n<tr>\n<td>- Address1</td>\n<td>string</td>\n<td>Yes</td>\n<td>Dubai, UAE</td>\n<td>Sender's Pickup location</td>\n</tr>\n<tr>\n<td>- Address2</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>- ZipPostalCode</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>dropOffAddress</td>\n<td>object</td>\n<td>Yes</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>- FirstName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Mohamed</td>\n<td>Recipient's First name</td>\n</tr>\n<tr>\n<td>- LastName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Essam</td>\n<td>Recipient's Last name</td>\n</tr>\n<tr>\n<td>- Email</td>\n<td>string</td>\n<td>Yes</td>\n<td><a href=\"mailto:m@test.com\">m@test.com</a></td>\n<td>Recipient's Email</td>\n</tr>\n<tr>\n<td>- PhoneNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>0123454552</td>\n<td>Recipient's Phone number</td>\n</tr>\n<tr>\n<td>- CountryId</td>\n<td>number</td>\n<td>Yes</td>\n<td>234</td>\n<td>Recipient's CountryId from iCARRY</td>\n</tr>\n<tr>\n<td>- StateProvinceId</td>\n<td>number</td>\n<td>Yes</td>\n<td>1841</td>\n<td>State id from iCARRY</td>\n</tr>\n<tr>\n<td>- Address1</td>\n<td>string</td>\n<td>Yes</td>\n<td>Dubai, UAE</td>\n<td>Recipient's Dropoff location</td>\n</tr>\n<tr>\n<td>- Address2</td>\n<td>string</td>\n<td>No</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td>- ZipPostalCode</td>\n<td>string</td>\n<td>No</td>\n<td>-</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ActualWeight</td>\n<td>number</td>\n<td>Yes</td>\n<td>5</td>\n<td>Shipment's Total Weight</td>\n</tr>\n<tr>\n<td>PackageType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Documents</td>\n<td>\"parcel\" or \"Documents\"</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>number</td>\n<td>Yes</td>\n<td>5</td>\n<td>Shipment's Total Length</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>number</td>\n<td>Yes</td>\n<td>5</td>\n<td>Shipment's Total Width</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>number</td>\n<td>Yes</td>\n<td>5</td>\n<td>Shipment's Total Height</td>\n</tr>\n<tr>\n<td>Notes</td>\n<td>string</td>\n<td>No</td>\n<td>string</td>\n<td>Shipment's Notes</td>\n</tr>\n<tr>\n<td>ParcelQuantity</td>\n<td>number</td>\n<td>Yes</td>\n<td>1</td>\n<td>Number of packages inside shipments</td>\n</tr>\n<tr>\n<td>ParcelCurrency</td>\n<td>string</td>\n<td>Yes</td>\n<td>USD</td>\n<td>Parcel Value Currency</td>\n</tr>\n<tr>\n<td>ParcelPackageValue</td>\n<td>number</td>\n<td>Yes</td>\n<td>0</td>\n<td>Parcel Value</td>\n</tr>\n<tr>\n<td>ParcelDescription</td>\n<td>string</td>\n<td>No</td>\n<td>string</td>\n<td>Parcel description</td>\n</tr>\n<tr>\n<td>SystemShipmentProvider</td>\n<td>string</td>\n<td>Yes</td>\n<td>Shipping.ICarry.nolimit</td>\n<td>From GetRates API</td>\n</tr>\n<tr>\n<td>MethodName</td>\n<td>string</td>\n<td>Yes</td>\n<td>Motor Express</td>\n<td>From GetRates API</td>\n</tr>\n<tr>\n<td>MethodDescription</td>\n<td>string</td>\n<td>Yes</td>\n<td>Motor Express</td>\n<td>From GetRates API</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>number</td>\n<td>Yes</td>\n<td>1.30</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-frontend","SmartwareShipment","CreateOnDemandShipment"],"host":["https://test.icarry.com"],"query":[],"variable":[]}},"response":[{"id":"121b1c43-1660-4f40-be68-cde1a3b6e2ba","name":"Success","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"createAccount\": \"<boolean>\",\n  \"notifyByEmail\": \"<boolean>\",\n  \"pickupAddress\": {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"CountryId\": \"<integer>\",\n    \"StateProvinceId\": \"<integer>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"dropOffAddress\": {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"CountryId\": \"<integer>\",\n    \"StateProvinceId\": \"<integer>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"ParcelCurrency\": \"<string>\",\n  \"ParcelPackageValue\": \"<double>\",\n  \"ParcelDescription\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOnDemandShipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"createAccount\": \"<boolean>\",\n  \"notifyByEmail\": \"<boolean>\",\n  \"pickupAddress\": {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"CountryId\": \"<integer>\",\n    \"StateProvinceId\": \"<integer>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"dropOffAddress\": {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"CountryId\": \"<integer>\",\n    \"StateProvinceId\": \"<integer>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"ParcelCurrency\": \"<string>\",\n  \"ParcelPackageValue\": \"<double>\",\n  \"ParcelDescription\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\"\n}"},{"id":"167350e2-2ec1-4de0-8e02-1ff497a8004b","name":"Unauthorized","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"createAccount\": \"<boolean>\",\n  \"notifyByEmail\": \"<boolean>\",\n  \"pickupAddress\": {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"CountryId\": \"<integer>\",\n    \"StateProvinceId\": \"<integer>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"dropOffAddress\": {\n    \"Id\": \"<integer>\",\n    \"FirstName\": \"<string>\",\n    \"LastName\": \"<string>\",\n    \"Email\": \"<string>\",\n    \"PhoneNumber\": \"<string>\",\n    \"CountryId\": \"<integer>\",\n    \"StateProvinceId\": \"<integer>\",\n    \"Address1\": \"<string>\",\n    \"Address2\": \"<string>\",\n    \"ZipPostalCode\": \"<string>\"\n  },\n  \"ActualWeight\": \"<double>\",\n  \"PackageType\": \"Product\",\n  \"Length\": \"<double>\",\n  \"Width\": \"<double>\",\n  \"Height\": \"<double>\",\n  \"Notes\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"ParcelCurrency\": \"<string>\",\n  \"ParcelPackageValue\": \"<double>\",\n  \"ParcelDescription\": \"<string>\",\n  \"SystemShipmentProvider\": \"<string>\",\n  \"MethodName\": \"<string>\",\n  \"MethodDescription\": \"<string>\",\n  \"Price\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateOnDemandShipment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"f3407a29-6e09-4eaa-90d1-1def5fc97cce"}],"id":"bd0423d6-a2c3-45cc-9406-1282fe2a68eb","_postman_id":"bd0423d6-a2c3-45cc-9406-1282fe2a68eb","description":""},{"name":"Create Order","item":[{"name":"{shipmentId}","item":[{"name":"create order a shipment","id":"54e40156-290d-4403-ac24-4793e91bb0e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateShipmentOrder/:shipmentId?cardNumber=4242424242424242&cardCVV=000&cardType=visa&cardName=testMe&cardExpirationMonth=02&cardExpirationYear=2039&redirectUrl=http://localhost:8080/icarry/create-on-demand-shipment/?threeD&successUrl=http://localhost:8080/icarry/create-on-demand-shipment/?success=1&cancelUrl=http://localhost:8080/icarry/create-on-demand-shipment/?cancel=1&paymentMethodSystemName=Payments.MontyPay","urlObject":{"path":["api-frontend","SmartwareShipment","CreateShipmentOrder",":shipmentId"],"host":["https://test.icarry.com"],"query":[{"key":"cardNumber","value":"4242424242424242"},{"key":"cardCVV","value":"000"},{"key":"cardType","value":"visa"},{"key":"cardName","value":"testMe"},{"key":"cardExpirationMonth","value":"02"},{"key":"cardExpirationYear","value":"2039"},{"key":"redirectUrl","value":"http://localhost:8080/icarry/create-on-demand-shipment/?threeD"},{"key":"successUrl","value":"http://localhost:8080/icarry/create-on-demand-shipment/?success=1"},{"key":"cancelUrl","value":"http://localhost:8080/icarry/create-on-demand-shipment/?cancel=1"},{"key":"paymentMethodSystemName","value":"Payments.MontyPay"}],"variable":[{"id":"5632b780-3dfd-4f81-8636-3147e92ea4a8","type":"any","value":"<integer>","key":"shipmentId"}]}},"response":[{"id":"343b4545-c089-41d1-8b9b-13655ac16f60","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateShipmentOrder/:shipmentId?cardNumber=<string>&cardCVV=<string>&cardType=<string>&cardName=<string>&cardExpirationMonth=<integer>&cardExpirationYear=<integer>&redirectUrl=<string>&successUrl=<string>&cancelUrl=<string>&paymentMethodSystemName=Payments.MontyPay","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CreateShipmentOrder",":shipmentId"],"query":[{"key":"cardNumber","value":"<string>"},{"key":"cardCVV","value":"<string>"},{"key":"cardType","value":"<string>"},{"key":"cardName","value":"<string>"},{"key":"cardExpirationMonth","value":"<integer>"},{"key":"cardExpirationYear","value":"<integer>"},{"key":"redirectUrl","value":"<string>"},{"key":"successUrl","value":"<string>"},{"key":"cancelUrl","value":"<string>"},{"key":"paymentMethodSystemName","value":"Payments.MontyPay"}],"variable":[{"key":"shipmentId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d44c8c11-f0e0-4fdf-9134-7362303903fc","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateShipmentOrder/:shipmentId?cardNumber=<string>&cardCVV=<string>&cardType=<string>&cardName=<string>&cardExpirationMonth=<integer>&cardExpirationYear=<integer>&redirectUrl=<string>&successUrl=<string>&cancelUrl=<string>&paymentMethodSystemName=Payments.MontyPay","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CreateShipmentOrder",":shipmentId"],"query":[{"key":"cardNumber","value":"<string>"},{"key":"cardCVV","value":"<string>"},{"key":"cardType","value":"<string>"},{"key":"cardName","value":"<string>"},{"key":"cardExpirationMonth","value":"<integer>"},{"key":"cardExpirationYear","value":"<integer>"},{"key":"redirectUrl","value":"<string>"},{"key":"successUrl","value":"<string>"},{"key":"cancelUrl","value":"<string>"},{"key":"paymentMethodSystemName","value":"Payments.MontyPay"}],"variable":[{"key":"shipmentId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"b7091bdf-197d-4d97-b7b5-11467398b0eb","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateShipmentOrder/:shipmentId?cardNumber=<string>&cardCVV=<string>&cardType=<string>&cardName=<string>&cardExpirationMonth=<integer>&cardExpirationYear=<integer>&redirectUrl=<string>&successUrl=<string>&cancelUrl=<string>&paymentMethodSystemName=Payments.MontyPay","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CreateShipmentOrder",":shipmentId"],"query":[{"key":"cardNumber","value":"<string>"},{"key":"cardCVV","value":"<string>"},{"key":"cardType","value":"<string>"},{"key":"cardName","value":"<string>"},{"key":"cardExpirationMonth","value":"<integer>"},{"key":"cardExpirationYear","value":"<integer>"},{"key":"redirectUrl","value":"<string>"},{"key":"successUrl","value":"<string>"},{"key":"cancelUrl","value":"<string>"},{"key":"paymentMethodSystemName","value":"Payments.MontyPay"}],"variable":[{"key":"shipmentId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"bfef7258-146a-49b4-a9aa-fb6de235f5c0","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CreateShipmentOrder/:shipmentId?cardNumber=<string>&cardCVV=<string>&cardType=<string>&cardName=<string>&cardExpirationMonth=<integer>&cardExpirationYear=<integer>&redirectUrl=<string>&successUrl=<string>&cancelUrl=<string>&paymentMethodSystemName=Payments.MontyPay","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CreateShipmentOrder",":shipmentId"],"query":[{"key":"cardNumber","value":"<string>"},{"key":"cardCVV","value":"<string>"},{"key":"cardType","value":"<string>"},{"key":"cardName","value":"<string>"},{"key":"cardExpirationMonth","value":"<integer>"},{"key":"cardExpirationYear","value":"<integer>"},{"key":"redirectUrl","value":"<string>"},{"key":"successUrl","value":"<string>"},{"key":"cancelUrl","value":"<string>"},{"key":"paymentMethodSystemName","value":"Payments.MontyPay"}],"variable":[{"key":"shipmentId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"54e40156-290d-4403-ac24-4793e91bb0e0"}],"id":"338b833a-ba40-4ca4-8a58-1f4dc031ca79","_postman_id":"338b833a-ba40-4ca4-8a58-1f4dc031ca79","description":""}],"id":"423a0f2d-bc8c-4d50-8277-2d125d793986","_postman_id":"423a0f2d-bc8c-4d50-8277-2d125d793986","description":""},{"name":"Confirm Payment","item":[{"name":"{shipmentId}","item":[{"name":"/api-frontend/SmartwareShipment/ConfirmPayment/:shipmentId","id":"12bc7f10-147f-4a7f-81f7-98f98f69c446","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"IsSettled\": \"<boolean>\",\n  \"SettledTimeStamp\": \"<dateTime>\",\n  \"ParcelDescription\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"IsCOD\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"CODSubAmount\": \"<double>\",\n  \"PackageValue\": \"<double>\",\n  \"PackageCurrency\": \"<string>\",\n  \"AdditionalFees\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"PONumber\": \"<string>\",\n  \"OrderGuid\": \"<uuid>\",\n  \"StoreId\": \"<integer>\",\n  \"CustomerId\": \"<integer>\",\n  \"VendorId\": \"<integer>\",\n  \"BillingAddressId\": \"<integer>\",\n  \"ShippingAddressId\": \"<integer>\",\n  \"PickupAddressId\": \"<integer>\",\n  \"PickupInStore\": \"<boolean>\",\n  \"OrderStatusId\": \"<integer>\",\n  \"OrderTypeId\": \"<integer>\",\n  \"ShippingStatusId\": \"<integer>\",\n  \"PaymentStatusId\": \"<integer>\",\n  \"PaymentMethodSystemName\": \"<string>\",\n  \"CustomerCurrencyCode\": \"<string>\",\n  \"CurrencyRate\": \"<double>\",\n  \"CustomerTaxDisplayTypeId\": \"<integer>\",\n  \"VatNumber\": \"<string>\",\n  \"OrderSubtotalInclTax\": \"<double>\",\n  \"OrderSubtotalExclTax\": \"<double>\",\n  \"OrderSubTotalDiscountInclTax\": \"<double>\",\n  \"OrderSubTotalDiscountExclTax\": \"<double>\",\n  \"OrderShippingInclTax\": \"<double>\",\n  \"OrderShippingExclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeInclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeExclTax\": \"<double>\",\n  \"TaxRates\": \"<string>\",\n  \"OrderTax\": \"<double>\",\n  \"OrderDiscount\": \"<double>\",\n  \"OrderTotal\": \"<double>\",\n  \"RefundedAmount\": \"<double>\",\n  \"RewardPointsHistoryEntryId\": \"<integer>\",\n  \"CheckoutAttributeDescription\": \"<string>\",\n  \"CheckoutAttributesXml\": \"<string>\",\n  \"CustomerLanguageId\": \"<integer>\",\n  \"AffiliateId\": \"<integer>\",\n  \"CustomerIp\": \"<string>\",\n  \"AllowStoringCreditCardNumber\": \"<boolean>\",\n  \"CardType\": \"<string>\",\n  \"CardName\": \"<string>\",\n  \"CardNumber\": \"<string>\",\n  \"MaskedCreditCardNumber\": \"<string>\",\n  \"CardCvv2\": \"<string>\",\n  \"CardExpirationMonth\": \"<string>\",\n  \"CardExpirationYear\": \"<string>\",\n  \"AuthorizationTransactionId\": \"<string>\",\n  \"AuthorizationTransactionCode\": \"<string>\",\n  \"AuthorizationTransactionResult\": \"<string>\",\n  \"CaptureTransactionId\": \"<string>\",\n  \"CaptureTransactionResult\": \"<string>\",\n  \"SubscriptionTransactionId\": \"<string>\",\n  \"PaidDateUtc\": \"<dateTime>\",\n  \"ShippingMethod\": \"<string>\",\n  \"ShippingMethodDescription\": \"<string>\",\n  \"ShippingRateComputationMethodSystemName\": \"<string>\",\n  \"CustomValuesXml\": \"<string>\",\n  \"Deleted\": \"<boolean>\",\n  \"CreatedOnUtc\": \"<dateTime>\",\n  \"CustomOrderNumber\": \"<string>\",\n  \"RedeemedRewardPointsEntryId\": \"<integer>\",\n  \"WeightDiscrepancyWeight\": \"<double>\",\n  \"WeightDiscrepancyLength\": \"<double>\",\n  \"WeightDiscrepancyWidth\": \"<double>\",\n  \"WeightDiscrepancyHeight\": \"<double>\",\n  \"WeightDiscrepancyVolumetricWeight\": \"<double>\",\n  \"AdditionalChargeReason\": \"<string>\",\n  \"AdditionalChargeDescription\": \"<string>\",\n  \"OrderStatus\": \"PendingCancelation\",\n  \"OrderType\": \"WalletDeduction\",\n  \"PaymentStatus\": \"Declined\",\n  \"ShippingStatus\": \"Cancelled\",\n  \"CustomerTaxDisplayType\": \"ExcludingTax\",\n  \"Id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://test.icarry.com/api-frontend/SmartwareShipment/ConfirmPayment/:shipmentId","urlObject":{"path":["api-frontend","SmartwareShipment","ConfirmPayment",":shipmentId"],"host":["https://test.icarry.com"],"query":[],"variable":[{"id":"cf6eeeb2-ab91-4bef-b3f2-717bebca99c8","type":"any","value":"<integer>","key":"shipmentId"}]}},"response":[{"id":"2535cd06-5c75-46e6-a647-3155191e60bb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"IsSettled\": \"<boolean>\",\n  \"SettledTimeStamp\": \"<dateTime>\",\n  \"ParcelDescription\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"IsCOD\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"CODSubAmount\": \"<double>\",\n  \"PackageValue\": \"<double>\",\n  \"PackageCurrency\": \"<string>\",\n  \"AdditionalFees\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"PONumber\": \"<string>\",\n  \"OrderGuid\": \"<uuid>\",\n  \"StoreId\": \"<integer>\",\n  \"CustomerId\": \"<integer>\",\n  \"VendorId\": \"<integer>\",\n  \"BillingAddressId\": \"<integer>\",\n  \"ShippingAddressId\": \"<integer>\",\n  \"PickupAddressId\": \"<integer>\",\n  \"PickupInStore\": \"<boolean>\",\n  \"OrderStatusId\": \"<integer>\",\n  \"OrderTypeId\": \"<integer>\",\n  \"ShippingStatusId\": \"<integer>\",\n  \"PaymentStatusId\": \"<integer>\",\n  \"PaymentMethodSystemName\": \"<string>\",\n  \"CustomerCurrencyCode\": \"<string>\",\n  \"CurrencyRate\": \"<double>\",\n  \"CustomerTaxDisplayTypeId\": \"<integer>\",\n  \"VatNumber\": \"<string>\",\n  \"OrderSubtotalInclTax\": \"<double>\",\n  \"OrderSubtotalExclTax\": \"<double>\",\n  \"OrderSubTotalDiscountInclTax\": \"<double>\",\n  \"OrderSubTotalDiscountExclTax\": \"<double>\",\n  \"OrderShippingInclTax\": \"<double>\",\n  \"OrderShippingExclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeInclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeExclTax\": \"<double>\",\n  \"TaxRates\": \"<string>\",\n  \"OrderTax\": \"<double>\",\n  \"OrderDiscount\": \"<double>\",\n  \"OrderTotal\": \"<double>\",\n  \"RefundedAmount\": \"<double>\",\n  \"RewardPointsHistoryEntryId\": \"<integer>\",\n  \"CheckoutAttributeDescription\": \"<string>\",\n  \"CheckoutAttributesXml\": \"<string>\",\n  \"CustomerLanguageId\": \"<integer>\",\n  \"AffiliateId\": \"<integer>\",\n  \"CustomerIp\": \"<string>\",\n  \"AllowStoringCreditCardNumber\": \"<boolean>\",\n  \"CardType\": \"<string>\",\n  \"CardName\": \"<string>\",\n  \"CardNumber\": \"<string>\",\n  \"MaskedCreditCardNumber\": \"<string>\",\n  \"CardCvv2\": \"<string>\",\n  \"CardExpirationMonth\": \"<string>\",\n  \"CardExpirationYear\": \"<string>\",\n  \"AuthorizationTransactionId\": \"<string>\",\n  \"AuthorizationTransactionCode\": \"<string>\",\n  \"AuthorizationTransactionResult\": \"<string>\",\n  \"CaptureTransactionId\": \"<string>\",\n  \"CaptureTransactionResult\": \"<string>\",\n  \"SubscriptionTransactionId\": \"<string>\",\n  \"PaidDateUtc\": \"<dateTime>\",\n  \"ShippingMethod\": \"<string>\",\n  \"ShippingMethodDescription\": \"<string>\",\n  \"ShippingRateComputationMethodSystemName\": \"<string>\",\n  \"CustomValuesXml\": \"<string>\",\n  \"Deleted\": \"<boolean>\",\n  \"CreatedOnUtc\": \"<dateTime>\",\n  \"CustomOrderNumber\": \"<string>\",\n  \"RedeemedRewardPointsEntryId\": \"<integer>\",\n  \"WeightDiscrepancyWeight\": \"<double>\",\n  \"WeightDiscrepancyLength\": \"<double>\",\n  \"WeightDiscrepancyWidth\": \"<double>\",\n  \"WeightDiscrepancyHeight\": \"<double>\",\n  \"WeightDiscrepancyVolumetricWeight\": \"<double>\",\n  \"AdditionalChargeReason\": \"<string>\",\n  \"AdditionalChargeDescription\": \"<string>\",\n  \"OrderStatus\": \"PendingCancelation\",\n  \"OrderType\": \"WalletDeduction\",\n  \"PaymentStatus\": \"Declined\",\n  \"ShippingStatus\": \"Cancelled\",\n  \"CustomerTaxDisplayType\": \"ExcludingTax\",\n  \"Id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/ConfirmPayment/:shipmentId","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","ConfirmPayment",":shipmentId"],"variable":[{"key":"shipmentId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"586bb531-ee2e-4235-b513-af09cab733da","name":"Bad Request","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"IsSettled\": \"<boolean>\",\n  \"SettledTimeStamp\": \"<dateTime>\",\n  \"ParcelDescription\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"IsCOD\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"CODSubAmount\": \"<double>\",\n  \"PackageValue\": \"<double>\",\n  \"PackageCurrency\": \"<string>\",\n  \"AdditionalFees\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"PONumber\": \"<string>\",\n  \"OrderGuid\": \"<uuid>\",\n  \"StoreId\": \"<integer>\",\n  \"CustomerId\": \"<integer>\",\n  \"VendorId\": \"<integer>\",\n  \"BillingAddressId\": \"<integer>\",\n  \"ShippingAddressId\": \"<integer>\",\n  \"PickupAddressId\": \"<integer>\",\n  \"PickupInStore\": \"<boolean>\",\n  \"OrderStatusId\": \"<integer>\",\n  \"OrderTypeId\": \"<integer>\",\n  \"ShippingStatusId\": \"<integer>\",\n  \"PaymentStatusId\": \"<integer>\",\n  \"PaymentMethodSystemName\": \"<string>\",\n  \"CustomerCurrencyCode\": \"<string>\",\n  \"CurrencyRate\": \"<double>\",\n  \"CustomerTaxDisplayTypeId\": \"<integer>\",\n  \"VatNumber\": \"<string>\",\n  \"OrderSubtotalInclTax\": \"<double>\",\n  \"OrderSubtotalExclTax\": \"<double>\",\n  \"OrderSubTotalDiscountInclTax\": \"<double>\",\n  \"OrderSubTotalDiscountExclTax\": \"<double>\",\n  \"OrderShippingInclTax\": \"<double>\",\n  \"OrderShippingExclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeInclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeExclTax\": \"<double>\",\n  \"TaxRates\": \"<string>\",\n  \"OrderTax\": \"<double>\",\n  \"OrderDiscount\": \"<double>\",\n  \"OrderTotal\": \"<double>\",\n  \"RefundedAmount\": \"<double>\",\n  \"RewardPointsHistoryEntryId\": \"<integer>\",\n  \"CheckoutAttributeDescription\": \"<string>\",\n  \"CheckoutAttributesXml\": \"<string>\",\n  \"CustomerLanguageId\": \"<integer>\",\n  \"AffiliateId\": \"<integer>\",\n  \"CustomerIp\": \"<string>\",\n  \"AllowStoringCreditCardNumber\": \"<boolean>\",\n  \"CardType\": \"<string>\",\n  \"CardName\": \"<string>\",\n  \"CardNumber\": \"<string>\",\n  \"MaskedCreditCardNumber\": \"<string>\",\n  \"CardCvv2\": \"<string>\",\n  \"CardExpirationMonth\": \"<string>\",\n  \"CardExpirationYear\": \"<string>\",\n  \"AuthorizationTransactionId\": \"<string>\",\n  \"AuthorizationTransactionCode\": \"<string>\",\n  \"AuthorizationTransactionResult\": \"<string>\",\n  \"CaptureTransactionId\": \"<string>\",\n  \"CaptureTransactionResult\": \"<string>\",\n  \"SubscriptionTransactionId\": \"<string>\",\n  \"PaidDateUtc\": \"<dateTime>\",\n  \"ShippingMethod\": \"<string>\",\n  \"ShippingMethodDescription\": \"<string>\",\n  \"ShippingRateComputationMethodSystemName\": \"<string>\",\n  \"CustomValuesXml\": \"<string>\",\n  \"Deleted\": \"<boolean>\",\n  \"CreatedOnUtc\": \"<dateTime>\",\n  \"CustomOrderNumber\": \"<string>\",\n  \"RedeemedRewardPointsEntryId\": \"<integer>\",\n  \"WeightDiscrepancyWeight\": \"<double>\",\n  \"WeightDiscrepancyLength\": \"<double>\",\n  \"WeightDiscrepancyWidth\": \"<double>\",\n  \"WeightDiscrepancyHeight\": \"<double>\",\n  \"WeightDiscrepancyVolumetricWeight\": \"<double>\",\n  \"AdditionalChargeReason\": \"<string>\",\n  \"AdditionalChargeDescription\": \"<string>\",\n  \"OrderStatus\": \"PendingCancelation\",\n  \"OrderType\": \"WalletDeduction\",\n  \"PaymentStatus\": \"Declined\",\n  \"ShippingStatus\": \"Cancelled\",\n  \"CustomerTaxDisplayType\": \"ExcludingTax\",\n  \"Id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/ConfirmPayment/:shipmentId","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","ConfirmPayment",":shipmentId"],"variable":[{"key":"shipmentId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"db2dd21c-17e9-46e8-aed9-1260e4874fc4","name":"Unauthorized","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"IsSettled\": \"<boolean>\",\n  \"SettledTimeStamp\": \"<dateTime>\",\n  \"ParcelDescription\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"IsCOD\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"CODSubAmount\": \"<double>\",\n  \"PackageValue\": \"<double>\",\n  \"PackageCurrency\": \"<string>\",\n  \"AdditionalFees\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"PONumber\": \"<string>\",\n  \"OrderGuid\": \"<uuid>\",\n  \"StoreId\": \"<integer>\",\n  \"CustomerId\": \"<integer>\",\n  \"VendorId\": \"<integer>\",\n  \"BillingAddressId\": \"<integer>\",\n  \"ShippingAddressId\": \"<integer>\",\n  \"PickupAddressId\": \"<integer>\",\n  \"PickupInStore\": \"<boolean>\",\n  \"OrderStatusId\": \"<integer>\",\n  \"OrderTypeId\": \"<integer>\",\n  \"ShippingStatusId\": \"<integer>\",\n  \"PaymentStatusId\": \"<integer>\",\n  \"PaymentMethodSystemName\": \"<string>\",\n  \"CustomerCurrencyCode\": \"<string>\",\n  \"CurrencyRate\": \"<double>\",\n  \"CustomerTaxDisplayTypeId\": \"<integer>\",\n  \"VatNumber\": \"<string>\",\n  \"OrderSubtotalInclTax\": \"<double>\",\n  \"OrderSubtotalExclTax\": \"<double>\",\n  \"OrderSubTotalDiscountInclTax\": \"<double>\",\n  \"OrderSubTotalDiscountExclTax\": \"<double>\",\n  \"OrderShippingInclTax\": \"<double>\",\n  \"OrderShippingExclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeInclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeExclTax\": \"<double>\",\n  \"TaxRates\": \"<string>\",\n  \"OrderTax\": \"<double>\",\n  \"OrderDiscount\": \"<double>\",\n  \"OrderTotal\": \"<double>\",\n  \"RefundedAmount\": \"<double>\",\n  \"RewardPointsHistoryEntryId\": \"<integer>\",\n  \"CheckoutAttributeDescription\": \"<string>\",\n  \"CheckoutAttributesXml\": \"<string>\",\n  \"CustomerLanguageId\": \"<integer>\",\n  \"AffiliateId\": \"<integer>\",\n  \"CustomerIp\": \"<string>\",\n  \"AllowStoringCreditCardNumber\": \"<boolean>\",\n  \"CardType\": \"<string>\",\n  \"CardName\": \"<string>\",\n  \"CardNumber\": \"<string>\",\n  \"MaskedCreditCardNumber\": \"<string>\",\n  \"CardCvv2\": \"<string>\",\n  \"CardExpirationMonth\": \"<string>\",\n  \"CardExpirationYear\": \"<string>\",\n  \"AuthorizationTransactionId\": \"<string>\",\n  \"AuthorizationTransactionCode\": \"<string>\",\n  \"AuthorizationTransactionResult\": \"<string>\",\n  \"CaptureTransactionId\": \"<string>\",\n  \"CaptureTransactionResult\": \"<string>\",\n  \"SubscriptionTransactionId\": \"<string>\",\n  \"PaidDateUtc\": \"<dateTime>\",\n  \"ShippingMethod\": \"<string>\",\n  \"ShippingMethodDescription\": \"<string>\",\n  \"ShippingRateComputationMethodSystemName\": \"<string>\",\n  \"CustomValuesXml\": \"<string>\",\n  \"Deleted\": \"<boolean>\",\n  \"CreatedOnUtc\": \"<dateTime>\",\n  \"CustomOrderNumber\": \"<string>\",\n  \"RedeemedRewardPointsEntryId\": \"<integer>\",\n  \"WeightDiscrepancyWeight\": \"<double>\",\n  \"WeightDiscrepancyLength\": \"<double>\",\n  \"WeightDiscrepancyWidth\": \"<double>\",\n  \"WeightDiscrepancyHeight\": \"<double>\",\n  \"WeightDiscrepancyVolumetricWeight\": \"<double>\",\n  \"AdditionalChargeReason\": \"<string>\",\n  \"AdditionalChargeDescription\": \"<string>\",\n  \"OrderStatus\": \"PendingCancelation\",\n  \"OrderType\": \"WalletDeduction\",\n  \"PaymentStatus\": \"Declined\",\n  \"ShippingStatus\": \"Cancelled\",\n  \"CustomerTaxDisplayType\": \"ExcludingTax\",\n  \"Id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/ConfirmPayment/:shipmentId","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","ConfirmPayment",":shipmentId"],"variable":[{"key":"shipmentId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"be1ba1c3-6212-443e-bf2e-829caaaa23db","name":"Not Found","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":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"IsSettled\": \"<boolean>\",\n  \"SettledTimeStamp\": \"<dateTime>\",\n  \"ParcelDescription\": \"<string>\",\n  \"ParcelQuantity\": \"<integer>\",\n  \"IsCOD\": \"<boolean>\",\n  \"CODAmount\": \"<double>\",\n  \"CODSubAmount\": \"<double>\",\n  \"PackageValue\": \"<double>\",\n  \"PackageCurrency\": \"<string>\",\n  \"AdditionalFees\": \"<double>\",\n  \"COdCurrency\": \"<string>\",\n  \"PONumber\": \"<string>\",\n  \"OrderGuid\": \"<uuid>\",\n  \"StoreId\": \"<integer>\",\n  \"CustomerId\": \"<integer>\",\n  \"VendorId\": \"<integer>\",\n  \"BillingAddressId\": \"<integer>\",\n  \"ShippingAddressId\": \"<integer>\",\n  \"PickupAddressId\": \"<integer>\",\n  \"PickupInStore\": \"<boolean>\",\n  \"OrderStatusId\": \"<integer>\",\n  \"OrderTypeId\": \"<integer>\",\n  \"ShippingStatusId\": \"<integer>\",\n  \"PaymentStatusId\": \"<integer>\",\n  \"PaymentMethodSystemName\": \"<string>\",\n  \"CustomerCurrencyCode\": \"<string>\",\n  \"CurrencyRate\": \"<double>\",\n  \"CustomerTaxDisplayTypeId\": \"<integer>\",\n  \"VatNumber\": \"<string>\",\n  \"OrderSubtotalInclTax\": \"<double>\",\n  \"OrderSubtotalExclTax\": \"<double>\",\n  \"OrderSubTotalDiscountInclTax\": \"<double>\",\n  \"OrderSubTotalDiscountExclTax\": \"<double>\",\n  \"OrderShippingInclTax\": \"<double>\",\n  \"OrderShippingExclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeInclTax\": \"<double>\",\n  \"PaymentMethodAdditionalFeeExclTax\": \"<double>\",\n  \"TaxRates\": \"<string>\",\n  \"OrderTax\": \"<double>\",\n  \"OrderDiscount\": \"<double>\",\n  \"OrderTotal\": \"<double>\",\n  \"RefundedAmount\": \"<double>\",\n  \"RewardPointsHistoryEntryId\": \"<integer>\",\n  \"CheckoutAttributeDescription\": \"<string>\",\n  \"CheckoutAttributesXml\": \"<string>\",\n  \"CustomerLanguageId\": \"<integer>\",\n  \"AffiliateId\": \"<integer>\",\n  \"CustomerIp\": \"<string>\",\n  \"AllowStoringCreditCardNumber\": \"<boolean>\",\n  \"CardType\": \"<string>\",\n  \"CardName\": \"<string>\",\n  \"CardNumber\": \"<string>\",\n  \"MaskedCreditCardNumber\": \"<string>\",\n  \"CardCvv2\": \"<string>\",\n  \"CardExpirationMonth\": \"<string>\",\n  \"CardExpirationYear\": \"<string>\",\n  \"AuthorizationTransactionId\": \"<string>\",\n  \"AuthorizationTransactionCode\": \"<string>\",\n  \"AuthorizationTransactionResult\": \"<string>\",\n  \"CaptureTransactionId\": \"<string>\",\n  \"CaptureTransactionResult\": \"<string>\",\n  \"SubscriptionTransactionId\": \"<string>\",\n  \"PaidDateUtc\": \"<dateTime>\",\n  \"ShippingMethod\": \"<string>\",\n  \"ShippingMethodDescription\": \"<string>\",\n  \"ShippingRateComputationMethodSystemName\": \"<string>\",\n  \"CustomValuesXml\": \"<string>\",\n  \"Deleted\": \"<boolean>\",\n  \"CreatedOnUtc\": \"<dateTime>\",\n  \"CustomOrderNumber\": \"<string>\",\n  \"RedeemedRewardPointsEntryId\": \"<integer>\",\n  \"WeightDiscrepancyWeight\": \"<double>\",\n  \"WeightDiscrepancyLength\": \"<double>\",\n  \"WeightDiscrepancyWidth\": \"<double>\",\n  \"WeightDiscrepancyHeight\": \"<double>\",\n  \"WeightDiscrepancyVolumetricWeight\": \"<double>\",\n  \"AdditionalChargeReason\": \"<string>\",\n  \"AdditionalChargeDescription\": \"<string>\",\n  \"OrderStatus\": \"PendingCancelation\",\n  \"OrderType\": \"WalletDeduction\",\n  \"PaymentStatus\": \"Declined\",\n  \"ShippingStatus\": \"Cancelled\",\n  \"CustomerTaxDisplayType\": \"ExcludingTax\",\n  \"Id\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/ConfirmPayment/:shipmentId","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","ConfirmPayment",":shipmentId"],"variable":[{"key":"shipmentId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"12bc7f10-147f-4a7f-81f7-98f98f69c446"}],"id":"b709d9b4-4ffa-460a-bddf-4cac2b84c792","_postman_id":"b709d9b4-4ffa-460a-bddf-4cac2b84c792","description":""}],"id":"1913bc68-3cd3-4608-9e9d-75f13f882c31","_postman_id":"1913bc68-3cd3-4608-9e9d-75f13f882c31","description":""},{"name":"MontyPay Success Return Url","item":[{"name":"/api-frontend/SmartwareShipment/montyPaySuccessReturnUrl","id":"ec1455d4-0d06-449b-9e82-037d1c395dd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPaySuccessReturnUrl?orderId=<integer>&shipmentId=<integer>","urlObject":{"path":["api-frontend","SmartwareShipment","montyPaySuccessReturnUrl"],"host":["https://test.icarry.com"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}],"variable":[]}},"response":[{"id":"34202112-2b04-413b-a348-ae04c1429831","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPaySuccessReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPaySuccessReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"fd4f8120-1916-4c7c-a617-965027d510a1","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPaySuccessReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPaySuccessReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"080027aa-7a56-4855-8a13-b7177bf397e1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPaySuccessReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPaySuccessReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"5097d2a3-5a73-4f93-98cb-1cf99dde27b8","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPaySuccessReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPaySuccessReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"ec1455d4-0d06-449b-9e82-037d1c395dd8"}],"id":"11af156e-b390-47ed-9ca0-b8e3e7b70833","_postman_id":"11af156e-b390-47ed-9ca0-b8e3e7b70833","description":""},{"name":"MontyPay Cancel Return Url","item":[{"name":"/api-frontend/SmartwareShipment/montyPayCancelReturnUrl","id":"3d681647-39ca-47c4-a179-801fc990bf2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPayCancelReturnUrl?orderId=<integer>&shipmentId=<integer>","urlObject":{"path":["api-frontend","SmartwareShipment","montyPayCancelReturnUrl"],"host":["https://test.icarry.com"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}],"variable":[]}},"response":[{"id":"601874e7-ad16-48b3-9e48-789b13e0126f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPayCancelReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPayCancelReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"92b0ca6d-53e5-43be-a8d0-fd37ba00130f","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPayCancelReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPayCancelReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"c9b0f648-2a46-419c-88e8-86662645f1b4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPayCancelReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPayCancelReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"65cbd598-14cd-44f2-9ae6-20ac2b85bab1","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/montyPayCancelReturnUrl?orderId=<integer>&shipmentId=<integer>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","montyPayCancelReturnUrl"],"query":[{"key":"orderId","value":"<integer>"},{"key":"shipmentId","value":"<integer>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"3d681647-39ca-47c4-a179-801fc990bf2a"}],"id":"33854f9a-8736-44a4-8e5e-4125195bbd21","_postman_id":"33854f9a-8736-44a4-8e5e-4125195bbd21","description":""}],"id":"405eea06-7286-4337-8d4f-0274b6525ba3","_postman_id":"405eea06-7286-4337-8d4f-0274b6525ba3","description":""},{"name":"Shipment","item":[{"name":"Track Shipment","item":[{"name":"/api-frontend/SmartwareShipment/orderTracking","id":"368aecbb-8342-4971-8bf6-3992653654c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/SmartwareShipment/orderTracking?trackingNumber=<string>","urlObject":{"path":["api-frontend","SmartwareShipment","orderTracking"],"host":["https://test.icarry.com"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"trackingNumber","value":"<string>"}],"variable":[]}},"response":[{"id":"363e7d9a-9cf1-4426-a6ef-b585ed141428","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/orderTracking?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","orderTracking"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"549abfb2-71fc-46ef-8669-3ded2b8dc244","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/orderTracking?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","orderTracking"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"1a0ba676-f8f8-4948-b80b-d57e52ad69df","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/orderTracking?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","orderTracking"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"9166aca5-851a-44e3-bc81-f824c4a9bdde","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/orderTracking?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","orderTracking"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"368aecbb-8342-4971-8bf6-3992653654c5"}],"id":"e28aba10-3f6b-4b40-9ca7-8a57f90058f8","description":"<p>You can use this API to track shipments and retrieve all shipment statuses. using the Prosseted shipment's IC#</p>\n","_postman_id":"e28aba10-3f6b-4b40-9ca7-8a57f90058f8"},{"name":"Cancel Order","item":[{"name":"/api-frontend/SmartwareShipment/CancelOrder","id":"e468116b-0e01-4a16-ba4f-546f6e786527","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://test.icarry.com/api-frontend/SmartwareShipment/CancelOrder?trackingNumber=<string>","urlObject":{"path":["api-frontend","SmartwareShipment","CancelOrder"],"host":["https://test.icarry.com"],"query":[{"key":"trackingNumber","value":"<string>"}],"variable":[]}},"response":[{"id":"5668abef-96f9-4bb3-a755-dec0849e7eea","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CancelOrder?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CancelOrder"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"de9ecc0b-5b30-4d6e-8288-216eb6e943b1","name":"Bad Request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CancelOrder?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CancelOrder"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Type\": \"<string>\",\n  \"Title\": \"<string>\",\n  \"Status\": \"<integer>\",\n  \"Detail\": \"<string>\",\n  \"Instance\": \"<string>\",\n  \"occaecat_a7\": {},\n  \"ea_d\": {},\n  \"magna_2\": {}\n}"},{"id":"db18c943-0b4c-4011-b837-b3f26ff2ed65","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CancelOrder?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CancelOrder"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"},{"id":"e862bb76-ae09-447a-bc7f-61804530b062","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/CancelOrder?trackingNumber=<string>","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","CancelOrder"],"query":[{"key":"trackingNumber","value":"<string>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"e468116b-0e01-4a16-ba4f-546f6e786527"}],"id":"a0a88e2b-0c5a-4b7c-84fc-6c6c69b1ca3e","description":"<p>You can use this API to Cancel shipments using the Prosseted shipment's IC#</p>\n","_postman_id":"a0a88e2b-0c5a-4b7c-84fc-6c6c69b1ca3e"},{"name":"PdfPackagingSlip","item":[{"name":"/api-frontend/SmartwareShipment/PdfPackagingSlip/:shipmentId","id":"cf24ed8d-4980-4bbf-9a4a-a7814a4e2245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://test.icarry.com/api-frontend/SmartwareShipment/PdfPackagingSlip/:shipmentId","urlObject":{"path":["api-frontend","SmartwareShipment","PdfPackagingSlip",":shipmentId"],"host":["https://test.icarry.com"],"query":[],"variable":[{"type":"any","value":"<integer>","key":"shipmentId"}]}},"response":[{"id":"15397595-2074-4ad3-ace3-81aa3862e62a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"<API Key>","description":"Added as a part of security scheme: apikey","type":"text"}],"url":{"raw":"https://test.icarry.com/api-frontend/SmartwareShipment/PdfPackagingSlip/:shipmentId","host":["https://test.icarry.com"],"path":["api-frontend","SmartwareShipment","PdfPackagingSlip",":shipmentId"],"variable":[{"key":"shipmentId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{}"},{"id":"39a608b8-6abe-43aa-bef4-82aac39d1825","name":"Unauthorized","originalRequest":{"method":"GET","header":[]},"status":"Unauthorized","code":401,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"<string>"}],"_postman_id":"cf24ed8d-4980-4bbf-9a4a-a7814a4e2245"}],"id":"ef0e0d98-8c19-420b-81b9-c5a9caef73ed","_postman_id":"ef0e0d98-8c19-420b-81b9-c5a9caef73ed","description":""}],"id":"e305deda-efe5-4b35-9a39-7bd0c41a632a","description":"<p>Each shipment has an IC# after it is created, and this ICnumber can be tracked.</p>\n","_postman_id":"e305deda-efe5-4b35-9a39-7bd0c41a632a"},{"name":"Platform Plugins","item":[{"name":"Overview","item":[],"id":"ffa20258-32be-4c9f-8070-5fbce563c683","description":"<p>iCarry is a shipping app for Shopify that simplifies order fulfillment and enhances the shipping experience. It integrates with popular shipping carriers, and tracking updates, and provides shipping rates. With customizable shipping rules, and order management features, iCarry streamlines the shipping process. It also offers shipment tracking, multi-channel support, and analytics to help merchants optimize their operations and improve customer satisfaction.</p>\n","_postman_id":"ffa20258-32be-4c9f-8070-5fbce563c683"},{"name":"Shopify","item":[],"id":"78594cfd-2781-40eb-ad5b-d10e671c9646","description":"<img src=\"https://content.pstmn.io/b7550ecb-4b00-4d1f-b07c-de7988497bcb/U2hvcGlmeS1Mb2dvLnBuZw==\" width=\"199\" height=\"158\" />\n\n<h2 id=\"install-the-app\">Install the app</h2>\n<p>First you need to install the iCARRY App from the Shopify App Store, you can use the folowing link</p>\n<p><a href=\"https://apps.shopify.com/icarry-connector?st_source=autocomplete\">https://apps.shopify.com/icarry-connector?st_source=autocomplete</a></p>\n<h2 id=\"add-credentials\">Add Credentials</h2>\n<h4 id=\"to-add-your-credentials-to-the-app-settings-page-please-follow-the-steps-below\">To add your credentials to the app settings page, please follow the steps below:</h4>\n<ol>\n<li>First, log in to iCARRY using the following link: <a href=\"https://icarry.com/\">https://icarry.com</a>, (Register if not a user).</li>\n<li>Once you're logged in, navigate to the Settings section.</li>\n<li>Within the Settings section, click on Connectors &amp; Integration and then Add New Connector.</li>\n<li>At the connector page, insert an email and password and select the connector type as \"Shopify\" and add you store url to the SiteUrl.</li>\n<li>On the Connectors &amp; Integration page, you'll see a table that contains your email and password,. Copy these credentials.</li>\n<li>Next, go back to the App Settings page.</li>\n<li>Paste the copied credentials into the appropriate fields on the app settings page.</li>\n<li>Click the \"Check Connectivity\" button to test your credentials.</li>\n<li>If the email and password are correct, save the changes by clicking the \"Save\" button.</li>\n</ol>\n<img src=\"https://content.pstmn.io/0a8abd91-cd98-470f-a3e8-d2d5679dea00/aW1hZ2UucG5n\" width=\"503\" height=\"229\" />","_postman_id":"78594cfd-2781-40eb-ad5b-d10e671c9646"},{"name":"Wordpress - WooCommerce","item":[],"id":"cbeee972-85a5-42c3-89d6-ebf980794d80","description":"<img src=\"https://content.pstmn.io/bd56ad04-f86c-46e7-a875-7b6ae04cbc58/cG5nLXRyYW5zcGFyZW50LXdvb2NvbW1lcmNlLXdvcmRwcmVzcy1jb20tcGx1Zy1pbi1lLWNvbW1lcmNlLXdvb2NvbW1lcmNlLXB1cnBsZS10ZXh0LXRyYWRlbWFyay5wbmc=\" />\n\n<h2 id=\"install-the-app\">Install the app</h2>\n<p>First, you need to install the iCARRY App by adding the app manually</p>\n<ol>\n<li>Go to the admin panel -&gt; Plugins -&gt; Add new.</li>\n<li>Click the <strong>Upload Plugin</strong> button in the top left of the page.</li>\n<li>Choose the iCarry plugin and ensure it's a ZIP file.</li>\n</ol>\n<img src=\"https://content.pstmn.io/675df0b7-60b6-490d-bfc6-c79b9dc5b168/aW1hZ2UucG5n\" width=\"387\" height=\"202\" />\n\n<h2 id=\"add-credentials\">Add Credentials</h2>\n<ol>\n<li>Go to WooCommerce -&gt; Settings</li>\n<li>Click on the <strong>Shipping</strong> tab and from the shipping zones, choose <strong>iCARRY Configuration.</strong></li>\n<li>Add your credentials and click the save button</li>\n</ol>\n<img src=\"https://content.pstmn.io/85cb8663-9a2c-4a07-ad4c-330413281ee5/aW1hZ2UucG5n\" width=\"401\" height=\"214\" />","_postman_id":"cbeee972-85a5-42c3-89d6-ebf980794d80"},{"name":"Magento","item":[],"id":"f0a685f5-b3ae-4c58-a2ad-b19fe35fc259","description":"<img src=\"https://content.pstmn.io/c2f095a7-ffcb-45b6-aa81-49b85d7ac505/ZG93bmxvYWQgKDEpLnBuZw==\" width=\"285\" height=\"126\" />\n\n<h2 id=\"install-the-app\">Install the app</h2>\n<p>First you need to install the iCARRY App from the Magento Market Place by click on the following link:</p>\n<p><a href=\"https://commercemarketplace.adobe.com/icarry-shipping.html\">https://commercemarketplace.adobe.com/icarry-shipping.html</a></p>\n<p>Or adding the app manually.</p>\n<h3 id=\"please-follow-the-below-steps\">Please follow the below steps:</h3>\n<ol>\n<li>Open Server ‘File Manager’ -&gt; app =&gt; code</li>\n<li>Click on the upload button</li>\n<li>Click on ‘Select File’</li>\n<li>Upload the Plugin as a zip file</li>\n<li>Make sure the file is uploaded successfully</li>\n<li>Go to directory, right-click on zip folder &amp; click on 'Extract'</li>\n<li>Click on Extract files button</li>\n</ol>\n<img src=\"https://content.pstmn.io/ec94e404-bce9-4ca1-920f-10c749277502/aW1hZ2UucG5n\" />\n\n<img src=\"https://content.pstmn.io/669030e7-cd8e-461d-b0b0-2f7e0192adaa/aW1hZ2UucG5n\" />\n\n<img src=\"https://content.pstmn.io/fe81e8b1-d87a-483c-9d0b-fdf25ac3aefb/aW1hZ2UucG5n\" />\n\n<img src=\"https://content.pstmn.io/9ad0e5d4-b177-4aa6-87c6-1353d8d5dc00/aW1hZ2UucG5n\" />\n\n<img src=\"https://content.pstmn.io/4c7a79ba-af8c-4335-8118-b4ad173ec21a/aW1hZ2UucG5n\" />\n\n<h3 id=\"now-open-the-server-terminal\">Now open the server \"Terminal\"</h3>\n<img src=\"https://content.pstmn.io/abd54c0a-ded3-468f-a3f8-07458425bd9d/aW1hZ2UucG5n\" />\n\n<h3 id=\"go-to-directory-which-contains-the-project-file\">Go to directory which contains the project file</h3>\n<img src=\"https://content.pstmn.io/cf39ba4b-2439-4dad-8f7e-31c46f54eb75/aW1hZ2UucG5n\" />\n\n<h3 id=\"then-go-to-bin-directory\">Then go to bin directory</h3>\n<img src=\"https://content.pstmn.io/67b23464-1e6f-465a-946e-ccc54714f709/aW1hZ2UucG5n\" />\n\n<h3 id=\"run-this-command-to-upgrage-with-new-modules\">Run this command to upgrage with new modules</h3>\n<p><code>php magento setup:upgrade</code></p>\n<h3 id=\"finally-check-if-the-icarry_shipping-module-is-exist\">Finally check if the icarry_shipping module is exist.</h3>\n<img src=\"https://content.pstmn.io/c1138103-ca73-4601-83f1-a495831db276/aW1hZ2UucG5n\" />\n\n<h2 id=\"add-credentials\">Add Credentials</h2>\n<ol>\n<li>Go to admin dashboard &amp; click on <strong>Stores</strong> from side bar</li>\n<li>Then click on <strong>Configuration</strong></li>\n<li>Click on <strong>Sales</strong></li>\n<li>Click on <strong>iCARRY Shipping</strong></li>\n<li>Fill in the connector credentials</li>\n<li>Click on <strong>Save Config</strong> button</li>\n</ol>\n<img src=\"https://content.pstmn.io/38a667e3-61e9-4ff7-9515-37f48430186c/aW1hZ2UucG5n\" />\n\n<img src=\"https://content.pstmn.io/07f77b9e-e150-4fd7-9f2b-9d4009e4b4b3/ZG93bmxvYWQgKDEpLnBuZw==\" />","_postman_id":"f0a685f5-b3ae-4c58-a2ad-b19fe35fc259"},{"name":"OpenCArt","item":[],"id":"a247e833-0c2d-43ab-bf72-9cc772d5caef","description":"<p>StartFragment</p>\n<img src=\"https://content.pstmn.io/48712b13-cee1-4f08-8610-1b84166e298c/b3BlbmNhcnQtbG9nby5wbmc=\" />\n\n<h2 id=\"installing-an-extension\">Installing an extension</h2>\n<p>Usually, OpenCart 2.x extensions come packed in a zip, which contains installation and/or update instructions, sometimes a release log and another zip, whose name ends in \"<strong>.ocmod.zip</strong>\". Extension Installer recognizes such zips and uploads their content directly to the FTP root of your store. That said, it will produce an error if you try to upload zips with a name that is not in the \"<strong>*.ocmod.zip\" format</strong>.</p>\n<p>To upload an extension, navigate to <strong>Extensions -&gt; Extension Installer</strong>. Then click the blue <strong>Upload</strong> button and provide the route to your extension' s\"<strong>*.ocmod.zip\" archive</strong>.</p>\n<p>EndFragment</p>\n<img src=\"https://content.pstmn.io/a16c70f9-a7f8-429f-b856-1aa7c46cc50d/YWRtaW4tZXh0ZW5zaW9uLWluc3RhbGxlci1leHRlbnNpb24taW5zdGFsbGVyLnBuZw==\" />\n\n<p>After uploading the plugin and enabling the extension you Extenstions -&gt; Extenstions, choose the extension type as Shipping, and edit iCARRY Rate</p>\n<img src=\"https://content.pstmn.io/b9b4d475-08b5-444d-9b78-4e404fa575ea/aW1hZ2UucG5n\" />\n\n<h2 id=\"copying-the-connector-credentials\">Copying the Connector Credentials</h2>\n<p>After locating the connector credentials section within the settings, you will find a table displaying the necessary information. Follow these steps to copy the credentials:</p>\n<ol>\n<li>Select the entire row or individual fields containing the credentials.</li>\n<li>Copy your email and Password.</li>\n</ol>\n<img src=\"https://content.pstmn.io/67c97b4d-8080-47a4-ba38-fa2ccd3b53b3/aW1hZ2UucG5n\" />\n\n<p>*<em>That's it! You have now successfully accessed the iCarry Web API and retrieved the connector credentials from your store. These credentials will be necessary for authenticating your requests and accessing the available API endpoints, You can use them in the GetToken API.__*</em></p>\n<p><strong>you will be using the credentials Email and password copied iCARRY Rate settings, choosing the appropriate store, and enabling Status.</strong></p>\n<img src=\"https://content.pstmn.io/14f646c5-1ba4-40f0-b1bb-60d9d42694c9/aW1hZ2UucG5n\" />\n\n<p>After this one, you will have the carrier's rate upon checkout.</p>\n","_postman_id":"a247e833-0c2d-43ab-bf72-9cc772d5caef"},{"name":"MANSATI","item":[],"id":"478b71da-6d7a-4c3c-92bd-88f6642baad6","description":"<p>iCARRY Integration Guide with MANSATI Store:</p>\n<p>A. Create New iCARRY Account:</p>\n<ol>\n<li><p>From Vendors Dashboard, navigate to Apps and Services in the right / left hand side menu ( Based on Dashboard Language).</p>\n</li>\n<li><p>Select iCARRY plugin to start the integration process and click on “Install”.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/0a126489-9ecd-497e-bf4c-e0a2943b73a8/aW1hZ2UucG5n\" width=\"941\" height=\"464\" />\n\n<p>3.Switch Off the Option “Already Have Account” to start adding your new account information for iCARRY.</p>\n<img src=\"https://content.pstmn.io/82bcc134-7763-42b0-9236-e0648ee60ba1/aW1hZ2UucG5n\" width=\"928\" height=\"455\" />\n\n<p>B.</p>\n<p>1.Enable the Status and Click on Save to complete the integration process.<br />2.Now, a new account has been created with iCARRY, and automatically is connected to MANSATI, a few steps to complete and start using it.</p>\n<img src=\"https://content.pstmn.io/0577ce8e-3911-455d-b2d5-e3e60f9b6e5d/aW1hZ2UucG5n\" width=\"929\" height=\"531\" />\n\n<p>3. Review your account information and complete mapping your warehouses / pickup points to MASNATI branches.<br />4. Also you can create a new warehouse to map it with MASNATI branch on-spot.<br />5. Click on “Save Button” and make sure that the status of iCARRY plugin changed to “Installed”.</p>\n<img src=\"https://content.pstmn.io/570cf9ee-4923-4a32-b7f5-9597a526d962/aW1hZ2UucG5n\" width=\"941\" height=\"451\" />\n\n<p>c.<br />1.Login to your iCARRY account and complete your account setup:<br />a.Choose Your Favorite Carriers.<br />b.Top Up your Wallet Balance.<br />2.Now you are ready to assign orders to iCARRY successfully.</p>\n<p>D. Use Existing iCARRY Account:</p>\n<ol>\n<li><p>From Vendors Dashboard, navigate to Apps and Services in the right / left hand side menu ( Based on Dashboard Language).</p>\n</li>\n<li><p>Select iCARRY plugin to start the integration process and click on “Install”.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/957cdaa4-adc5-4417-8029-2b3e34ab5717/aW1hZ2UucG5n\" width=\"941\" height=\"464\" />\n\n<ol>\n<li>Switch On the Option “Already Have Account” to enter you iCARRY account credentials.</li>\n</ol>\n<img src=\"https://content.pstmn.io/48998516-811f-44ae-89b3-50f450bdc2cf/aW1hZ2UucG5n\" width=\"941\" height=\"453\" />\n\n<p>4.Enable the Status and Click on Save to complete the integration process.<br />5.Now, your iCARRY account has been linked with MANSATI, a few steps to complete and start using it.</p>\n<img src=\"https://content.pstmn.io/1299d28a-7d37-47f7-b139-62bae8b25cd1/aW1hZ2UucG5n\" width=\"941\" height=\"537\" />\n\n<ol>\n<li><p>Review your account information and complete mapping your warehouses / pickup points to MASNATI branches.</p>\n</li>\n<li><p>Also you can create a new warehouse to map it with MASNATI branch on-spot.</p>\n</li>\n<li><p>Click on “Save Button” and make sure that the status of iCARRY plugin changed to “Installed”.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/ac456f23-3ae4-4883-9b83-3c8210222cb7/aW1hZ2UucG5n\" alt height=\"451\" width=\"941\" />\n\n<ol>\n<li>Login to your iCARRY account and complete your account setup:\na.  Choose Your Favorite Carriers.\nb.  Top Up your Wallet Balance.</li>\n<li>Now you are ready to assign orders to iCARRY successfully.</li>\n</ol>\n","_postman_id":"478b71da-6d7a-4c3c-92bd-88f6642baad6"}],"id":"09aeb1a0-10fd-469b-8a2b-52d2db24be77","_postman_id":"09aeb1a0-10fd-469b-8a2b-52d2db24be77","description":""}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ee55c860-f455-4927-83f6-cf6386e397c9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2ecb62f7-e215-4ea0-afd3-2d252de504f8"}}],"variable":[{"key":"baseUrl","value":"https://test.icarry.com"},{"key":"id","value":"<integer>"},{"key":"CostType","value":"<string>"}]}