{"info":{"_postman_id":"edbaed38-ed54-4011-995a-e50cc7310b37","name":"HAKRO CONNECT","description":"<html><head></head><body><img src=\"https://content.pstmn.io/d3a786dd-4243-4e9c-9068-74a6f07e6230/SGFrcm8tQ29ubmVjdC1UZWFzZXIucG5n\">\n\n<p>Integrate your system with HAKRO through our REST-API to access real-time product information, including images, descriptions, and availability. Place orders directly from your system using our secure, efficient API. We ensure data security using OAuth2 and OpenID Connect, transmitting data in JSON format for quick and easy processing.</p>\n<p>With our Export API, you can access current inventory data from the HAKRO catalog with a single query, including restock information when items are out of stock. Export data in JSON, CSV, or XML formats for smooth integration and efficient transfer, minimizing manual processes and improving inventory management accuracy.</p>\n<p>Our API offers comprehensive functionalities tailored for developers:</p>\n<ul>\n<li><p>Create inbound sales orders with a single request</p>\n</li>\n<li><p>Retrieve and filter price groups, and identify prices</p>\n</li>\n<li><p>Access shipping types for specific destination countries and retrieve the list of countries where shipping is available</p>\n</li>\n<li><p>Retrieve and filter shop items, including stock quantities and detailed item information</p>\n</li>\n<li><p>Retrieve stock quantities and availabilities of multiple shop items</p>\n</li>\n<li><p>Access detailed model information and filter models based on your criteria</p>\n</li>\n</ul>\n<p>Leverage the HAKRO API to streamline your business processes, enhance efficiency, and maintain accurate inventory management with minimal manual intervention. If you have specific requirements, need customizations, or require support, please contact us.</p>\n<h1 id=\"api-servers\">API Servers</h1>\n<p>There are two API servers, one for development and one for production.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Server</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Development</td>\n<td><a href=\"https://dev.portal-backend.hakro.com\">https://dev.portal-backend.hakro.com</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://portal-backend.hakro.com\">https://portal-backend.hakro.com</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"rest-requests\">REST requests</h1>\n<ul>\n<li>The API version <strong>must</strong> be set using the header <code>x-bee-api-version</code>.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">x-bee-api-version: 2020-06-01\n\n</code></pre>\n<ul>\n<li>The content types supported by the client <strong>must</strong> be set using the <code>Accept</code> header.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">Accept: application/json \n\n</code></pre>\n<ul>\n<li>The user agent <strong>must</strong> be set using the <code>User-Agent</code> header.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">User-Agent: &lt;your-application-name&gt;/&lt;your-application-version&gt;\n\n</code></pre>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">User-Agent: my-great-application/1.2.3\n\n</code></pre>\n<h5 id=\"important\">Important</h5>\n<p><code>User-Agent</code> names of general purpose HTTP clients and SDKs like <code>curl</code> are subject to be blocked. Please use the name and version of your own client application.</p>\n<ul>\n<li><p>Timestamps <strong>must</strong> be formatted according to <a href=\"https://de.wikipedia.org/wiki/ISO_8601\">ISO 8601</a>: <code>2020-04-23T18:25:43.511Z</code></p>\n</li>\n<li><p>The header <code>Accept-Encoding</code> <strong>should</strong> be set for specifying compression algorithms supported by the client. <strong>This can improve the performance of API calls significantly.</strong> The preferred compression algorithm is <strong>Brotli</strong> (<code>br</code>).</p>\n</li>\n<li><p>The header <code>Accept-Encoding</code> <strong>should</strong> be set for specifying compression algorithms. For API calls returning large amounts of data, it <strong>must</strong> be set; otherwise the HTTP status code <code>406 Not Acceptable</code> is returned. Supported algorithms are <code>br</code> and <code>gzip</code>, whereby <code>br</code> (Brotli) is preferred. Using compression improves the performance of API calls significantly.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">Accept-Encoding: br\n\n</code></pre>\n<h5 id=\"important-1\">Important</h5>\n<p>Specify the <code>Accept-Encoding</code> header for improved performance. Some APIs require compression and return <code>406 Not Acceptable</code> if the header is not set.</p>\n<ul>\n<li>The header <code>Accept-Language</code> <strong>should</strong> be set for localization. If no <code>Accept-Language</code> header is specified, the default language is returned.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">Accept-Language: de,en-US;q=0.7,en;q=0.3\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Localization codes follow the pattern: `-`. Examples are: `de-DE`, `en-US` or just `de` (see [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) and [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). The header `Accept-Language` adjusts the language per request. As a result, for example, the returned data is in the requested language. In case the requested language is not available, data is returned in the default language.\n\n</code></pre><h4 id=\"example\">Example</h4>\n<p>The example request queries the stock quantity of three items.</p>\n<h5 id=\"request\">Request</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">POST /api/ShopItems/StockQuantity HTTP/1.1\nHost: dev.portal-backend.hakro.com\nUser-Agent: &lt;your-application-name&gt;/&lt;your-application-version&gt;\nAuthorization: Bearer ...\nAccept-Encoding: br\nAccept-Language: de,en-US;q=0.7,en;q=0.3\nAccept: application/json\nContent-Type: application/json; charset=utf-8\nx-bee-api-version: 2020-06-01\n{\n    \"ItemCodes\": [\n        \"0800005005\",\n        \"0800005003\",\n        \"0800005004\"\n    ]\n}\n\n</code></pre>\n<h5 id=\"response\">Response</h5>\n<h5 id=\"note\">Note</h5>\n<p>All strings in responses may contain <a href=\"https://en.wikipedia.org/wiki/Markdown\"><b>Markdown</b></a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">HTTP/1.1 200 OK\nContent-Type: application/json; charset=utf-8\n[\n    {\n        \"Key\": \"0800005003\",\n        \"Value\": 393.0\n    },\n    {\n        \"Key\": \"0800005004\",\n        \"Value\": 1734.0\n    },\n    {\n        \"Key\": \"0800005005\",\n        \"Value\": 4993.0\n    }\n]\n\n</code></pre>\n<h1 id=\"http-status-code-usage\">HTTP status code usage</h1>\n<p>HTTP status codes are used to report whether an operation was successful or not. Please see an operation's documentation for its applicable status codes.</p>\n<h5 id=\"note-1\">Note</h5>\n<p>The server may return status code 503 (Service Unavailable) to indicate temporary unavailability. Clients must handle this condition and communicate it to the user where appropriate.</p>\n<h1 id=\"detailed-error-descriptions\">Detailed error descriptions</h1>\n<p>In case of an error an object of type <code>ProblemDetails</code> formatted as JSON is transmitted via the body. This object contains detailed information about the error and is transmitted, independently of a function's return value or type.</p>\n<p>Example <code>ProblemDetails</code> object:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"correlationId\": \"e5e1b1c8-0b33-401b-844c-a212d4fc8edd\",\n    \"errorCode\": \"0x1234567890\",\n    \"title\": \"A validation error occured.\",\n    \"detail\": \"The detailed error description (if any).\",\n    \"type\": \"https://beesnes.com/prb/some-error\",\n    \"validationErrors\": [{\n        \"Name\": \"LastName\",\n        \"Message\": [ \"Must not be empty.\" ]\n    }]\n}\n\n</code></pre>\n<h1 id=\"paging\">Paging</h1>\n<p>Some resources allow a navigation through the list of results. Example:</p>\n<p><code>/api/ShopItems/Filter?count=10&amp;skip=20</code></p>\n<p>The parameter <code>count</code> specifies how many results shall be returned. The parameter <code>skip</code> specifies how many elements shall be skipped.</p>\n<h5 id=\"important-2\">Important</h5>\n<p>The maximum value of <code>count</code> is 250.</p>\n<p>For these resources requests result in responses of type <code>PagedResult</code>. A <code>PagedResult</code> contains the requested elements and in addition the total count of all elements. For the example above the total count of elements would be the number of all items and the corresponding <code>PagedResult</code> would be of type <code>PagedResultOfItem</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"TotalCount\": 9949,\n    \"Elements\": [\n        {\n            \"Attributes\": {\n                \"ManualStockState\": \"None\",\n                \"SizeCode\": \"009\",\n                \"SizeName\": \"3XL\",\n                \"ColorCode\": \"005\",\n                \"ColorName\": \"schwarz\",\n                \"ColorDescription\": \"05 schwarz\",\n                \"BackColorCode\": \"08141F\",\n                \"ForeColorCode\": null,\n                \"WashingTemperature\": \"40 °C\",\n                \"UnitAreaWeight\": \"120 g / m²\",\n                \"Mixture\": \"Gewebe aus 100 % Baumwolle , 120 g/m²\",\n                \"OnSale\": \"0\"\n            },\n            \"ItemCode\": \"0105005009\",\n            \"ModelCode\": \"0105\",\n            \"Description\": \"HAKRO Hemd Business Regular\",\n            \"QuantityUnit\": null,\n            \"PriceGroupCode\": \"0105AX\",\n            \"Gtin\": \"4045981055812\",\n            \"HarmonizedCode\": null,\n            \"Weight\": 0.0,\n            \"CountryOfOrigin\": null\n        },\n        {\n            \"Attributes\": {\n                \"ManualStockState\": \"None\",\n                \"SizeCode\": \"003\",\n                \"SizeName\": \"XS\",\n                \"ColorCode\": \"025\",\n                \"ColorName\": \"himmelblau\",\n                \"ColorDescription\": \"25 himmelblau\",\n                \"BackColorCode\": \"C1CFEC\",\n                \"ForeColorCode\": null,\n                \"WashingTemperature\": \"40 °C\",\n                \"UnitAreaWeight\": \"120 g / m²\",\n                \"Mixture\": \"Gewebe aus 100 % Baumwolle , 120 g/m²\",\n                \"OnSale\": \"0\"\n            },\n            \"ItemCode\": \"0105025003\",\n            \"ModelCode\": \"0105\",\n            \"Description\": \"HAKRO Hemd Business Regular\",\n            \"QuantityUnit\": null,\n            \"PriceGroupCode\": \"0105AS\",\n            \"Gtin\": \"4045981089657\",\n            \"HarmonizedCode\": null,\n            \"Weight\": 0.0,\n            \"CountryOfOrigin\": null\n        }\n    ]\n}\n\n</code></pre>\n<h1 id=\"filtering\">Filtering</h1>\n<p>For some resources there exists a filter functionality which allows to request subsets of elements. Filters are maps with filter attributes as keys and a list of values as values. A filter attribute specifies what shall be filtered and the list specifies the values by which shall be filtered.</p>\n<p>In case a filter attribute is specified the corresponding value my not be <code>null</code> nor an empty list. Moreover, the corresponding list may not contain empty elements nor <code>null</code>. The maximum length of a list of values is 250.</p>\n<h4 id=\"example-1\">Example</h4>\n<p>Models can be filtered by gender. The filter attribute is then <code>Gender</code> and the list of values could contain <code>men</code> and <code>unisex</code>:</p>\n<h5 id=\"request-1\">Request</h5>\n<p><code>/api/ShopModels/Filter</code></p>\n<p>Example <code>ModelFilterInput</code> object:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Filter\": {\n        \"Gender\": [\"men\", \"unisex\"]\n    },\n    \"OrderBy\": \"NameAsc\"\n}\n\n</code></pre>\n<h5 id=\"response-1\">Response</h5>\n<p>The return value is the <code>PagedResult</code> for models: <code>PagedResultOfModel</code></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authentication is done via OAuth/OpenID Connect. For this purpose two servers are available, the development server and the production server.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Server</th>\n<th>Authority/Issuer</th>\n<th>Metadata Endpoint</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Development</td>\n<td><a href=\"https://idp.dev.hakro.com/auth\">https://idp.dev.hakro.com/auth</a></td>\n<td><a href=\"https://idp.dev.hakro.com/auth/.well-known/openid-configuration\">https://idp.dev.hakro.com/auth/.well-known/openid-configuration</a></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://idp.hakro.com/auth\">https://idp.hakro.com/auth</a></td>\n<td><a href=\"https://idp.hakro.com/auth/.well-known/openid-configuration\">https://idp.hakro.com/auth/.well-known/openid-configuration</a></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"client-authentication-via-oauth-20\">Client authentication via OAuth 2.0</h1>\n<p>A bearer token is obtained using the OAuth <em>Client Credentials Flow</em> (grant type: <code>client_credentials</code>). For more information see <a href=\"https://tools.ietf.org/html/rfc6749#section-4.4.2\">RFC 6749</a>.</p>\n<p>The authentication request must contain the audience of the API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Server</th>\n<th>Audience</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Development</td>\n<td><code>https://hakro.com/portal-backend-dev</code></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><code>https://hakro.com/portal-backend</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>The authentication request must contain the API scope.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Server</th>\n<th>Scope</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Development</td>\n<td><code>https://hakro.com/portal-backend-dev/api</code></td>\n</tr>\n<tr>\n<td>Production</td>\n<td><code>https://hakro.com/portal-backend/api</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Example request:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">POST /auth/connect/token HTTP/1.1\nHost: idp.dev.hakro.com\nAuthorization: Basic &lt;Base64 String&gt;\nUser-Agent: &lt;your-application-name&gt;/&lt;your-application-version&gt;\nContent-Type: application/x-www-form-urlencoded\nAccept: */*\ngrant_type=client_credentials&amp;audience=https://hakro.com/portal-backend-dev&amp;scope=https://hakro.com/portal-backend-dev/api\n\n</code></pre>\n<h5 id=\"important-3\">Important</h5>\n<p>The obtained bearer token is valid for a certain amount of time. Cache and reuse the token as long as it is valid. <strong>DO NOT</strong> request a new token for every API call you make. Rate limits may apply.</p>\n<h5 id=\"note-2\">Note</h5>\n<ul>\n<li><p>Use the token endpoint URL that is returned by the metadata endpoint.</p>\n</li>\n<li><p>The client is authenticated using the <code>Authorization</code> header with <code>Basic</code> authentication scheme as defined in <a href=\"https://tools.ietf.org/html/rfc7617#section-2\">RFC-7617</a>. In a nutshell, basic-credentials are obtained by concatenating the client ID and client secret with a <code>:</code> and encoding it to Base64.</p>\n</li>\n</ul>\n<h1 id=\"retrieving-pricing-information\">Retrieving pricing information</h1>\n<p>The client must evaluate which price applies to an item. The pricing information for items is always based on price groups. An item's price group is defined by a price group code (see the property <code>PriceGroupCode</code> of <code>Item</code>). The price group refers to a set of prices. Each price of a price group is associated with a minimum quantity (see the property <code>ValidFromQuantity</code> of <code>Price</code>). The minimum quantity defines the minimal amount with which an item has to be purchased such that the price may be applied for the item. The pricing information for a price group can be retrieved by three operations:</p>\n<ul>\n<li><p><code>Retrieving price group</code></p>\n</li>\n<li><p><code>Filter price groups</code></p>\n</li>\n<li><p><code>Identify prices</code></p>\n</li>\n</ul>\n<p>The prices belonging to a price group are returned as <code>PriceGroupPrices</code> object:</p>\n<ul>\n<li><p>The property <code>Pricing</code> contains the resale prices of the price group applicable for the customer with regard to the individual price conditions of the customer.</p>\n</li>\n<li><p>The <code>PriceInfo</code> (see <code>PriceInfo</code>) of <code>PriceGroupPrices</code> contains all resale and retail prices that exist for the price group regardless of the customer's individual price conditions. This property contains the <code>SalePrice</code> which is relevant for price evaluation if an item is <strong>on sale</strong>.</p>\n</li>\n</ul>\n<p><strong>Please note</strong>: For an item's price evaluation the properties <code>Pricing</code> in and <code>SalePrice</code> need to be regarded.</p>\n<h1 id=\"price-identification\">Price identification</h1>\n<p>As described above the prices relevant for price evaluation are contained in the property <code>Pricing</code> of a <code>PriceGroupPrices</code> object and <code>SalePrice</code> in the <code>PriceInfo</code> (see <code>PriceInfo</code>) of a <code>PriceGroupPrices</code> object. Using this information the lowest price for an item based on it's price group, purchasing quantity and the <strong>on sale</strong> property must be identified.</p>\n<p>In most cases an item's price of the specified price group can be determined by searching the applicable quantity category defined by the property <code>ValidFromQuantity</code> of a <code>Price</code> using the quantity with which the item shall be purchased. The lowest price of the matching order quantity is valid. In case the item is <strong>on sale</strong> the prices may be reduced by the respective discount rate (see the property <code>DiscountRate</code> of <code>Price</code>). In case the item is <strong>on sale</strong>, in addition, it must be checked whether the sale price is set (see the property <code>SalePrice</code> in <code>PriceInfo</code>). Please note, that, the sale price also has the property <code>DiscountRate</code> (the sale price is also of type <code>Price</code>) by which the sale price may be reduced if it is set to a value higher than <code>0.0</code>.</p>\n<p>Following the instructions above, the lowest price found for an item may be applied.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Servers","slug":"api-servers"},{"content":"REST requests","slug":"rest-requests"},{"content":"HTTP status code usage","slug":"http-status-code-usage"},{"content":"Detailed error descriptions","slug":"detailed-error-descriptions"},{"content":"Paging","slug":"paging"},{"content":"Filtering","slug":"filtering"},{"content":"Authentication","slug":"authentication"},{"content":"Client authentication via OAuth 2.0","slug":"client-authentication-via-oauth-20"},{"content":"Retrieving pricing information","slug":"retrieving-pricing-information"},{"content":"Price identification","slug":"price-identification"}],"owner":"18220651","collectionId":"edbaed38-ed54-4011-995a-e50cc7310b37","publishedId":"2sAYX6ogYp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"e4032e"},"publishDate":"2025-02-12T20:23:49.000Z"},"item":[{"name":"API DOCUMENTATION","item":[{"name":"InboundSalesOrders","item":[{"name":"Commissions","item":[{"name":"Create an inbound sales order with a single request","id":"e558cc12-2df1-4ae4-a53b-a814d485d10d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/InboundSalesOrders/Commissions","description":"<p>Creates an inbound sales order with a single request.</p>\n","urlObject":{"path":["api","InboundSalesOrders","Commissions"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[]}},"response":[{"id":"aa46ff0a-185e-44d3-85a4-35944bbfa63f","name":"The resource was created.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://10.69.71.152/api/InboundSalesOrders/Commissions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Value\": \"<string>\"\n}"},{"id":"81c49d72-589c-4496-8e94-f664afe3f57b","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/InboundSalesOrders/Commissions"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"118619ad-357f-4c6a-b74b-33c2f7f632e7","name":"Client authentication is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/InboundSalesOrders/Commissions"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"43890f3c-4721-47f4-8726-a2c5c59d8239","name":"The access to the resource is denied.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/InboundSalesOrders/Commissions"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"e8ddd671-256e-456f-be5b-9087d3f0b4ea","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/InboundSalesOrders/Commissions"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9048f204-e2b9-4203-a2b2-7ce4ee3e1fad","name":"The resource has a conflict. For example it can be caused if linked data wasn't found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/InboundSalesOrders/Commissions"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"087db155-23cf-4c01-88df-9787d24166a0","name":"The server is temporarily unavailable.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ShippingAddress\": {\n    \"AddressStreetName\": \"<string>\",\n    \"City\": \"<string>\",\n    \"CountryCode\": \"<string>\",\n    \"Name\": \"<string>\",\n    \"PostalCode\": \"<string>\",\n    \"Name2\": \"<string>\",\n    \"Name3\": \"<string>\"\n  },\n  \"ShippingTypeCode\": \"<string>\",\n  \"BuyerName\": \"<string>\",\n  \"BuyerEmail\": \"<string>\",\n  \"Remarks\": \"<string>\",\n  \"Commissions\": [\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"dolore_cd\": \"<number>\",\n        \"dolore_86e\": \"<number>\",\n        \"id_8\": \"<number>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Items\": {\n        \"sunt6c5\": \"<number>\",\n        \"occaecat_914\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/InboundSalesOrders/Commissions"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e558cc12-2df1-4ae4-a53b-a814d485d10d"}],"id":"b56404e0-fda7-472d-9fd1-6774052288d9","_postman_id":"b56404e0-fda7-472d-9fd1-6774052288d9","description":""}],"id":"bca99db2-f9e7-494e-a066-1cbfa006f911","_postman_id":"bca99db2-f9e7-494e-a066-1cbfa006f911","description":""},{"name":"Prices","item":[{"name":"{priceGroupCode}","item":[{"name":"Retrieve price groups","id":"666f5623-96c4-4d4b-8833-d4538e09fdd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/Prices/:priceGroupCode","description":"<p>Returns the price group for the specified price group code.</p>\n","urlObject":{"path":["api","Prices",":priceGroupCode"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[{"id":"d42bb595-ee36-48d6-86d0-97cc6eec0ca2","description":{"content":"<p>(Required) The price group code.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"priceGroupCode"}]}},"response":[{"id":"35b319c3-2a5a-447c-96f6-c2e59e4be8f4","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://10.69.71.152/api/Prices/:priceGroupCode","protocol":"https","host":["10","69","71","152"],"path":["api","Prices",":priceGroupCode"],"variable":[{"key":"priceGroupCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Prices\": [\n    {\n      \"PriceListCode\": \"<string>\",\n      \"IncludesVat\": \"<boolean>\",\n      \"Price\": \"<number>\",\n      \"ValidFromQuantity\": \"<number>\",\n      \"DiscountRate\": \"<number>\"\n    },\n    {\n      \"PriceListCode\": \"<string>\",\n      \"IncludesVat\": \"<boolean>\",\n      \"Price\": \"<number>\",\n      \"ValidFromQuantity\": \"<number>\",\n      \"DiscountRate\": \"<number>\"\n    }\n  ],\n  \"Pricing\": [\n    {\n      \"PriceListCode\": \"<string>\",\n      \"IncludesVat\": \"<boolean>\",\n      \"Price\": \"<number>\",\n      \"ValidFromQuantity\": \"<number>\",\n      \"DiscountRate\": \"<number>\"\n    },\n    {\n      \"PriceListCode\": \"<string>\",\n      \"IncludesVat\": \"<boolean>\",\n      \"Price\": \"<number>\",\n      \"ValidFromQuantity\": \"<number>\",\n      \"DiscountRate\": \"<number>\"\n    }\n  ],\n  \"PriceInfo\": {\n    \"PriceScale\": [\n      {\n        \"PriceListCode\": \"<string>\",\n        \"IncludesVat\": \"<boolean>\",\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<number>\",\n        \"DiscountRate\": \"<number>\"\n      },\n      {\n        \"PriceListCode\": \"<string>\",\n        \"IncludesVat\": \"<boolean>\",\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<number>\",\n        \"DiscountRate\": \"<number>\"\n      }\n    ],\n    \"RetailerPriceScale\": [\n      {\n        \"PriceListCode\": \"<string>\",\n        \"IncludesVat\": \"<boolean>\",\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<number>\",\n        \"DiscountRate\": \"<number>\"\n      },\n      {\n        \"PriceListCode\": \"<string>\",\n        \"IncludesVat\": \"<boolean>\",\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<number>\",\n        \"DiscountRate\": \"<number>\"\n      }\n    ],\n    \"RecommendedRetailPrice\": {\n      \"PriceListCode\": \"<string>\",\n      \"IncludesVat\": \"<boolean>\",\n      \"Price\": \"<number>\",\n      \"ValidFromQuantity\": \"<number>\",\n      \"DiscountRate\": \"<number>\"\n    },\n    \"SalePrice\": {\n      \"PriceListCode\": \"<string>\",\n      \"IncludesVat\": \"<boolean>\",\n      \"Price\": \"<number>\",\n      \"ValidFromQuantity\": \"<number>\",\n      \"DiscountRate\": \"<number>\"\n    }\n  },\n  \"PriceGroupCode\": \"<string>\",\n  \"PriceGroupDescription\": \"<string>\"\n}"},{"id":"184a8e2c-4863-4508-9563-c8368843e46f","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/Prices/:priceGroupCode","host":["https://portal-backend.hakro.com"],"path":["api","Prices",":priceGroupCode"],"variable":[{"key":"priceGroupCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"7566859e-a29d-4c9b-8657-bd1047897b7f","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/Prices/:priceGroupCode","host":["https://portal-backend.hakro.com"],"path":["api","Prices",":priceGroupCode"],"variable":[{"key":"priceGroupCode"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"36deb30f-460d-49de-8988-9ca89ac6075f","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/Prices/:priceGroupCode","host":["https://portal-backend.hakro.com"],"path":["api","Prices",":priceGroupCode"],"variable":[{"key":"priceGroupCode"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"98ad4545-52f4-4e49-a537-656eedb44190","name":"The requested resource wasn't found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/Prices/:priceGroupCode","host":["https://portal-backend.hakro.com"],"path":["api","Prices",":priceGroupCode"],"variable":[{"key":"priceGroupCode"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"388669b5-04ac-4a77-ade1-68a608148850","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/Prices/:priceGroupCode","host":["https://portal-backend.hakro.com"],"path":["api","Prices",":priceGroupCode"],"variable":[{"key":"priceGroupCode"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f3f63d95-4090-40c5-b87f-4293afc3eb37","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/Prices/:priceGroupCode","host":["https://portal-backend.hakro.com"],"path":["api","Prices",":priceGroupCode"],"variable":[{"key":"priceGroupCode"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"666f5623-96c4-4d4b-8833-d4538e09fdd7"}],"id":"5ecc7633-dac2-4c66-96e6-586453faf6f3","_postman_id":"5ecc7633-dac2-4c66-96e6-586453faf6f3","description":""},{"name":"Filter","item":[{"name":"Filter price groups","id":"b8d5744e-8109-4980-b4ed-7502538bb7e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"nulla_a\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/Prices/Filter?skip=0&count=10","description":"<p>Returns price groups filtered by the specified criteria.</p>\n","urlObject":{"path":["api","Prices","Filter"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"6e7e70d4-52e6-4833-89d5-75edca470eef","name":"The request was processed successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"nulla_a\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://10.69.71.152/api/Prices/Filter?skip=0&count=10","protocol":"https","host":["10","69","71","152"],"path":["api","Prices","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"Prices\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"Pricing\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"PriceInfo\": {\n        \"PriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RetailerPriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RecommendedRetailPrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        \"SalePrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      },\n      \"PriceGroupCode\": \"<string>\",\n      \"PriceGroupDescription\": \"<string>\"\n    },\n    {\n      \"Prices\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"Pricing\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"PriceInfo\": {\n        \"PriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RetailerPriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RecommendedRetailPrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        \"SalePrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      },\n      \"PriceGroupCode\": \"<string>\",\n      \"PriceGroupDescription\": \"<string>\"\n    }\n  ]\n}"},{"id":"4dda1e36-1ecf-47b4-824e-39afaf903247","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"nulla_a\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/Prices/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","Prices","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"ff7a7ab1-038c-4558-a4dc-b06e91d64667","name":"Client authentication is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"nulla_a\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/Prices/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","Prices","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c09e76f0-4250-4f06-8811-b1dd921c03f7","name":"The access to the resource is denied.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"nulla_a\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/Prices/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","Prices","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"6b95cd44-d027-45ec-aed6-e6bb223c8471","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"nulla_a\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/Prices/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","Prices","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"20b09253-e744-4012-8bf8-9059059a7615","name":"The server is temporarily unavailable.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"nulla_a\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/Prices/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","Prices","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8d5744e-8109-4980-b4ed-7502538bb7e0"}],"id":"758c4551-e4db-4c0f-8e46-9aab6538773c","_postman_id":"758c4551-e4db-4c0f-8e46-9aab6538773c","description":""},{"name":"Lookup","item":[{"name":"Identify prices","id":"49dc3071-5709-4d64-8b7d-9cbfcc4c4fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemQuantities\": {\n    \"commodo_d7\": \"<number>\",\n    \"consequata\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/Prices/Lookup","description":"<p>Returns prices for the specified items.</p>\n","urlObject":{"path":["api","Prices","Lookup"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[]}},"response":[{"id":"e6737f47-5dea-463e-9b8b-526f288877e3","name":"The request was processed successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemQuantities\": {\n    \"commodo_d7\": \"<number>\",\n    \"consequata\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://10.69.71.152/api/Prices/Lookup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"Prices\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"Pricing\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"PriceInfo\": {\n        \"PriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RetailerPriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RecommendedRetailPrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        \"SalePrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      },\n      \"PriceGroupCode\": \"<string>\",\n      \"PriceGroupDescription\": \"<string>\"\n    },\n    {\n      \"Prices\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"Pricing\": [\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      ],\n      \"PriceInfo\": {\n        \"PriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RetailerPriceScale\": [\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          },\n          {\n            \"PriceListCode\": \"<string>\",\n            \"IncludesVat\": \"<boolean>\",\n            \"Price\": \"<number>\",\n            \"ValidFromQuantity\": \"<number>\",\n            \"DiscountRate\": \"<number>\"\n          }\n        ],\n        \"RecommendedRetailPrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        },\n        \"SalePrice\": {\n          \"PriceListCode\": \"<string>\",\n          \"IncludesVat\": \"<boolean>\",\n          \"Price\": \"<number>\",\n          \"ValidFromQuantity\": \"<number>\",\n          \"DiscountRate\": \"<number>\"\n        }\n      },\n      \"PriceGroupCode\": \"<string>\",\n      \"PriceGroupDescription\": \"<string>\"\n    }\n  ]\n}"},{"id":"6f6a69f5-1d6d-42e2-ac13-2cbbd393907f","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemQuantities\": {\n    \"commodo_d7\": \"<number>\",\n    \"consequata\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/Prices/Lookup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"a9eebc59-1d6d-496e-a8c2-e9d725e2d535","name":"Client authentication is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemQuantities\": {\n    \"commodo_d7\": \"<number>\",\n    \"consequata\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/Prices/Lookup"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"46333553-4872-47b5-9bff-78b9ae5caeb7","name":"The access to the resource is denied.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemQuantities\": {\n    \"commodo_d7\": \"<number>\",\n    \"consequata\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/Prices/Lookup"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"5a9ee555-c591-4f9a-9cd5-47bd09e972b9","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemQuantities\": {\n    \"commodo_d7\": \"<number>\",\n    \"consequata\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/Prices/Lookup"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a53ab1d8-1d91-4999-8da8-ee4f2dd9e4e4","name":"The server is temporarily unavailable.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemQuantities\": {\n    \"commodo_d7\": \"<number>\",\n    \"consequata\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/Prices/Lookup"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49dc3071-5709-4d64-8b7d-9cbfcc4c4fba"}],"id":"316e5297-c7b1-4699-94bc-071cc26948af","_postman_id":"316e5297-c7b1-4699-94bc-071cc26948af","description":""}],"id":"f1f94911-ad51-4683-8d57-d2c882544d10","_postman_id":"f1f94911-ad51-4683-8d57-d2c882544d10","description":""},{"name":"ShippingTypes","item":[{"name":"ShipToCountries","item":[{"name":"code-{shipToCountryCode}","item":[{"name":"Retrieve shipping types of a specific destination country by country code","id":"caceb65b-b450-4ded-92f5-e529a4344af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","description":"<p>Returns the shipping types for the specified 'ship to' ISO 3166-1 alpha-2 country code.</p>\n","urlObject":{"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"374d9db9-352c-4ed3-9fd8-be41db7cbda5","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"Name\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"Code\": \"<string>\",\n      \"Attributes\": 0,\n      \"Enabled\": \"<boolean>\",\n      \"PricePerOrder\": \"<number>\",\n      \"PricePerPackage\": \"<number>\",\n      \"SortOrder\": \"<integer>\",\n      \"Id\": \"<uuid>\",\n      \"Assignments\": [\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        },\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"Code\": \"<string>\",\n      \"Attributes\": 1,\n      \"Enabled\": \"<boolean>\",\n      \"PricePerOrder\": \"<number>\",\n      \"PricePerPackage\": \"<number>\",\n      \"SortOrder\": \"<integer>\",\n      \"Id\": \"<uuid>\",\n      \"Assignments\": [\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        },\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"396d2914-e991-4638-af3c-0eafd2e32d17","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"2225037c-51b4-4185-a9a2-a235c278e027","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f2f7275c-dbfe-4832-8741-f6991bdac816","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"35361f48-3aed-4a61-a21b-d9a02fd01f89","name":"The requested resource wasn't found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"67ab56a3-bbdc-460f-a0ff-f6daf68028fb","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4042274f-3ea6-4b9b-9a6b-d08cba530064","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/code-{{shipToCountryCode}}?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries","code-{{shipToCountryCode}}"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"caceb65b-b450-4ded-92f5-e529a4344af2"}],"id":"6b454181-98d3-4618-96dd-ece9932d164e","_postman_id":"6b454181-98d3-4618-96dd-ece9932d164e","description":""},{"name":"{shipToCountryId}","item":[{"name":"Retrieve shipping types of a specific destination country by country ID","id":"a4a027bb-917c-4cd8-b8f9-47ea4347e936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","description":"<p>Returns the shipping types for the specified 'ship to' country ID.</p>\n","urlObject":{"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[{"id":"bdbb2b4f-2324-42ee-9bd7-56a4340a48d1","description":{"content":"<p>(Required) The 'ship to' country ID.</p>\n","type":"text/plain"},"type":"any","value":"<uuid>","key":"shipToCountryId"}]}},"response":[{"id":"116e9f8e-32ee-4f9b-ba1e-a2391484ec9b","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"shipToCountryId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"Name\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"Code\": \"<string>\",\n      \"Attributes\": 0,\n      \"Enabled\": \"<boolean>\",\n      \"PricePerOrder\": \"<number>\",\n      \"PricePerPackage\": \"<number>\",\n      \"SortOrder\": \"<integer>\",\n      \"Id\": \"<uuid>\",\n      \"Assignments\": [\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        },\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"Code\": \"<string>\",\n      \"Attributes\": 1,\n      \"Enabled\": \"<boolean>\",\n      \"PricePerOrder\": \"<number>\",\n      \"PricePerPackage\": \"<number>\",\n      \"SortOrder\": \"<integer>\",\n      \"Id\": \"<uuid>\",\n      \"Assignments\": [\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        },\n        {\n          \"Enabled\": \"<boolean>\",\n          \"SalesRegion\": \"<string>\",\n          \"ShippingTypeId\": \"<uuid>\",\n          \"ShipToCountryId\": \"<uuid>\",\n          \"Id\": \"<uuid>\",\n          \"CountryCode\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}"},{"id":"bef5f026-cbb2-47bc-8ef3-26d67990be25","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"shipToCountryId"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"b9549e89-9605-4864-9568-7f6d8fa76044","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"shipToCountryId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2a456025-8a7a-46ae-ac90-0df27c5bbec7","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"shipToCountryId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"c8ee5b6b-7392-409c-9e38-962bcaa7fcbc","name":"The requested resource wasn't found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"shipToCountryId"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f72ac230-795e-4c8e-a32d-4ce0127df172","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"shipToCountryId"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"36a6c994-b346-4959-8662-55b382dddcac","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries/:shipToCountryId?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries",":shipToCountryId"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"shipToCountryId"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4a027bb-917c-4cd8-b8f9-47ea4347e936"}],"id":"88ec399b-eb3a-48a1-a5d2-8ff4e0f79446","_postman_id":"88ec399b-eb3a-48a1-a5d2-8ff4e0f79446","description":""},{"name":"Retrieve the countries a user can ship to","id":"2768f8ae-43e4-4dbc-9b88-db5bfec5b408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries?skip=0&count=10","description":"<p>Returns the countries the current user can ship to.</p>\n","urlObject":{"path":["api","ShippingTypes","ShipToCountries"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"d5cd787b-e335-4b27-ace2-756b17c10b77","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"Id\": \"<uuid>\",\n      \"Code\": \"<string>\",\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Id\": \"<uuid>\",\n      \"Code\": \"<string>\",\n      \"Name\": \"<string>\"\n    }\n  ]\n}"},{"id":"c757c39c-0dbf-4eb8-b0bc-c7999e0eb9cf","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"6f2429ff-f758-4d84-86bf-792de3dacb08","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"84dd3fde-fa0b-4b22-9f47-0d73189e6628","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"d112a83f-57ec-4614-b030-c0a64d01da02","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"159572fe-bc78-46ee-adae-85e2f93fd1ab","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShippingTypes/ShipToCountries?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShippingTypes","ShipToCountries"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2768f8ae-43e4-4dbc-9b88-db5bfec5b408"}],"id":"a1fd3b2e-a9e0-48d3-a09a-c1fb1433f141","_postman_id":"a1fd3b2e-a9e0-48d3-a09a-c1fb1433f141","description":""}],"id":"53286c31-0794-4c54-b0b1-4afaa567ef1e","_postman_id":"53286c31-0794-4c54-b0b1-4afaa567ef1e","description":""},{"name":"ShopItems","item":[{"name":"Export","item":[{"name":"Export all shop items","id":"29befdb4-b068-461f-bf55-52dd9190306f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopItems/Export","description":"<p>Exports all shop items.</p>\n","urlObject":{"path":["api","ShopItems","Export"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[]}},"response":[{"id":"bab23bff-b778-4330-8fe5-f4d248a98872","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopItems/Export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"RecommendedRetailPrice\": \"<number>\",\n    \"ItemCode\": \"<string>\",\n    \"Gtin\": \"<string>\",\n    \"ModelCode\": \"<string>\",\n    \"Name\": {\n      \"velit_ea\": \"<string>\"\n    },\n    \"Description\": {\n      \"do6b4\": \"<string>\"\n    },\n    \"Mixture\": {\n      \"magna_f\": \"<string>\"\n    },\n    \"ColorCode\": \"<string>\",\n    \"ColorName\": {\n      \"quis1\": \"<string>\",\n      \"in346\": \"<string>\"\n    },\n    \"Size\": {\n      \"officiaf\": \"<string>\",\n      \"non_f\": \"<string>\"\n    },\n    \"ProductLine\": \"<string>\",\n    \"Category\": \"<string>\",\n    \"Gender\": \"<string>\",\n    \"Fit\": \"<string>\",\n    \"SleeveLength\": \"<string>\",\n    \"UnitAreaWeight\": {\n      \"irure__\": \"<string>\",\n      \"commodo_b57\": \"<string>\"\n    },\n    \"WashingTemperature\": {\n      \"ut40\": \"<string>\",\n      \"ut_a2\": \"<string>\",\n      \"voluptate1\": \"<string>\"\n    },\n    \"Keywords\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"OriginCountry\": \"<string>\",\n    \"HarmonizedCode\": \"<string>\",\n    \"Currency\": \"<string>\",\n    \"ProductSheetUrls\": {\n      \"pariatur_c\": \"<string>\",\n      \"commodo_\": \"<string>\"\n    },\n    \"PriceScale\": [\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      },\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      }\n    ],\n    \"RetailerPriceScale\": [\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      },\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      }\n    ],\n    \"ModelImageUrls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ItemImageUrls\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  {\n    \"RecommendedRetailPrice\": \"<number>\",\n    \"ItemCode\": \"<string>\",\n    \"Gtin\": \"<string>\",\n    \"ModelCode\": \"<string>\",\n    \"Name\": {\n      \"elit_a0\": \"<string>\"\n    },\n    \"Description\": {\n      \"mollitda\": \"<string>\",\n      \"elit_c5\": \"<string>\"\n    },\n    \"Mixture\": {\n      \"culpa59\": \"<string>\"\n    },\n    \"ColorCode\": \"<string>\",\n    \"ColorName\": {\n      \"do85a\": \"<string>\"\n    },\n    \"Size\": {\n      \"cillum1f\": \"<string>\"\n    },\n    \"ProductLine\": \"<string>\",\n    \"Category\": \"<string>\",\n    \"Gender\": \"<string>\",\n    \"Fit\": \"<string>\",\n    \"SleeveLength\": \"<string>\",\n    \"UnitAreaWeight\": {\n      \"proident_4_9\": \"<string>\"\n    },\n    \"WashingTemperature\": {\n      \"anim5\": \"<string>\",\n      \"sed_694\": \"<string>\",\n      \"ut_af\": \"<string>\",\n      \"anim_14\": \"<string>\"\n    },\n    \"Keywords\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"OriginCountry\": \"<string>\",\n    \"HarmonizedCode\": \"<string>\",\n    \"Currency\": \"<string>\",\n    \"ProductSheetUrls\": {\n      \"magna_a_\": \"<string>\",\n      \"ut_\": \"<string>\"\n    },\n    \"PriceScale\": [\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      },\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      }\n    ],\n    \"RetailerPriceScale\": [\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      },\n      {\n        \"Price\": \"<number>\",\n        \"ValidFromQuantity\": \"<integer>\"\n      }\n    ],\n    \"ModelImageUrls\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ItemImageUrls\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n]"},{"id":"8d58f267-375f-4ee0-9996-7624528e9d49","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopItems/Export"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"e3870732-bf98-428d-b359-14b9c6983a45","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":"https://portal-backend.hakro.com/api/ShopItems/Export"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7766d3fd-7dd3-4750-9bc7-44501621ed66","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopItems/Export"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"02c32102-fa24-4b0d-9ec1-a8fa8bfc8cdb","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":"https://portal-backend.hakro.com/api/ShopItems/Export"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5cf94181-0c59-4f0d-836d-d1a270d2c1ca","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":"https://portal-backend.hakro.com/api/ShopItems/Export"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29befdb4-b068-461f-bf55-52dd9190306f"}],"id":"e05da8c2-eafd-4bd8-8349-19bc33e0ba7b","_postman_id":"e05da8c2-eafd-4bd8-8349-19bc33e0ba7b","description":""},{"name":"Filter","item":[{"name":"Filter shop items","id":"d38e30fa-db12-4fdb-adeb-dad835ded5f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"in9\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ad__\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/Filter?skip=0&count=10","description":"<p>Returns shop items filtered by the specified criteria.</p>\n","urlObject":{"path":["api","ShopItems","Filter"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"a8d8e0f6-2ae6-462c-b71c-fcf707a2d323","name":"The request was processed successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"in9\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ad__\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"Attributes\": {\n        \"ad3_\": \"<string>\",\n        \"sint_455\": \"<string>\",\n        \"ullamco0\": \"<string>\"\n      },\n      \"ItemCode\": \"<string>\",\n      \"ModelCode\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"QuantityUnit\": \"<string>\",\n      \"PriceGroupCode\": \"<string>\",\n      \"Gtin\": \"<string>\",\n      \"HarmonizedCode\": \"<string>\",\n      \"Weight\": \"<number>\",\n      \"CountryOfOrigin\": \"<string>\"\n    },\n    {\n      \"Attributes\": {\n        \"dolor_da\": \"<string>\"\n      },\n      \"ItemCode\": \"<string>\",\n      \"ModelCode\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"QuantityUnit\": \"<string>\",\n      \"PriceGroupCode\": \"<string>\",\n      \"Gtin\": \"<string>\",\n      \"HarmonizedCode\": \"<string>\",\n      \"Weight\": \"<number>\",\n      \"CountryOfOrigin\": \"<string>\"\n    }\n  ]\n}"},{"id":"7d792923-6c2e-4611-a572-c6aceac972d5","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"in9\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ad__\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"981688a0-4ceb-406c-9275-aab57f7a9a73","name":"Client authentication is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"in9\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ad__\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"39ad79e0-2a12-481b-aa3f-302b1810e4d2","name":"The access to the resource is denied.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"in9\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ad__\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"654c8f65-3d39-4876-af82-9eb502b8f79e","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"in9\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ad__\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4d91042b-0023-465c-a34c-01cc7e739e63","name":"The server is temporarily unavailable.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"in9\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ad__\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d38e30fa-db12-4fdb-adeb-dad835ded5f7"}],"id":"e83b4e99-7137-4e7a-93ee-1ed4c8f6e8b4","_postman_id":"e83b4e99-7137-4e7a-93ee-1ed4c8f6e8b4","description":""},{"name":"StockAvailability","item":[{"name":"Filter","item":[{"name":"Retrieve stock availabilities of multiple items","id":"44482cc5-8510-4b45-8e79-120c7aa2321c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"veniam_b5c\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"labore_fa\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ex1de\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockAvailability/Filter?skip=0&count=10","description":"<p>Returns the stock availability of the specified item.</p>\n","urlObject":{"path":["api","ShopItems","StockAvailability","Filter"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"6f8e8ecf-56b1-427d-a245-be99837a7012","name":"The request was processed successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"veniam_b5c\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"labore_fa\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ex1de\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/StockAvailability/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","StockAvailability","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"ItemCode\": \"<string>\",\n      \"PlannedArrivalDate\": \"<dateTime>\",\n      \"ShopWarningQuantity\": \"<number>\",\n      \"ManualStockState\": 0,\n      \"StockQuantity\": \"<number>\",\n      \"Unit\": \"<string>\"\n    },\n    {\n      \"ItemCode\": \"<string>\",\n      \"PlannedArrivalDate\": \"<dateTime>\",\n      \"ShopWarningQuantity\": \"<number>\",\n      \"ManualStockState\": 1,\n      \"StockQuantity\": \"<number>\",\n      \"Unit\": \"<string>\"\n    }\n  ]\n}"},{"id":"ac8c193a-1552-4e8f-80c6-08c9db3811e9","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"veniam_b5c\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"labore_fa\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ex1de\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/StockAvailability/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","StockAvailability","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"2f7e068d-b38c-4f5d-ba60-057f04ce8d63","name":"Client authentication is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"veniam_b5c\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"labore_fa\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ex1de\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/StockAvailability/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","StockAvailability","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5208f2ed-1877-45b5-90f4-2a863aaad288","name":"The access to the resource is denied.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"veniam_b5c\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"labore_fa\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ex1de\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/StockAvailability/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","StockAvailability","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"6d98baaa-a22d-4cae-860f-660c348e8b9f","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"veniam_b5c\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"labore_fa\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ex1de\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/StockAvailability/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","StockAvailability","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"79aa2389-56ca-4cee-be03-6467cf3a02d5","name":"The server is temporarily unavailable.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"veniam_b5c\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"labore_fa\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"ex1de\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/StockAvailability/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems","StockAvailability","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44482cc5-8510-4b45-8e79-120c7aa2321c"}],"id":"08de098d-7bef-4adc-bf8d-791bec31c369","_postman_id":"08de098d-7bef-4adc-bf8d-791bec31c369","description":""}],"id":"d02e45e6-c765-4729-8077-db5ca6603d06","_postman_id":"d02e45e6-c765-4729-8077-db5ca6603d06","description":""},{"name":"{itemCode}","item":[{"name":"StockQuantity","item":[{"name":"Retrieve stock quantity of a shop item","id":"75853bdc-c69a-49a2-ac73-b20378127e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","description":"<p>Returns the stock quantity of the specified shop item.</p>\n","urlObject":{"path":["api","ShopItems",":itemCode","StockQuantity"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[{"id":"6cdbcadd-6a44-4a01-a721-a676a04b6754","description":{"content":"<p>(Required) The item code.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"itemCode"}]}},"response":[{"id":"454c5db6-e441-4ee1-a800-482950c2af5a","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode","StockQuantity"],"variable":[{"key":"itemCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Value\": \"<number>\",\n  \"Key\": \"<string>\"\n}"},{"id":"2eeb1127-0207-4167-9246-a884a8a0a600","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode","StockQuantity"],"variable":[{"key":"itemCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"7eaed16b-d3fa-4be7-88e4-2ded36d17003","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode","StockQuantity"],"variable":[{"key":"itemCode"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7c6a87f1-309a-4b3e-b7d6-1e0c36f2cdf6","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode","StockQuantity"],"variable":[{"key":"itemCode"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"c180b661-a526-4b1c-83e3-7d3ab605eed1","name":"The requested resource wasn't found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode","StockQuantity"],"variable":[{"key":"itemCode"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0349ea3e-88c3-44c5-afbb-8f7cef1048a3","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode","StockQuantity"],"variable":[{"key":"itemCode"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"51fa075c-ac21-4ae3-9da2-eda35bd9fd03","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode/StockQuantity","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode","StockQuantity"],"variable":[{"key":"itemCode"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75853bdc-c69a-49a2-ac73-b20378127e9a"}],"id":"f1661e23-70d1-44ce-a172-c33c38314183","_postman_id":"f1661e23-70d1-44ce-a172-c33c38314183","description":""},{"name":"Retrieve a shop item","id":"9a9eb45c-e1a5-4bbe-a4a6-fdc3a191e402","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","description":"<p>Returns the specified shop item.</p>\n","urlObject":{"path":["api","ShopItems",":itemCode"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[{"id":"104df38c-7eb9-4a66-8472-abc5aeca76be","description":{"content":"<p>(Required) The item code.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"itemCode"}]}},"response":[{"id":"62afc559-b959-42c9-8bd8-60f68eb49836","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode"],"variable":[{"key":"itemCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"Attributes\": {\n    \"irure_18\": \"<string>\",\n    \"deserunt_d\": \"<string>\",\n    \"nulla03\": \"<string>\"\n  },\n  \"ItemCode\": \"<string>\",\n  \"ModelCode\": \"<string>\",\n  \"Description\": \"<string>\",\n  \"QuantityUnit\": \"<string>\",\n  \"PriceGroupCode\": \"<string>\",\n  \"Gtin\": \"<string>\",\n  \"HarmonizedCode\": \"<string>\",\n  \"Weight\": \"<number>\",\n  \"CountryOfOrigin\": \"<string>\"\n}"},{"id":"830377a7-4759-45f8-9cdc-44ce42cd22cc","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode"],"variable":[{"key":"itemCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"710fb262-ea29-4453-b9a0-f949463248d3","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode"],"variable":[{"key":"itemCode"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"775daccf-5c0b-4e1e-9d05-ebfc29e689bb","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode"],"variable":[{"key":"itemCode"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"2c277362-f0ea-474c-a872-caa4971d1e1e","name":"The requested resource wasn't found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode"],"variable":[{"key":"itemCode"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8335aa73-5c92-4f56-93e9-fd17fdf87c0f","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode"],"variable":[{"key":"itemCode"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8a79fd82-6583-4084-afcd-e8da8514cb2b","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopItems/:itemCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopItems",":itemCode"],"variable":[{"key":"itemCode"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a9eb45c-e1a5-4bbe-a4a6-fdc3a191e402"}],"id":"c1d61274-c646-45af-933e-a44bb46e255e","_postman_id":"c1d61274-c646-45af-933e-a44bb46e255e","description":""},{"name":"StockQuantity","item":[{"name":"Retrieve stock quantities of multiple shop items","id":"21d02aa1-5f52-437b-98c3-bd94ef6a8f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity","description":"<p>Returns the stock quantities of the specified shop items.</p>\n","urlObject":{"path":["api","ShopItems","StockQuantity"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[]}},"response":[{"id":"7841271f-9be2-49b0-8a43-92c7de483b8e","name":"The request was processed successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"Value\": \"<number>\",\n    \"Key\": \"<string>\"\n  },\n  {\n    \"Value\": \"<number>\",\n    \"Key\": \"<string>\"\n  }\n]"},{"id":"65c884be-d88c-4e26-8269-9e8879108932","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"3b0384d3-dfcf-47c0-8397-8179d14c5385","name":"Client authentication is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4f8ee7a5-f289-45ed-81b0-4a507bd25e2d","name":"The access to the resource is denied.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"cf73637b-aa54-4f82-a78f-1b2ac0f58aa9","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0093232c-8626-4f21-9732-d79925baaa96","name":"The resource has a conflict. For example it can be caused if linked data wasn't found.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"dec1ce85-6c45-405c-9519-8f5f2d34923f","name":"The server is temporarily unavailable.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopItems/StockQuantity"},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"21d02aa1-5f52-437b-98c3-bd94ef6a8f35"}],"id":"393604a9-8e74-4971-8af2-5effe182fa11","_postman_id":"393604a9-8e74-4971-8af2-5effe182fa11","description":""}],"id":"c1a54c61-6281-4214-aeb8-71973637a61b","_postman_id":"c1a54c61-6281-4214-aeb8-71973637a61b","description":""},{"name":"ShopModels","item":[{"name":"{modelCode}","item":[{"name":"Items","item":[{"name":"Retrieve items of a model","id":"e69101d8-e539-408a-97b1-0feae00b39d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","description":"<p>Returns the items of the specified shop model.</p>\n","urlObject":{"path":["api","ShopModels",":modelCode","Items"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[{"id":"4f9956b9-f242-4a3b-bcee-fbafe58e4e64","description":{"content":"<p>(Required) The model code.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"modelCode"}]}},"response":[{"id":"0e6bfc9a-e36b-4546-85f1-3b29a50916a6","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode","Items"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"modelCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"Attributes\": {\n        \"ad3_\": \"<string>\",\n        \"sint_455\": \"<string>\",\n        \"ullamco0\": \"<string>\"\n      },\n      \"ItemCode\": \"<string>\",\n      \"ModelCode\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"QuantityUnit\": \"<string>\",\n      \"PriceGroupCode\": \"<string>\",\n      \"Gtin\": \"<string>\",\n      \"HarmonizedCode\": \"<string>\",\n      \"Weight\": \"<number>\",\n      \"CountryOfOrigin\": \"<string>\"\n    },\n    {\n      \"Attributes\": {\n        \"dolor_da\": \"<string>\"\n      },\n      \"ItemCode\": \"<string>\",\n      \"ModelCode\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"QuantityUnit\": \"<string>\",\n      \"PriceGroupCode\": \"<string>\",\n      \"Gtin\": \"<string>\",\n      \"HarmonizedCode\": \"<string>\",\n      \"Weight\": \"<number>\",\n      \"CountryOfOrigin\": \"<string>\"\n    }\n  ]\n}"},{"id":"05f41cd8-4bec-4ef8-9edf-856b0918f39f","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode","Items"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"modelCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"e5d2a6ae-bb92-4b2a-8cee-8c7a8d477e2d","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode","Items"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"modelCode"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0c8018ef-4421-4324-b291-06c56e091e9f","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode","Items"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"modelCode"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"a1b45f46-8520-4878-ae26-e8b4fa0d7408","name":"The requested resource wasn't found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode","Items"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"modelCode"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"df1dd329-2179-497a-a2b7-8cb5fd1ea076","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode","Items"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"modelCode"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58f08736-3b44-44fc-99f4-35f6c6a00b07","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode/Items?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode","Items"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}],"variable":[{"key":"modelCode"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e69101d8-e539-408a-97b1-0feae00b39d7"}],"id":"defa189d-6304-4964-98e9-e5fc0df93e2c","_postman_id":"defa189d-6304-4964-98e9-e5fc0df93e2c","description":""},{"name":"Retrieve a model","id":"46bd783f-6481-46a6-814b-722d0bd513cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","description":"<p>Returns the shop model with the specified code.</p>\n","urlObject":{"path":["api","ShopModels",":modelCode"],"host":["https://portal-backend.hakro.com"],"query":[],"variable":[{"id":"28c675b4-95c2-45f5-bc7a-a8da7a76995d","description":{"content":"<p>(Required) The model code.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"modelCode"}]}},"response":[{"id":"515b51f4-632c-4c86-97c8-bea48ed516a5","name":"The request was processed successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode"],"variable":[{"key":"modelCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ModelCode\": \"<string>\",\n  \"Description\": \"<string>\",\n  \"DetailText\": \"<string>\",\n  \"ModelGroup\": \"<string>\",\n  \"Images\": [\n    {\n      \"Name\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"ToolTip\": \"<string>\",\n      \"Urls\": {\n        \"elitd1\": \"<string>\"\n      }\n    },\n    {\n      \"Name\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"ToolTip\": \"<string>\",\n      \"Urls\": {\n        \"ute5\": \"<string>\"\n      }\n    }\n  ],\n  \"Documents\": [\n    {\n      \"Id\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"ToolTip\": \"<string>\",\n      \"Url\": \"<string>\"\n    },\n    {\n      \"Id\": \"<string>\",\n      \"Tag\": \"<string>\",\n      \"ToolTip\": \"<string>\",\n      \"Url\": \"<string>\"\n    }\n  ],\n  \"ItemCodes\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"Keywords\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"SalesInfoReseller\": \"<string>\",\n  \"SalesInfoRetailer\": \"<string>\",\n  \"SuccessorCode\": \"<string>\",\n  \"Attributes\": {\n    \"cillum_a\": \"<string>\",\n    \"laborebf\": \"<string>\"\n  }\n}"},{"id":"ab1ee1d3-f53e-479e-aa00-0449a7cfc4a0","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode"],"variable":[{"key":"modelCode"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"d87077fa-7b14-4a50-b945-9d2e7746f893","name":"Client authentication is required.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode"],"variable":[{"key":"modelCode"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3c57b649-b418-443b-9d75-a8610239b99b","name":"The access to the resource is denied.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode"],"variable":[{"key":"modelCode"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"d3a4df4e-bebc-41bd-8574-6e7a88198794","name":"The requested resource wasn't found.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode"],"variable":[{"key":"modelCode"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e8f2d309-686c-4177-a71a-6bb5d85a9373","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode"],"variable":[{"key":"modelCode"}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c89cf516-acc5-4774-b219-9e89fb4964c5","name":"The server is temporarily unavailable.","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/:modelCode","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels",":modelCode"],"variable":[{"key":"modelCode"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"46bd783f-6481-46a6-814b-722d0bd513cf"}],"id":"3861478f-310c-4910-850b-e1cca8887b7c","_postman_id":"3861478f-310c-4910-850b-e1cca8887b7c","description":""},{"name":"Filter","item":[{"name":"Filter models","id":"1a355bb9-8039-4f9f-b822-d42cf87e4aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"proident12\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tempor__6d\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"voluptateba\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"OrderBy\": \"<string>\",\n  \"ReturnItemCodes\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://portal-backend.hakro.com/api/ShopModels/Filter?skip=0&count=10","description":"<p>Returns shop models filtered by the specified criteria.</p>\n","urlObject":{"path":["api","ShopModels","Filter"],"host":["https://portal-backend.hakro.com"],"query":[{"description":{"content":"<p>The number of result elements to skip.</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>The number of result elements to return.</p>\n","type":"text/plain"},"key":"count","value":"10"}],"variable":[]}},"response":[{"id":"5cc4894e-fdf9-4f40-b782-d78c54467067","name":"The request was processed successfully.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"proident12\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tempor__6d\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"voluptateba\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"OrderBy\": \"<string>\",\n  \"ReturnItemCodes\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"TotalCount\": \"<integer>\",\n  \"Elements\": [\n    {\n      \"ModelCode\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"DetailText\": \"<string>\",\n      \"ModelGroup\": \"<string>\",\n      \"Images\": [\n        {\n          \"Name\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Urls\": {\n            \"labore5c\": \"<string>\",\n            \"aute_0\": \"<string>\"\n          }\n        },\n        {\n          \"Name\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Urls\": {\n            \"ute57\": \"<string>\",\n            \"enim1\": \"<string>\"\n          }\n        }\n      ],\n      \"Documents\": [\n        {\n          \"Id\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Url\": \"<string>\"\n        },\n        {\n          \"Id\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Url\": \"<string>\"\n        }\n      ],\n      \"ItemCodes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Keywords\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"SalesInfoReseller\": \"<string>\",\n      \"SalesInfoRetailer\": \"<string>\",\n      \"SuccessorCode\": \"<string>\",\n      \"Attributes\": {\n        \"Excepteur_c_\": \"<string>\",\n        \"ipsum_ab\": \"<string>\"\n      }\n    },\n    {\n      \"ModelCode\": \"<string>\",\n      \"Description\": \"<string>\",\n      \"DetailText\": \"<string>\",\n      \"ModelGroup\": \"<string>\",\n      \"Images\": [\n        {\n          \"Name\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Urls\": {\n            \"ida\": \"<string>\",\n            \"minim03a\": \"<string>\"\n          }\n        },\n        {\n          \"Name\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Urls\": {\n            \"et_c\": \"<string>\",\n            \"consectetur_5__\": \"<string>\",\n            \"laboris_af9\": \"<string>\"\n          }\n        }\n      ],\n      \"Documents\": [\n        {\n          \"Id\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Url\": \"<string>\"\n        },\n        {\n          \"Id\": \"<string>\",\n          \"Tag\": \"<string>\",\n          \"ToolTip\": \"<string>\",\n          \"Url\": \"<string>\"\n        }\n      ],\n      \"ItemCodes\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Keywords\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"SalesInfoReseller\": \"<string>\",\n      \"SalesInfoRetailer\": \"<string>\",\n      \"SuccessorCode\": \"<string>\",\n      \"Attributes\": {\n        \"consecteturb\": \"<string>\",\n        \"ametf4\": \"<string>\",\n        \"Ut8\": \"<string>\"\n      }\n    }\n  ]\n}"},{"id":"cf197bfd-0a63-408e-b985-50a5f406284f","name":"The request wasn't processed due to a client error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"proident12\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tempor__6d\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"voluptateba\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"OrderBy\": \"<string>\",\n  \"ReturnItemCodes\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"5aa08a21-8eb0-4052-a584-317c5ac93053","name":"Client authentication is required.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"proident12\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tempor__6d\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"voluptateba\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"OrderBy\": \"<string>\",\n  \"ReturnItemCodes\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b46a0820-2591-4ef4-8b9c-9bc24cb438ab","name":"The access to the resource is denied.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"proident12\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tempor__6d\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"voluptateba\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"OrderBy\": \"<string>\",\n  \"ReturnItemCodes\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"correlationId\": \"<string>\",\n  \"detail\": \"<string>\",\n  \"errorCode\": \"<string>\",\n  \"instance\": \"<string>\",\n  \"status\": \"<integer>\",\n  \"title\": \"<string>\",\n  \"type\": \"<string>\",\n  \"validationErrors\": [\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    },\n    {\n      \"Message\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"Name\": \"<string>\"\n    }\n  ],\n  \"data\": {\n    \"description\": \"Gets or sets additional data.\",\n    \"x-bee-property-description\": \"Gets or sets additional data.\"\n  }\n}"},{"id":"d2108542-3288-4f42-9ecb-6d4cc7bde201","name":"The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"proident12\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tempor__6d\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"voluptateba\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"OrderBy\": \"<string>\",\n  \"ReturnItemCodes\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"28c92fad-0f11-4d9d-844a-e37e47c6e80b","name":"The server is temporarily unavailable.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"Filter\": {\n    \"proident12\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"tempor__6d\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"voluptateba\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"OrderBy\": \"<string>\",\n  \"ReturnItemCodes\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://portal-backend.hakro.com/api/ShopModels/Filter?skip=0&count=10","host":["https://portal-backend.hakro.com"],"path":["api","ShopModels","Filter"],"query":[{"key":"skip","value":"0","description":"The number of result elements to skip."},{"key":"count","value":"10","description":"The number of result elements to return."}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a355bb9-8039-4f9f-b822-d42cf87e4aaf"}],"id":"818af94e-62eb-4c9b-845e-8cc7b3e308d8","_postman_id":"818af94e-62eb-4c9b-845e-8cc7b3e308d8","description":""}],"id":"88cff840-e399-45f6-9ef1-307d168674c5","_postman_id":"88cff840-e399-45f6-9ef1-307d168674c5","description":""}],"id":"baf18ef6-26ff-4f59-8218-85f513db21cf","_postman_id":"baf18ef6-26ff-4f59-8218-85f513db21cf","description":""}],"event":[{"listen":"prerequest","script":{"id":"a934446c-2c8d-468a-a317-bf3169e2ee4b","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"2f81f12c-451e-40ca-bbce-6264648473be","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://portal-backend.hakro.com"}]}