{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"973152e3-85c2-4458-ba9e-9bfb8c8e6fd8","name":"CDON API Documentation","description":"# CDON API Documentation\n\nCDON enables merchants to upload products and manage orders on the CDON marketplace platform. For customers, we provide a marketplace offering easy access to a wide variety of products.\n\nThis documentation guides merchants through developing their technical integration. Request and response samples are available in the right-hand sidebar, with dropdown menus for different scenarios.\n\n## API Overview\n\nOur API follows REST principles, providing simple and predictable URLs to access and modify resources.\n\n### Server-Client Interaction\n\nThe API follows a simple request-response model:\n\n- **Client (Merchant)**: Initiates all interactions\n    \n- **Server (CDON)**: Processes requests and returns appropriate responses\n    \n\n### Resources\n\nThe API exposes addressable resources via URLs. Currently available resources:\n\n- **ARTICLE**\n    \n- **ORDER**\n    \n\nWe continuously improve our API by adding new endpoints and resources.\n\n### HTTP Methods\n\nAvailable actions for interacting with resources:\n\n| Method | Action | Description |\n| --- | --- | --- |\n| POST | Create | Create a new resource |\n| GET | Read | Retrieve resource information |\n| PUT | Update | Modify an existing resource |\n| DELETE | Delete | Remove a resource |\n\n### HTTP Status Codes\n\nStatus codes indicate the success or failure of API calls:\n\n| Code Range | Category | Description |\n| --- | --- | --- |\n| 2xx | Success | Request processed successfully |\n| 4xx | Client Error | Invalid request or authentication |\n| 5xx | Server Error | Internal server issues |\n\n## Authentication\n\nAll API endpoints require Basic Authentication. Include an HTTP Authorization header with \"Basic\" followed by the Base64-encoded string `merchantID:token`:\n\n```\nBasic {base64_encode(merchantID:token)}\n\n ```\n\n## API Environments\n\n### Production Environment\n\nBase URL:\n\n```\nhttps://merchants-api.cdon.com/api/\n\n ```\n\n### Sandbox Environment\n\nA self-contained test environment for prototyping and testing integrations. Credentials provided upon request.\n\nBase URL:\n\n```\nhttps://merchants-api.sandbox.cdon.com/api/\n\n ```\n\nAvailable resource endpoints:\n\n| Resource | URL |\n| --- | --- |\n| ARTICLES | Base URL/v2/articles |\n| ORDERS | Base URL/v1/orders/ |\n\n## Technical Requirements\n\n### Request Format\n\n- All requests must use JSON format\n    \n- Set Content-Type header to `application/json`\n    \n- TLS 1.1 or higher required (TLS 1.2 recommended)\n    \n- TLS 1.0 is not supported\n    \n\n### Response Format\n\nAll API responses return data in JSON format unless otherwise specified.\n\n### Environment Migration\n\nWhen moving from sandbox to production:\n\n1. Update base URLs\n    \n2. Replace sandbox credentials with production credentials","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"10106712","team":69044,"collectionId":"973152e3-85c2-4458-ba9e-9bfb8c8e6fd8","publishedId":"2sAYkKHdBZ","public":true,"publicUrl":"https://docs.cdon.com","privateUrl":"https://go.postman.co/documentation/10106712-973152e3-85c2-4458-ba9e-9bfb8c8e6fd8","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"189832"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":"https://content.pstmn.io/d291c363-f44f-49e5-a8cb-45c04c8fd0e5/Y2Rvbl9sb2dvX3doaXRlLnBuZw==","colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"5CE578"}},{"name":"light","logo":"https://content.pstmn.io/19a0cbb5-e156-4c50-ab47-f305a9df7de4/Y2Rvbl9pY29uX2JsYWNrLnBuZw==","colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"189832"}}]}},"version":"8.10.0","publishDate":"2025-09-10T08:34:08.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":"https://content.pstmn.io/19a0cbb5-e156-4c50-ab47-f305a9df7de4/Y2Rvbl9pY29uX2JsYWNrLnBuZw==","logoDark":"https://content.pstmn.io/d291c363-f44f-49e5-a8cb-45c04c8fd0e5/Y2Rvbl9sb2dvX3doaXRlLnBuZw=="}},"statusCode":200},"environments":[{"name":"CDON Sandbox","id":"c9f58da3-c9a7-4ddc-a8f4-597caed23221","owner":"10106712","values":[{"key":"baseUrl","value":"https://merchants-api.sandbox.cdon.com/api","enabled":true,"type":"default"},{"key":"merchantId","value":"","enabled":true,"type":"default"},{"key":"apiToken","value":"","enabled":true,"type":"secret"}],"published":true}],"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/762b0e98c443f752cdb598bf82f98d71397a05662ad7745d1e5256c2ebd3b919","favicon":"https://cdon.com/favicon.ico"},"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"},{"label":"CDON Sandbox","value":"10106712-c9f58da3-c9a7-4ddc-a8f4-597caed23221"}],"canonicalUrl":"https://docs.cdon.com/view/metadata/2sAYkKHdBZ"}