{"info":{"_postman_id":"132bf37a-79d5-458d-8cd0-65c35410712d","name":"nmedia.hub Reseller API","description":"<html><head></head><body><p>Desciption of the nmedia.hub API.</p>\n<p>More information on <a href=\"https://www.nmedia.solutions\">nmedia.solutions</a>.</p>\n<p>Update 24.08.2023<br>- new endpoint productdetail by gtin - search for an article without knowing/using the seller gln</p>\n<p>UPDATE 23.05.2023<br>- extended attributes can now also be switched per language<br>- extended attributes have human readable names, can be displayed directly in systems without mapping them</p>\n<p>UPDATE 09.11.2022<br>- category tree of a brand available via api<br>- extended attributes available via classification</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24305853","collectionId":"132bf37a-79d5-458d-8cd0-65c35410712d","publishedId":"2s8YYPHLPA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"289099"},"publishDate":"2022-11-09T08:53:12.000Z"},"item":[{"name":"authenticate","item":[{"name":"authenticate","event":[{"listen":"test","script":{"id":"0df6ccc3-1172-4617-a2fd-a8bc81aefa07","exec":["pm.collectionVariables.unset(\"jwt_token\");\r","\r","\r","pm.test(\"Validate Response\", function () {\r","  pm.response.to.have.status(200);\r","  pm.response.to.be.withBody;\r","  pm.response.to.be.json;\r","  pm.response.to.not.have.jsonBody('error');\r","  pm.response.to.have.jsonBody('access_token');\r","  \r","});\r","\r","\r","pm.test(\"Cache Data\", function () {\r","  var json = pm.response.json();\r","  pm.collectionVariables.set(\"jwt_token\", json.access_token);\r","});"],"type":"text/javascript"}}],"id":"41f452eb-2eae-4694-8f30-278ab93fdf52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"realm","value":"nxt","type":"text","description":"<p>select the domain nxt</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://auth.nmedia.solutions/auth/realms/nxt/protocol/openid-connect/token","description":"<p>Authentication method</p>\n","urlObject":{"protocol":"https","path":["auth","realms","nxt","protocol","openid-connect","token"],"host":["auth","nmedia","solutions"],"query":[],"variable":[]}},"response":[],"_postman_id":"41f452eb-2eae-4694-8f30-278ab93fdf52"}],"id":"364a10be-301f-4af9-8678-b41a5b3bc55b","description":"<p>Authentication for API usage.</p>\n","_postman_id":"364a10be-301f-4af9-8678-b41a5b3bc55b"},{"name":"catalogs","item":[{"name":"items","item":[{"name":"productlist","id":"01266b54-3da2-4204-8f2a-6773670d5c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items","description":"<p>Get a list of all products of a supplier.</p>\n<p>Response:</p>\n<ul>\n<li>gtin</li>\n<li>productCode</li>\n<li>text<br />  product title</li>\n<li>status.deliverable<ul>\n<li>true =&gt; available, deliverable products can be ordered</li>\n<li>false =&gt; not available, non-deliverable products cannot be ordered</li>\n</ul>\n</li>\n<li>status.lifecycle<ul>\n<li>ACT =&gt; active, available</li>\n<li>84E =&gt; new product, but only accouncement, not available yet</li>\n<li>85E =&gt; new product and available</li>\n<li>86E =&gt; discontinued product</li>\n<li>91E End of live, not available anymore</li>\n</ul>\n</li>\n<li>paging.total<ul>\n<li>total number of items</li>\n</ul>\n</li>\n<li>paging.start</li>\n<li>paging.limit<ul>\n<li>number of items in the response</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":[":SupplierGLN","items"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[{"disabled":true,"description":{"content":"<p>paging, start listing from e.g. 20</p>\n","type":"text/plain"},"key":"_start","value":""},{"disabled":true,"description":{"content":"<p>number of items in response e.g. 25</p>\n","type":"text/plain"},"key":"_limit","value":""},{"disabled":true,"description":{"content":"<p>sort by</p>\n","type":"text/plain"},"key":"_sort","value":""},{"disabled":true,"description":{"content":"<p>language e.g. de,en,fr</p>\n","type":"text/plain"},"key":"_lang","value":""},{"disabled":true,"description":{"content":"<p>products global trade item number</p>\n","type":"text/plain"},"key":"gtin","value":""},{"disabled":true,"description":{"content":"<p>manufacturer product number</p>\n","type":"text/plain"},"key":"productCode","value":""},{"disabled":true,"description":{"content":"<p>Filters trade items after modified from date-time e.g. modified=2021%2D01%2D01T09%3A59%3A21%2B00%3A00</p>\n","type":"text/plain"},"key":"modified","value":""}],"variable":[{"description":{"content":"<p>Required: supplier GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"}]}},"response":[{"id":"ab3dcef4-5a70-4cb0-8042-4898123b21f5","name":"OK","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"nxt-reseller-api","type":"text"},{"key":"client_secret","value":"FmfAJzMqXNSOjuQXoqpjKWhQmYcalcnF","type":"text"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","items"],"query":[{"key":"_start","value":null,"description":"paging, start listing from e.g. 20","disabled":true},{"key":"_limit","value":null,"description":"number of items in response e.g. 25","disabled":true},{"key":"_sort","value":null,"description":"sort by","disabled":true},{"key":"_lang","value":null,"description":"language e.g. de,en,fr","disabled":true},{"key":"gtin","value":null,"description":"products global trade item number","disabled":true},{"key":"productCode","value":null,"description":"manufacturer product number","disabled":true},{"key":"modified","value":null,"description":"Filters trade items after modified from date-time e.g. modified=2021%2D01%2D01T09%3A59%3A21%2B00%3A00","disabled":true}],"variable":[{"key":"SupplierGLN","value":"4000530000002","description":"Required: supplier GLN"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"gtin\": \"4035644173960\",\r\n            \"productCode\": \"10002018\",\r\n            \"text\": \"ANIKA  Kastenvase\",\r\n            \"modified\": \"2019-11-19T14:41:08Z\",\r\n            \"status\": {\r\n                \"deliverable\": false,\r\n                \"lifeCycle\": \"84E\"\r\n            }\r\n        }\r\n    ],\r\n    \"paging\": {\r\n        \"total\": 23,\r\n        \"start\": 0,\r\n        \"limit\": 1\r\n    }"}],"_postman_id":"01266b54-3da2-4204-8f2a-6773670d5c30"},{"name":"productdetail by gtin","id":"1cd1f31b-fb82-407d-bf6f-c511e7c62736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/items/gtin/:gtin","description":"<p>Search for a gtin without having to use a supplier gln.</p>\n<p>Gives a list of supplier IDs if there isn't a perfect 1:1 match for a gtin.</p>\n<p>In that case use:</p>\n<p>/v3/catalogs/{supplierGLN}/items/{gtin}</p>\n","urlObject":{"path":["items","gtin",":gtin"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[{"disabled":true,"description":{"content":"<p>paging, start listing from e.g. 20</p>\n","type":"text/plain"},"key":"_start","value":""},{"disabled":true,"description":{"content":"<p>number of items in response e.g. 25</p>\n","type":"text/plain"},"key":"_limit","value":""},{"disabled":true,"description":{"content":"<p>sort by</p>\n","type":"text/plain"},"key":"_sort","value":""},{"disabled":true,"description":{"content":"<p>language e.g. de,en,fr</p>\n","type":"text/plain"},"key":"_lang","value":""},{"disabled":true,"description":{"content":"<p>products global trade item number</p>\n","type":"text/plain"},"key":"gtin","value":""},{"disabled":true,"description":{"content":"<p>manufacturer product number</p>\n","type":"text/plain"},"key":"productCode","value":""},{"disabled":true,"description":{"content":"<p>Filters trade items after modified from date-time e.g. modified=2021%2D01%2D01T09%3A59%3A21%2B00%3A00</p>\n","type":"text/plain"},"key":"modified","value":""}],"variable":[{"description":{"content":"<p>the gtin to search for</p>\n","type":"text/plain"},"type":"any","value":"","key":"gtin"}]}},"response":[{"id":"967cc529-6710-4f23-bf47-299f73cc3c4a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"nxt-reseller-api","type":"text"},{"key":"client_secret","value":"FmfAJzMqXNSOjuQXoqpjKWhQmYcalcnF","type":"text"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","items"],"query":[{"key":"_start","value":null,"description":"paging, start listing from e.g. 20","disabled":true},{"key":"_limit","value":null,"description":"number of items in response e.g. 25","disabled":true},{"key":"_sort","value":null,"description":"sort by","disabled":true},{"key":"_lang","value":null,"description":"language e.g. de,en,fr","disabled":true},{"key":"gtin","value":null,"description":"products global trade item number","disabled":true},{"key":"productCode","value":null,"description":"manufacturer product number","disabled":true},{"key":"modified","value":null,"description":"Filters trade items after modified from date-time e.g. modified=2021%2D01%2D01T09%3A59%3A21%2B00%3A00","disabled":true}],"variable":[{"key":"SupplierGLN","value":"4000530000002","description":"Required: supplier GLN"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"gtin\": \"4035644173960\",\r\n            \"productCode\": \"10002018\",\r\n            \"text\": \"ANIKA  Kastenvase\",\r\n            \"modified\": \"2019-11-19T14:41:08Z\",\r\n            \"status\": {\r\n                \"deliverable\": false,\r\n                \"lifeCycle\": \"84E\"\r\n            }\r\n        }\r\n    ],\r\n    \"paging\": {\r\n        \"total\": 23,\r\n        \"start\": 0,\r\n        \"limit\": 1\r\n    }"},{"id":"62d0f572-9b99-49ac-93cb-c531a917fe0a","name":"warn","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"Required: Client ID"},{"key":"client_secret","value":"client_secret","type":"text","description":"Required: Client Secret"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/items/gtin/:gtin","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":["items","gtin",":gtin"],"query":[{"key":"_start","value":"","description":"paging, start listing from e.g. 20","disabled":true},{"key":"_limit","value":"","description":"number of items in response e.g. 25","disabled":true},{"key":"_sort","value":"","description":"sort by","disabled":true},{"key":"_lang","value":"","description":"language e.g. de,en,fr","disabled":true},{"key":"gtin","value":"","description":"products global trade item number","disabled":true},{"key":"productCode","value":"","description":"manufacturer product number","disabled":true},{"key":"modified","value":"","description":"Filters trade items after modified from date-time e.g. modified=2021%2D01%2D01T09%3A59%3A21%2B00%3A00","disabled":true}],"variable":[{"key":"gtin","value":"4211129130967"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 24 Aug 2023 10:18:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Error-Code","value":"API0409"},{"key":"X-Error-Msg","value":"Article with GTIN 4211129130967 was found at assortments of these suppliers [[4303391000007, 4000530000002]]. Please choose one of them and make a new query against the endpoint /v3/catalogs/{supplierGLN}/items/{gtin} to retrieve the article"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Content-Security-Policy","value":"default-src * data: 'unsafe-eval' 'unsafe-inline'"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Cache-Control","value":"max-age=1000, s-maxage=10"}],"cookie":[],"responseTime":null,"body":"{\n    \"suppliers\": [\n        \"4303391000007\",\n        \"4000530000002\"\n    ],\n    \"message\": \"Article with GTIN 4211129130967 was found at assortments of these suppliers [[4303391000007, 4000530000002]]. Please choose one of them and make a new query against the endpoint /v3/catalogs/{supplierGLN}/items/{gtin} to retrieve the article\",\n    \"status\": \"warn\"\n}"}],"_postman_id":"1cd1f31b-fb82-407d-bf6f-c511e7c62736"},{"name":"productdetail","id":"8b37c72c-aeed-4593-ac28-59ea9023c89a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin?_lang=de","description":"<p>Request product details for one product.</p>\n","urlObject":{"path":[":SupplierGLN","items",":gtin"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[{"description":{"content":"<p>change language of content</p>\n","type":"text/plain"},"key":"_lang","value":"de"}],"variable":[{"description":{"content":"<p>Required: the suppliers GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"},{"description":{"content":"<p>Required: the product gtin</p>\n","type":"text/plain"},"type":"any","value":"4035644173960","key":"gtin"}]}},"response":[{"id":"45111b15-5eae-4254-9571-3a0bbbc358a4","name":"OK","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"nxt-reseller-api","type":"text"},{"key":"client_secret","value":"FmfAJzMqXNSOjuQXoqpjKWhQmYcalcnF","type":"text"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","items",":gtin"],"variable":[{"key":"SupplierGLN","value":"4000530000002","description":"Required: the suppliers GLN"},{"key":"gtin","value":null,"description":"Required: the product gtin"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"uuid\": \"5d91d8356d2392168f56b4fc\",\r\n    \"modified\": \"2019-11-19T14:41:08.646Z\",\r\n    \"catalogGLN\": \"4399901726772\",\r\n    \"vendorGLN\": \"4399901726888\",\r\n    \"mode\": \"update\",\r\n    \"gtin\": \"4035644173960\",\r\n    \"productCodeVendor\": \"10002018\",\r\n    \"title\": \"ANIKA  Kastenvase\",\r\n    \"description\": \"Weniger ist mehr. Das gilt bei der Anika-Kastenvase auf jeden Fall in Sachen klassisches, schlichtes Design. Nicht jedoch im Hinblick auf das Gewicht: Die Glasvase ist ordentlich schwer und damit ganz schön standfest.\",\r\n    \"descriptionSeperated\": \"Nmedia Urban·Transparent·Super Material·Natur·Autumn·Einfach Klasse\",\r\n    \"descriptionShort\": \"Kastenvase\",\r\n    \"headline\": \"ANIKA  Kastenvase\",\r\n    \"webText\": \"NEXTRADE#nmedia#Big Brand#GOAT\",\r\n    \"bonText\": \"ANIKA Kastenvase kla\",\r\n    \"bonTextShort\": \"Kassenbon Te\",\r\n    \"brandname\": \"Nmedia Urban\",\r\n    \"manufacturer\": \"nmedia\",\r\n    \"deliverable\": false,\r\n    \"lifeCycle\": \"84E\",\r\n    \"flags\": {\r\n        \"isReturnable\": false,\r\n        \"isBiozid\": false,\r\n        \"isRecyclable\": false,\r\n        \"hasSecurityDataSheet\": false,\r\n        \"basicPriceLabeling\": false,\r\n        \"isNonPublic\": false\r\n    },\r\n    \"logistics\": {\r\n        \"quantities\": [\r\n            {\r\n                \"type\": \"ORDER_MIN_QTY\",\r\n                \"value\": 1.0000,\r\n                \"unit\": \"PCE\"\r\n            },\r\n            {\r\n                \"type\": \"ORDER_LOT_QTY\",\r\n                \"value\": 1.0000,\r\n                \"unit\": \"PCE\"\r\n            }\r\n        ],\r\n        \"outOfStock\": false,\r\n        \"countryOfOrigin\": \"DE\",\r\n        \"customsDutyNumber\": \"70139900\"\r\n    },\r\n    \"weightsAndMeasures\": {\r\n        \"dimensions\": {\r\n            \"height\": 22.5000,\r\n            \"heightUnit\": \"CMT\",\r\n            \"heightGross\": 23.5000,\r\n            \"heightGrossUnit\": \"CMT\",\r\n            \"width\": 7.5000,\r\n            \"widthUnit\": \"CMT\",\r\n            \"widthGross\": 8.5000,\r\n            \"widthGrossUnit\": \"CMT\",\r\n            \"length\": 14.5000,\r\n            \"lengthUnit\": \"CMT\",\r\n            \"lengthGross\": 15.5000,\r\n            \"lengthGrossUnit\": \"CMT\"\r\n        },\r\n        \"weights\": {\r\n            \"gross\": 1.6800,\r\n            \"grossUnit\": \"KGM\",\r\n            \"net\": 1.6000,\r\n            \"netUnit\": \"KGM\"\r\n        },\r\n        \"volume\": {\r\n            \"volume\": 0.0020,\r\n            \"unit\": \"MTQ\"\r\n        }\r\n    },\r\n    \"prices\": [\r\n        {\r\n            \"type\": \"LISTBP\",\r\n            \"validFrom\": \"2019-09-17\",\r\n            \"priceBase\": 1,\r\n            \"unit\": \"PCE\",\r\n            \"price\": 8.9000,\r\n            \"currency\": \"EUR\"\r\n        },\r\n        {\r\n            \"type\": \"RSPVAT\",\r\n            \"validFrom\": \"2018-11-16\",\r\n            \"priceBase\": 1,\r\n            \"unit\": \"PCE\",\r\n            \"price\": 14.9000,\r\n            \"currency\": \"EUR\"\r\n        }\r\n    ],\r\n    \"classifications\": [\r\n        {\r\n            \"system\": \"SOVA\",\r\n            \"number\": \"70139900\"\r\n        },\r\n        {\r\n            \"system\": \"SEARCHCLASS\",\r\n            \"name\": \"NX100000\",\r\n            \"properties\": [\r\n                {\r\n                    \"number\": \"design\",\r\n                    \"desc\": \"Design\",\r\n                    \"value\": \"unique motive\"\r\n                },\r\n                {\r\n                    \"number\": \"farbe\",\r\n                    \"desc\": \"Farbe\",\r\n                    \"value\": \"Transparent\"\r\n                },\r\n                {\r\n                    \"number\": \"material\",\r\n                    \"desc\": \"Material\",\r\n                    \"value\": \"Glas\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"keywords\": [\r\n        \"ButlersButlers\",\r\n        \"Vase\",\r\n        \"eckige\",\r\n        \"Vase\",\r\n        \"Annika\",\r\n        \"Blumenvase\",\r\n        \"durchsichtig\",\r\n        \"Transparent\",\r\n        \"Glas\",\r\n        \"ButlersButlers\",\r\n        \"Vase\",\r\n        \"eckige\",\r\n        \"Vase\",\r\n        \"Annika\",\r\n        \"Blumenvase\",\r\n        \"durchsichtig\",\r\n        \"Transparent\",\r\n        \"Glas\"\r\n    ],\r\n    \"mainCategory\": \"CAT_4\",\r\n    \"categories\": [\r\n        \"CAT_3\",\r\n        \"CAT_4\",\r\n        \"CAT_2\"\r\n    ],\r\n    \"assets\": [\r\n        {\r\n            \"seq\": 1,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"9aa278b9552dd1154fe48cbce5b5c63e\"\r\n        },\r\n        {\r\n            \"seq\": 2,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"4e0be024f0ed2cc1f1e1142651efa44f\"\r\n        },\r\n        {\r\n            \"seq\": 3,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"6b6b77cb7fe186fd49396f08ca6e8d09\"\r\n        },\r\n        {\r\n            \"seq\": 4,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"6e026571a51827f980d67f6e485cb5e8\"\r\n        },\r\n        {\r\n            \"seq\": 5,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"a54f8b6ef29915a36185aa723e0bff83\"\r\n        },\r\n        {\r\n            \"seq\": 6,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"ba083f04bc68a55afffd430713726cad\"\r\n        },\r\n        {\r\n            \"seq\": 7,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"12fa2254911cb44553d97637adfc3afd\"\r\n        },\r\n        {\r\n            \"seq\": 8,\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"category\": \"EBD\",\r\n            \"contentType\": \"image/jpg\",\r\n            \"checksum\": \"230844c436603f8bb0c07080e072e82e\"\r\n        }\r\n    ],\r\n    \"references\": [\r\n        {\r\n            \"gtin\": \"4035644171065\",\r\n            \"type\": \"CROSS_SELLING\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644173960\",\r\n            \"type\": \"CROSS_SELLING\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644173960\",\r\n            \"type\": \"CROSS_SELLING\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644843016\",\r\n            \"type\": \"CROSS_SELLING\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644706427\",\r\n            \"type\": \"CROSS_SELLING\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644840800\",\r\n            \"type\": \"CROSS_SELLING\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644707455\",\r\n            \"type\": \"CROSS_SELLING\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644171065\",\r\n            \"type\": \"ALTERNATIVE\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644173960\",\r\n            \"type\": \"ALTERNATIVE\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644173960\",\r\n            \"type\": \"ALTERNATIVE\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644843016\",\r\n            \"type\": \"ALTERNATIVE\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644706427\",\r\n            \"type\": \"ALTERNATIVE\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644840800\",\r\n            \"type\": \"ALTERNATIVE\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644707455\",\r\n            \"type\": \"ALTERNATIVE\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644173960\",\r\n            \"type\": \"PREDECESSOR\"\r\n        },\r\n        {\r\n            \"gtin\": \"4035644707455\",\r\n            \"type\": \"FOLLOW_UP\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"8b37c72c-aeed-4593-ac28-59ea9023c89a"},{"name":"productsdetail","id":"45a704b2-fe30-434b-b424-11af55aa3ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/itemDetails?gtins=4035644173960,4035644706496&_lang=de","description":"<p>Request product details for a list of products.</p>\n","urlObject":{"path":[":SupplierGLN","itemDetails"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[{"description":{"content":"<p>list of gtins</p>\n","type":"text/plain"},"key":"gtins","value":"4035644173960,4035644706496"},{"description":{"content":"<p>change language of content</p>\n","type":"text/plain"},"key":"_lang","value":"de"}],"variable":[{"description":{"content":"<p>Required: the suppliers GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"}]}},"response":[{"id":"1db703ce-42b4-4abb-84dc-7513aef96412","name":"OK","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"nxt-reseller-api","type":"text"},{"key":"client_secret","value":"FmfAJzMqXNSOjuQXoqpjKWhQmYcalcnF","type":"text"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/itemDetails?gtins=4000530589088","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","itemDetails"],"query":[{"key":"gtins","value":"4000530589088"}],"variable":[{"key":"SupplierGLN","value":null,"description":"Required: the suppliers GLN"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"uuid\": \"5d91d8356d2392168f56b4fc\",\r\n            \"modified\": \"2019-11-19T14:41:08.646Z\",\r\n            \"catalogGLN\": \"4399901726772\",\r\n            \"vendorGLN\": \"4399901726888\",\r\n            \"mode\": \"update\",\r\n            \"gtin\": \"4035644173960\",\r\n            \"productCodeVendor\": \"10002018\",\r\n            \"title\": \"ANIKA  Kastenvase\",\r\n            \"description\": \"Weniger ist mehr. Das gilt bei der Anika-Kastenvase auf jeden Fall in Sachen klassisches, schlichtes Design. Nicht jedoch im Hinblick auf das Gewicht: Die Glasvase ist ordentlich schwer und damit ganz schön standfest.\",\r\n            \"descriptionSeperated\": \"Nmedia Urban·Transparent·Super Material·Natur·Autumn·Einfach Klasse\",\r\n            \"descriptionShort\": \"Kastenvase\",\r\n            \"headline\": \"ANIKA  Kastenvase\",\r\n            \"webText\": \"NEXTRADE#nmedia#Big Brand#GOAT\",\r\n            \"bonText\": \"ANIKA Kastenvase kla\",\r\n            \"bonTextShort\": \"Kassenbon Te\",\r\n            \"brandname\": \"Nmedia Urban\",\r\n            \"manufacturer\": \"nmedia\",\r\n            \"deliverable\": false,\r\n            \"lifeCycle\": \"84E\",\r\n            \"flags\": {\r\n                \"isReturnable\": false,\r\n                \"isBiozid\": false,\r\n                \"isRecyclable\": false,\r\n                \"hasSecurityDataSheet\": false,\r\n                \"basicPriceLabeling\": false,\r\n                \"isNonPublic\": false\r\n            },\r\n            \"logistics\": {\r\n                \"quantities\": [\r\n                    {\r\n                        \"type\": \"ORDER_MIN_QTY\",\r\n                        \"value\": 1.0000,\r\n                        \"unit\": \"PCE\"\r\n                    },\r\n                    {\r\n                        \"type\": \"ORDER_LOT_QTY\",\r\n                        \"value\": 1.0000,\r\n                        \"unit\": \"PCE\"\r\n                    }\r\n                ],\r\n                \"outOfStock\": false,\r\n                \"countryOfOrigin\": \"DE\",\r\n                \"customsDutyNumber\": \"70139900\"\r\n            },\r\n            \"weightsAndMeasures\": {\r\n                \"dimensions\": {\r\n                    \"height\": 22.5000,\r\n                    \"heightUnit\": \"CMT\",\r\n                    \"heightGross\": 23.5000,\r\n                    \"heightGrossUnit\": \"CMT\",\r\n                    \"width\": 7.5000,\r\n                    \"widthUnit\": \"CMT\",\r\n                    \"widthGross\": 8.5000,\r\n                    \"widthGrossUnit\": \"CMT\",\r\n                    \"length\": 14.5000,\r\n                    \"lengthUnit\": \"CMT\",\r\n                    \"lengthGross\": 15.5000,\r\n                    \"lengthGrossUnit\": \"CMT\"\r\n                },\r\n                \"weights\": {\r\n                    \"gross\": 1.6800,\r\n                    \"grossUnit\": \"KGM\",\r\n                    \"net\": 1.6000,\r\n                    \"netUnit\": \"KGM\"\r\n                },\r\n                \"volume\": {\r\n                    \"volume\": 0.0020,\r\n                    \"unit\": \"MTQ\"\r\n                }\r\n            },\r\n            \"prices\": [\r\n                {\r\n                    \"type\": \"LISTBP\",\r\n                    \"validFrom\": \"2019-09-17\",\r\n                    \"priceBase\": 1,\r\n                    \"unit\": \"PCE\",\r\n                    \"price\": 8.9000,\r\n                    \"currency\": \"EUR\"\r\n                },\r\n                {\r\n                    \"type\": \"RSPVAT\",\r\n                    \"validFrom\": \"2018-11-16\",\r\n                    \"priceBase\": 1,\r\n                    \"unit\": \"PCE\",\r\n                    \"price\": 14.9000,\r\n                    \"currency\": \"EUR\"\r\n                }\r\n            ],\r\n            \"classifications\": [\r\n                {\r\n                    \"system\": \"SOVA\",\r\n                    \"number\": \"70139900\"\r\n                },\r\n                {\r\n                    \"system\": \"SEARCHCLASS\",\r\n                    \"name\": \"NX100000\",\r\n                    \"properties\": [\r\n                        {\r\n                            \"number\": \"design\",\r\n                            \"desc\": \"Design\",\r\n                            \"value\": \"unique motive\"\r\n                        },\r\n                        {\r\n                            \"number\": \"farbe\",\r\n                            \"desc\": \"Farbe\",\r\n                            \"value\": \"Transparent\"\r\n                        },\r\n                        {\r\n                            \"number\": \"material\",\r\n                            \"desc\": \"Material\",\r\n                            \"value\": \"Glas\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"keywords\": [\r\n                \"ButlersButlers\",\r\n                \"Vase\",\r\n                \"eckige\",\r\n                \"Vase\",\r\n                \"Annika\",\r\n                \"Blumenvase\",\r\n                \"durchsichtig\",\r\n                \"Transparent\",\r\n                \"Glas\",\r\n                \"ButlersButlers\",\r\n                \"Vase\",\r\n                \"eckige\",\r\n                \"Vase\",\r\n                \"Annika\",\r\n                \"Blumenvase\",\r\n                \"durchsichtig\",\r\n                \"Transparent\",\r\n                \"Glas\"\r\n            ],\r\n            \"mainCategory\": \"CAT_4\",\r\n            \"categories\": [\r\n                \"CAT_3\",\r\n                \"CAT_4\",\r\n                \"CAT_2\"\r\n            ],\r\n            \"assets\": [\r\n                {\r\n                    \"seq\": 1,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"9aa278b9552dd1154fe48cbce5b5c63e\"\r\n                },\r\n                {\r\n                    \"seq\": 2,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"4e0be024f0ed2cc1f1e1142651efa44f\"\r\n                },\r\n                {\r\n                    \"seq\": 3,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"6b6b77cb7fe186fd49396f08ca6e8d09\"\r\n                },\r\n                {\r\n                    \"seq\": 4,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"6e026571a51827f980d67f6e485cb5e8\"\r\n                },\r\n                {\r\n                    \"seq\": 5,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"a54f8b6ef29915a36185aa723e0bff83\"\r\n                },\r\n                {\r\n                    \"seq\": 6,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"ba083f04bc68a55afffd430713726cad\"\r\n                },\r\n                {\r\n                    \"seq\": 7,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"12fa2254911cb44553d97637adfc3afd\"\r\n                },\r\n                {\r\n                    \"seq\": 8,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"230844c436603f8bb0c07080e072e82e\"\r\n                }\r\n            ],\r\n            \"references\": [\r\n                {\r\n                    \"gtin\": \"4035644171065\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644843016\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644706427\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644840800\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644707455\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644171065\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644843016\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644706427\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644840800\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644707455\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"PREDECESSOR\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644707455\",\r\n                    \"type\": \"FOLLOW_UP\"\r\n                }\r\n            ]\r\n        },\r\n        {\r\n            \"uuid\": \"5d91d84f6d2392168f56b511\",\r\n            \"modified\": \"2019-11-19T14:41:10.106Z\",\r\n            \"catalogGLN\": \"4399901726772\",\r\n            \"vendorGLN\": \"4399901726888\",\r\n            \"mode\": \"update\",\r\n            \"gtin\": \"4035644706496\",\r\n            \"productCodeVendor\": \"10018095\",\r\n            \"title\": \"\\\" WINE  Pfeffermühle \\\"Rotweinflasche\\\"\",\r\n            \"description\": \"Es gibt Rotweine mit einer leichten Pfeffernote. Wer zu dieser Flasche greift, erhält jedoch Pfeffer pur. Denn was einer echten Weinflasche mit aufgeklebtem Etikett und roter Kapsel zum Verwechseln ähnlich sieht, ist eine hochwertige Pfeffermühle aus Holz mit Metall-Mahlwerk. Eine Überraschung, die es in sich hat. In dieser Ausführung exklusiv bei Butlers erhältlich. Ohne Inhalt.\",\r\n            \"descriptionSeperated\": \"Nmedia Urban·Transparent·Super Material·Natur·Autumn·Einfach Klasse\",\r\n            \"descriptionShort\": \"Pfeffermühle Rotweinflasche\",\r\n            \"headline\": \"\\\" WINE  Pfeffermühle \\\"Rotweinflasche\\\"\",\r\n            \"webText\": \"NEXTRADE#nmedia#Big Brand#GOAT\",\r\n            \"bonText\": \"WINE Pfeffermühle Ro\",\r\n            \"bonTextShort\": \"Kassenbon Te\",\r\n            \"brandname\": \"Nmedia Urban\",\r\n            \"manufacturer\": \"nmedia\",\r\n            \"deliverable\": false,\r\n            \"lifeCycle\": \"84E\",\r\n            \"flags\": {\r\n                \"isReturnable\": false,\r\n                \"isBiozid\": false,\r\n                \"isRecyclable\": false,\r\n                \"hasSecurityDataSheet\": false,\r\n                \"basicPriceLabeling\": false,\r\n                \"isNonPublic\": false\r\n            },\r\n            \"logistics\": {\r\n                \"quantities\": [\r\n                    {\r\n                        \"type\": \"ORDER_MIN_QTY\",\r\n                        \"value\": 8.0000,\r\n                        \"unit\": \"PCE\"\r\n                    },\r\n                    {\r\n                        \"type\": \"ORDER_LOT_QTY\",\r\n                        \"value\": 8.0000,\r\n                        \"unit\": \"PCE\"\r\n                    }\r\n                ],\r\n                \"outOfStock\": false,\r\n                \"countryOfOrigin\": \"DE\",\r\n                \"customsDutyNumber\": \"82100000\"\r\n            },\r\n            \"weightsAndMeasures\": {\r\n                \"dimensions\": {\r\n                    \"height\": 30.0000,\r\n                    \"heightUnit\": \"CMT\",\r\n                    \"heightGross\": 38.0000,\r\n                    \"heightGrossUnit\": \"CMT\",\r\n                    \"width\": 7.2000,\r\n                    \"widthUnit\": \"CMT\",\r\n                    \"widthGross\": 19.5000,\r\n                    \"widthGrossUnit\": \"CMT\",\r\n                    \"length\": 7.2000,\r\n                    \"lengthUnit\": \"CMT\",\r\n                    \"lengthGross\": 34.0000,\r\n                    \"lengthGrossUnit\": \"CMT\"\r\n                },\r\n                \"weights\": {\r\n                    \"gross\": 0.8200,\r\n                    \"grossUnit\": \"KGM\",\r\n                    \"net\": 0.7400,\r\n                    \"netUnit\": \"KGM\"\r\n                },\r\n                \"volume\": {\r\n                    \"volume\": 0.0020,\r\n                    \"unit\": \"MTQ\"\r\n                }\r\n            },\r\n            \"prices\": [\r\n                {\r\n                    \"type\": \"LISTBP\",\r\n                    \"validFrom\": \"2019-07-02\",\r\n                    \"priceBase\": 1,\r\n                    \"unit\": \"PCE\",\r\n                    \"price\": 12.6000,\r\n                    \"currency\": \"EUR\"\r\n                },\r\n                {\r\n                    \"type\": \"RSPVAT\",\r\n                    \"validFrom\": \"2018-11-14\",\r\n                    \"priceBase\": 1,\r\n                    \"unit\": \"PCE\",\r\n                    \"price\": 29.9000,\r\n                    \"currency\": \"EUR\"\r\n                }\r\n            ],\r\n            \"classifications\": [\r\n                {\r\n                    \"system\": \"SOVA\",\r\n                    \"number\": \"82100000\"\r\n                },\r\n                {\r\n                    \"system\": \"SEARCHCLASS\",\r\n                    \"name\": \"NX100000\",\r\n                    \"properties\": [\r\n                        {\r\n                            \"number\": \"design\",\r\n                            \"desc\": \"Design\",\r\n                            \"value\": \"unique motive\"\r\n                        },\r\n                        {\r\n                            \"number\": \"farbe\",\r\n                            \"desc\": \"Farbe\",\r\n                            \"value\": \"Schwarz\"\r\n                        },\r\n                        {\r\n                            \"number\": \"material\",\r\n                            \"desc\": \"Material\",\r\n                            \"value\": \"Edelstahl# Eisen# Material# Metall\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"keywords\": [\r\n                \"Pfeffermühle\",\r\n                \"Wine\",\r\n                \"Mühle\",\r\n                \"mahlen\",\r\n                \"würzen\",\r\n                \"Pfeffer\",\r\n                \"Würze\",\r\n                \"Abend-Essen\",\r\n                \"Festessen\",\r\n                \"Weihnachtsessen\",\r\n                \"Anlass\",\r\n                \"Dinner\",\r\n                \"Mittagessen\",\r\n                \"Lunch\",\r\n                \"Kautschuk-Holz\",\r\n                \"Metall-Mahlwerk\",\r\n                \"rote\",\r\n                \"Kapsel\",\r\n                \"30\",\r\n                \"cm\",\r\n                \"Pfeffermühle\",\r\n                \"Wine\",\r\n                \"Mühle\",\r\n                \"mahlen\",\r\n                \"würzen\",\r\n                \"Pfeffer\",\r\n                \"Würze\",\r\n                \"Abend-Essen\",\r\n                \"Festessen\",\r\n                \"Weihnachtsessen\",\r\n                \"Anlass\",\r\n                \"Dinner\",\r\n                \"Mittagessen\",\r\n                \"Lunch\",\r\n                \"Kautschuk-Holz\",\r\n                \"Metall-Mahlwerk\",\r\n                \"rote\",\r\n                \"Kapsel\",\r\n                \"30\",\r\n                \"cm\"\r\n            ],\r\n            \"mainCategory\": \"CAT_5\",\r\n            \"categories\": [\r\n                \"CAT_5\",\r\n                \"CAT_3\",\r\n                \"CAT_2\"\r\n            ],\r\n            \"assets\": [\r\n                {\r\n                    \"seq\": 1,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"931e594d219330c47f34c44e2c10352a\"\r\n                },\r\n                {\r\n                    \"seq\": 2,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"f645d18328338d657869867898e06094\"\r\n                },\r\n                {\r\n                    \"seq\": 3,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"6613926023e024a903180ba2632fcf13\"\r\n                },\r\n                {\r\n                    \"seq\": 4,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"0c13aece880fe760d0f1337112aff27e\"\r\n                },\r\n                {\r\n                    \"seq\": 5,\r\n                    \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n                    \"category\": \"EBD\",\r\n                    \"contentType\": \"image/jpg\",\r\n                    \"checksum\": \"36be1dedc2057013f1f98f51bb4bb2a9\"\r\n                }\r\n            ],\r\n            \"references\": [\r\n                {\r\n                    \"gtin\": \"4035644171065\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644843016\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644706427\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644840800\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644707455\",\r\n                    \"type\": \"CROSS_SELLING\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644171065\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644843016\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644706427\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644840800\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644707455\",\r\n                    \"type\": \"ALTERNATIVE\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644173960\",\r\n                    \"type\": \"PREDECESSOR\"\r\n                },\r\n                {\r\n                    \"gtin\": \"4035644707455\",\r\n                    \"type\": \"FOLLOW_UP\"\r\n                }\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"45a704b2-fe30-434b-b424-11af55aa3ec2"},{"name":"product status","id":"206b2560-9aba-469a-9b6a-b45b293ff1c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/status","description":"<p>Get the product status.</p>\n<p>Response:</p>\n<ul>\n<li>deliverable<ul>\n<li>true =&gt; available, deliverable products can be ordered</li>\n<li>false =&gt; not available, non-deliverable products cannot be ordered</li>\n</ul>\n</li>\n<li>lifecycle<ul>\n<li>ACT =&gt; active, available</li>\n<li>84E =&gt; new product, but only accouncement, not available yet</li>\n<li>85E =&gt; new product and available</li>\n<li>86E =&gt; discontinued product</li>\n<li>91E End of live, not available anymore</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":[":SupplierGLN","items",":gtin","status"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[],"variable":[{"description":{"content":"<p>Required: the suppliers GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"},{"description":{"content":"<p>Required: the product gtin</p>\n","type":"text/plain"},"type":"any","value":"4035644173960","key":"gtin"}]}},"response":[{"id":"36002568-42cd-4be3-90e2-4f0cf7bafe9a","name":"OK","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text"},{"key":"client_secret","value":"client_secret","type":"text"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/status","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","items",":gtin","status"],"variable":[{"key":"SupplierGLN","value":null,"description":"Required: the suppliers GLN"},{"key":"gtin","value":null,"description":"Required: the product gtin"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"deliverable\": false,\r\n    \"lifeCycle\": \"84E\"\r\n}"}],"_postman_id":"206b2560-9aba-469a-9b6a-b45b293ff1c3"},{"name":"product price","id":"b1cdbd9e-d58c-4034-b360-7715abfc7ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/price","description":"<p>Get customer individual prices for a product.</p>\n<p>Response:</p>\n<ul>\n<li>gtin<br />  product global trade item number</li>\n<li>supplierGLN<br />  suppliers global location number</li>\n<li>validFrom<br />  Date from which the customer-specific price is valid.<br />  YYYY-MM-DD’T’HH:MM:SS Timestamp ISO8601 format</li>\n<li>netPrice<br />  <strong>customer-specific</strong> price net</li>\n<li>base<br />  price base, quantity to which the price refers</li>\n<li>currency</li>\n<li>unit</li>\n</ul>\n","urlObject":{"path":[":SupplierGLN","items",":gtin","price"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[],"variable":[{"description":{"content":"<p>Required: the suppliers GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"},{"description":{"content":"<p>Required: the product gtin</p>\n","type":"text/plain"},"type":"any","value":"4035644173960","key":"gtin"}]}},"response":[{"id":"49d81e20-3497-4bd3-965d-cc2bab9e55fb","name":"product price","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"Required: Client ID"},{"key":"client_secret","value":"client_secret","type":"text","description":"Required: Client Secret"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/price","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","items",":gtin","price"],"variable":[{"key":"SupplierGLN","value":"4399901726888","description":"Required: the suppliers GLN"},{"key":"gtin","value":"4035644173960","description":"Required: the product gtin"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"gtin\": \"4035644173960\",\r\n    \"supplierGLN\": \"4399901726888\",\r\n    \"priceDetails\": {\r\n        \"validFrom\": \"2023-09-12\",\r\n        \"netPrice\": 87.56,\r\n        \"base\": 1,\r\n        \"currency\": \"EUR\",\r\n        \"unit\": \"PCE\"\r\n    }\r\n}"}],"_postman_id":"b1cdbd9e-d58c-4034-b360-7715abfc7ab9"},{"name":"product documents","id":"446bfde6-236d-4ff1-b0cb-fb296c44835a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/documents","description":"<p>Get all files for a product.</p>\n<p>Response:</p>\n<ul>\n<li>Filename<br />  asset filename</li>\n<li>url<br />  URL Asset/Document</li>\n<li>md5<br />  Asset MD5</li>\n<li>size<br />  Asset size in bytes</li>\n<li>type<br />  images types coded</li>\n<li>contentType<br />  type of asset</li>\n<li>Seq<br />  sequence for the assets, assigned by supplier</li>\n</ul>\n","urlObject":{"path":[":SupplierGLN","items",":gtin","documents"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[],"variable":[{"description":{"content":"<p>Required: the suppliers GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"},{"description":{"content":"<p>Required: the product gtin</p>\n","type":"text/plain"},"type":"any","value":"4035644173960","key":"gtin"}]}},"response":[{"id":"91cf9e8d-cea7-4fd1-9ab8-dcd5a16da215","name":"OK","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"nxt-reseller-api","type":"text"},{"key":"client_secret","value":"FmfAJzMqXNSOjuQXoqpjKWhQmYcalcnF","type":"text"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/documents","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","items",":gtin","documents"],"variable":[{"key":"SupplierGLN","value":null,"description":"Required: the suppliers GLN"},{"key":"gtin","value":null,"description":"Required: the product gtin"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"documents\": [\r\n        {\r\n            \"filename\": \"10002018.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 1\r\n        },\r\n        {\r\n            \"filename\": \"10002018-1.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 2\r\n        },\r\n        {\r\n            \"filename\": \"10002018-2.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 3\r\n        },\r\n        {\r\n            \"filename\": \"10002018-3.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 4\r\n        },\r\n        {\r\n            \"filename\": \"10002018-4.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 5\r\n        },\r\n        {\r\n            \"filename\": \"10002018-5.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 6\r\n        },\r\n        {\r\n            \"filename\": \"10002018-6.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 7\r\n        },\r\n        {\r\n            \"filename\": \"10002018-7.jpg\",\r\n            \"url\": \"https://assets-nextrade-market.s3.eu-central-1.amazonaws.com/79905.4w0bx.nmedia.pictures/0791796042_100.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20221107T025137Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=AKIATIOKIXO5AEXTKMXH%2F20221107%2Feu-central-1%2Fs3%2Faws4_request&X-Amz-Signature=00bdfd790f91cc83f90c0619433e558e326c160ce752c242f4c15215620f8993\",\r\n            \"type\": \"EBD\",\r\n            \"seq\": 8\r\n        }\r\n    ]\r\n}"}],"_postman_id":"446bfde6-236d-4ff1-b0cb-fb296c44835a"},{"name":"product update information","id":"1262f1eb-c2d2-40d2-8b43-0808abe758f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3//catalogs/SupplierGLN/items/information?updatedSince=2023%2D02%2D07T09%3A59%3A21%2B00%3A00","description":"<p>Get the product update information of the granted assortment from your suppliers. The update since date and suppler GLN are mandatory parameters to receive the response. The statistic includes the following information:</p>\n<ul>\n<li>newArticles = New articles within the granted assortment</li>\n<li>updatesArticles = The number of updated articles within the granted assortment</li>\n<li>deletedArticles = The number of deleted articles within the granted assortment</li>\n<li>unchangedArticles = All unchanged articles within the granted assortment</li>\n<li>updatedArticlesNoPriceChange = All updated articles without a price change</li>\n<li>catalogPriceChanged = The number of articles with a new list price</li>\n<li>catalogPriceChangedWithNewValidFromDate = The number of articles with future prices</li>\n<li>buyerPriceChanged = The number of articles with a new customer individual price</li>\n<li>buyerPriceChangedWithNewValidFromDate = The number of articles with a new customer individual future price</li>\n<li>articleCount = the number of all articles within the granted assortment</li>\n</ul>\n","urlObject":{"path":["catalogs","SupplierGLN","items","information"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/"],"query":[{"description":{"content":"<p>Required: updated since date</p>\n","type":"text/plain"},"key":"updatedSince","value":"2023%2D02%2D07T09%3A59%3A21%2B00%3A00"}],"variable":[]}},"response":[{"id":"ee7e2a88-95dc-4a0b-8806-e99272119af3","name":"product update information","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"Required: Client ID"},{"key":"client_secret","value":"client_secret","type":"text","description":"Required: Client Secret"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3//catalogs/4000530000002/items/information?updatedSince=2023%2D02%2D07T09%3A59%3A21%2B00%3A00","protocol":"https","host":["resellerapi","nmedia","solutions"],"path":["reseller","api","v3","","catalogs","4000530000002","items","information"],"query":[{"key":"updatedSince","value":"2023%2D02%2D07T09%3A59%3A21%2B00%3A00","description":"Required: updated since date"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"iteminformation\": [\r\n        {\r\n            \"assortmentGln\": \"4000530000002\",\r\n            \"statistics\": {\r\n                \"newArticles\": 0,\r\n                \"updatedArticles\": 1727,\r\n                \"deletedArticles\": 0,\r\n                \"unchangedArticles\": 0,\r\n                \"updatedArticlesNoPriceChange\": 6,\r\n                \"catalogPriceChanged\": 0,\r\n                \"catalogPriceChangedWithNewValidFromDate\": 0,\r\n                \"buyerPriceChanged\": 1721,\r\n                \"buyerPriceChangedWithNewValidFromDate\": 0,\r\n                \"articleCount\": 1727\r\n            }\r\n        },\r\n        {\r\n            \"assortmentGln\": \"40005300000022\",\r\n            \"statistics\": {\r\n                \"newArticles\": 0,\r\n                \"updatedArticles\": 333,\r\n                \"deletedArticles\": 0,\r\n                \"unchangedArticles\": 0,\r\n                \"updatedArticlesNoPriceChange\": 0,\r\n                \"catalogPriceChanged\": 0,\r\n                \"catalogPriceChangedWithNewValidFromDate\": 0,\r\n                \"buyerPriceChanged\": 333,\r\n                \"buyerPriceChangedWithNewValidFromDate\": 0,\r\n                \"articleCount\": 333\r\n            }\r\n        },\r\n        {\r\n            \"assortmentGln\": \"40005300000021\",\r\n            \"statistics\": {\r\n                \"newArticles\": 0,\r\n                \"updatedArticles\": 198,\r\n                \"deletedArticles\": 0,\r\n                \"unchangedArticles\": 0,\r\n                \"updatedArticlesNoPriceChange\": 0,\r\n                \"catalogPriceChanged\": 0,\r\n                \"catalogPriceChangedWithNewValidFromDate\": 0,\r\n                \"buyerPriceChanged\": 198,\r\n                \"buyerPriceChangedWithNewValidFromDate\": 0,\r\n                \"articleCount\": 198\r\n            }\r\n        },\r\n        {\r\n            \"assortmentGln\": \"40005300000024\",\r\n            \"statistics\": {\r\n                \"newArticles\": 0,\r\n                \"updatedArticles\": 170,\r\n                \"deletedArticles\": 0,\r\n                \"unchangedArticles\": 0,\r\n                \"updatedArticlesNoPriceChange\": 0,\r\n                \"catalogPriceChanged\": 0,\r\n                \"catalogPriceChangedWithNewValidFromDate\": 0,\r\n                \"buyerPriceChanged\": 170,\r\n                \"buyerPriceChangedWithNewValidFromDate\": 0,\r\n                \"articleCount\": 170\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1262f1eb-c2d2-40d2-8b43-0808abe758f9"},{"name":"product texts","id":"6853811c-c899-4af8-b5c8-f014743304b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/texts","description":"<p>Get all texts for a product.</p>\n<p>Get all files for a product.<br />Response:</p>\n<ul>\n<li>locale<br />  language</li>\n<li>description<br />  product long description</li>\n<li>descriptionSeperated<br />  product long description seperated</li>\n<li>descriptionShort<br />  product short description</li>\n<li>marketingText<br />  product marketing text</li>\n<li>catalogText<br />  product catalog text</li>\n<li>headline<br />  product headline</li>\n<li>webText<br />  product webtext</li>\n<li>keywords<br />  product keywords</li>\n</ul>\n","urlObject":{"path":[":SupplierGLN","items",":gtin","texts"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[{"disabled":true,"description":{"content":"<p>language e.g. de,en, fr\nif no language is specified, texts are returned in all available languages</p>\n","type":"text/plain"},"key":"_lang","value":"de"}],"variable":[{"description":{"content":"<p>Required: the suppliers GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"},{"description":{"content":"<p>Required: the product gtin</p>\n","type":"text/plain"},"type":"any","value":"4035644173960","key":"gtin"}]}},"response":[{"id":"d77de9f6-9313-46bd-b207-6e19599f1a21","name":"product texts","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"Bearer ${JWT_TOKEN}"},{"key":"_lang","value":"de","type":"default","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"nxt-reseller-api","type":"text"},{"key":"client_secret","value":"FmfAJzMqXNSOjuQXoqpjKWhQmYcalcnF","type":"text"}]},"url":{"raw":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/texts","host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"path":[":SupplierGLN","items",":gtin","texts"],"query":[{"key":"_lang","value":"de","description":"language e.g. de,en, fr\nif no language is specified, texts are returned in all available languages","disabled":true}],"variable":[{"key":"SupplierGLN","value":null,"description":"Required: the suppliers GLN"},{"key":"gtin","value":null,"description":"Required: the product gtin"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"texts\": [\r\n        {\r\n            \"locale\": \"de\",\r\n            \"description\": \"Weniger ist mehr. Das gilt bei der Anika-Kastenvase auf jeden Fall in Sachen klassisches, schlichtes Design. Nicht jedoch im Hinblick auf das Gewicht: Die Glasvase ist ordentlich schwer und damit ganz schön standfest.\",\r\n            \"descriptionSeperated\": \"Nmedia Urban·Transparent·Super Material·Natur·Autumn·Einfach Klasse\",\r\n            \"descriptionShort\": \"Kastenvase\",\r\n            \"headline\": \"ANIKA  Kastenvase\",\r\n            \"webText\": \"NEXTRADE#nmedia#Big Brand#GOAT\",\r\n            \"keywords\": [\r\n                \"ButlersButlers\",\r\n                \"Vase\",\r\n                \"eckige\",\r\n                \"Vase\",\r\n                \"Annika\",\r\n                \"Blumenvase\",\r\n                \"durchsichtig\",\r\n                \"Transparent\",\r\n                \"Glas\"\r\n            ]\r\n        },\r\n        {\r\n            \"locale\": \"en\",\r\n            \"description\": \"Less is more. This is definitely the case with the Anika vase: its design is classic and simple. The weight, however, is another thing. This glass vase is fairly heavy, making it very stable.\",\r\n            \"descriptionSeperated\": \"Nmedia Urban·Transparent·Super Material·Natural·Autumn·Just Good\",\r\n            \"descriptionShort\": \"Vase\",\r\n            \"headline\": \"ANIKA  Vase\",\r\n            \"webText\": \"NEXTRADE#nmedia#Big Brand#GOAT\",\r\n            \"keywords\": [\r\n                \"vase glass flower flower vasevase glass flower flower vase\",\r\n                \" glass vase tall vase\",\r\n                \" glass ware ornamental vase\",\r\n                \" NEXTRADEs NEXTRADE NXT\"\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"6853811c-c899-4af8-b5c8-f014743304b6"},{"name":"inventory","id":"595e1da7-ddfb-4c70-bce1-89571a0055e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:SupplierGLN/items/:gtin/inventory?quantity=","description":"<p>Get the inventory for a product.</p>\n<p>Response:</p>\n<ul>\n<li>supplierGLN<br />  supplier global location number</li>\n<li>buyerGLN<br />  buyers global location number</li>\n<li>gtin<br />  products global trade item number</li>\n<li>productCode<br />  manufacturer product number</li>\n<li>availibility<ul>\n<li>RED =&gt; requested quantity not available</li>\n<li>GREEN =&gt; requested quantity available</li>\n</ul>\n</li>\n<li>inventory<br />  available quantity</li>\n<li>description<br />  additional information, provided by the supplier</li>\n</ul>\n<p>If there are no stocksformation, the properties „productCode“, „availability“, „inventory“ and „description“ are not<br />in the response.</p>\n","urlObject":{"path":[":SupplierGLN","items",":gtin","inventory"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[{"description":{"content":"<p>quantity e.g. 10</p>\n","type":"text/plain"},"key":"quantity","value":""}],"variable":[{"description":{"content":"<p>Required: the suppliers GLN</p>\n","type":"text/plain"},"type":"any","value":"4399901726888","key":"SupplierGLN"},{"description":{"content":"<p>Required: the product gtin</p>\n","type":"text/plain"},"type":"any","value":"4035644173960","key":"gtin"}]}},"response":[],"_postman_id":"595e1da7-ddfb-4c70-bce1-89571a0055e1"},{"name":"TOP 50","id":"5e340edc-4375-4a5e-b040-363f51e0cd9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseurl}}v3/catalogs/:supplierGln/items/:gtin/basics","urlObject":{"path":["catalogs",":supplierGln","items",":gtin","basics"],"host":["{{baseurl}}v3"],"query":[],"variable":[{"type":"any","value":"4399901726888","key":"supplierGln"},{"type":"any","value":"4035644173960","key":"gtin"}]}},"response":[],"_postman_id":"5e340edc-4375-4a5e-b040-363f51e0cd9d"}],"id":"58fc9b7f-1431-4c2e-8dff-24c676f70226","description":"<p>Information about assortment items.</p>\n","_postman_id":"58fc9b7f-1431-4c2e-8dff-24c676f70226"},{"name":"categories","item":[{"name":"categories","id":"7d690bef-cb21-4148-abb8-83d8933dfb11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs/:supplierGLN/categories","description":"<p>Get a list of categories for a brand shop with their hierarchie.</p>\n","urlObject":{"path":[":supplierGLN","categories"],"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/catalogs"],"query":[],"variable":[{"type":"any","value":null,"key":"supplierGLN"}]}},"response":[],"_postman_id":"7d690bef-cb21-4148-abb8-83d8933dfb11"}],"id":"78f63dc9-18ef-4755-8229-75fcc64acce8","_postman_id":"78f63dc9-18ef-4755-8229-75fcc64acce8","description":""}],"id":"f4ece42e-706b-471a-a69c-5cadd6219522","description":"<p>Information about assortments.</p>\n","_postman_id":"f4ece42e-706b-471a-a69c-5cadd6219522"},{"name":"partners","item":[{"name":"partners","id":"9564789c-ac22-4a47-8025-9cf7fd349363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text","description":"<p>Bearer ${JWT_TOKEN}</p>\n"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"client_id","type":"text","description":"<p>Required: Client ID</p>\n"},{"key":"client_secret","value":"client_secret","type":"text","description":"<p>Required: Client Secret</p>\n"}]},"url":"https://resellerapi.nmedia.solutions/reseller/api/v3/partners","description":"<p>Get a list of partners with information.</p>\n<p>Response:</p>\n<ul>\n<li>supplierGLN</li>\n<li>supplierName</li>\n<li>Created</li>\n<li>Status</li>\n<li>paging,total</li>\n<li>paging.start</li>\n<li>paging.limit</li>\n</ul>\n","urlObject":{"host":["https://resellerapi.nmedia.solutions/reseller/api/v3/partners"],"query":[{"disabled":true,"description":{"content":"<p>status of businessrelaton: REQUESTED, GRANTED, DENIED</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>number of businessrelations in the response</p>\n","type":"text/plain"},"key":"_limit","value":"2"},{"disabled":true,"description":{"content":"<p>paging, start listing form e.g. 20</p>\n","type":"text/plain"},"key":"_start","value":"0"},{"disabled":true,"description":{"content":"<p>sort by supplierGLN, supplierName or status</p>\n","type":"text/plain"},"key":"_sort","value":""}],"variable":[]}},"response":[{"id":"d872065e-f020-4913-a7b0-37df17ff6baf","name":"OK","originalRequest":{"method":"GET","header":[{"key":"realm","value":"nxt","type":"text","disabled":true},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"client_id","value":"nxt-reseller-api","type":"text"},{"key":"client_secret","value":"FmfAJzMqXNSOjuQXoqpjKWhQmYcalcnF","type":"text"}]},"url":{"raw":"https://resellerapi.nextrade.market/reseller/api/v3/partners?_limit=&_start=","protocol":"https","host":["resellerapi","nextrade","market"],"path":["reseller","api","v3","partners"],"query":[{"key":"status","value":"","description":"REQUESTED, GRANTED, DENIED","disabled":true},{"key":"_limit","value":"","description":"number of businessrelations in the response"},{"key":"_start","value":"","description":"paging, start listing form e.g. 20"},{"key":"_sort","value":"","description":"sort by supplierGLN, supplierName or status","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"supplierGLN\": \"7340044600006\",\r\n            \"supplierName\": \"ÖJBRO VANTFABRIK / OEJBRO ENGROS AB\",\r\n            \"created\": \"2020-12-08T13:39:04.138Z\",\r\n            \"status\": \"GRANTED\"\r\n        },\r\n        {\r\n            \"supplierGLN\": \"4260462520003\",\r\n            \"supplierName\": \"tausendblatt\",\r\n            \"created\": \"2020-10-05T07:11:15.937Z\",\r\n            \"status\": \"GRANTED\"\r\n        }\r\n    ],\r\n    \"paging\": {\r\n        \"total\": 353,\r\n        \"start\": 0,\r\n        \"limit\": 2\r\n    }\r\n}"}],"_postman_id":"9564789c-ac22-4a47-8025-9cf7fd349363"}],"id":"00398117-8eaf-4ccc-84e4-ee22881690e2","_postman_id":"00398117-8eaf-4ccc-84e4-ee22881690e2","description":""}],"event":[{"listen":"prerequest","script":{"id":"4f8ff908-2b51-4099-9730-432331e1efa7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8e44920a-3b65-47a5-96c6-b5e834e5f874","type":"text/javascript","exec":[""]}}],"variable":[{"key":"jwt_token","value":""},{"key":"baseUrl","value":"https://resellerapi.nmedia.solutions/reseller/api/v3/","type":"string"},{"key":"client_id","value":"client_id","type":"string"},{"key":"client_secret","value":"client_secret","type":"string"}]}