{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"e8a8b501-abd5-4e2b-b95e-9bdf77afbdd0","name":"Meest World Logistics API","description":"<p>Welcome to Meest World Logistics API documentation!</p>\n\n<p>Here are some pre-made JSON requests for you to explore our API using Postman.</p>\n\n<p>You'll need your own username and password keys. Get the partner key and secret key from Meest manager or mail to<a href=\"mailto:b2c.ecommerce@meest.com\">b2c.ecommerce@meest.com</a></p>\n\nWhether you have any technical questions or need technical assistance, our support email is the go-to channel for all your IT support needs, our dedicated team will be ready to assist you at [mwl_support@meest.com](https://mailto:mwl_support@meest.com)\n\n<p>Good luck!</p>\n\n---\n\n## \\[ request URL: [https://mwl.meest.com/mwl/](https://mwl.meest.com/mwl/) \\]\n\nThe URL is the same for both test and live environments, the only partner and secret keys differ.\n\n---\n\n## Description of integration with the «MWL» information system.\n\n---\n\n## Authorization\n\nFollow these steps:\n\n1. Get the **partner key** and **secret key** from the Meest manager or mail to [b2c.ecommerce@meest.com](https://mailto:b2c.ecommerce@meest.com);\n    \n2. Generate the header variable `Authorization` with the value of the encrypted with SHA256 partner key and secret key: \\[SHA256(Partner_keySecret_key)\\].  \n    For example, to authenticate with **Partner key ‘KEY_TEST01'** and **Secret key 'p****55****w0rd'** authorization header must contain: 453b678b845f86087cee40576ef4c4ef6d5de8c8087fb9f2270c639e6f374ec9\n    \n\n---\n\n## Requests to server\n\n`Headers` contains 3 required parameters:\n\n| Parameter | Description |\n| --- | --- |\n| **Authorization** | \\[SHA256(partner key + secret key)\\] |\n| **Content-Type** | Type of data request body. Possible values are: `application/json` |\n| **Accept** | Type of data response body. Possible values are: `application/json` |\n\n``` warning\nIntensity of requests is limited to 100 per minute per user\n\n ```\n\n---\n\n## Answers from server\n\n#### Header Codes\n\n| Parameter | Description |\n| --- | --- |\n| **2xx** | Succesful status code |\n|  | **201 OK** Created |\n| **4xx** | Client-side error |\n|  | **401** **Unauthorized** Unauthorized access. Check your username, password and token. |\n|  | **403** **Forbidden** Forbidden access. Check your Authorization key. |\n|  | **404** **Not Found** API End Point does not exist / Access denied |\n| **5xx** | Server error |\n|  | **500** **Internal Server Error** |\n\n---\n\n#### Response structure\n\n| Parameter | Description |\n| --- | --- |\n| **result** | Depending on the function or object (`{}`), or the array (`[]`) with the results |\n\n---\n\n## SHA256 generation\n\nFor Authorization key generation and encrypting with SHA256, you can use **Pre-request script** templates in the settings of each request.\n\nYou just need to fill **`partnerKey`** and **`secretKey`** values according to your credentials.\n\nThen, the key will be automatically generated and filled in the fields required for sending the request.\n\n---\n\n## Workflow\n\n1. **Get credentials** (partner key and secret key) from the Meest manager or contact [b2c.ecommerce@meest.com](https://mailto:b2c.ecommerce@meest.com);\n    \n2. **Generate**: header variable `Authorization` with value of the encrypted with SHA256 partner key and secret key: \\[SHA256(partner key + secret key)\\];\n    \n3. **Get the list of available countries, carriers, and delivery types** via method GET /parcels/getDeliveryMethods; or ask your Meest manager for a list or contact [b2c.ecommerce@meest.com](https://mailto:b2c.ecommerce@meest.com)\n    \n4. **Create parcels with delivery to PUDO** using POST /parcels method of the Parcels block. Use the previously found PUDO ID;\n    \n5. **Create parcels with Home Delivery (HD)** using POST /parcels method of the Parcels block;\n    \n6. **Get all available injection points per customer** by GET manifests/getInjectionPoints\n    \n7. **Create manifest** using POST /manifests method of Manifests block using \"idObject\" or \"parcelNumber\" of created before parcels;\n    \n8. **Print parcel label** using methods of Labels block.  \n    Use the method that will return the type of label that is agreed upon for your project.\n    \n9. **Track your parcels** using methods of Tracking block.\n    \n\n**To get production credentials, you need to do the following:**\n\n1. Create direct parcels with the services you want to integrate (Home Delivery, PUDO, Lockers, COD)\n    \n2. Create a Manifest with previously created parcels.\n    \n3. Send the Manifest number and parcel numbers for verification.\n    \n4. Get confirmation of their correctness.\n    \n5. Obtain the production credentials.\n    \n\nGood luck!","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"12823986","team":1284544,"collectionId":"e8a8b501-abd5-4e2b-b95e-9bdf77afbdd0","publishedId":"TzCTam5v","public":true,"publicUrl":"https://documenter-api.postman.tech/view/12823986/TzCTam5v","privateUrl":"https://go.postman.co/documentation/12823986-e8a8b501-abd5-4e2b-b95e-9bdf77afbdd0","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.10.1","publishDate":"2021-04-09T09:13:17.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/664ad1db423992f2bc9c8ef83fc43ddf39ee57ef92a8f9b7ee45cb42228a4a6f","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/TzCTam5v"}