{"info":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","description":"<html><head></head><body><h1 id=\"api-documentation-magento-graphql-agro-rami\">API Documentation — Magento GraphQL (AGRO-RAMI)</h1>\n<h2 id=\"🚀-szybki-start--quick-start\">🚀 Szybki start / Quick start</h2>\n<p><strong>PL — od zera do pierwszego zamówienia:</strong></p>\n<ol>\n<li><p><strong>Ustaw host.</strong> Zmienna kolekcji <code>baseUrl</code> = <code>hurtownia.agrorami.pl</code> (bez <code>https://</code>, bez <code>/graphql</code>) są one już zawartę w danym flow.</p>\n</li>\n<li><p><strong>Zaloguj się.</strong> Otwórz <code>00 · Auth &amp; Setup → generateCustomerToken</code>, wpisz <code>email</code> i <code>password</code>, wyślij. <strong>Token zapisze się sam</strong> do zmiennej <code>customerToken</code> (skrypt w zakładce <em>Tests</em>) — nic nie kopiujesz. Od tej chwili wszystkie requesty są autoryzowane. <strong>WAŻNE! Token jest ważny przez 1h.</strong></p>\n</li>\n<li><p><strong>Złóż zamówienie.</strong> Wejdź do folderu <code>Praktyczne scenariusze (Functionality)</code> i wykonaj po kolei kroki <strong>B · 0 → B · 9</strong>:</p>\n<ul>\n<li><p><code>B · 1. Create cart</code> — <strong><code>cart_id</code></strong> <strong>zapisze się sam</strong> do zmiennej <code>cartId</code>.</p>\n</li>\n<li><p><code>B · 2…8</code> — dodaj produkt, ustaw adresy, metodę dostawy i płatności.</p>\n</li>\n<li><p><code>B · 9. Place order</code> — złożenie zamówienia.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Sprawdzaj odpowiedzi.</strong> Każdy request ma zakładkę <strong>Example</strong> z poglądowym kształtem odpowiedzi (struktura zgodna z zapytaniem, wartości przykładowe).</p>\n</li>\n<li><p><strong>Błędy.</strong> Magento zwraca <strong>HTTP 200 nawet przy błędzie</strong> — kolekcja ma test, który wyłapuje <code>errors[]</code> i oznacza request jako nieudany z treścią błędu (zakładka <em>Test Results</em>).</p>\n</li>\n</ol>\n<p><strong>EN — zero to first order:</strong></p>\n<ol>\n<li><p>Set collection variable <code>baseUrl</code> = <code>hurtownia.agrorami.pl</code> (host only).</p>\n</li>\n<li><p>Run <code>00 · Auth &amp; Setup → generateCustomerToken</code> with your <code>email</code>/<code>password</code>. The <strong>token is saved automatically</strong> to <code>customerToken</code> — every request is then authorized. <strong>IMPORTANT! Token is valid for 1 hour.</strong></p>\n</li>\n<li><p>In <code>Praktyczne scenariusze (Functionality)</code> run steps <strong>B · 0 → B · 9</strong> in order; <code>B · 1</code> auto-saves <code>cart_id</code> to <code>cartId</code>.</p>\n</li>\n<li><p>Each request ships with an illustrative <strong>Example</strong> response (shape matches the query; values are placeholders).</p>\n</li>\n<li><p>GraphQL errors return HTTP 200 — the built-in collection test flags <code>errors[]</code> for you.</p>\n</li>\n</ol>\n<blockquote>\n<p><strong>Zmienne kolekcji / Collection variables:</strong> <code>baseUrl</code>, <code>customerToken</code>, <code>adminToken</code>, <code>cartId</code>. Wypełniają się automatycznie podczas flow — nie trzeba ustawiać ręcznie (poza <code>baseUrl</code>). </p>\n</blockquote>\n<hr>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p>Wszystkie operacje to <strong>POST</strong> na <code>hurtownia.agrorami.pl/graphql</code>.<br>Ustaw <code>baseUrl</code> w środowisku (sam host, np. hurtownia.agrorami.pl<code>/graphql</code>).</p>\n<h2 id=\"autoryzacja\">Autoryzacja</h2>\n<ul>\n<li><p><strong>Poziom kolekcji:</strong> Bearer <code></code> — dziedziczony przez wszystkie requesty.</p>\n</li>\n<li><p>Requesty z folderu <code>00 · Auth &amp; Setup</code> (logowanie/tokeny) działają bez tokenu — w razie potrzeby ustaw na nich <em>No Auth</em>.</p>\n</li>\n<li><p>Token zdobywasz przez <code>00 · Auth &amp; Setup → generateCustomerToken</code> — <strong>zapisuje się automatycznie</strong> do zmiennej <code>customerToken</code> (skrypt <em>Tests</em>). Ręczne wklejanie nie jest potrzebne.</p>\n</li>\n</ul>\n<h2 id=\"nagłówki-kontrakt\">Nagłówki (kontrakt)</h2>\n<ul>\n<li><p><code>Content-Type: application/json</code> — wymagany przez Magento dla każdego requestu.</p>\n</li>\n<li><p><code>Authorization: Bearer</code> — token klienta lub admina.</p>\n</li>\n<li><p><code>Store:</code> — opcjonalny; wskazuje store view (część requestów ma już <code>?store=...</code> w URL). Używany jeśli język inny niż pl</p>\n</li>\n<li><p><code>Content-Currency</code> — gdy waluta inna niż domyślna store view.</p>\n</li>\n</ul>\n<h2 id=\"format-błędów\">Format błędów</h2>\n<p><code>{ \"errors\": [ { \"message\", \"locations\", \"path\", \"extensions\": { \"category\" } } ], \"data\": null }</code>.<br>Kody HTTP: <strong>200</strong> sukces · <strong>401</strong> brak autoryzacji · <strong>403</strong> brak dostępu · <strong>500</strong> błąd serwera.</p>\n<hr>\n<h2 id=\"🔑-zmienne-kolekcji--collection-variables\">🔑 Zmienne kolekcji / Collection variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Zmienna</th>\n<th>Rola</th>\n<th>Kto ustawia</th>\n<th>Przykład</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>baseUrl</code></td>\n<td>host API (bez <code>https://</code> i bez <code>/graphql</code>)</td>\n<td>ręcznie, raz</td>\n<td><code>hurtownia.agrorami.pl</code></td>\n</tr>\n<tr>\n<td><code>customerToken</code></td>\n<td>token Bearer klienta (autoryzacja kolekcji)</td>\n<td>auto po <code>generateCustomerToken</code> <em>lub</em> ręcznie</td>\n<td><code>eyJraWQiOiIx...</code></td>\n</tr>\n<tr>\n<td><code>adminToken</code></td>\n<td>token klienta uzyskany przez admina</td>\n<td>auto po <code>generateCustomerTokenAsAdmin</code> <em>lub</em> ręcznie</td>\n<td><code>eyJraWQiOiIx...</code></td>\n</tr>\n<tr>\n<td><code>cartId</code></td>\n<td>masked ID koszyka</td>\n<td>auto po <code>createEmptyCart</code> <em>lub</em> ręcznie</td>\n<td><code>Yd8sR2k...</code></td>\n</tr>\n<tr>\n<td><code>syncFrom</code></td>\n<td>dolna granica okna <code>updated_at</code> (format <code>YYYY-MM-DD HH:MM:SS</code>)</td>\n<td>integracja = poprzedni <code>lastSyncAt</code></td>\n<td><code>2024-06-07 00:00:00</code></td>\n</tr>\n<tr>\n<td><code>syncTo</code></td>\n<td>górna granica okna (zwykle „teraz\")</td>\n<td>integracja</td>\n<td><code>2024-06-08 00:00:00</code></td>\n</tr>\n<tr>\n<td><code>syncPage</code></td>\n<td>numer strony — kartoteki (<code>S · 1</code>)</td>\n<td>integracja, pętla <code>1..N</code></td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>pricePage</code></td>\n<td>numer strony — ceny (<code>S · 2</code>)</td>\n<td>integracja, pętla <code>1..N</code></td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>stockPage</code></td>\n<td>numer strony — stany (<code>S · 3</code>)</td>\n<td>integracja, pętla <code>1..N</code></td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>fullPage</code></td>\n<td>numer strony — pełna resync (<code>S · 9</code>)</td>\n<td>integracja, pętla <code>1..N</code></td>\n<td><code>1</code></td>\n</tr>\n<tr>\n<td><code>lastSyncAt</code></td>\n<td>znacznik ostatniej udanej synchronizacji; staje się następnym <code>syncFrom</code></td>\n<td>integracja, zapis po udanym biegu</td>\n<td><code>2024-06-07 00:00:00</code></td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><code>customerToken</code>, <code>adminToken</code>, <code>cartId</code> wypełniają się <strong>automatycznie</strong> podczas flow w folderze <em>Praktyczne scenariusze</em> (drobny skrypt w zakładce <em>Tests</em>) — ale równie dobrze możesz wpisać je ręcznie. Zmienne <code>sync\\*</code>/<code>\\*Page</code>/<code>lastSyncAt</code> służą folderowi SYNC i w produkcji wylicza je Twoja integracja. </p>\n</blockquote>\n<h2 id=\"🗂️-organizacja-kolekcji\">🗂️ Organizacja kolekcji</h2>\n<p>Kolekcja jest ułożona od „od czego zacząć” do „pełnej referencji”:</p>\n<ol>\n<li><p><strong>00 · Auth &amp; Setup</strong> — logowanie i tokeny. Zacznij tutaj.</p>\n</li>\n<li><p><strong>01 · Praktyczne scenariusze (Functionality)</strong> — gotowe, ponumerowane ścieżki: pełna karta produktu (A), kompletny checkout krok po kroku (B · 0–9), operacje na koszyku i koncie (C–F). <strong>Główne wejście dla programisty</strong> — większość zadań znajdziesz tutaj.</p>\n</li>\n<li><p><strong>02 · Referencja schematu</strong> — wyczerpujący zrzut schematu GraphQL pogrupowany po domenach. Do <strong>wyszukiwania pojedynczych pól i typów</strong>, nie do codziennej pracy.</p>\n</li>\n</ol>\n<blockquote>\n<p>Zasada: realizujesz konkretne zadanie → folder <strong>01</strong>. Szukasz, jakie pole zwraca dany typ → folder <strong>02</strong>.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Documentation — Magento GraphQL (AGRO-RAMI)","slug":"api-documentation-magento-graphql-agro-rami"}],"owner":"52835304","collectionId":"590038c0-c292-4473-b94e-08ca84018a8f","publishedId":"2sBXwwm74k","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-06-22T12:04:13.000Z"},"item":[{"name":"00 · Auth & Setup","item":[{"name":"generateCustomerToken","event":[{"listen":"test","script":{"id":"12f550c9-464a-4b38-a66c-91c59eee013f","exec":["// [auto] zapis tokenu klienta do zmiennej kolekcji customerToken","try {","  const t = pm.response.json()?.data?.generateCustomerToken?.token;","  if (t) { pm.collectionVariables.set('customerToken', t); console.log('OK customerToken zapisany'); }","  else console.warn('Brak tokenu w odpowiedzi — sprawdź email/hasło');","} catch (e) {}"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"56fc6430-7c2f-46c3-a587-9a288162e582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation GenerateCustomerToken {\r\n    generateCustomerToken(email: \"\", password: \"\") {\r\n        token\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=pl","description":"<p><strong>Funkcja / Function</strong><br />PL — logowanie klienta — zwraca bearer token autoryzacyjny ważny 1h.<br />EN — customer login — returns the bearer authorization token valid for 1 hour.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation generateCustomerToken(email, password)</code></p>\n<p>Generate a token for specified customer</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The customer’s email address</td>\n</tr>\n<tr>\n<td>password</td>\n<td>String</td>\n<td>The customer’s password</td>\n</tr>\n<tr>\n<td>token</td>\n<td>String</td>\n<td>The customer authorization token</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"pl"}],"variable":[]}},"response":[{"id":"30f9c5fc-0a92-47c8-9d9f-cff1974f7f98","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=pl","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"pl","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — logowanie klienta — zwraca bearer token autoryzacyjny.\nEN — customer login — returns the bearer authorization token.\n\n*Operacja GraphQL / GraphQL operation:* `mutation generateCustomerToken(email, password)`\n\nGenerate a token for specified customer\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\temail\t|\tString\t|\tThe customer’s email address\t|\n|\tpassword\t|\tString\t|\tThe customer’s password\t|\n|\ttoken\t|\tString\t|\tThe customer authorization token\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"generateCustomerToken\": {\n      \"token\": \"eyJraWQiOiIxIiwiYWxnIjoiUlMyNTYifQ...\"\n    }\n  }\n}"}],"_postman_id":"56fc6430-7c2f-46c3-a587-9a288162e582"},{"name":"generateCustomerTokenAsAdmin","event":[{"listen":"test","script":{"type":"text/javascript","exec":["// [auto] zapis tokenu admina do zmiennej kolekcji adminToken","try {","  const t = pm.response.json()?.data?.generateCustomerTokenAsAdmin?.customer_token;","  if (t) { pm.collectionVariables.set('adminToken', t); console.log('OK adminToken zapisany'); }","} catch (e) {}"],"id":"711df452-efb7-4500-921c-d1e2df3d22f4"}}],"id":"ec9bfb17-42a1-4fe4-a7f5-e283c1294a0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation GenerateCustomerTokenAsAdmin {\r\n    generateCustomerTokenAsAdmin(input: { customer_email: \"john.doe@gmail.com\" }) {\r\n        customer_token\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — token klienta generowany przez administratora (remote shopping assistance).\nEN — customer token generated by an administrator (remote shopping assistance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation generateCustomerTokenAsAdmin(input)</code></p>\n<p>Request a customer token so that an administrator can perform remote shopping assistance</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customer_email</td>\n<td>String</td>\n<td>The email address of the customer requesting remote shopping assistance</td>\n</tr>\n<tr>\n<td>customer_token</td>\n<td>String</td>\n<td>The generated customer token</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e305643b-9600-4d78-bfdc-bc66367a2a25","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — token klienta generowany przez administratora (remote shopping assistance).\nEN — customer token generated by an administrator (remote shopping assistance).\n\n*Operacja GraphQL / GraphQL operation:* `mutation generateCustomerTokenAsAdmin(input)`\n\nRequest a customer token so that an administrator can perform remote shopping assistance\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomer_email\t|\tString\t|\tThe email address of the customer requesting remote shopping assistance\t|\n|\tcustomer_token\t|\tString\t|\tThe generated customer token\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"generateCustomerTokenAsAdmin\": {\n      \"customer_token\": \"eyJraWQiOiIxIiwiYWxnIjoiUlMyNTYifQ...\"\n    }\n  }\n}"}],"_postman_id":"ec9bfb17-42a1-4fe4-a7f5-e283c1294a0b"},{"name":"revokeCustomerToken","id":"e42af9d4-5fec-4d5f-a953-179ce0e7253d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation RevokeCustomerToken {\r\n    revokeCustomerToken {\r\n        result\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — unieważnienie tokenu klienta (wylogowanie).\nEN — revoke the customer token (logout).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation revokeCustomerToken</code></p>\n<p>Revoke the customer token</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td>Boolean</td>\n<td>The result of a request to revoke a customer token</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cb17a100-19bd-4a71-98c9-5afd2bcb3799","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — unieważnienie tokenu klienta (wylogowanie).\nEN — revoke the customer token (logout).\n\n*Operacja GraphQL / GraphQL operation:* `mutation revokeCustomerToken`\n\nRevoke the customer token\n\n  \n| Variable | Type | Description |  \n| --- | --- | --- |  \n| result | Boolean | The result of a request to revoke a customer token |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"revokeCustomerToken\": {\n      \"result\": \"string\"\n    }\n  }\n}"}],"_postman_id":"e42af9d4-5fec-4d5f-a953-179ce0e7253d"},{"name":"createEmptyCart","event":[{"listen":"test","script":{"id":"9e7071e6-86d6-4d52-8c44-262fdd8c7c2a","exec":["// [auto] zapis ID koszyka do zmiennej kolekcji cartId","try {","  const id = pm.response.json()?.data?.createEmptyCart;","  if (id) { pm.collectionVariables.set('cartId', id); console.log('OK cartId = ' + id); }","} catch (e) {}"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7d90a644-6f8c-49fd-9bba-8c2724ea5f3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{cust}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation CreateEmptyCart {\r\n    createEmptyCart(input: { cart_id: \"1\" })\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — utworzenie pustego koszyka; zwraca <code>cart_id</code> (działa dla gościa i klienta).\nEN — create an empty cart; returns <code>cart_id</code> (works for guest and customer).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation createEmptyCart(input)</code></p>\n<p>Create an empty shopping cart for a guest or logged in user</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cart_id</td>\n<td>String</td>\n<td>The ID to assign to the cart</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b1128487-cf24-4dd8-9a5f-b125a0df2d07","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — utworzenie pustego koszyka; zwraca `cart_id` (działa dla gościa i klienta).\nEN — create an empty cart; returns `cart_id` (works for guest and customer).\n\n*Operacja GraphQL / GraphQL operation:* `mutation createEmptyCart(input)`\n\nCreate an empty shopping cart for a guest or logged in user\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcart_id\t|\tString\t|\tThe ID to assign to the cart\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"createEmptyCart\": \"string\"\n  }\n}"}],"_postman_id":"7d90a644-6f8c-49fd-9bba-8c2724ea5f3c"}],"id":"ff2d93ef-97b5-4b16-aa70-ac0cbea34196","description":"<p><strong>Start tutaj.</strong> Logowanie, tokeny i utworzenie pustego koszyka.</p>\n<ul>\n<li><code>generateCustomerToken</code> — zwraca bearer token klienta (logowanie).</li>\n<li><code>generateCustomerTokenAsAdmin</code> — token klienta na podstawie e-maila (wymaga uprawnień admina).</li>\n<li><code>revokeCustomerToken</code> — wylogowanie / unieważnienie tokenu.</li>\n<li><code>createEmptyCart</code> — pusty koszyk (zwraca <code>cart_id</code> używany w <code>Cart &amp; Checkout</code>).</li>\n</ul>\n<p>Po zalogowaniu skopiuj token do zmiennej środowiskowej <code>customerToken</code> — reszta kolekcji dziedziczy autoryzację z poziomu kolekcji.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>Start here.</strong> Login, tokens and creating an empty cart.</p>\n<ul>\n<li><code>generateCustomerToken</code> — returns the customer bearer token (login).</li>\n<li><code>generateCustomerTokenAsAdmin</code> — customer token from an email (requires admin privileges).</li>\n<li><code>revokeCustomerToken</code> — logout / invalidate the token.</li>\n<li><code>createEmptyCart</code> — empty cart (returns the <code>cart_id</code> used in <code>Cart &amp; Checkout</code>).</li>\n</ul>\n<p>After login, copy the token into <code>customerToken</code> — the rest of the collection inherits authorization at the collection level.</p>\n","_postman_id":"ff2d93ef-97b5-4b16-aa70-ac0cbea34196","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"01 · Praktyczne scenariusze (Functionality)","item":[{"name":"Katalog i wyszukiwanie/Catalog & search","item":[{"name":"A · Get full product card by SKU","id":"25e35a0c-71db-4eb0-bdec-0c7f4c3d0b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  products(filter: { sku: { eq: \"764102\" } }) {\n    total_count\n    items {\n      id\n      sku\n      name\n      url_key\n      stock_status\n      stock_availability {\n        in_stock\n        in_stock_real\n      }\n      short_description { html }\n      description { html }\n      image { url label }\n      media_gallery { url label position }\n      categories { id name url_path }\n      price_range {\n        minimum_price {\n          regular_price { value currency }\n          individual_price { net gross currency }\n        }\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> pobiera pełną kartę pojedynczego produktu po dokładnym SKU.</p>\n<p><strong>Za co odpowiada:</strong> <code>filter.sku.eq</code> wskazuje jeden produkt; w odpowiedzi dostajesz wszystko do złożenia strony produktu — opisy, media, kategorie, stan i ceny (w tym cenę indywidualną klienta).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.sku.eq</code></td>\n<td><code>String</code></td>\n<td>Dokładny SKU produktu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].stock_status</code></td>\n<td><code>enum</code></td>\n<td><code>IN_STOCK</code> / <code>OUT_OF_STOCK</code> — szybki status.</td>\n</tr>\n<tr>\n<td><code>items[].stock_availability.in_stock_real</code></td>\n<td><code>Boolean</code></td>\n<td>Rzeczywisty stan (pole własne).</td>\n</tr>\n<tr>\n<td><code>items[].price_range.minimum_price.regular_price</code></td>\n<td><code>Money</code></td>\n<td>Cena katalogowa (<code>value</code> + <code>currency</code>).</td>\n</tr>\n<tr>\n<td><code>items[].price_range.minimum_price.individual_price</code></td>\n<td><code>IndividualPrice</code></td>\n<td>Cena indywidualna klienta (<code>net</code>/<code>gross</code>). <strong>Wymaga <code>customerToken</code></strong> — bez tokenu bywa pusta.</td>\n</tr>\n<tr>\n<td><code>items[].media_gallery[]</code></td>\n<td><code>[MediaGalleryEntry]</code></td>\n<td>Galeria (<code>url</code>, <code>label</code>, <code>position</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) ustaw SKU w filtrze; 2) jeśli chcesz cenę indywidualną — wyślij z nagłówkiem <code>Authorization: Bearer </code>; 3) renderuj kartę z <code>items[0]</code> (filtr po SKU zwraca jeden rekord, ale technicznie to lista).</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> fetches the full product card for one exact SKU.</p>\n<p><strong>Behaviour:</strong> <code>filter.sku.eq</code> selects a single product; the response holds everything to render a product page — descriptions, media, categories, stock and prices (including the customer's individual price).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description / how to obtain</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.sku.eq</code></td>\n<td><code>String</code></td>\n<td>Exact product SKU.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].stock_status</code></td>\n<td><code>enum</code></td>\n<td><code>IN_STOCK</code> / <code>OUT_OF_STOCK</code>.</td>\n</tr>\n<tr>\n<td><code>items[].stock_availability.in_stock_real</code></td>\n<td><code>Boolean</code></td>\n<td>Real stock (custom field).</td>\n</tr>\n<tr>\n<td><code>items[].price_range.minimum_price.regular_price</code></td>\n<td><code>Money</code></td>\n<td>Catalog price.</td>\n</tr>\n<tr>\n<td><code>items[].price_range.minimum_price.individual_price</code></td>\n<td><code>IndividualPrice</code></td>\n<td>Customer price (<code>net</code>/<code>gross</code>). <strong>Requires <code>customerToken</code>.</strong></td>\n</tr>\n<tr>\n<td><code>items[].media_gallery[]</code></td>\n<td><code>[MediaGalleryEntry]</code></td>\n<td>Gallery.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> set the SKU, send with the bearer token if you need the individual price, then render from <code>items[0]</code>.</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3f051f3e-fca5-4c89-be20-5d178cab35f2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** zwraca komplet danych jednego produktu (do karty produktu / PDP) na podstawie dokładnego SKU.\n\n**Za co odpowiada:** `filter.sku.eq` wskazuje konkretny produkt; reszta to pola odpowiedzi — wybierasz tylko te, których potrzebujesz.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `filter` | `ProductAttributeFilterInput` | Kryteria wyszukiwania produktów. |\n| `filter.sku.eq` | `String` | Dokładny SKU. Wiele naraz: `sku: { in: [\"764102\",\"764103\"] }`. |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to |\n|------|-----|-------|\n| `sku` | `String` | Symbol / indeks produktu. |\n| `name` | `String` | Nazwa produktu. |\n| `url_key` | `String` | Człon URL produktu (do zbudowania linku). |\n| `stock_status` | `enum` | `IN_STOCK` lub `OUT_OF_STOCK`. |\n| `stock_availability.in_stock` | `Boolean` | Flaga dostępności (rozszerzenie AGRO-RAMI). |\n| `stock_availability.in_stock_real` | `Int` | Realny stan magazynowy (rozszerzenie AGRO-RAMI). |\n| `price_range.minimum_price.regular_price` | `Money` | Cena katalogowa: `value` + `currency`. |\n| `price_range.minimum_price.individual_price` | `obiekt (custom)` | Cena indywidualna klienta: `net`, `gross`, `currency`. Rozszerzenie AGRO-RAMI — **wymaga tokenu klienta**. |\n| `media_gallery` | `[MediaGalleryInterface]` | Zdjęcia: `url`, `label`, `position`. |\n| `categories` | `[CategoryInterface]` | Kategorie produktu: `id`, `name`, `url_path`. |\n\n---\n\n### English\n\n**What it does:** returns the full data of one product (for a product card / PDP) by exact SKU.\n\n**Behaviour:** `filter.sku.eq` selects the specific product; the rest are response fields — pick only what you need.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `filter` | `ProductAttributeFilterInput` | Product search criteria. |\n| `filter.sku.eq` | `String` | Exact SKU. Multiple at once: `sku: { in: [\"764102\",\"764103\"] }`. |\n\n**Selected response fields**\n\n| Field | Type | What it is |\n|------|-----|-------|\n| `sku` | `String` | Product symbol / index. |\n| `name` | `String` | Product name. |\n| `url_key` | `String` | URL segment (to build the link). |\n| `stock_status` | `enum` | `IN_STOCK` or `OUT_OF_STOCK`. |\n| `stock_availability.in_stock` | `Boolean` | Availability flag (AGRO-RAMI extension). |\n| `stock_availability.in_stock_real` | `Int` | Real stock level (AGRO-RAMI extension). |\n| `price_range.minimum_price.regular_price` | `Money` | Catalog price: `value` + `currency`. |\n| `price_range.minimum_price.individual_price` | `object (custom)` | Customer's individual price: `net`, `gross`, `currency`. AGRO-RAMI extension — **requires a customer token**. |\n| `media_gallery` | `[MediaGalleryInterface]` | Images: `url`, `label`, `position`. |\n| `categories` | `[CategoryInterface]` | Product categories: `id`, `name`, `url_path`. |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"sku\": \"SKU-001\",\n          \"name\": \"przykład / example\",\n          \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"stock_status\": \"IN_STOCK\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          },\n          \"short_description\": {\n            \"html\": \"<p>przykład / example</p>\"\n          },\n          \"description\": {\n            \"html\": \"<p>przykład / example</p>\"\n          },\n          \"image\": {\n            \"url\": \"https://hurtownia.agrorami.pl/...\",\n            \"label\": \"przykład / example\"\n          },\n          \"media_gallery\": [\n            {\n              \"url\": \"https://hurtownia.agrorami.pl/...\",\n              \"label\": \"przykład / example\",\n              \"position\": 1\n            }\n          ],\n          \"categories\": [\n            {\n              \"id\": \"1\",\n              \"name\": \"przykład / example\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          ],\n          \"price_range\": {\n            \"minimum_price\": {\n              \"regular_price\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              },\n              \"individual_price\": {\n                \"net\": \"string\",\n                \"gross\": \"string\",\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"25e35a0c-71db-4eb0-bdec-0c7f4c3d0b68"},{"name":"A · Search products by phrase (+ individual price)","id":"812f93f2-02b0-4465-b472-2fc9a8cdb018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  products(search: \"Rozrusznik\", pageSize: 20, currentPage: 1) {\n    total_count\n    items {\n      name\n      sku\n      price_range {\n        minimum_price {\n          regular_price { value currency }\n          individual_price { net gross currency }\n        }\n      }\n    }\n    page_info {\n      page_size\n      current_page\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> wyszukiwarka pełnotekstowa po frazie, ze stronicowaniem i ceną indywidualną.</p>\n<p><strong>Za co odpowiada:</strong> <code>search</code> to fraza, <code>pageSize</code>/<code>currentPage</code> sterują stronami. Zwraca listę trafień z cenami.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td><code>String</code></td>\n<td>Szukana fraza.</td>\n</tr>\n<tr>\n<td><code>pageSize</code></td>\n<td><code>Int</code></td>\n<td>Rozmiar strony (np. 20).</td>\n</tr>\n<tr>\n<td><code>currentPage</code></td>\n<td><code>Int</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Liczba wszystkich trafień (do paginacji).</td>\n</tr>\n<tr>\n<td><code>items[].price_range.minimum_price.individual_price</code></td>\n<td><code>IndividualPrice</code></td>\n<td>Cena klienta — wymaga <code>customerToken</code>.</td>\n</tr>\n<tr>\n<td><code>page_info.current_page</code> / <code>page_size</code></td>\n<td><code>Int</code></td>\n<td>Aktualna strona i jej rozmiar.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) wyślij frazę z <code>currentPage: 1</code>; 2) policz strony jako <code>ceil(total_count / pageSize)</code>; 3) zwiększaj <code>currentPage</code> aż przekroczysz liczbę stron. Token klienta podpina ceny indywidualne.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> full-text product search with paging and individual price.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td><code>String</code></td>\n<td>Search phrase.</td>\n</tr>\n<tr>\n<td><code>pageSize</code></td>\n<td><code>Int</code></td>\n<td>Page size.</td>\n</tr>\n<tr>\n<td><code>currentPage</code></td>\n<td><code>Int</code></td>\n<td>Page number (1-based).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Total hits (for paging).</td>\n</tr>\n<tr>\n<td><code>items[].price_range.minimum_price.individual_price</code></td>\n<td><code>IndividualPrice</code></td>\n<td>Customer price (needs token).</td>\n</tr>\n<tr>\n<td><code>page_info.current_page</code> / <code>page_size</code></td>\n<td><code>Int</code></td>\n<td>Current page / size.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> send the phrase, compute pages as <code>ceil(total_count / pageSize)</code>, then iterate <code>currentPage</code>.</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d534b542-d373-4243-b85e-42347e1d551c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** wyszukiwanie pełnotekstowe produktów po frazie, ze stronicowaniem i ceną indywidualną (odpowiednik pkt 2 instrukcji).\n\n**Za co odpowiada:** `search` przekazuje frazę do silnika wyszukiwania; `pageSize`/`currentPage` sterują stronicowaniem.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `search` | `String` | Fraza wyszukiwania (np. `\"Rozrusznik\"`). Trafność liczy silnik wyszukiwania sklepu. |\n| `pageSize` | `Int` | Liczba wyników na stronę (domyślnie 20). |\n| `currentPage` | `Int` | Numer strony, liczony od 1. |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to |\n|------|-----|-------|\n| `total_count` | `Int` | Łączna liczba pasujących produktów. |\n| `items[].individual_price` | `obiekt (custom)` | Cena indywidualna: `net`, `gross`, `currency` (wymaga tokenu klienta). |\n| `items[].regular_price` | `Money` | Cena katalogowa: `value`, `currency`. |\n| `page_info.page_size` / `current_page` | `Int` | Bieżące parametry stronicowania. |\n\n> `search` można łączyć z `filter` (najpierw fraza, potem zawężanie) i z `sort`.\n\n---\n\n### English\n\n**What it does:** full-text product search by phrase, with paging and individual price (equivalent to instruction step 2).\n\n**Behaviour:** `search` passes the phrase to the search engine; `pageSize`/`currentPage` control paging.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `search` | `String` | Search phrase (e.g. `\"Rozrusznik\"`). Relevance is computed by the store search engine. |\n| `pageSize` | `Int` | Results per page (default 20). |\n| `currentPage` | `Int` | Page number, starting at 1. |\n\n**Selected response fields**\n\n| Field | Type | What it is |\n|------|-----|-------|\n| `total_count` | `Int` | Total number of matching products. |\n| `items[].individual_price` | `object (custom)` | Individual price: `net`, `gross`, `currency` (requires customer token). |\n| `items[].regular_price` | `Money` | Catalog price: `value`, `currency`. |\n| `page_info.page_size` / `current_page` | `Int` | Current paging parameters. |\n\n> `search` can be combined with `filter` (phrase first, then narrowing) and with `sort`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"name\": \"przykład / example\",\n          \"sku\": \"SKU-001\",\n          \"price_range\": {\n            \"minimum_price\": {\n              \"regular_price\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              },\n              \"individual_price\": {\n                \"net\": \"string\",\n                \"gross\": \"string\",\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ],\n      \"page_info\": {\n        \"page_size\": 1,\n        \"current_page\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"812f93f2-02b0-4465-b472-2fc9a8cdb018"},{"name":"A · Get products list (filter, sort, paging)","id":"951a7e65-8cbe-42dd-81f4-822efd223f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query CatalogCursor($afterId: String!) {\n  products(\n    filter: { entity_id: { gt: $afterId } }\n    sort: { entity_id: ASC }\n    pageSize: 100\n    currentPage: 1\n  ) {\n    total_count\n    items {\n      id        # = entity_id; ostatni z tej strony = $afterId następnego żądania\n      sku\n      name\n    }\n    page_info {\n      page_size\n      current_page\n    }\n  }\n}","variables":"{\r\n    \"afterId\": 0\r\n}"}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> listuje cały katalog produktów za pomocą wydajnego stronicowania opartego na kursorze (keyset pagination).</p>\n<p><strong>Za co odpowiada:</strong> <code>filter.entity_id.gt</code> omija klasyczny offset i pobiera rekordy o ID większym od kursora, <code>sort.entity_id.ASC</code> wymusza niezbędną w tym układzie rosnącą kolejność, a zamrożone <code>pageSize: 100</code> i <code>currentPage: 1</code> limitują paczkę. Klasyczna, szybka synchronizacja dużego katalogu.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>$afterId</code></td>\n<td><code>String</code></td>\n<td>Kursor (ID ostatniego produktu z poprzedniej strony). Na start ustaw \"0\".</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Liczba produktów w kategorii.</td>\n</tr>\n<tr>\n<td><code>items[].id</code></td>\n<td><code>String</code></td>\n<td>ID produktu = entity_id. Bierzemy id z ostatniego elementu i używamy jako kursor.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) w pierwszym zapytaniu ustaw <code>$afterId</code> na <code>\"0\"</code>; 2) pobierz paczkę; 3) zapisz produkty; 4) weź <code>id</code> z ostatniego pobranego elementu w <code>items</code>; 5) iteruj aktualizując <code>$afterId</code> nowym <code>id</code>, aż otrzymasz pustą tablicę <code>items</code> (lub krótszą niż 100 elementów).  </p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> iterates through the entire product catalog using efficient cursor-based pagination.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>$afterId</td>\n<td>String</td>\n<td>Cursor. The id of the last item from the previous page. Start with \"0\".</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Products in category.</td>\n</tr>\n<tr>\n<td><code>items[].id</code></td>\n<td><code>String</code></td>\n<td>Product ID. The last item's ID becomes the next request's $afterId.</td>\n</tr>\n</tbody>\n</table>\n</div><p>StartFragment<strong>How to use / algorithm:</strong> set <code>$afterId</code> to <code>\"0\"</code>, fetch batch, get <code>id</code> from the last item, iterate setting <code>$afterId</code> to this <code>id</code> until the <code>items</code> array is empty or smaller than page size.</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"92bd482e-fef6-44a5-9435-b2bf26a4a85e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** listing produktów (np. strona kategorii / wyniki) z filtrowaniem, sortowaniem i stronicowaniem.\n\n**Za co odpowiada:** `filter` zawęża wyniki (wszystkie warunki działają jak **AND**), `sort` ustala kolejność, `pageSize`/`currentPage` — stronicowanie. `page_info.total_pages` mówi, ile jest stron.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `filter` | `ProductAttributeFilterInput` | Zestaw kryteriów łączonych przez AND. |\n| `filter.category_id.eq` | `String` | ID kategorii. Zdobędziesz z zapytania o kategorie (folder *Catalog*). |\n| `filter.price.from` / `.to` | `String` | Widełki cenowe (zakres). |\n| `filter.name.match` | `String` | Dopasowanie tekstowe po nazwie. |\n| `filter.sku.in` | `[String]` | Lista SKU. |\n| `sort` | `ProductAttributeSortInput` | Sortowanie, np. `{ name: ASC }`, `{ price: DESC }`, `{ created_at: DESC }`. |\n| `pageSize` | `Int` | Liczba wyników na stronę. |\n| `currentPage` | `Int` | Numer strony (od 1). |\n\n**Operatory filtra:** `eq` (równe), `in` (lista), `from`/`to` (zakresy ceny/daty), `match` (tekst).\n\n> Paginacja: pobieraj `page_info { total_pages current_page }` i zwiększaj `currentPage` aż do `total_pages`. Nie pobieraj wszystkiego naraz.\n\n---\n\n### English\n\n**What it does:** product listing (e.g. category page / results) with filtering, sorting and paging.\n\n**Behaviour:** `filter` narrows results (all conditions act as **AND**), `sort` sets the order, `pageSize`/`currentPage` — paging. `page_info.total_pages` tells how many pages exist.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `filter` | `ProductAttributeFilterInput` | Set of criteria joined by AND. |\n| `filter.category_id.eq` | `String` | Category ID. Get it from a categories query (*Catalog* folder). |\n| `filter.price.from` / `.to` | `String` | Price range. |\n| `filter.name.match` | `String` | Text match on name. |\n| `filter.sku.in` | `[String]` | List of SKUs. |\n| `sort` | `ProductAttributeSortInput` | Sorting, e.g. `{ name: ASC }`, `{ price: DESC }`, `{ created_at: DESC }`. |\n| `pageSize` | `Int` | Results per page. |\n| `currentPage` | `Int` | Page number (from 1). |\n\n**Filter operators:** `eq` (equals), `in` (list), `from`/`to` (price/date ranges), `match` (text).\n\n> Paging: read `page_info { total_pages current_page }` and increment `currentPage` up to `total_pages`. Don't fetch everything at once."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"name\": \"przykład / example\",\n          \"stock_status\": \"IN_STOCK\",\n          \"price_range\": {\n            \"minimum_price\": {\n              \"individual_price\": {\n                \"net\": \"string\",\n                \"gross\": \"string\",\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ],\n      \"page_info\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"page_size\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"951a7e65-8cbe-42dd-81f4-822efd223f1b"}],"id":"174f6e3c-026a-4ff2-a1dc-a726fd88de70","description":"<p><strong>PL</strong> Gotowe zapytania katalogowe: karta produktu po SKU, wyszukiwarka po frazie, listing kategorii z sortowaniem i stronicowaniem. Ceny indywidualne wymagaja <code>customerToken</code>.</p>\n<p><strong>EN</strong> Curated catalog queries: product card by SKU, phrase search, category listing with sort &amp; paging. Individual prices require <code>customerToken</code>.</p>\n","_postman_id":"174f6e3c-026a-4ff2-a1dc-a726fd88de70","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Podstawowe polecenia post/Basic post","item":[{"name":"Get created products","id":"22b1a8cb-565e-49b1-a59a-2927dc4df0ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Products {\r\n    products(filter: { created_at: { gt: \"2024-01-20 00:00:00\" } }) {\r\n        total_count\r\n        items {\r\n            created_at\r\n            updated_at\r\n            sku\r\n            stock_availability {\r\n                in_stock\r\n                in_stock_real\r\n            }\r\n            price_range {\r\n                minimum_price {\r\n                    regular_price {\r\n                        value\r\n                        currency\r\n                    }\r\n                    individual_price {\r\n                        net\r\n                        gross\r\n                        currency\r\n                    }\r\n                }\r\n            }    \r\n        }\r\n        page_info {\r\n            page_size\r\n            current_page\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca produkty utworzone po wskazanej dacie.</p>\n<p><strong>Za co odpowiada:</strong> filtr <code>created_at.gt</code> ogranicza wynik do nowych kartotek.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.created_at.gt</code></td>\n<td><code>String</code></td>\n<td>Data graniczna w formacie <code>YYYY-MM-DD HH:MM:SS</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Liczba nowych produktów.</td>\n</tr>\n<tr>\n<td><code>items[].sku</code> / <code>created_at</code></td>\n<td><code>String</code></td>\n<td>SKU i data utworzenia.</td>\n</tr>\n<tr>\n<td><code>items[].stock_availability.in_stock_real</code></td>\n<td><code>Boolean</code></td>\n<td>Rzeczywisty stan (pole własne).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Ustaw <code>created_at.gt</code> na datę ostatniego importu nowości.</li>\n<li>Przykład nie ma paginacji — przy większych zbiorach dodaj <code>pageSize</code> i <code>currentPage</code> (jak w „Get updated products\").</li>\n<li>Użyj do cyklicznego wykrywania nowo dodanych towarów.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns products created after a given date.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.created_at.gt</code></td>\n<td><code>String</code></td>\n<td>Threshold <code>YYYY-MM-DD HH:MM:SS</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Count of new products.</td>\n</tr>\n<tr>\n<td><code>items[].stock_availability.in_stock_real</code></td>\n<td><code>Boolean</code></td>\n<td>Real stock (custom field).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Set <code>created_at.gt</code> to your last new-products import.</li>\n<li>Add <code>pageSize</code>/<code>currentPage</code> for larger sets.</li>\n<li>Use to detect newly added items.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b7c94747-98dc-4e7f-bde9-86add1a07166","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — wyszukiwanie i pobieranie produktów (filtr, fraza, stronicowanie).\nEN — search and fetch products (filter, phrase, paging).\n\n*Operacja GraphQL / GraphQL operation:* `query products(filter)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"sku\": \"SKU-001\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          },\n          \"price_range\": {\n            \"minimum_price\": {\n              \"regular_price\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              },\n              \"individual_price\": {\n                \"net\": \"string\",\n                \"gross\": \"string\",\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ],\n      \"page_info\": {\n        \"page_size\": 1,\n        \"current_page\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"22b1a8cb-565e-49b1-a59a-2927dc4df0ef"},{"name":"Get updated products","id":"64dee4e6-f0d6-460e-bfd0-e2a77dc25525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Products {\r\n    products(\r\n        filter: { updated_at: { from: \"2024-06-07\", to: \"2024-06-08\" } }\r\n        pageSize: 3\r\n        currentPage: 1\r\n    ) {\r\n        total_count\r\n        items {\r\n            sku\r\n            created_at\r\n            updated_at\r\n            stock_availability {\r\n                in_stock\r\n                in_stock_real\r\n            }\r\n            price_range {\r\n                minimum_price {\r\n                    regular_price {\r\n                        value\r\n                        currency\r\n                    }\r\n                }\r\n            }\r\n        }\r\n        page_info {\r\n            page_size\r\n            current_page\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> zwraca produkty zmienione w oknie czasowym <code>updated_at</code> (ze stronicowaniem).</p>\n<p><strong>Za co odpowiada:</strong> <code>updated_at.from</code>/<code>to</code> wyznacza okno, <code>pageSize</code>/<code>currentPage</code> paginują. To fundament synchronizacji przyrostowej.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.updated_at.from</code></td>\n<td><code>String</code></td>\n<td>Dolna granica (<code>YYYY-MM-DD[ HH:MM:SS]</code>).</td>\n</tr>\n<tr>\n<td><code>filter.updated_at.to</code></td>\n<td><code>String</code></td>\n<td>Górna granica.</td>\n</tr>\n<tr>\n<td><code>pageSize</code> / <code>currentPage</code></td>\n<td><code>Int</code></td>\n<td>Stronicowanie.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Liczba zmienionych produktów (do paginacji).</td>\n</tr>\n<tr>\n<td><code>items[].updated_at</code></td>\n<td><code>String</code></td>\n<td>Znacznik zmiany.</td>\n</tr>\n<tr>\n<td><code>items[].stock_availability</code></td>\n<td><code>StockAvailability</code></td>\n<td>Stan magazynowy.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li><code>from</code> = znacznik ostatniej synchronizacji, <code>to</code> = teraz.</li>\n<li>Pobierz stronę 1, policz strony jako <code>ceil(total_count / pageSize)</code>.</li>\n<li>Iteruj <code>currentPage</code> do końca, robiąc upsert po SKU.</li>\n<li>Po sukcesie zapisz nowy znacznik. Pełny proces — folder „Synchronizacja kartotek\".</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns products changed within an <code>updated_at</code> window (paginated).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.updated_at.from</code> / <code>to</code></td>\n<td><code>String</code></td>\n<td>Window bounds.</td>\n</tr>\n<tr>\n<td><code>pageSize</code> / <code>currentPage</code></td>\n<td><code>Int</code></td>\n<td>Paging.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Changed-products count.</td>\n</tr>\n<tr>\n<td><code>items[].updated_at</code></td>\n<td><code>String</code></td>\n<td>Change timestamp.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li><code>from</code> = last sync watermark, <code>to</code> = now.</li>\n<li>Compute pages as <code>ceil(total_count / pageSize)</code>.</li>\n<li>Iterate <code>currentPage</code>, upsert by SKU.</li>\n<li>Persist the new watermark on success.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f48d4bea-8758-475a-b1bf-87b772d25699","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en"}]},"description":"**Funkcja / Function**\nPL — wyszukiwanie i pobieranie produktów (filtr, fraza, stronicowanie).\nEN — search and fetch products (filter, phrase, paging).\n\n*Operacja GraphQL / GraphQL operation:* `query products(filter, pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          },\n          \"price_range\": {\n            \"minimum_price\": {\n              \"regular_price\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ],\n      \"page_info\": {\n        \"page_size\": 1,\n        \"current_page\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"64dee4e6-f0d6-460e-bfd0-e2a77dc25525"},{"name":"Get products updated at specific day","id":"c656f509-9dc5-4a28-80d9-442760aacc0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Products {\r\n    products(\r\n        pageSize: 3\r\n        currentPage: 1\r\n        filter: { updated_at: { eq: \"2024-07-01\" } }\r\n    ) {\r\n        total_count\r\n        items {\r\n            sku\r\n            created_at\r\n            updated_at\r\n            \r\n            stock_availability {\r\n                in_stock\r\n                in_stock_real\r\n            }\r\n            price_range {\r\n                minimum_price {\r\n                    regular_price {\r\n                        value\r\n                        currency\r\n                    }\r\n                }\r\n            }\r\n        }\r\n        page_info {\r\n            page_size\r\n            current_page\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca produkty zmienione dokładnie w danym dniu.</p>\n<p><strong>Za co odpowiada:</strong> filtr <code>updated_at.eq</code> dopasowuje pojedynczą datę. Przydatne do re-importu jednego dnia.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.updated_at.eq</code></td>\n<td><code>String</code></td>\n<td>Konkretny dzień (<code>YYYY-MM-DD</code>).</td>\n</tr>\n<tr>\n<td><code>pageSize</code> / <code>currentPage</code></td>\n<td><code>Int</code></td>\n<td>Stronicowanie.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Liczba rekordów z tego dnia.</td>\n</tr>\n<tr>\n<td><code>items[].updated_at</code></td>\n<td><code>String</code></td>\n<td>Znacznik zmiany.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Ustaw <code>eq</code> na dzień do ponownego pobrania.</li>\n<li>Iteruj strony jak w „Get updated products\".</li>\n<li>Stosuj do punktowej korekty, gdy bieg przyrostowy coś pominął.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns products changed on an exact day.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.updated_at.eq</code></td>\n<td><code>String</code></td>\n<td>Specific day (<code>YYYY-MM-DD</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Set <code>eq</code> to the day to re-pull.</li>\n<li>Paginate as in \"Get updated products\".</li>\n<li>Use for spot fixes when the incremental run missed something.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c42495e9-dd27-4571-9dfa-108351e0468a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — wyszukiwanie i pobieranie produktów (filtr, fraza, stronicowanie).\nEN — search and fetch products (filter, phrase, paging).\n\n*Operacja GraphQL / GraphQL operation:* `query products(pageSize, currentPage, filter)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          },\n          \"price_range\": {\n            \"minimum_price\": {\n              \"regular_price\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ],\n      \"page_info\": {\n        \"page_size\": 1,\n        \"current_page\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"c656f509-9dc5-4a28-80d9-442760aacc0f"},{"name":"Get product details by SKU","id":"a096961d-c296-4ad4-ae63-8b88b6d71bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Products {\r\n    products(filter: { sku: { eq: \"764102\" } }) {\r\n        items {\r\n            id\r\n            created_at\r\n            updated_at\r\n            name\r\n            image {\r\n                url\r\n            }\r\n            stock_status\r\n            stock_availability {\r\n                in_stock\r\n                in_stock_real\r\n            }\r\n            categories {\r\n                id\r\n                name\r\n            }\r\n            price_range {\r\n                minimum_price {\r\n                    regular_price {\r\n                        value\r\n                        currency\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> pobiera podstawowe dane produktu po dokładnym SKU.</p>\n<p><strong>Za co odpowiada:</strong> filtr <code>sku.eq</code> wskazuje jeden produkt. Wersja „lekka\" — pełną kartę ma „A · Get full product card by SKU\".</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.sku.eq</code></td>\n<td><code>String</code></td>\n<td>Dokładny SKU.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].id</code> / <code>name</code></td>\n<td><code>Int</code>/<code>String</code></td>\n<td>Identyfikator i nazwa.</td>\n</tr>\n<tr>\n<td><code>items[].stock_status</code></td>\n<td><code>enum</code></td>\n<td><code>IN_STOCK</code> / <code>OUT_OF_STOCK</code>.</td>\n</tr>\n<tr>\n<td><code>items[].categories</code></td>\n<td><code>[CategoryInterface]</code></td>\n<td>Kategorie produktu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Podaj SKU w filtrze.</li>\n<li>Wynik to lista — odczytaj <code>items[0]</code>.</li>\n<li>Po pełną kartę (opisy, media, ceny indywidualne) sięgnij do folderu „Katalog i wyszukiwanie\".</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> fetches basic product data by exact SKU.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.sku.eq</code></td>\n<td><code>String</code></td>\n<td>Exact SKU.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Set the SKU.</li>\n<li>Read <code>items[0]</code>.</li>\n<li>For the full card use \"A · Get full product card by SKU\".</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d4303720-df7f-446c-8e08-fbd1376195ed","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — wyszukiwanie i pobieranie produktów (filtr, fraza, stronicowanie).\nEN — search and fetch products (filter, phrase, paging).\n\n*Operacja GraphQL / GraphQL operation:* `query products(filter)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"name\": \"przykład / example\",\n          \"image\": {\n            \"url\": \"https://hurtownia.agrorami.pl/...\"\n          },\n          \"stock_status\": \"IN_STOCK\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          },\n          \"categories\": [\n            {\n              \"id\": \"1\",\n              \"name\": \"przykład / example\"\n            }\n          ],\n          \"price_range\": {\n            \"minimum_price\": {\n              \"regular_price\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"a096961d-c296-4ad4-ae63-8b88b6d71bf5"},{"name":"Get products by search","id":"7b4f1215-cc15-47d2-af78-853370307e62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Products {\r\n    products(search: \"Pompa\") {\r\n        items {\r\n            id\r\n            sku\r\n            created_at\r\n            updated_at\r\n            name\r\n            image {\r\n                url\r\n            }\r\n            stock_status\r\n            stock_availability {\r\n                in_stock\r\n                in_stock_real\r\n            }\r\n            price_range {\r\n                minimum_price {\r\n                    regular_price {\r\n                        value\r\n                        currency\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> prosta wyszukiwarka pełnotekstowa po frazie.</p>\n<p><strong>Za co odpowiada:</strong> argument <code>search</code> przeszukuje katalog. Wersja bez stronicowania — patrz „A · Search products by phrase\".</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td><code>String</code></td>\n<td>Szukana fraza.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].sku</code> / <code>name</code></td>\n<td><code>String</code></td>\n<td>Trafienia.</td>\n</tr>\n<tr>\n<td><code>items[].stock_status</code></td>\n<td><code>enum</code></td>\n<td>Dostępność.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Podaj frazę w <code>search</code>.</li>\n<li>Dla dłuższych wyników dodaj <code>pageSize</code>/<code>currentPage</code>.</li>\n<li>Wersja z ceną indywidualną i paginacją: „A · Search products by phrase\".</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> simple full-text product search.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td><code>String</code></td>\n<td>Search phrase.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Set the phrase.</li>\n<li>Add <code>pageSize</code>/<code>currentPage</code> for more results.</li>\n<li>See \"A · Search products by phrase\" for individual price + paging.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a93a3c68-9efd-4130-8773-b39c91008308","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — wyszukiwanie i pobieranie produktów (filtr, fraza, stronicowanie).\nEN — search and fetch products (filter, phrase, paging).\n\n*Operacja GraphQL / GraphQL operation:* `query products(search)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"sku\": \"SKU-001\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"name\": \"przykład / example\",\n          \"image\": {\n            \"url\": \"https://hurtownia.agrorami.pl/...\"\n          },\n          \"stock_status\": \"IN_STOCK\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          },\n          \"price_range\": {\n            \"minimum_price\": {\n              \"regular_price\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7b4f1215-cc15-47d2-af78-853370307e62"},{"name":"Get pickup locations","id":"a8495d8b-aed3-4279-acfa-de625538eca4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query PickupLocations {\r\n    pickupLocations {\r\n        items {\r\n            name\r\n            street\r\n            city\r\n            postcode\r\n            phone\r\n            email\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca listę punktów odbioru osobistego.</p>\n<p><strong>Za co odpowiada:</strong> brak parametrów — zwraca wszystkie aktywne punkty.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>Brak.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].name</code></td>\n<td><code>String</code></td>\n<td>Nazwa punktu.</td>\n</tr>\n<tr>\n<td><code>items[].street</code>/<code>city</code>/<code>postcode</code></td>\n<td><code>String</code></td>\n<td>Adres.</td>\n</tr>\n<tr>\n<td><code>items[].phone</code>/<code>email</code></td>\n<td><code>String</code></td>\n<td>Kontakt.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Pobierz listę raz i zcache'uj.</li>\n<li>Pokaż jako opcje odbioru w checkout.</li>\n<li>Wybrany punkt powiąż z metodą dostawy (krok B·8).</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns the list of click-and-collect pickup locations.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>None.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Fetch once and cache.</li>\n<li>Show as pickup options at checkout.</li>\n<li>Tie the chosen point to the shipping method (step B·8).</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cb0da463-acdc-4200-a43a-595a24b8978b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — punkty odbioru (Click & Collect). Uwaga: nazwa pola uszkodzona w źródle — poprawnie `pickupLocations`.\nEN — pickup locations (Click & Collect). Note: field name corrupted in source — correctly `pickupLocations`.\n\n*Operacja GraphQL / GraphQL operation:* `query pickupLocations`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"pickupLocations\": {\n      \"items\": [\n        {\n          \"name\": \"przykład / example\",\n          \"street\": \"przykład / example\",\n          \"city\": \"przykład / example\",\n          \"postcode\": \"przykład / example\",\n          \"phone\": \"string\",\n          \"email\": \"ex@ex.pl\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"a8495d8b-aed3-4279-acfa-de625538eca4"},{"name":"Get categories","id":"2dd9cd09-eaa8-4fa6-8603-fd10d0963eb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Category {\r\n    category {\r\n        id\r\n        name\r\n        children{\r\n            id\r\n            name\r\n            children {\r\n                id\r\n                name\r\n                children {\r\n                    id\r\n                    name\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca drzewo kategorii (zagnieżdżone <code>children</code>).</p>\n<p><strong>Za co odpowiada:</strong> <code>category</code> bez argumentu zwraca korzeń; <code>children</code> schodzą w głąb drzewa.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>Brak (korzeń). Opcjonalnie <code>category(id:)</code> dla podgałęzi.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>category.id</code></td>\n<td><code>Int</code></td>\n<td>ID kategorii — użyj jako <code>category_id</code> w listingu produktów.</td>\n</tr>\n<tr>\n<td><code>category.children[]</code></td>\n<td><code>[CategoryTree]</code></td>\n<td>Podkategorie (rekurencyjnie).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Pobierz drzewo do zbudowania menu/nawigacji.</li>\n<li>Z wybranego węzła weź <code>id</code>.</li>\n<li>Wstaw <code>id</code> do „A · Get products list\" (<code>filter.category_id.eq</code>), aby wylistować produkty.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns the category tree (nested <code>children</code>).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>None (root). Optional <code>category(id:)</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>category.id</code></td>\n<td><code>Int</code></td>\n<td>Use as <code>category_id</code> in product listing.</td>\n</tr>\n<tr>\n<td><code>category.children[]</code></td>\n<td><code>[CategoryTree]</code></td>\n<td>Subcategories.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Fetch the tree for navigation.</li>\n<li>Take <code>id</code> from the chosen node.</li>\n<li>Feed it into \"A · Get products list\".</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"53d37a51-4842-4fe6-92a1-a14f9cea18e0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — dane pojedynczej kategorii po `id` wraz z kategoriami podrzędnymi.\nEN — a single category by `id` together with its child categories.\n\n*Operacja GraphQL / GraphQL operation:* `query category`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": {\n      \"id\": \"1\",\n      \"name\": \"przykład / example\",\n      \"children\": [\n        {\n          \"id\": \"1\",\n          \"name\": \"przykład / example\",\n          \"children\": [\n            {\n              \"id\": \"1\",\n              \"name\": \"przykład / example\",\n              \"children\": [\n                {\n                  \"id\": \"1\",\n                  \"name\": \"przykład / example\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2dd9cd09-eaa8-4fa6-8603-fd10d0963eb1"},{"name":"Get products from category","id":"7f227627-8e59-4115-a1d9-d27448d633f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Products {\r\n    products(filter: { category_id: { eq: \"665\" } }, pageSize: 5, currentPage: 1) {\r\n        items {\r\n            id\r\n            sku\r\n            name\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> listuje produkty z danej kategorii (prosty wariant).</p>\n<p><strong>Za co odpowiada:</strong> filtr <code>category_id.eq</code> zawęża do kategorii. Wariant z sortowaniem i pełnym stronicowaniem: „A · Get products list\".</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.category_id.eq</code></td>\n<td><code>String</code></td>\n<td>ID kategorii (z „Get categories\").</td>\n</tr>\n<tr>\n<td><code>pageSize</code> / <code>currentPage</code></td>\n<td><code>Int</code></td>\n<td>Stronicowanie.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].id</code>/<code>sku</code>/<code>name</code></td>\n<td>—</td>\n<td>Podstawowe dane produktów.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Zdobądź <code>category_id</code> z „Get categories\".</li>\n<li>Pobierz stronę produktów.</li>\n<li>Po sort/paging i ceny — użyj „A · Get products list\".</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> lists products from a category (simple variant).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>filter.category_id.eq</code></td>\n<td><code>String</code></td>\n<td>Category ID.</td>\n</tr>\n<tr>\n<td><code>pageSize</code> / <code>currentPage</code></td>\n<td><code>Int</code></td>\n<td>Paging.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Get <code>category_id</code> from \"Get categories\".</li>\n<li>Fetch a page.</li>\n<li>For sort/paging use \"A · Get products list\".</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f44dde8c-9e62-4b63-bf8d-0a82d521f396","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — wyszukiwanie i pobieranie produktów (filtr, fraza, stronicowanie).\nEN — search and fetch products (filter, phrase, paging).\n\n*Operacja GraphQL / GraphQL operation:* `query products(filter, pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"sku\": \"SKU-001\",\n          \"name\": \"przykład / example\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7f227627-8e59-4115-a1d9-d27448d633f3"},{"name":"Get order","id":"f5ea50e2-7efc-4818-b192-31ed48d54587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1768) {\r\n        billing_address\r\n        order_id\r\n        order_number\r\n        ordered_at\r\n        ordered_by_email\r\n        products_gross_total\r\n        products_net_total\r\n        products_tax_total\r\n        shipped_at\r\n        shipping_address\r\n        shipping_gross_total\r\n        shipping_method\r\n        shipping_net_total\r\n        shipping_number\r\n        shipping_tracking_link\r\n        status\r\n        updated_at\r\n        items {\r\n            id\r\n            name\r\n            sku\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca szczegóły zamówienia po jego ID (resolver własny <code>getOrder</code>).</p>\n<p><strong>Za co odpowiada:</strong> <code>order_id</code> wskazuje zamówienie; odpowiedź zawiera kwoty netto/brutto/podatek, dane dostawy i status.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_id</code></td>\n<td><code>Int</code></td>\n<td>Wewnętrzne ID zamówienia.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_number</code></td>\n<td><code>String</code></td>\n<td>Numer zamówienia (widoczny dla klienta).</td>\n</tr>\n<tr>\n<td><code>products_gross_total</code>/<code>net</code>/<code>tax</code></td>\n<td>—</td>\n<td>Kwoty pozycji.</td>\n</tr>\n<tr>\n<td><code>shipping_*</code></td>\n<td>—</td>\n<td>Dane i koszty dostawy, <code>shipping_tracking_link</code>.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>String</code></td>\n<td>Status realizacji.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Wyślij z <code>Authorization: Bearer </code> (wymaga uprawnień).</li>\n<li>Odczytaj status i kwoty do podsumowania zamówienia.</li>\n<li><code>order_number</code> użyj m.in. do ponowienia zamówienia (<code>D · 1. Reorder</code>).</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns order details by ID (custom <code>getOrder</code> resolver).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_id</code></td>\n<td><code>Int</code></td>\n<td>Internal order ID.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order_number</code></td>\n<td><code>String</code></td>\n<td>Customer-facing number.</td>\n</tr>\n<tr>\n<td><code>shipping_*</code></td>\n<td>—</td>\n<td>Shipping data incl. <code>shipping_tracking_link</code>.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td><code>String</code></td>\n<td>Fulfilment status.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Send with the bearer token.</li>\n<li>Read status and totals.</li>\n<li>Use <code>order_number</code> for reorder (<code>D · 1</code>).</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"007500bf-9e8a-4588-a880-68fdefe57b6d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"billing_address\": \"string\",\n      \"order_id\": \"1\",\n      \"order_number\": \"string\",\n      \"ordered_at\": \"2025-01-01 12:00:00\",\n      \"ordered_by_email\": \"ex@ex.pl\",\n      \"products_gross_total\": 0,\n      \"products_net_total\": 0,\n      \"products_tax_total\": 0,\n      \"shipped_at\": \"2025-01-01 12:00:00\",\n      \"shipping_address\": \"string\",\n      \"shipping_gross_total\": 0,\n      \"shipping_method\": \"string\",\n      \"shipping_net_total\": 0,\n      \"shipping_number\": \"string\",\n      \"shipping_tracking_link\": \"https://hurtownia.agrorami.pl/...\",\n      \"status\": \"OK\",\n      \"updated_at\": \"2025-01-01 12:00:00\",\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"name\": \"przykład / example\",\n          \"sku\": \"SKU-001\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f5ea50e2-7efc-4818-b192-31ed48d54587"},{"name":"Get cart by ID","id":"ef53a269-0fd2-4e82-9229-b0be8f3ac253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"431\") {\r\n        email\r\n        items {\r\n            id\r\n            prices {\r\n                price {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n            product {\r\n                id\r\n                name\r\n            }\r\n        }\r\n        total_quantity\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca zawartość koszyka po jego ID.</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_id</code> wskazuje koszyk; odpowiedź zawiera pozycje, ceny i e-mail.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String</code></td>\n<td>Zamaskowany id koszyka (<code>cartId</code> / krok B·1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].product.name</code></td>\n<td><code>String</code></td>\n<td>Nazwa pozycji.</td>\n</tr>\n<tr>\n<td><code>items[].prices.price</code></td>\n<td><code>Money</code></td>\n<td>Cena pozycji.</td>\n</tr>\n<tr>\n<td><code>total_quantity</code></td>\n<td><code>Float</code></td>\n<td>Łączna liczba sztuk.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Podaj <code>cart_id</code>.</li>\n<li>Użyj do podglądu/odświeżenia koszyka między krokami checkoutu.</li>\n<li>Dla zalogowanego klienta alternatywą jest „C · Customer cart\".</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns cart contents by ID.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String</code></td>\n<td>Masked cart id.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Provide <code>cart_id</code>.</li>\n<li>Use to inspect/refresh the cart between checkout steps.</li>\n<li>For logged-in users see \"C · Customer cart\".</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4515a918-ddac-4b64-9b5f-0ba119d0d2fc","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"email\": \"ex@ex.pl\",\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"prices\": {\n            \"price\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          },\n          \"product\": {\n            \"id\": \"1\",\n            \"name\": \"przykład / example\"\n          }\n        }\n      ],\n      \"total_quantity\": 0\n    }\n  }\n}"}],"_postman_id":"ef53a269-0fd2-4e82-9229-b0be8f3ac253"},{"name":"Get sku qty","id":"ffac4313-ce06-4e63-95b8-b0d9b7f156ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  productStockAvailability(page: 1) {\n    total_count\n    page_info {\n      current_page\n      total_pages\n      page_size\n    }\n    items {\n      sku\n      in_stock #0 = out of stock, 1 = in stock, 2 = backorder\n      actual_stock\n      external_stock\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca stany magazynowe stronami (dedykowany resolver <code>productStockAvailability</code>).</p>\n<p><strong>Za co odpowiada:</strong> to <strong>osobny endpoint stanów</strong> — lżejszy niż <code>products</code> i właściwy do synchronizacji magazynu.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page_info.total_pages</code></td>\n<td><code>Int</code></td>\n<td>Liczba stron — do pętli.</td>\n</tr>\n<tr>\n<td><code>items[].sku</code></td>\n<td><code>String</code></td>\n<td>SKU.</td>\n</tr>\n<tr>\n<td><code>items[].in_stock</code></td>\n<td><code>Int</code></td>\n<td><strong>0 = brak, 1 = dostępny, 2 = backorder</strong>.</td>\n</tr>\n<tr>\n<td><code>items[].actual_stock</code> / <code>external_stock</code></td>\n<td>—</td>\n<td>Stan rzeczywisty / zewnętrzny.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Pobierz <code>page: 1</code>, odczytaj <code>page_info.total_pages</code>.</li>\n<li>Iteruj <code>page</code> aż do <code>total_pages</code>, mapując <code>in_stock</code> (0/1/2).</li>\n<li>To preferowane źródło stanów dla integracji ERP (zamiast pól <code>stock_availability</code> w <code>products</code>).</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns stock levels page by page (dedicated <code>productStockAvailability</code> resolver).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int</code></td>\n<td>Page number (1-based).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page_info.total_pages</code></td>\n<td><code>Int</code></td>\n<td>Loop control.</td>\n</tr>\n<tr>\n<td><code>items[].in_stock</code></td>\n<td><code>Int</code></td>\n<td><strong>0 = out, 1 = in stock, 2 = backorder</strong>.</td>\n</tr>\n<tr>\n<td><code>items[].actual_stock</code> / <code>external_stock</code></td>\n<td>—</td>\n<td>Real / external stock.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Fetch <code>page: 1</code>, read <code>total_pages</code>.</li>\n<li>Loop <code>page</code> to the end, mapping <code>in_stock</code> (0/1/2).</li>\n<li>Preferred stock source for ERP sync.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5f28f6ee-6694-4a45-bbdd-0fb6114c257b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** tworzy nowy, pusty koszyk i zwraca jego identyfikator.\n\n**Za co odpowiada:** zwracany string to **zamaskowany** **`cart_id`**, którego używasz we wszystkich kolejnych krokach (2–9). Wywołane z tokenem klienta — koszyk zostaje powiązany z kontem.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n| --- | --- | --- |\n| _(brak wymaganych)_ | — | Opcjonalnie `input.cart_id: String` — własny, wcześniej wygenerowany identyfikator. |\n\n**Odpowiedź**\n\n| Pole | Typ | Co to / jak użyć |\n| --- | --- | --- |\n| `createEmptyCart` | `String` | Zamaskowany `cart_id` (np. `\"cYqwKNqy5iWCBEC7V42aJB8FPhvjlASq\"`). Podstaw go pod w krokach 2–9. |\n\n> To **co innego** niż numeryczne `cart_id` w niestandardowym `cart(cart_id: \"431\")` z tej kolekcji.\n\n---\n\n### English\n\n**What it does:** creates a new empty cart and returns its identifier.\n\n**Behaviour:** the returned string is the **masked `cart_id`** used in all later steps (2–9). Called with a customer token, the cart is linked to the account.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| *(none required)* | — | Optionally `input.cart_id: String` — your own pre-generated identifier. |\n\n**Response**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `createEmptyCart` | `String` | Masked `cart_id` (e.g. `\"cYqwKNqy5iWCBEC7V42aJB8FPhvjlASq\"`). Substitute it for `<CART_ID>` in steps 2–9. |\n\n> This is **different** from the numeric `cart_id` in the non-standard `cart(cart_id: \"431\")` of this collection."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"productStockAvailability\": {\n      \"total_count\": 1,\n      \"page_info\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"page_size\": 1\n      },\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"in_stock\": true,\n          \"out\": \"string\",\n          \"of\": \"string\",\n          \"stock\": \"string\",\n          \"in\": \"string\",\n          \"backorder\": \"string\",\n          \"actual_stock\": \"string\",\n          \"external_stock\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ffac4313-ce06-4e63-95b8-b0d9b7f156ee"},{"name":"Get standard prices","id":"f00d3643-ad75-47fd-85ca-f6bbba4187e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  productPrices(page: 1) {\n    total_count\n    page_info {\n      current_page\n      total_pages\n      page_size\n    }\n    currency\n    items {\n      sku\n      price\n      final_price\n      standard_external_price\n      express_external_price\n      tax_rate\n    }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca ceny standardowe (cennik bazowy) stronami.</p>\n<p><strong>Za co odpowiada:</strong> resolver <code>productPrices</code> wywołany <strong>bez</strong> tokenu klienta zwraca ceny katalogowe.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>currency</code></td>\n<td><code>String</code></td>\n<td>Waluta cennika.</td>\n</tr>\n<tr>\n<td><code>items[].price</code> / <code>final_price</code></td>\n<td>—</td>\n<td>Cena i cena po rabatach.</td>\n</tr>\n<tr>\n<td><code>items[].standard_external_price</code> / <code>express_external_price</code></td>\n<td>—</td>\n<td>Ceny zewnętrzne.</td>\n</tr>\n<tr>\n<td><code>items[].tax_rate</code></td>\n<td>—</td>\n<td>Stawka VAT.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Pobieraj kolejne <code>page</code> aż do <code>page_info.total_pages</code>.</li>\n<li>Bez tokenu = ceny standardowe; z tokenem = indywidualne (patrz „Get individual prices\").</li>\n<li>Źródło cen do synchronizacji (folder „Synchronizacja kartotek\").</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns standard (base) prices, paginated.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int</code></td>\n<td>Page number.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].price</code> / <code>final_price</code></td>\n<td>—</td>\n<td>Price / after-discount.</td>\n</tr>\n<tr>\n<td><code>items[].tax_rate</code></td>\n<td>—</td>\n<td>VAT rate.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Loop <code>page</code> to <code>total_pages</code>.</li>\n<li>No token = standard; with token = individual prices.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e9c4bfe2-89b1-49c2-b15d-df7fdf27391c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** pobiera cenniki standardowe dla towarów. Ceny zwracane to ceny netto\n\n**Odpowiedź**\n\n| Pole | Typ | Co to / jak użyć |\n| --- | --- | --- |\n| `sku` | `String` | Kod towaru |\n| `price` | `Float` | Cena katalogowa produktu |\n| `final_price` | `Float` | Cena po rabatach |\n| `standard_external_price` | `Float` | Cena dla backorder do zamówienia standardowym tempem realizacji |\n| `express_external_price` | `Float` | Cena dla backorder do zamówienia ekspresowym tempem realizacji |\n| `tax_rate` | `Float` | Procent podatku |\n\n---\n\n### English\n\n**What it does:** fetches standard price lists for products. Returned prices are net.\n\n**Response**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `sku` | `String` | Product code |\n| `price` | `Float` | Catalog price |\n| `final_price` | `Float` | Price after discounts |\n| `standard_external_price` | `Float` | Backorder price for standard fulfilment pace |\n| `express_external_price` | `Float` | Backorder price for express fulfilment pace |\n| `tax_rate` | `Float` | Tax percentage |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"productPrices\": {\n      \"total_count\": 1,\n      \"page_info\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"page_size\": 1\n      },\n      \"currency\": \"PLN\",\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"price\": 0,\n          \"final_price\": 0,\n          \"standard_external_price\": 0,\n          \"express_external_price\": 0,\n          \"tax_rate\": 23\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f00d3643-ad75-47fd-85ca-f6bbba4187e8"},{"name":"Get individual prices","id":"4a5c7150-3161-424a-b12a-489b6bb211db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  productPrices(page: 1) {\n    total_count\n    page_info {\n      current_page\n      total_pages\n      page_size\n    }\n    currency\n    items {\n      sku\n      price\n      tax_rate\n    }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca ceny indywidualne klienta stronami.</p>\n<p><strong>Za co odpowiada:</strong> ten sam resolver <code>productPrices</code>, ale wywołany <strong>z</strong> tokenem klienta — zwraca ceny przypisane do jego konta.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n<tr>\n<td>(nagłówek) <code>Authorization</code></td>\n<td>—</td>\n<td><code>Bearer </code> — <strong>wymagany</strong> dla cen indywidualnych.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].sku</code> / <code>price</code></td>\n<td>—</td>\n<td>SKU i cena indywidualna.</td>\n</tr>\n<tr>\n<td><code>items[].tax_rate</code></td>\n<td>—</td>\n<td>Stawka VAT.</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td><code>String</code></td>\n<td>Waluta.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Wyślij z nagłówkiem <code>Authorization: Bearer </code>.</li>\n<li>Iteruj <code>page</code> do <code>page_info.total_pages</code>.</li>\n<li>Bez tokenu fizycznie dostaniesz ceny standardowe — token decyduje o cenniku.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns the customer's individual prices, paginated.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int</code></td>\n<td>Page number.</td>\n</tr>\n<tr>\n<td><code>Authorization</code> (header)</td>\n<td>—</td>\n<td><code>Bearer </code> — <strong>required</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Send with the bearer token.</li>\n<li>Loop <code>page</code> to <code>total_pages</code>.</li>\n<li>Without a token you get standard prices — the token selects the price list.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"652df56b-37a4-477a-abba-74701599feea","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** pobiera cenniki standardowe dla towarów. Ceny zwracane to ceny netto\n\n**Odpowiedź**\n\n| Pole | Typ | Co to / jak użyć |\n| --- | --- | --- |\n| `sku` | `String` | Kod towaru |\n| `price` | `Float` | Cena katalogowa produktu |\n| `tax_rate` | `Float` | Procent podatku |\n\n---\n\n### English\n\n**What it does:** fetches individual price lists for products. Returned prices are net.\n\n**Response**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `sku` | `String` | Product code |\n| `price` | `Float` | Catalog price |\n| `tax_rate` | `Float` | Tax percentage |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"productPrices\": {\n      \"total_count\": 1,\n      \"page_info\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"page_size\": 1\n      },\n      \"currency\": \"PLN\",\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"price\": 0,\n          \"tax_rate\": 23\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4a5c7150-3161-424a-b12a-489b6bb211db"},{"name":"Get catalog","id":"8625af50-41d8-4e36-a082-e3191d7813e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query CatalogCursor($afterId: String!) {\n  products(\n    filter: { entity_id: { gt: $afterId } }\n    sort: { entity_id: ASC }\n    pageSize: 100\n    currentPage: 1\n  ) {\n    total_count\n    items {\n      id        # = entity_id; ostatni z tej strony = $afterId następnego żądania\n      sku\n      name\n    }\n    page_info {\n      page_size\n      current_page\n    }\n  }\n}","variables":"{ \"afterId\": \"104\" }"}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> pobiera cały katalog metodą kursora (keyset) po <code>entity_id</code> — wydajnie dla dużych zbiorów.</p>\n<p><strong>Za co odpowiada:</strong> zamiast przeskakiwać strony offsetem, przesuwasz kursor <code>$afterId</code> na ostatnie <code>id</code> z poprzedniej strony.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>$afterId</code></td>\n<td><code>String!</code></td>\n<td>ID, <strong>za którym</strong> zaczyna się kolejna strona. Pierwszy raz: <code>\"0\"</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].id</code></td>\n<td><code>Int</code></td>\n<td>= <code>entity_id</code>. <strong>Ostatni <code>id</code> na stronie = <code>$afterId</code> następnego żądania.</strong></td>\n</tr>\n<tr>\n<td><code>items[].sku</code> / <code>name</code></td>\n<td><code>String</code></td>\n<td>Dane produktu.</td>\n</tr>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Łączna liczba produktów.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm (kursor / keyset):</strong></p>\n<ol>\n<li>Pierwsze żądanie: <code>$afterId = \"0\"</code>.</li>\n<li>Z odpowiedzi weź <code>id</code> <strong>ostatniego</strong> elementu strony.</li>\n<li>Następne żądanie: <code>$afterId</code> = to <code>id</code>.</li>\n<li>Powtarzaj aż <code>items</code> będzie puste.</li>\n</ol>\n<blockquote>\n<p>Keyset jest stabilniejszy i szybszy niż <code>currentPage</code> (offset) przy bardzo dużych katalogach — nie gubi/duplikuje rekordów przy zmianach w trakcie iteracji.</p>\n</blockquote>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> fetches the whole catalog via keyset (cursor) pagination on <code>entity_id</code> — efficient for large sets.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>$afterId</code></td>\n<td><code>String!</code></td>\n<td>ID to start <strong>after</strong>. First call: <code>\"0\"</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].id</code></td>\n<td><code>Int</code></td>\n<td>= <code>entity_id</code>. <strong>Last <code>id</code> on the page = next <code>$afterId</code>.</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm (keyset):</strong></p>\n<ol>\n<li>First call <code>$afterId = \"0\"</code>.</li>\n<li>Take the last item's <code>id</code>.</li>\n<li>Next call <code>$afterId</code> = that <code>id</code>.</li>\n<li>Repeat until <code>items</code> is empty.</li>\n</ol>\n<blockquote>\n<p>Keyset is more stable/faster than offset paging on very large catalogs.</p>\n</blockquote>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"397221d9-831b-42fe-8479-f3ab8d636d08","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** pobieranie informacji z katalogu towarów\n\n**Jak używać:** Rozpoczynamy od afterId = \"0\". W każdej kolejnej iteracji odpytywania katalogu za zmienną $afterId podstawiamy ostanie id z items. Kończymy iterować jeśli items będzie puste\n\n**Odpowiedź**\n\n| Pole | Typ | Co to / jak użyć |\n| --- | --- | --- |\n| `sku` | `String` | Kod towaru |\n| `price` | `Float` | Cena katalogowa produktu |\n| `tax_rate` | `Float` | Procent podatku |\n\n---\n\n### English\n\n**What it does:** fetches product catalog information.\n\n**How to use:** start with `afterId = \"0\"`. On each iteration set `$afterId` to the last `id` from `items`. Stop when `items` is empty.\n\n**Response**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `sku` | `String` | Product code |\n| `price` | `Float` | Catalog price |\n| `tax_rate` | `Float` | Tax percentage |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"entity_id\": \"1\",\n          \"ostatni\": \"string\",\n          \"z\": \"string\",\n          \"tej\": \"string\",\n          \"strony\": \"string\",\n          \"afterId\": \"string\",\n          \"nast\": \"string\",\n          \"pnego\": \"string\",\n          \"dania\": \"string\",\n          \"sku\": \"SKU-001\",\n          \"name\": \"przykład / example\"\n        }\n      ],\n      \"page_info\": {\n        \"page_size\": 1,\n        \"current_page\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"8625af50-41d8-4e36-a082-e3191d7813e0"}],"id":"98dfabaf-a25a-4866-a4a5-b5cf8ece5abc","description":"<p><strong>PL</strong> Pojedyncze, podstawowe zapytania POST — gotowe przykłady do skopiowania: katalog i kategorie, produkty po SKU/frazie, koszyk i zamówienie po ID, ceny (standardowe/indywidualne), stany, punkty odbioru, pełny zrzut katalogu kursorem. Każdy request ma opis PL/EN, tabele parametrów i pól odpowiedzi oraz algorytm.</p>\n<p><strong>EN</strong> Single basic POST queries — ready-to-copy examples (catalog, categories, products, cart/order by ID, prices, stock, pickup, cursor catalog dump). Each has PL/EN description, tables and an algorithm.</p>\n","_postman_id":"98dfabaf-a25a-4866-a4a5-b5cf8ece5abc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Zamówienie/Order","item":[{"name":"B · 0. Login & get token (generateCustomerToken)","event":[{"listen":"test","script":{"type":"text/javascript","exec":["// [auto] zapis tokenu klienta do zmiennej kolekcji customerToken","try {","  const t = pm.response.json()?.data?.generateCustomerToken?.token;","  if (t) { pm.collectionVariables.set('customerToken', t); console.log('OK customerToken zapisany'); }","  else console.warn('Brak tokenu w odpowiedzi — sprawdź email/hasło');","} catch (e) {}"],"id":"edae7630-5d30-49b7-8488-f024c45e7814"}}],"id":"1496d6a5-70d1-42b0-a9f6-e5f169ad5ce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  generateCustomerToken(\n    email: \"ex@ex.pl\"\n    password: \"Pass123@\"\n  ) {\n    token\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> loguje klienta i zwraca token Bearer.</p>\n<p><strong>Za co odpowiada:</strong> <code>email</code> + <code>password</code> → <code>token</code>, którym autoryzujesz kolejne żądania.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code></td>\n<td><code>String!</code></td>\n<td>E-mail klienta.</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td><code>String!</code></td>\n<td>Hasło.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td><code>String!</code></td>\n<td>Token Bearer → nagłówek <code>Authorization</code> w kolejnych krokach.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>To pierwszy krok checkoutu.</li>\n<li><code>token</code> trafia do zmiennej <code>customerToken</code> (kolekcja podpina go automatycznie do <code>Authorization</code>).</li>\n<li>Token wygasa — w razie 401 zaloguj ponownie.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> logs the customer in and returns a Bearer token.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>email</code> / <code>password</code></td>\n<td><code>String!</code></td>\n<td>Customer credentials.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td><code>String!</code></td>\n<td>Bearer token for <code>Authorization</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>First checkout step.</li>\n<li>Goes into <code>customerToken</code>.</li>\n<li>Re-login on 401.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2245df64-2b27-4f12-bbbd-bfe8f7501cac","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** loguje klienta i zwraca token dostępowy (Bearer). Warunek wstępny całego procesu B2B — kolejne kroki (adresy, rozliczenia) wymagają zalogowanego konta.\n\n**Za co odpowiada:** uwierzytelnia parę e-mail + hasło i zwraca `token`, który wkładasz do nagłówka `Authorization: Bearer <token>` każdego kolejnego requestu.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `email` | `String!` | E-mail klienta. |\n| `password` | `String!` | Hasło klienta. |\n\n**Odpowiedź**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `token` | `String!` | Token Bearer. Wklej do zmiennej kolekcji `customerToken` — reszta requestów dziedziczy go automatycznie. |\n\n> Request wywołujesz bez tokenu (*No Auth*). Unieważnienie: `revokeCustomerToken`.\n\n---\n\n### English\n\n**What it does:** logs the customer in and returns an access token (Bearer). Prerequisite of the whole B2B flow — later steps (addresses, settlements) require a logged-in account.\n\n**Behaviour:** authenticates an e-mail + password pair and returns a `token` that you put into the `Authorization: Bearer <token>` header of every subsequent request.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `email` | `String!` | Customer e-mail. |\n| `password` | `String!` | Customer password. |\n\n**Response**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `token` | `String!` | Bearer token. Paste into the collection variable `customerToken` — the rest of the requests inherit it automatically. |\n\n> Call this request without a token (*No Auth*). To revoke: `revokeCustomerToken`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"generateCustomerToken\": {\n      \"token\": \"eyJraWQiOiIxIiwiYWxnIjoiUlMyNTYifQ...\"\n    }\n  }\n}"}],"_postman_id":"1496d6a5-70d1-42b0-a9f6-e5f169ad5ce3"},{"name":"B · 1. Create cart (createEmptyCart)","event":[{"listen":"test","script":{"type":"text/javascript","exec":["// [auto] zapis ID koszyka do zmiennej kolekcji cartId","try {","  const id = pm.response.json()?.data?.createEmptyCart;","  if (id) { pm.collectionVariables.set('cartId', id); console.log('OK cartId = ' + id); }","} catch (e) {}"],"id":"abcca278-ec14-4ef9-8d09-37d735000f7e"}}],"id":"a0db01c5-0c95-4860-9c3a-df27e6554c7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  createEmptyCart\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> tworzy pusty koszyk i zwraca jego zamaskowane ID.</p>\n<p><strong>Za co odpowiada:</strong> brak wejścia (dla zalogowanego użyj nagłówka z tokenem). Odpowiedź to sam <code>cart_id</code> (String).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>Brak. Z tokenem tworzy koszyk klienta.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createEmptyCart</code></td>\n<td><code>String</code></td>\n<td>Zamaskowany <code>cart_id</code> — używasz go we wszystkich krokach koszyka.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Wywołaj po zalogowaniu; <code>cart_id</code> trafia do zmiennej <code>cartId</code>.</li>\n<li><strong>Alternatywa dla zalogowanego klienta:</strong> zamiast tworzyć nowy, pobierz istniejący przez „C · Customer cart\" (<code>customerCart.id</code>).</li>\n<li><code>cart_id</code> przekazujesz do B·2…B·9.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> creates an empty cart and returns its masked ID.</p>\n<p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>createEmptyCart</code></td>\n<td><code>String</code></td>\n<td>Masked <code>cart_id</code> used by all cart steps.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Call after login; stored in <code>cartId</code>.</li>\n<li>For logged-in users, reuse <code>customerCart.id</code> instead.</li>\n<li>Pass <code>cart_id</code> to B·2…B·9.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f5f9a4f7-fff7-4110-b25e-1b4fa3fd9883","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** tworzy nowy, pusty koszyk i zwraca jego identyfikator.\n\n**Za co odpowiada:** zwracany string to **zamaskowany `cart_id`**, którego używasz we wszystkich kolejnych krokach (2–9). Wywołane z tokenem klienta — koszyk zostaje powiązany z kontem.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| *(brak wymaganych)* | — | Opcjonalnie `input.cart_id: String` — własny, wcześniej wygenerowany identyfikator. |\n\n**Odpowiedź**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `createEmptyCart` | `String` | Zamaskowany `cart_id` (np. `\"cYqwKNqy5iWCBEC7V42aJB8FPhvjlASq\"`). Podstaw go pod `<CART_ID>` w krokach 2–9. |\n\n> To **co innego** niż numeryczne `cart_id` w niestandardowym `cart(cart_id: \"431\")` z tej kolekcji.\n\n---\n\n### English\n\n**What it does:** creates a new empty cart and returns its identifier.\n\n**Behaviour:** the returned string is the **masked `cart_id`** used in all later steps (2–9). Called with a customer token, the cart is linked to the account.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| *(none required)* | — | Optionally `input.cart_id: String` — your own pre-generated identifier. |\n\n**Response**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `createEmptyCart` | `String` | Masked `cart_id` (e.g. `\"cYqwKNqy5iWCBEC7V42aJB8FPhvjlASq\"`). Substitute it for `<CART_ID>` in steps 2–9. |\n\n> This is **different** from the numeric `cart_id` in the non-standard `cart(cart_id: \"431\")` of this collection."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"createEmptyCart\": \"string\"\n  }\n}"}],"_postman_id":"a0db01c5-0c95-4860-9c3a-df27e6554c7b"},{"name":"B · 2. Add product (addSimpleProductsToCart)","id":"0b9b6024-1546-4627-adc6-974667c9a75d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  addSimpleProductsToCart(\n    input: {\n      cart_id: \"<CART_ID>\"\n      cart_items: [\n        {\n          data: {\n            quantity: 1\n            sku: \"Rozrusznik\"\n          }\n        }\n      ]\n    }\n  ) {\n    cart {\n      items {\n        id\n        uid\n        product { name sku }\n        quantity\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> dodaje produkt(y) typu prostego do istniejącego koszyka.</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_id</code> wskazuje koszyk, a każdy <code>cart_items[].data</code> opisuje jedną pozycję (SKU + ilość).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Zamaskowany id koszyka (krok 1).</td>\n</tr>\n<tr>\n<td><code>cart_items[].data.sku</code></td>\n<td><code>String!</code></td>\n<td>SKU produktu.</td>\n</tr>\n<tr>\n<td><code>cart_items[].data.quantity</code></td>\n<td><code>Float!</code></td>\n<td>Ilość.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.items[].uid</code></td>\n<td><code>ID</code></td>\n<td>UID pozycji = Base64(<code>id</code>). Potrzebny do edycji koszyka (sekcja „Koszyk — operacje\").</td>\n</tr>\n<tr>\n<td><code>cart.items[].quantity</code></td>\n<td><code>Float</code></td>\n<td>Ilość po dodaniu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Podaj <code>cart_id</code> i listę pozycji (SKU + ilość).</li>\n<li>Zapisz <code>items[].uid</code> — przyda się do zmiany ilości/usuwania.</li>\n<li>Uniwersalna alternatywa zwracająca <code>user_errors</code>: „C · Add products — universal (addProductsToCart)\".</li>\n</ol>\n<blockquote>\n<p>Inne typy: <code>addConfigurableProductsToCart</code>, <code>addVirtualProductsToCart</code>. Adobe zaleca uniwersalne <code>addProductsToCart</code>. Na 2.4.6 działają obie.</p>\n</blockquote>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> adds simple-type product(s) to an existing cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Masked cart id.</td>\n</tr>\n<tr>\n<td><code>cart_items[].data.sku</code></td>\n<td><code>String!</code></td>\n<td>SKU.</td>\n</tr>\n<tr>\n<td><code>cart_items[].data.quantity</code></td>\n<td><code>Float!</code></td>\n<td>Quantity.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.items[].uid</code></td>\n<td><code>ID</code></td>\n<td>Item UID = Base64(<code>id</code>); needed to edit the cart.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Provide <code>cart_id</code> and items.</li>\n<li>Store <code>items[].uid</code> for later edits.</li>\n<li>Universal alternative: \"C · Add products — universal\".</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4eac212f-2c95-4888-84d5-ea9fc546f1da","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** dodaje produkt(y) typu prostego do istniejącego koszyka.\n\n**Za co odpowiada:** `cart_id` wskazuje koszyk, a każdy element `cart_items[].data` opisuje jeden dodawany produkt (SKU + ilość). Odpowiedź zwraca aktualną zawartość koszyka.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Zamaskowany id koszyka — z kroku 1. |\n| `cart_items` | `[SimpleProductCartItemInput!]!` | Lista pozycji do dodania (można wiele naraz). |\n| `cart_items[].data` | `CartItemInput!` | Dane pojedynczej pozycji. |\n| `cart_items[].data.sku` | `String!` | SKU produktu. |\n| `cart_items[].data.quantity` | `Float!` | Ilość. |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `cart.items[].id` | `Int` | ID pozycji koszyka (deprecated, ale zwracane). |\n| `cart.items[].uid` | `ID` | UID pozycji = Base64(`id`). Potrzebny do edycji koszyka (sekcja C). |\n\n> Inne typy produktów: `addConfigurableProductsToCart`, `addVirtualProductsToCart` itd. Adobe zaleca uniwersalne `addProductsToCart(cartId, cartItems: [{ sku, quantity }])` (zwraca też `user_errors`). Na 2.4.6 działają obie — instrukcja używa `addSimpleProductsToCart`.\n\n---\n\n### English\n\n**What it does:** adds simple-type product(s) to an existing cart.\n\n**Behaviour:** `cart_id` points to the cart, and each `cart_items[].data` describes one added product (SKU + quantity). The response returns the current cart contents.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Masked cart id — from step 1. |\n| `cart_items` | `[SimpleProductCartItemInput!]!` | List of items to add (multiple allowed). |\n| `cart_items[].data` | `CartItemInput!` | Data of a single item. |\n| `cart_items[].data.sku` | `String!` | Product SKU. |\n| `cart_items[].data.quantity` | `Float!` | Quantity. |\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `cart.items[].id` | `Int` | Cart item ID (deprecated, but returned). |\n| `cart.items[].uid` | `ID` | Item UID = Base64(`id`). Needed to edit the cart (section C). |\n\n> Other product types: `addConfigurableProductsToCart`, `addVirtualProductsToCart`, etc. Adobe recommends the universal `addProductsToCart(cartId, cartItems: [{ sku, quantity }])` (also returns `user_errors`). Both work on 2.4.6 — this guide uses `addSimpleProductsToCart`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"addSimpleProductsToCart\": {\n      \"cart\": {\n        \"items\": [\n          {\n            \"id\": \"1\",\n            \"uid\": \"1\",\n            \"product\": {\n              \"name\": \"przykład / example\",\n              \"sku\": \"SKU-001\"\n            },\n            \"quantity\": 1\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0b9b6024-1546-4627-adc6-974667c9a75d"},{"name":"B · 3. Get customer addresses (customer)","id":"922af4f5-419e-4838-a7a7-712e1a716263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  customer {\n    addresses {\n      id\n      default_billing\n      default_shipping\n      firstname\n      lastname\n      street\n      city\n      region {\n        region_code\n        region\n      }\n      postcode\n      country_code\n      telephone\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca adresy zapisane na koncie klienta.</p>\n<p><strong>Za co odpowiada:</strong> brak wejścia (klient z tokenu). Z adresów bierzesz <code>id</code> do ustawienia adresu na koszyku.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>Brak. Wymaga <code>Authorization: Bearer </code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addresses[].id</code></td>\n<td><code>Int</code></td>\n<td><code>customer_address_id</code> do kroków B·4/B·5.</td>\n</tr>\n<tr>\n<td><code>addresses[].default_billing</code>/<code>default_shipping</code></td>\n<td><code>Boolean</code></td>\n<td>Które adresy są domyślne.</td>\n</tr>\n<tr>\n<td><code>addresses[].region</code>/<code>country_code</code></td>\n<td>—</td>\n<td>Region i kraj adresu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Pobierz adresy klienta.</li>\n<li>Wybierz <code>id</code> (np. domyślny rozliczeniowy/wysyłkowy).</li>\n<li>Użyj <code>id</code> jako <code>customer_address_id</code> w B·4 i B·5. Brak adresu? Dodaj go przez „B · 3a\".</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns the addresses saved on the customer account.</p>\n<p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addresses[].id</code></td>\n<td><code>Int</code></td>\n<td><code>customer_address_id</code> for B·4/B·5.</td>\n</tr>\n<tr>\n<td><code>addresses[].default_billing</code>/<code>shipping</code></td>\n<td><code>Boolean</code></td>\n<td>Default flags.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Fetch addresses.</li>\n<li>Pick an <code>id</code>.</li>\n<li>Use it in B·4/B·5; create one via \"B · 3a\" if none exists.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e3e77bfe-f1df-4614-800c-7ff9df0631db","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** pobiera adresy zalogowanego klienta wraz z ich identyfikatorami.\n\n**Za co odpowiada:** w przepływie B2B adresów nie wpisuje się ręcznie — do koszyka przypisuje się istniejący adres przez `customer_address_id`. To zapytanie dostarcza te `id`.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| *(brak)* | — | Wymaga tokenu klienta (nagłówek `Authorization`). |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `addresses[].id` | `Int` | ID adresu → użyj jako `customer_address_id` w krokach 4 i 5. |\n| `addresses[].default_billing` | `Boolean` | `true` = domyślny adres rozliczeniowy (do kroku 4). |\n| `addresses[].default_shipping` | `Boolean` | `true` = domyślny adres wysyłki (do kroku 5). |\n| `addresses[].street` | `[String]` | Ulica (tablica linii). |\n| `addresses[].region` | `CustomerAddressRegion` | `region_code`, `region`, `region_id`. |\n| `addresses[].country_code` | `CountryCodeEnum` | Kod kraju, np. `PL`. |\n\n> W adresie klienta region to `region { region_code region }`; w adresie koszyka (odpowiedzi kroków 4/5) — `region { code label }`.\n\n---\n\n### English\n\n**What it does:** fetches the logged-in customer's addresses with their identifiers.\n\n**Behaviour:** in the B2B flow addresses are not typed in by hand — an existing address is attached to the cart via `customer_address_id`. This query provides those `id`s.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| *(none)* | — | Requires a customer token (`Authorization` header). |\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `addresses[].id` | `Int` | Address ID → use as `customer_address_id` in steps 4 and 5. |\n| `addresses[].default_billing` | `Boolean` | `true` = default billing address (for step 4). |\n| `addresses[].default_shipping` | `Boolean` | `true` = default shipping address (for step 5). |\n| `addresses[].street` | `[String]` | Street (array of lines). |\n| `addresses[].region` | `CustomerAddressRegion` | `region_code`, `region`, `region_id`. |\n| `addresses[].country_code` | `CountryCodeEnum` | Country code, e.g. `PL`. |\n\n> In a customer address the region is `region { region_code region }`; in a cart address (responses of steps 4/5) — `region { code label }`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"addresses\": [\n        {\n          \"id\": \"1\",\n          \"default_billing\": \"string\",\n          \"default_shipping\": \"string\",\n          \"firstname\": \"przykład / example\",\n          \"lastname\": \"przykład / example\",\n          \"street\": \"przykład / example\",\n          \"city\": \"przykład / example\",\n          \"region\": {\n            \"region_code\": \"string\",\n            \"region\": \"przykład / example\"\n          },\n          \"postcode\": \"przykład / example\",\n          \"country_code\": \"przykład / example\",\n          \"telephone\": \"przykład / example\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"922af4f5-419e-4838-a7a7-712e1a716263"},{"name":"B · 4. Set billing address (setBillingAddressOnCart)","id":"096a1415-2fbc-457e-a836-b1ab9d13cd59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  setBillingAddressOnCart(\n    input: {\n      cart_id: \"<CART_ID>\"\n      billing_address: {\n        customer_address_id: 11\n        same_as_shipping: false\n      }\n    }\n  ) {\n    cart {\n      billing_address {\n        firstname\n        lastname\n        company\n        street\n        city\n        region { code label }\n        postcode\n        telephone\n        country { code label }\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> ustawia adres rozliczeniowy na koszyku.</p>\n<p><strong>Za co odpowiada:</strong> wskazujesz adres istniejący (<code>customer_address_id</code>) albo podajesz nowy inline; <code>same_as_shipping</code> decyduje o kopii do wysyłki.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n<tr>\n<td><code>billing_address.customer_address_id</code></td>\n<td><code>Int</code></td>\n<td>ID adresu z konta (krok B·3).</td>\n</tr>\n<tr>\n<td><code>billing_address.same_as_shipping</code></td>\n<td><code>Boolean</code></td>\n<td><code>true</code> = ten sam adres do wysyłki.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.billing_address</code></td>\n<td><code>BillingCartAddress</code></td>\n<td>Ustawiony adres (do weryfikacji).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Z B·3 weź <code>id</code> adresu rozliczeniowego.</li>\n<li>Ustaw <code>customer_address_id</code>; jeśli dostawa pod ten sam adres — <code>same_as_shipping: true</code> (pominiesz B·5).</li>\n<li>Adres można też podać inline zamiast ID.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> sets the billing address on the cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n<tr>\n<td><code>billing_address.customer_address_id</code></td>\n<td><code>Int</code></td>\n<td>Saved address ID (B·3).</td>\n</tr>\n<tr>\n<td><code>billing_address.same_as_shipping</code></td>\n<td><code>Boolean</code></td>\n<td>Copy to shipping.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Take the address <code>id</code> from B·3.</li>\n<li>Set <code>customer_address_id</code>; <code>same_as_shipping: true</code> lets you skip B·5.</li>\n<li>Inline address also accepted.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f2d295d0-c481-4e7e-8ea1-3c8f2bdb5dfe","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** ustawia na koszyku adres rozliczeniowy (do faktury).\n\n**Za co odpowiada:** `customer_address_id` wskazuje istniejący adres klienta; `same_as_shipping` pozwala skopiować adres wysyłki; `address` to alternatywa z pełnym adresem.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n| `billing_address` | `BillingAddressInput!` | Obiekt adresu rozliczeniowego. |\n| `billing_address.customer_address_id` | `Int` | ID adresu z kroku 3 (ten z `default_billing = true`). |\n| `billing_address.same_as_shipping` | `Boolean` | `true` → użyj adresu wysyłki (wtedy pomiń `customer_address_id`). |\n| `billing_address.address` | `CartAddressInput` | Pełny adres ad-hoc (patrz tabela niżej). |\n\n**Pełny adres ad-hoc (`address: CartAddressInput`)** — alternatywa dla `customer_address_id`:\n\n| Pole | Typ | Opis |\n|------|-----|------|\n| `firstname` / `lastname` | `String!` | Imię i nazwisko. |\n| `company` | `String` | Nazwa firmy. |\n| `street` | `[String!]!` | Ulica (tablica, np. `[\"ul. Polna 12\"]`). |\n| `city` | `String!` | Miasto. |\n| `postcode` | `String` | Kod pocztowy (wymagany dla większości krajów). |\n| `country_code` | `String!` | Kod kraju, np. `\"PL\"`. |\n| `region` / `region_id` | `String` / `Int` | Województwo (tekst albo predefiniowane ID). |\n| `telephone` | `String` | Telefon (zwykle wymagany — zależnie od konfiguracji). |\n| `vat_id` | `String` | NIP (do faktury B2B). |\n\n---\n\n### English\n\n**What it does:** sets the billing address on the cart (for the invoice).\n\n**Behaviour:** `customer_address_id` points to an existing customer address; `same_as_shipping` lets you copy the shipping address; `address` is the full ad-hoc alternative.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n| `billing_address` | `BillingAddressInput!` | Billing address object. |\n| `billing_address.customer_address_id` | `Int` | Address ID from step 3 (the one with `default_billing = true`). |\n| `billing_address.same_as_shipping` | `Boolean` | `true` → use the shipping address (then omit `customer_address_id`). |\n| `billing_address.address` | `CartAddressInput` | Full ad-hoc address (see table below). |\n\n**Full ad-hoc address (`address: CartAddressInput`)** — alternative to `customer_address_id`:\n\n| Field | Type | Description |\n|------|-----|------|\n| `firstname` / `lastname` | `String!` | First and last name. |\n| `company` | `String` | Company name. |\n| `street` | `[String!]!` | Street (array, e.g. `[\"ul. Polna 12\"]`). |\n| `city` | `String!` | City. |\n| `postcode` | `String` | Postal code (required for most countries). |\n| `country_code` | `String!` | Country code, e.g. `\"PL\"`. |\n| `region` / `region_id` | `String` / `Int` | Region (text or predefined ID). |\n| `telephone` | `String` | Phone (usually required — config-dependent). |\n| `vat_id` | `String` | VAT ID (for B2B invoice). |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"setBillingAddressOnCart\": {\n      \"cart\": {\n        \"billing_address\": {\n          \"firstname\": \"przykład / example\",\n          \"lastname\": \"przykład / example\",\n          \"company\": \"przykład / example\",\n          \"street\": \"przykład / example\",\n          \"city\": \"przykład / example\",\n          \"region\": {\n            \"code\": \"przykład / example\",\n            \"label\": \"przykład / example\"\n          },\n          \"postcode\": \"przykład / example\",\n          \"telephone\": \"przykład / example\",\n          \"country\": {\n            \"code\": \"przykład / example\",\n            \"label\": \"przykład / example\"\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"096a1415-2fbc-457e-a836-b1ab9d13cd59"},{"name":"B · 5. Set shipping address (setShippingAddressesOnCart)","id":"776bb451-d1bc-4e73-b330-a0d4775e8a33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  setShippingAddressesOnCart(\n    input: {\n      cart_id: \"<CART_ID>\"\n      shipping_addresses: [\n        { customer_address_id: 11 }\n      ]\n    }\n  ) {\n    cart {\n      shipping_addresses {\n        firstname\n        lastname\n        company\n        street\n        city\n        region { code label }\n        postcode\n        telephone\n        country { code label }\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> ustawia adres(y) dostawy na koszyku.</p>\n<p><strong>Za co odpowiada:</strong> lista <code>shipping_addresses</code> — zwykle jeden adres przez <code>customer_address_id</code> (lub inline).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n<tr>\n<td><code>shipping_addresses[].customer_address_id</code></td>\n<td><code>Int</code></td>\n<td>ID adresu z konta (krok B·3).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.shipping_addresses[]</code></td>\n<td><code>[ShippingCartAddress]</code></td>\n<td>Ustawione adresy + dostępne metody dostawy.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Podaj adres wysyłki (ID z B·3 lub inline).</li>\n<li>Pomiń ten krok, jeśli w B·4 ustawiłeś <code>same_as_shipping: true</code>.</li>\n<li>Po ustawieniu adresu odczytaj dostępne metody dostawy (B·6).</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> sets the shipping address(es) on the cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n<tr>\n<td><code>shipping_addresses[].customer_address_id</code></td>\n<td><code>Int</code></td>\n<td>Saved address ID (B·3).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Provide the shipping address.</li>\n<li>Skip if <code>same_as_shipping: true</code> in B·4.</li>\n<li>Then read available methods (B·6).</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f8b8873b-6ba3-4f15-98ea-2138948b2d22","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** ustawia na koszyku adres dostawy.\n\n**Za co odpowiada:** `shipping_addresses` to tablica (w standardowym zamówieniu jeden adres). Po jego ustawieniu koszyk udostępnia dostępne metody wysyłki (krok 6).\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n| `shipping_addresses` | `[ShippingAddressInput!]!` | Tablica adresów wysyłki (zwykle jeden). |\n| `shipping_addresses[].customer_address_id` | `Int` | ID adresu z kroku 3 (ten z `default_shipping = true`). |\n| `shipping_addresses[].address` | `CartAddressInput` | Pełny adres ad-hoc (patrz tabela niżej). |\n| `shipping_addresses[].pickup_location_code` | `String` | Kod punktu odbioru — gdy odbiór osobisty zamiast dostawy. |\n\n**Pełny adres ad-hoc (`address: CartAddressInput`)** — alternatywa dla `customer_address_id`:\n\n| Pole | Typ | Opis |\n|------|-----|------|\n| `firstname` / `lastname` | `String!` | Imię i nazwisko. |\n| `company` | `String` | Nazwa firmy. |\n| `street` | `[String!]!` | Ulica (tablica, np. `[\"ul. Polna 12\"]`). |\n| `city` | `String!` | Miasto. |\n| `postcode` | `String` | Kod pocztowy (wymagany dla większości krajów). |\n| `country_code` | `String!` | Kod kraju, np. `\"PL\"`. |\n| `region` / `region_id` | `String` / `Int` | Województwo (tekst albo predefiniowane ID). |\n| `telephone` | `String` | Telefon (zwykle wymagany — zależnie od konfiguracji). |\n| `vat_id` | `String` | NIP (do faktury B2B). |\n\n---\n\n### English\n\n**What it does:** sets the delivery address on the cart.\n\n**Behaviour:** `shipping_addresses` is an array (one address in a standard order). Once set, the cart exposes the available shipping methods (step 6).\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n| `shipping_addresses` | `[ShippingAddressInput!]!` | Array of shipping addresses (usually one). |\n| `shipping_addresses[].customer_address_id` | `Int` | Address ID from step 3 (the one with `default_shipping = true`). |\n| `shipping_addresses[].address` | `CartAddressInput` | Full ad-hoc address (see table below). |\n| `shipping_addresses[].pickup_location_code` | `String` | Pickup point code — when click & collect instead of delivery. |\n\n**Full ad-hoc address (`address: CartAddressInput`)** — alternative to `customer_address_id`:\n\n| Field | Type | Description |\n|------|-----|------|\n| `firstname` / `lastname` | `String!` | First and last name. |\n| `company` | `String` | Company name. |\n| `street` | `[String!]!` | Street (array, e.g. `[\"ul. Polna 12\"]`). |\n| `city` | `String!` | City. |\n| `postcode` | `String` | Postal code (required for most countries). |\n| `country_code` | `String!` | Country code, e.g. `\"PL\"`. |\n| `region` / `region_id` | `String` / `Int` | Region (text or predefined ID). |\n| `telephone` | `String` | Phone (usually required — config-dependent). |\n| `vat_id` | `String` | VAT ID (for B2B invoice). |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"setShippingAddressesOnCart\": {\n      \"cart\": {\n        \"shipping_addresses\": [\n          {\n            \"firstname\": \"przykład / example\",\n            \"lastname\": \"przykład / example\",\n            \"company\": \"przykład / example\",\n            \"street\": \"przykład / example\",\n            \"city\": \"przykład / example\",\n            \"region\": {\n              \"code\": \"przykład / example\",\n              \"label\": \"przykład / example\"\n            },\n            \"postcode\": \"przykład / example\",\n            \"telephone\": \"przykład / example\",\n            \"country\": {\n              \"code\": \"przykład / example\",\n              \"label\": \"przykład / example\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"776bb451-d1bc-4e73-b330-a0d4775e8a33"},{"name":"B · 6. Get available shipping & payment methods (cart)","id":"d4944ea7-8ddd-4b2f-adec-fcff7625cd0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  cart(cart_id: \"<CART_ID>\") {\n    email\n    shipping_addresses {\n      available_shipping_methods {\n        carrier_code\n        carrier_title\n        method_code\n        method_title\n        available\n        amount { value currency }\n        price_incl_tax { value currency }\n      }\n      selected_shipping_method {\n        carrier_code\n        method_code\n      }\n    }\n    available_payment_methods {\n      code\n      title\n    }\n    selected_payment_method {\n      code\n      title\n    }\n    prices {\n      grand_total { value currency }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca dostępne metody dostawy i płatności dla koszyka.</p>\n<p><strong>Za co odpowiada:</strong> po ustawieniu adresu Magento wylicza, co jest dostępne — stąd bierzesz kody do B·7/B·8.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka (po ustawieniu adresu).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>shipping_addresses[].available_shipping_methods[]</code></td>\n<td>—</td>\n<td><code>carrier_code</code> + <code>method_code</code> → do B·8; <code>amount</code> = koszt.</td>\n</tr>\n<tr>\n<td><code>available_payment_methods[]</code></td>\n<td>—</td>\n<td><code>code</code> → do B·7.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Wywołaj po B·4/B·5.</li>\n<li>Z <code>available_shipping_methods</code> wybierz <code>carrier_code</code>+<code>method_code</code> (do B·8).</li>\n<li>Z <code>available_payment_methods</code> wybierz <code>code</code> (do B·7).</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns available shipping &amp; payment methods for the cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id (after address set).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>available_shipping_methods[]</code></td>\n<td>—</td>\n<td><code>carrier_code</code>+<code>method_code</code> → B·8.</td>\n</tr>\n<tr>\n<td><code>available_payment_methods[]</code></td>\n<td>—</td>\n<td><code>code</code> → B·7.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Call after B·4/B·5.</li>\n<li>Pick shipping <code>carrier_code</code>+<code>method_code</code> (B·8).</li>\n<li>Pick payment <code>code</code> (B·7).</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3104d65c-846d-4aef-810c-ff3ffe9ff6e4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** odczytuje stan koszyka — w szczególności **dostępne metody wysyłki i płatności** dla ustawionych adresów.\n\n**Za co odpowiada:** to źródło kodów, których nie wolno zgadywać. Stąd bierzesz `carrier_code`/`method_code` do kroku 8 oraz `code` płatności do kroku 7.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `available_shipping_methods[].carrier_code` | `String!` | Kod przewoźnika → krok 8. |\n| `available_shipping_methods[].method_code` | `String` | Kod metody → krok 8. |\n| `available_shipping_methods[].amount` | `Money` | Koszt wysyłki (`value`, `currency`). |\n| `available_payment_methods[].code` | `String!` | Kod metody płatności → krok 7. |\n| `available_payment_methods[].title` | `String!` | Nazwa do wyświetlenia. |\n| `prices.grand_total` | `Money` | Wartość koszyka. |\n\n> Dostępne metody zależą od adresu, wagi i wartości koszyka — dlatego ten krok wykonuje się **po** ustawieniu adresów (4–5).\n\n---\n\n### English\n\n**What it does:** reads the cart state — in particular the **available shipping and payment methods** for the set addresses.\n\n**Behaviour:** this is the source of codes you must not guess. Take `carrier_code`/`method_code` from here for step 8 and the payment `code` for step 7.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `available_shipping_methods[].carrier_code` | `String!` | Carrier code → step 8. |\n| `available_shipping_methods[].method_code` | `String` | Method code → step 8. |\n| `available_shipping_methods[].amount` | `Money` | Shipping cost (`value`, `currency`). |\n| `available_payment_methods[].code` | `String!` | Payment method code → step 7. |\n| `available_payment_methods[].title` | `String!` | Display name. |\n| `prices.grand_total` | `Money` | Cart total. |\n\n> Available methods depend on the address, weight and cart value — that's why this step runs **after** setting addresses (4–5)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"email\": \"ex@ex.pl\",\n      \"shipping_addresses\": [\n        {\n          \"available_shipping_methods\": [\n            {\n              \"carrier_code\": \"string\",\n              \"carrier_title\": \"string\",\n              \"method_code\": \"string\",\n              \"method_title\": \"string\",\n              \"available\": \"string\",\n              \"amount\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              },\n              \"price_incl_tax\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              }\n            }\n          ],\n          \"selected_shipping_method\": {\n            \"carrier_code\": \"string\",\n            \"method_code\": \"string\"\n          }\n        }\n      ],\n      \"available_payment_methods\": [\n        {\n          \"code\": \"przykład / example\",\n          \"title\": \"przykład / example\"\n        }\n      ],\n      \"selected_payment_method\": {\n        \"code\": \"przykład / example\",\n        \"title\": \"przykład / example\"\n      },\n      \"prices\": {\n        \"grand_total\": {\n          \"value\": 0,\n          \"currency\": \"PLN\"\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"d4944ea7-8ddd-4b2f-adec-fcff7625cd0b"},{"name":"B · 7. Set payment method (setPaymentMethodOnCart)","id":"c30075ed-9af8-4e45-a3be-38cdd1cfe2aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  setPaymentMethodOnCart(\n    input: {\n      cart_id: \"<CART_ID>\"\n      payment_method: {\n        code: \"checkmo\"\n      }\n    }\n  ) {\n    cart {\n      selected_payment_method {\n        code\n        title\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> ustawia metodę płatności na koszyku.</p>\n<p><strong>Za co odpowiada:</strong> <code>payment_method.code</code> z listy z B·6 (np. <code>checkmo</code>).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n<tr>\n<td><code>payment_method.code</code></td>\n<td><code>String!</code></td>\n<td>Kod metody z <code>available_payment_methods</code> (B·6).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.selected_payment_method.code</code>/<code>title</code></td>\n<td>—</td>\n<td>Potwierdzenie wyboru.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Weź <code>code</code> z B·6.</li>\n<li>Ustaw metodę.</li>\n<li>Razem z metodą dostawy (B·8) to warunek złożenia zamówienia.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> sets the cart payment method.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n<tr>\n<td><code>payment_method.code</code></td>\n<td><code>String!</code></td>\n<td>Code from B·6.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Take <code>code</code> from B·6.</li>\n<li>Set the method.</li>\n<li>Required (with B·8) before placing the order.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b1aa8236-5e6d-487e-a57f-be788fd35d72","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** ustawia na koszyku metodę płatności.\n\n**Za co odpowiada:** `payment_method.code` wskazuje wybraną metodę. Kod musi pochodzić z listy dostępnych w danym koszyku.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n| `payment_method` | `PaymentMethodInput!` | Obiekt metody płatności. |\n| `payment_method.code` | `String!` | Kod metody z `available_payment_methods` (krok 6), np. `\"checkmo\"`. |\n| `payment_method.purchase_order_number` | `String` | Opcjonalny numer zamówienia zakupu (PO). |\n\n> Bramki online (np. PayU/Przelewy24) mogą wymagać dodatkowych pól w `payment_method`.\n\n---\n\n### English\n\n**What it does:** sets the payment method on the cart.\n\n**Behaviour:** `payment_method.code` selects the chosen method. The code must come from the list available for the given cart.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n| `payment_method` | `PaymentMethodInput!` | Payment method object. |\n| `payment_method.code` | `String!` | Method code from `available_payment_methods` (step 6), e.g. `\"checkmo\"`. |\n| `payment_method.purchase_order_number` | `String` | Optional purchase-order (PO) number. |\n\n> Online gateways (e.g. PayU/Przelewy24) may require extra fields in `payment_method`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"setPaymentMethodOnCart\": {\n      \"cart\": {\n        \"selected_payment_method\": {\n          \"code\": \"przykład / example\",\n          \"title\": \"przykład / example\"\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"c30075ed-9af8-4e45-a3be-38cdd1cfe2aa"},{"name":"B · 8. Set shipping method (setShippingMethodsOnCart)","id":"0d758f3a-739e-4182-9041-5b6fe6f498a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  setShippingMethodsOnCart(\n    input: {\n      cart_id: \"<CART_ID>\"\n      shipping_methods: [\n        {\n          carrier_code: \"flatrate\"\n          method_code: \"flatrate\"\n        }\n      ]\n    }\n  ) {\n    cart {\n      shipping_addresses {\n        selected_shipping_method {\n          carrier_code\n          carrier_title\n          method_code\n          method_title\n          amount { value currency }\n        }\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> ustawia metodę dostawy na koszyku.</p>\n<p><strong>Za co odpowiada:</strong> <code>carrier_code</code> + <code>method_code</code> z listy z B·6 (np. <code>flatrate</code>/<code>flatrate</code>).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n<tr>\n<td><code>shipping_methods[].carrier_code</code></td>\n<td><code>String!</code></td>\n<td>Kod przewoźnika (B·6).</td>\n</tr>\n<tr>\n<td><code>shipping_methods[].method_code</code></td>\n<td><code>String!</code></td>\n<td>Kod metody (B·6).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.shipping_addresses[].selected_shipping_method</code></td>\n<td>—</td>\n<td>Potwierdzenie + koszt dostawy.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Weź parę <code>carrier_code</code>+<code>method_code</code> z B·6.</li>\n<li>Ustaw metodę dostawy.</li>\n<li>Po B·7 i B·8 możesz złożyć zamówienie (B·9).</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> sets the cart shipping method.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n<tr>\n<td><code>shipping_methods[].carrier_code</code>/<code>method_code</code></td>\n<td><code>String!</code></td>\n<td>From B·6.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Take <code>carrier_code</code>+<code>method_code</code> from B·6.</li>\n<li>Set the method.</li>\n<li>After B·7 and B·8 you can place the order (B·9).</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8cca600c-7406-45b7-aed9-8c2a7598514c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** ustawia na koszyku metodę wysyłki.\n\n**Za co odpowiada:** para `carrier_code` + `method_code` jednoznacznie wskazuje wybraną metodę. Obie wartości pochodzą z kroku 6.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n| `shipping_methods` | `[ShippingMethodInput!]!` | Tablica metod (zwykle jedna). |\n| `shipping_methods[].carrier_code` | `String!` | Z `available_shipping_methods` (krok 6), np. `\"flatrate\"`. |\n| `shipping_methods[].method_code` | `String!` | Z `available_shipping_methods` (krok 6), np. `\"flatrate\"`. |\n\n> Po ustawieniu adresów kolejność kroków 7 i 8 jest dowolna; instrukcja AGRO-RAMI ustawia najpierw płatność, potem wysyłkę.\n\n---\n\n### English\n\n**What it does:** sets the shipping method on the cart.\n\n**Behaviour:** the `carrier_code` + `method_code` pair uniquely identifies the chosen method. Both values come from step 6.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n| `shipping_methods` | `[ShippingMethodInput!]!` | Array of methods (usually one). |\n| `shipping_methods[].carrier_code` | `String!` | From `available_shipping_methods` (step 6), e.g. `\"flatrate\"`. |\n| `shipping_methods[].method_code` | `String!` | From `available_shipping_methods` (step 6), e.g. `\"flatrate\"`. |\n\n> After setting addresses the order of steps 7 and 8 is free; the AGRO-RAMI guide sets payment first, then shipping."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"setShippingMethodsOnCart\": {\n      \"cart\": {\n        \"shipping_addresses\": [\n          {\n            \"selected_shipping_method\": {\n              \"carrier_code\": \"string\",\n              \"carrier_title\": \"string\",\n              \"method_code\": \"string\",\n              \"method_title\": \"string\",\n              \"amount\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0d758f3a-739e-4182-9041-5b6fe6f498a8"},{"name":"B · 9. Place order (placeOrder)","id":"c037902f-d809-44c6-bfc6-c1520289b96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  placeOrder(\n    input: {\n      cart_id: \"<CART_ID>\"\n    }\n  ) {\n    order {\n      order_number\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> finalizuje zamówienie z gotowego koszyka.</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_id</code> musi mieć ustawione: pozycje, adresy, metodę dostawy i płatności. Zwraca numer zamówienia.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Kompletny koszyk po krokach B·1…B·8.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order.order_number</code></td>\n<td><code>String</code></td>\n<td>Numer zamówienia — zapisz, użyj do śledzenia / <code>D · 1. Reorder</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Upewnij się, że wykonano B·2 (pozycje), B·4/B·5 (adresy), B·7 (płatność), B·8 (dostawa).</li>\n<li>Wyślij <code>placeOrder</code>.</li>\n<li>Zapisz <code>order_number</code>. Po złożeniu koszyk przestaje być aktywny.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> finalizes the order from a ready cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart_id</code></td>\n<td><code>String!</code></td>\n<td>Complete cart after B·1…B·8.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>order.order_number</code></td>\n<td><code>String</code></td>\n<td>Save it (tracking / reorder).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Ensure B·2, B·4/B·5, B·7, B·8 are done.</li>\n<li>Send <code>placeOrder</code>.</li>\n<li>Store <code>order_number</code>; the cart is consumed.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"316f8b18-53cf-4f38-b406-f9711ce71920","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** przekształca gotowy koszyk w zamówienie i zwraca jego numer.\n\n**Za co odpowiada:** `cart_id` wskazuje koszyk do sfinalizowania. Po udanym wywołaniu **koszyk przestaje istnieć**.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n\n**Odpowiedź**\n\n| Pole | Typ | Co to |\n|------|-----|-------|\n| `order.order_number` | `String` | Numer zamówienia, np. `\"000000032\"`. |\n\n> Wymagane wcześniej: produkty (2), adres rozliczeniowy (4), adres wysyłki (5), metoda płatności (7), metoda wysyłki (8). Brak któregokolwiek = błąd. Status i szczegóły odczytasz przez `getOrder`/`getOrderList`; `orderV2` pojawia się dopiero w 2.4.7.\n\n---\n\n### English\n\n**What it does:** turns the ready cart into an order and returns its number.\n\n**Behaviour:** `cart_id` points to the cart to finalize. After a successful call **the cart ceases to exist**.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n\n**Response**\n\n| Field | Type | What it is |\n|------|-----|-------|\n| `order.order_number` | `String` | Order number, e.g. `\"000000032\"`. |\n\n> Required beforehand: products (2), billing address (4), shipping address (5), payment method (7), shipping method (8). Missing any = error. Status and details via `getOrder`/`getOrderList`; `orderV2` appears only in 2.4.7."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"placeOrder\": {\n      \"order\": {\n        \"order_number\": \"string\"\n      }\n    }\n  }\n}"}],"_postman_id":"c037902f-d809-44c6-bfc6-c1520289b96f"},{"name":"B · 3b. Update delivery address (updateCustomerAddress)","id":"2aac825b-9955-4bd7-92d5-35bf905be227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  updateCustomerAddress(id: <ADDRESS_ID>, input: {\n    city: \"Warszawa\"\n    postcode: \"00-001\"\n    telephone: \"600100200\"\n  }) {\n    id\n    city\n    postcode\n    telephone\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> aktualizuje istniejący adres klienta.</p>\n<p><strong>Za co odpowiada:</strong> <code>id</code> wskazuje adres, <code>input</code> zawiera tylko zmieniane pola.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>Int!</code></td>\n<td>ID adresu (z B·3 / B·3a).</td>\n</tr>\n<tr>\n<td><code>input.*</code></td>\n<td>—</td>\n<td>Pola do zmiany (np. <code>city</code>, <code>postcode</code>, <code>telephone</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code> + zmienione pola</td>\n<td>—</td>\n<td>Potwierdzenie aktualizacji.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Weź <code>id</code> adresu z B·3.</li>\n<li>Prześlij tylko pola, które się zmieniają.</li>\n<li>Zaktualizowany adres jest gotowy do użycia w B·4/B·5.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> updates an existing customer address.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>Int!</code></td>\n<td>Address ID (from B·3/B·3a).</td>\n</tr>\n<tr>\n<td><code>input.*</code></td>\n<td>—</td>\n<td>Only the fields to change.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Take the address <code>id</code> from B·3.</li>\n<li>Send only changed fields.</li>\n<li>Use it in B·4/B·5.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8c6e9c52-aad7-4ad1-864d-f309e33956b8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** aktualizuje istniejący adres klienta.\n\n**Za co odpowiada:** `id` wskazuje adres do zmiany (z kroku 3 lub 3a), `input` zawiera tylko pola do nadpisania.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `id` | `Int!` | ID adresu (z `customer.addresses[].id`). |\n| `input` | `CustomerAddressInput!` | Pola do zmiany (np. `city`, `postcode`, `telephone`). |\n\n> Wymaga tokenu klienta (``).\n\n---\n\n### English\n\n**What it does:** updates an existing customer address.\n\n**Behaviour:** `id` points to the address to change (from step 3 or 3a), `input` contains only the fields to overwrite.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `id` | `Int!` | Address ID (from `customer.addresses[].id`). |\n| `input` | `CustomerAddressInput!` | Fields to change (e.g. `city`, `postcode`, `telephone`). |\n\n> Requires a customer token (``)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"updateCustomerAddress\": [\n      {\n        \"id\": \"1\",\n        \"city\": \"przykład / example\",\n        \"postcode\": \"przykład / example\",\n        \"telephone\": \"przykład / example\"\n      }\n    ]\n  }\n}"}],"_postman_id":"2aac825b-9955-4bd7-92d5-35bf905be227"},{"name":"B · 3a. Add delivery address (createCustomerAddress)","id":"575224bb-0ab3-4eec-89c6-60c4086d868b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  createCustomerAddress(input: {\n    firstname: \"Jan\"\n    lastname: \"Kowalski\"\n    company: \"AGRO Sp. z o.o.\"\n    street: [\"ul. Polna 1\"]\n    city: \"Poznań\"\n    region: { region_code: \"WP\", region: \"Wielkopolskie\" }\n    postcode: \"60-001\"\n    country_code: PL\n    telephone: \"600100200\"\n    default_shipping: true\n    default_billing: false\n  }) {\n    id\n    firstname\n    lastname\n    city\n    postcode\n    country_code\n    default_shipping\n    default_billing\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> dodaje nowy adres do konta klienta.</p>\n<p><strong>Za co odpowiada:</strong> komplet pól adresu; może od razu ustawić go jako domyślny.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>firstname</code>/<code>lastname</code></td>\n<td><code>String</code></td>\n<td>Dane odbiorcy.</td>\n</tr>\n<tr>\n<td><code>street</code></td>\n<td><code>[String]</code></td>\n<td>Ulica (tablica linii).</td>\n</tr>\n<tr>\n<td><code>city</code>/<code>postcode</code></td>\n<td><code>String</code></td>\n<td>Miasto, kod pocztowy.</td>\n</tr>\n<tr>\n<td><code>region.region_code</code>/<code>region</code></td>\n<td><code>String</code></td>\n<td>Region (z „F · Countries &amp; regions\").</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td><code>CountryCodeEnum</code></td>\n<td>Kod kraju, np. <code>PL</code>.</td>\n</tr>\n<tr>\n<td><code>default_shipping</code>/<code>default_billing</code></td>\n<td><code>Boolean</code></td>\n<td>Ustaw jako domyślny.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>Int</code></td>\n<td>ID nowego adresu → <code>customer_address_id</code> w B·4/B·5.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Słownik krajów/regionów weź z „F · Countries &amp; regions\".</li>\n<li>Utwórz adres; zapisz zwrócone <code>id</code>.</li>\n<li>Użyj <code>id</code> w B·4/B·5.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> adds a new address to the customer account.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>street</code></td>\n<td><code>[String]</code></td>\n<td>Street lines.</td>\n</tr>\n<tr>\n<td><code>region.region_code</code></td>\n<td><code>String</code></td>\n<td>From \"F · Countries &amp; regions\".</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td><code>CountryCodeEnum</code></td>\n<td>e.g. <code>PL</code>.</td>\n</tr>\n<tr>\n<td><code>default_shipping</code>/<code>billing</code></td>\n<td><code>Boolean</code></td>\n<td>Default flags.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Get country/region from \"F\".</li>\n<li>Create the address, store <code>id</code>.</li>\n<li>Use <code>id</code> in B·4/B·5.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9e331b02-da8a-49a1-8126-13e7c2daf228","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** zapisuje nowy adres na koncie klienta (do użycia w krokach 4/5 jako `customer_address_id`).\n\n**Za co odpowiada:** wykonaj, gdy klient nie ma jeszcze adresu z kroku 3. Zwrócone `id` podajesz potem w `setBillingAddressOnCart` / `setShippingAddressesOnCart`.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `street` | `[String!]` | Ulica jako tablica (1–2 linie). |\n| `region` | `CustomerAddressRegionInput` | `region_code` + `region` (dla PL np. `WP`/`Wielkopolskie`). |\n| `country_code` | `CountryCodeEnum` | Kod kraju bez cudzysłowów, np. `PL`. |\n| `default_shipping` / `default_billing` | `Boolean` | Czy adres domyślny. |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `id` | `Int` | ID adresu = `customer_address_id` w krokach 4/5. |\n\n> Wymaga tokenu klienta (``). Dostępne `region_code` pobierzesz z `F · Countries & regions`.\n\n---\n\n### English\n\n**What it does:** saves a new address on the customer account (to be used in steps 4/5 as `customer_address_id`).\n\n**Behaviour:** run this when the customer has no address yet from step 3. The returned `id` is then passed to `setBillingAddressOnCart` / `setShippingAddressesOnCart`.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `street` | `[String!]` | Street as an array (1–2 lines). |\n| `region` | `CustomerAddressRegionInput` | `region_code` + `region` (for PL e.g. `WP`/`Wielkopolskie`). |\n| `country_code` | `CountryCodeEnum` | Country code without quotes, e.g. `PL`. |\n| `default_shipping` / `default_billing` | `Boolean` | Whether the address is default. |\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `id` | `Int` | Address ID = `customer_address_id` in steps 4/5. |\n\n> Requires a customer token (``). Get valid `region_code` from `F · Countries & regions`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"createCustomerAddress\": [\n      {\n        \"id\": \"1\",\n        \"firstname\": \"przykład / example\",\n        \"lastname\": \"przykład / example\",\n        \"city\": \"przykład / example\",\n        \"postcode\": \"przykład / example\",\n        \"country_code\": \"przykład / example\",\n        \"default_shipping\": \"string\",\n        \"default_billing\": \"string\"\n      }\n    ]\n  }\n}"}],"_postman_id":"575224bb-0ab3-4eec-89c6-60c4086d868b"},{"name":"D · 1. Reorder a past order (reorderItems)","id":"881250bf-b9f1-4569-b787-ee1e9f1759c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  reorderItems(orderNumber: \"<ORDER_NUMBER>\") {\n    cart {\n      id\n      total_quantity\n      items { uid quantity product { sku name } }\n    }\n    userInputErrors { code message path }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> odtwarza koszyk na podstawie wcześniejszego zamówienia.</p>\n<p><strong>Za co odpowiada:</strong> <code>orderNumber</code> wskazuje zamówienie; tworzy koszyk z jego pozycjami i raportuje pozycje problematyczne.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderNumber</code></td>\n<td><code>String!</code></td>\n<td>Numer zamówienia (z <code>placeOrder</code> / „Get order\").</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.id</code></td>\n<td><code>String</code></td>\n<td>Id nowego koszyka → kontynuuj od B·4.</td>\n</tr>\n<tr>\n<td><code>cart.items[]</code></td>\n<td><code>[CartItem]</code></td>\n<td>Odtworzone pozycje.</td>\n</tr>\n<tr>\n<td><code>userInputErrors[]</code></td>\n<td><code>[CheckoutUserInputError]</code></td>\n<td><strong>Sprawdź</strong> — pozycje niedostępne/zmienione.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Podaj <code>orderNumber</code> (wymaga tokenu klienta).</li>\n<li><strong>Sprawdź <code>userInputErrors</code></strong> — część pozycji mogła stać się niedostępna.</li>\n<li>Z <code>cart.id</code> kontynuuj checkout od ustawienia adresu (B·4).</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> rebuilds a cart from a past order.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>orderNumber</code></td>\n<td><code>String!</code></td>\n<td>Order number.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.id</code></td>\n<td><code>String</code></td>\n<td>New cart id → resume at B·4.</td>\n</tr>\n<tr>\n<td><code>userInputErrors[]</code></td>\n<td>—</td>\n<td><strong>Check</strong> for unavailable items.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Provide <code>orderNumber</code> (needs token).</li>\n<li><strong>Check <code>userInputErrors</code></strong>.</li>\n<li>Resume checkout from B·4 with <code>cart.id</code>.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3787fa4a-238e-4340-8ea5-d170a74ca44b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** tworzy koszyk z pozycjami wcześniejszego zamówienia (ponowne zamówienie).\n\n**Za co odpowiada:** `orderNumber` wskazuje zamówienie do powtórzenia. Produkty niedostępne trafiają do `userInputErrors`, reszta ląduje w koszyku — dalej idziesz jak od kroku 4.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `orderNumber` | `String!` | Numer zamówienia (z `getOrderList`/`customerOrders`). |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `cart.id` | `ID` | Koszyk gotowy do finalizacji. |\n| `userInputErrors[]` | `CheckoutUserInputError` | Pozycje, których nie udało się dodać. |\n\n> Wymaga tokenu klienta (``). Status istniejących zamówień sprawdzisz przez `getOrder`/`getOrderList`/`customerOrders`.\n\n---\n\n### English\n\n**What it does:** creates a cart from the items of a previous order (reorder).\n\n**Behaviour:** `orderNumber` points to the order to repeat. Unavailable products go to `userInputErrors`, the rest land in the cart — then continue as from step 4.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `orderNumber` | `String!` | Order number (from `getOrderList`/`customerOrders`). |\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `cart.id` | `ID` | Cart ready to finalize. |\n| `userInputErrors[]` | `CheckoutUserInputError` | Items that could not be added. |\n\n> Requires a customer token (``). Check existing order status via `getOrder`/`getOrderList`/`customerOrders`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"reorderItems\": [\n      {\n        \"cart\": {\n          \"id\": \"1\",\n          \"total_quantity\": 0,\n          \"items\": [\n            {\n              \"uid\": \"1\",\n              \"quantity\": 1,\n              \"product\": {\n                \"sku\": \"SKU-001\",\n                \"name\": \"przykład / example\"\n              }\n            }\n          ]\n        },\n        \"userInputErrors\": [\n          {\n            \"code\": \"przykład / example\",\n            \"message\": \"przykład / example\",\n            \"path\": \"string\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"881250bf-b9f1-4569-b787-ee1e9f1759c1"}],"id":"fe29fde9-9f9a-4512-81f7-d8ce74eb5829","description":"<h2 id=\"pełny-przepływ-zamówienia--full-checkout-flow\">Pełny przepływ zamówienia / Full checkout flow</h2>\n<p><strong>PL — kolejność kroków (B · 0 → B · 9):</strong></p>\n<ol>\n<li><strong>B·0</strong> zaloguj się → <code>token</code> (zapisuje się do <code>customerToken</code>).</li>\n<li><strong>B·1</strong> utwórz koszyk → <code>cart_id</code> (lub użyj istniejącego z „C · Customer cart\").</li>\n<li><strong>B·2</strong> dodaj produkty (SKU + ilość); zapisz <code>items[].uid</code>.</li>\n<li><strong>B·3</strong> pobierz adresy klienta → weź <code>id</code> (brak adresu? <strong>B·3a</strong> dodaj, <strong>B·3b</strong> edytuj).</li>\n<li><strong>B·4</strong> ustaw adres rozliczeniowy (<code>same_as_shipping: true</code> pozwala pominąć B·5).</li>\n<li><strong>B·5</strong> ustaw adres dostawy.</li>\n<li><strong>B·6</strong> odczytaj dostępne metody dostawy i płatności → weź kody.</li>\n<li><strong>B·7</strong> ustaw płatność (<code>code</code>).</li>\n<li><strong>B·8</strong> ustaw dostawę (<code>carrier_code</code> + <code>method_code</code>).</li>\n<li><strong>B·9</strong> złóż zamówienie → zapisz <code>order_number</code>.</li>\n</ol>\n<p><strong>D·1 (Reorder)</strong> — odtworzenie koszyka z wcześniejszego zamówienia; po nim wskakujesz w krok B·4.</p>\n<p>Warunek złożenia: pozycje (B·2) + adresy (B·4/B·5) + płatność (B·7) + dostawa (B·8). Wszystkie kroki wymagają <code>cart_id</code>, a operacje konta — <code>customerToken</code>.</p>\n<p><strong>EN —</strong> checkout sequence B·0→B·9: login → create cart → add items → addresses → billing/shipping address → read methods → set payment → set shipping → place order. D·1 rebuilds a cart from a past order (then resume at B·4).</p>\n","_postman_id":"fe29fde9-9f9a-4512-81f7-d8ce74eb5829","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Koszyk — operacje/Cart operations","item":[{"name":"C · Apply coupon (applyCouponToCart)","id":"61634477-74af-48e0-87cb-f378f9ccaed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  applyCouponToCart(\n    input: {\n      cart_id: \"<CART_ID>\"\n      coupon_code: \"PROMO10\"\n    }\n  ) {\n    cart {\n      applied_coupons { code }\n      prices {\n        discounts { label amount { value currency } }\n        grand_total { value currency }\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> nakłada kod rabatowy na koszyk.</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_id</code> wskazuje koszyk, <code>coupon_code</code> to kod. W odpowiedzi widać naliczony rabat i nową sumę.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Zamaskowany id koszyka (krok 1 / <code>cartId</code>).</td>\n</tr>\n<tr>\n<td><code>input.coupon_code</code></td>\n<td><code>String!</code></td>\n<td>Kod kuponu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.applied_coupons[].code</code></td>\n<td><code>String</code></td>\n<td>Aktywne kupony po nałożeniu.</td>\n</tr>\n<tr>\n<td><code>cart.prices.discounts[]</code></td>\n<td><code>[Discount]</code></td>\n<td>Naliczone rabaty (<code>label</code> + <code>amount</code>).</td>\n</tr>\n<tr>\n<td><code>cart.prices.grand_total</code></td>\n<td><code>Money</code></td>\n<td>Suma po rabacie.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) zbuduj koszyk (B·1–B·2); 2) nałóż kupon; 3) odczytaj <code>prices</code> do pokazania rabatu. Magento standardowo trzyma <strong>jeden</strong> kupon naraz — kolejny nadpisuje poprzedni. Błędny kod zwraca <code>errors[]</code> (HTTP 200).</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> applies a coupon code to the cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Masked cart id.</td>\n</tr>\n<tr>\n<td><code>input.coupon_code</code></td>\n<td><code>String!</code></td>\n<td>Coupon code.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.applied_coupons[].code</code></td>\n<td><code>String</code></td>\n<td>Active coupons.</td>\n</tr>\n<tr>\n<td><code>cart.prices.grand_total</code></td>\n<td><code>Money</code></td>\n<td>Total after discount.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> build the cart, apply the coupon, re-read <code>prices</code>. One coupon at a time; invalid codes return <code>errors[]</code> with HTTP 200.</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f23282ad-9a80-48e1-a81e-ae9ecf24d8f0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** stosuje kod rabatowy do koszyka.\n\n**Za co odpowiada:** `coupon_code` to kod wpisany przez klienta. Po zastosowaniu sprawdź `prices.discounts` i nowy `grand_total`.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n| `coupon_code` | `String!` | Kod rabatowy (od klienta / z kampanii). |\n\n> Magento Open Source = jeden aktywny kupon na koszyk (kolejny nadpisuje). Usunięcie: `removeCouponFromCart(input: { cart_id })`.\n\n---\n\n### English\n\n**What it does:** applies a discount code to the cart.\n\n**Behaviour:** `coupon_code` is the code entered by the customer. After applying, check `prices.discounts` and the new `grand_total`.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n| `coupon_code` | `String!` | Discount code (from the customer / a campaign). |\n\n> Magento Open Source = one active coupon per cart (the next one overwrites). To remove: `removeCouponFromCart(input: { cart_id })`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"applyCouponToCart\": {\n      \"cart\": {\n        \"applied_coupons\": [\n          {\n            \"code\": \"przykład / example\"\n          }\n        ],\n        \"prices\": {\n          \"discounts\": [\n            {\n              \"label\": \"przykład / example\",\n              \"amount\": {\n                \"value\": 0,\n                \"currency\": \"PLN\"\n              }\n            }\n          ],\n          \"grand_total\": {\n            \"value\": 0,\n            \"currency\": \"PLN\"\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"61634477-74af-48e0-87cb-f378f9ccaed5"},{"name":"C · Update qty / remove item (updateCartItems / removeItemFromCart)","id":"8b5f4c74-e69d-4407-b5bb-d89e1c090ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  updateCartItems(\n    input: {\n      cart_id: \"<CART_ID>\"\n      cart_items: [\n        {\n          # uid = Base64(id pozycji), np. id 24 -> \"MjQ=\"\n          cart_item_uid: \"MjQ=\"\n          quantity: 3\n        }\n      ]\n    }\n  ) {\n    cart {\n      itemsV2 {\n        items {\n          uid\n          product { name }\n          quantity\n        }\n        total_count\n        page_info {\n          page_size\n          current_page\n          total_pages\n        }\n      }\n      prices {\n        grand_total { value currency }\n      }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zmienia ilość pozycji w koszyku (a <code>quantity: 0</code> ją usuwa).</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_item_uid</code> wskazuje pozycję, <code>quantity</code> to nowa ilość. Edycja po stronie koszyka.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n<tr>\n<td><code>input.cart_items[].cart_item_uid</code></td>\n<td><code>ID!</code></td>\n<td>UID pozycji = Base64(<code>id</code>). Z odpowiedzi B·2 / C·Add (<code>items[].uid</code>).</td>\n</tr>\n<tr>\n<td><code>input.cart_items[].quantity</code></td>\n<td><code>Float!</code></td>\n<td>Nowa ilość; <strong><code>0</code></strong> <strong>= usuń pozycję</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.itemsV2.items[]</code></td>\n<td><code>[CartItem]</code></td>\n<td>Aktualne pozycje (<code>uid</code>, <code>quantity</code>, <code>product.name</code>).</td>\n</tr>\n<tr>\n<td><code>cart.prices.grand_total</code></td>\n<td><code>Money</code></td>\n<td>Suma po zmianie.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) z dodawania do koszyka zapisz <code>items[].uid</code>; 2) wyślij update z nowym <code>quantity</code>; 3) by usunąć użyj <code>removeItemFromCart</code>. Zawsze odczytaj <code>prices</code> po operacji.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> changes a cart item quantity (<code>quantity: 0</code> removes it).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n<tr>\n<td><code>input.cart_items[].cart_item_uid</code></td>\n<td><code>ID!</code></td>\n<td>Item UID = Base64(<code>id</code>), from the add-to-cart response.</td>\n</tr>\n<tr>\n<td><code>input.cart_items[].quantity</code></td>\n<td><code>Float!</code></td>\n<td>New qty; <strong><code>0</code></strong> <strong>removes the item</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> store <code>uid</code> from add-to-cart, send update with new <code>quantity</code>;use <code>removeItemFromCart</code> to remove. Re-read <code>prices</code> afterwards.</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e29ae62a-a643-488e-81e3-25dd29a29d3e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** zmienia ilość pozycji w koszyku lub ją usuwa.\n\n**Za co odpowiada:** `cart_item_uid` wskazuje konkretną **pozycję koszyka** (nie produkt), a `quantity` ustawia nową ilość. `quantity: 0` usuwa pozycję.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Z kroku 1. |\n| `cart_items` | `[CartItemUpdateInput!]!` | Lista zmian. |\n| `cart_items[].cart_item_uid` | `ID!` | UID pozycji koszyka. Pobierz z `itemsV2.items[].uid` lub policz: `uid = Base64(id)` (np. id 24 → `\"MjQ=\"`). |\n| `cart_items[].quantity` | `Float` | Nowa ilość. `0` = usuń pozycję. |\n\n**Usuwanie osobną mutacją:** `removeItemFromCart(input: { cart_id, cart_item_uid })`.\n\n> Całkowite `cart_item_id` jeszcze działa, ale w 2.4.x jest deprecated — używaj `cart_item_uid`.\n\n---\n\n### English\n\n**What it does:** changes the quantity of a cart item or removes it.\n\n**Behaviour:** `cart_item_uid` points to a specific **cart item** (not a product), and `quantity` sets the new amount. `quantity: 0` removes the item.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | From step 1. |\n| `cart_items` | `[CartItemUpdateInput!]!` | List of changes. |\n| `cart_items[].cart_item_uid` | `ID!` | Cart item UID. Get it from `itemsV2.items[].uid` or compute: `uid = Base64(id)` (e.g. id 24 → `\"MjQ=\"`). |\n| `cart_items[].quantity` | `Float` | New quantity. `0` = remove the item. |\n\n**Removal via a separate mutation:** `removeItemFromCart(input: { cart_id, cart_item_uid })`.\n\n> The numeric `cart_item_id` still works but is deprecated in 2.4.x — use `cart_item_uid`."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"updateCartItems\": [\n      {\n        \"cart\": {\n          \"itemsV2\": {\n            \"items\": [\n              {\n                \"uid\": \"1\",\n                \"product\": {\n                  \"name\": \"przykład / example\"\n                },\n                \"quantity\": 1\n              }\n            ],\n            \"total_count\": 1,\n            \"page_info\": {\n              \"page_size\": 1,\n              \"current_page\": 1,\n              \"total_pages\": 1\n            }\n          },\n          \"prices\": {\n            \"grand_total\": {\n              \"value\": 0,\n              \"currency\": \"PLN\"\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"8b5f4c74-e69d-4407-b5bb-d89e1c090ecb"},{"name":"C · Customer cart (customerCart) — alternative to step 1","id":"eb701bce-ed45-4471-8096-a2b2fd1d6d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"{\n  customerCart {\n    id\n    total_quantity\n    items {\n      id\n      quantity\n      product { sku name }\n    }\n    prices {\n      grand_total { value currency }\n    }\n  }\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> zwraca aktywny koszyk <strong>zalogowanego</strong> klienta (zamiast tworzyć nowy).</p>\n<p><strong>Za co odpowiada:</strong> brak parametrów — koszyk wybierany jest po <code>customerToken</code> z nagłówka. Alternatywa dla <code>createEmptyCart</code> (krok B·1).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>Brak. Wymaga <code>Authorization: Bearer </code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerCart.id</code></td>\n<td><code>String</code></td>\n<td>Id koszyka klienta — użyj jako <code>cart_id</code> w dalszych krokach.</td>\n</tr>\n<tr>\n<td><code>customerCart.total_quantity</code></td>\n<td><code>Float</code></td>\n<td>Łączna liczba sztuk.</td>\n</tr>\n<tr>\n<td><code>customerCart.items[]</code></td>\n<td><code>[CartItem]</code></td>\n<td>Zawartość koszyka.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> dla zalogowanego klienta <strong>pomiń</strong> <code>createEmptyCart</code> — pobierz <code>customerCart.id</code> i używaj go jako <code>cart_id</code>. Dzięki temu nie tworzysz pustych koszyków-duchów.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns the logged-in customer's active cart (instead of creating a new one).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>None. Requires <code>Authorization: Bearer </code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerCart.id</code></td>\n<td><code>String</code></td>\n<td>Use as <code>cart_id</code> downstream.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> for logged-in users skip <code>createEmptyCart</code>; read <code>customerCart.id</code> and use it as <code>cart_id</code>.</p>\n","urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"disabled":true,"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b57383f6-5b02-40d9-a966-965d78110a62","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"auth":{"type":"bearer","bearer":{"token":""}},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","disabled":true}]},"description":"**Co robi:** zwraca aktywny koszyk zalogowanego klienta (tworzy go, jeśli nie istnieje) — alternatywa dla `createEmptyCart` z kroku 1.\n\n**Za co odpowiada:** pole `id` z odpowiedzi to zamaskowany `cart_id`, którego używasz w krokach 2–9 dokładnie tak samo jak dla nowego koszyka.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| *(brak)* | — | Wymaga tokenu klienta (nagłówek `Authorization`). |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `id` | `String` | Zamaskowany `cart_id` → użyj w krokach 2–9. |\n| `total_quantity` | `Float` | Łączna liczba sztuk w koszyku. |\n| `prices.grand_total` | `Money` | Wartość koszyka. |\n\n> Instrukcja AGRO-RAMI używa `createEmptyCart` z tokenem klienta; `customerCart` to wygodna alternatywa, gdy chcesz dopiąć się do istniejącego koszyka.\n\n---\n\n### English\n\n**What it does:** returns the active cart of the logged-in customer (creating it if it doesn't exist) — an alternative to `createEmptyCart` from step 1.\n\n**Behaviour:** the `id` field from the response is the masked `cart_id`, used in steps 2–9 exactly like for a new cart.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| *(none)* | — | Requires a customer token (`Authorization` header). |\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `id` | `String` | Masked `cart_id` → use in steps 2–9. |\n| `total_quantity` | `Float` | Total number of units in the cart. |\n| `prices.grand_total` | `Money` | Cart total. |\n\n> The AGRO-RAMI guide uses `createEmptyCart` with a customer token; `customerCart` is a convenient alternative when you want to attach to an existing cart."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"id\": \"1\",\n      \"total_quantity\": 0,\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"quantity\": 1,\n          \"product\": {\n            \"sku\": \"SKU-001\",\n            \"name\": \"przykład / example\"\n          }\n        }\n      ],\n      \"prices\": {\n        \"grand_total\": {\n          \"value\": 0,\n          \"currency\": \"PLN\"\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"eb701bce-ed45-4471-8096-a2b2fd1d6d88"},{"name":"C · Add products — universal (addProductsToCart)","id":"15015724-d220-4f1e-b876-c24ca1326089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  addProductsToCart(\n    cartId: \"<CART_ID>\"\n    cartItems: [\n      { sku: \"<SKU>\", quantity: 1 }\n    ]\n  ) {\n    cart {\n      total_quantity\n      items { uid quantity product { sku name } }\n    }\n    user_errors { code message }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> dodaje produkty dowolnego typu do koszyka (zalecana, uniwersalna metoda Adobe).</p>\n<p><strong>Za co odpowiada:</strong> <code>cartId</code> wskazuje koszyk, <code>cartItems</code> to lista <code>{sku, quantity}</code>. W przeciwieństwie do <code>addSimpleProductsToCart</code> zwraca <code>user_errors</code> zamiast twardo rzucać błędem.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cartId</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n<tr>\n<td><code>cartItems[].sku</code></td>\n<td><code>String!</code></td>\n<td>SKU produktu.</td>\n</tr>\n<tr>\n<td><code>cartItems[].quantity</code></td>\n<td><code>Float!</code></td>\n<td>Ilość.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.items[].uid</code></td>\n<td><code>ID</code></td>\n<td>UID pozycji — do edycji (sekcja C).</td>\n</tr>\n<tr>\n<td><code>cart.total_quantity</code></td>\n<td><code>Float</code></td>\n<td>Suma sztuk w koszyku.</td>\n</tr>\n<tr>\n<td><code>user_errors[]</code></td>\n<td><code>[CartUserInputError]</code></td>\n<td><strong>Zawsze sprawdzaj</strong> — częściowe błędy (np. brak stanu) nie przerywają requestu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) dodaj pozycje; 2) <strong>sprawdź <code>user_errors</code></strong> (puste = sukces); 3) zapisz <code>items[].uid</code> na potrzeby edycji. To preferowana metoda zamiast osobnych <code>add*ProductsToCart</code>.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> adds products of any type (Adobe's recommended universal method).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cartId</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n<tr>\n<td><code>cartItems[].sku</code></td>\n<td><code>String!</code></td>\n<td>SKU.</td>\n</tr>\n<tr>\n<td><code>cartItems[].quantity</code></td>\n<td><code>Float!</code></td>\n<td>Quantity.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.items[].uid</code></td>\n<td><code>ID</code></td>\n<td>Item UID for editing.</td>\n</tr>\n<tr>\n<td><code>user_errors[]</code></td>\n<td><code>[CartUserInputError]</code></td>\n<td><strong>Always check</strong> — partial failures do not throw.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> add items, check <code>user_errors</code> (empty = success), store <code>uid</code> for later edits.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cd7b1e1e-6a91-4bee-9b78-afed716068b4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** uniwersalne dodawanie produktów do koszyka — działa dla wszystkich typów (simple, configurable, bundle…), w przeciwieństwie do `addSimpleProductsToCart` (krok 2).\n\n**Za co odpowiada:** `cartItems` to lista pozycji (`sku` + `quantity`). Zamiast twardego błędu zwraca `user_errors`, więc łatwiej obsłużyć np. brak na stanie.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cartId` | `String!` | Zamaskowany id koszyka (krok 1). |\n| `cartItems[].sku` | `String!` | SKU produktu. |\n| `cartItems[].quantity` | `Float!` | Ilość. |\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `cart.items[].uid` | `ID` | UID pozycji — potrzebny do edycji/usuwania. |\n| `user_errors[]` | `CartUserInputError` | Błędy walidacji bez przerywania całej operacji. |\n\n> Adobe zaleca tę mutację zamiast `addSimpleProductsToCart` dla nowych integracji.\n\n---\n\n### English\n\n**What it does:** universal adding of products to the cart — works for all types (simple, configurable, bundle…), unlike `addSimpleProductsToCart` (step 2).\n\n**Behaviour:** `cartItems` is a list of items (`sku` + `quantity`). Instead of a hard error it returns `user_errors`, making it easier to handle e.g. out-of-stock.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cartId` | `String!` | Masked cart id (step 1). |\n| `cartItems[].sku` | `String!` | Product SKU. |\n| `cartItems[].quantity` | `Float!` | Quantity. |\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `cart.items[].uid` | `ID` | Item UID — needed for editing/removing. |\n| `user_errors[]` | `CartUserInputError` | Validation errors without aborting the whole operation. |\n\n> Adobe recommends this mutation over `addSimpleProductsToCart` for new integrations."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"addProductsToCart\": {\n      \"cart\": {\n        \"total_quantity\": 0,\n        \"items\": [\n          {\n            \"uid\": \"1\",\n            \"quantity\": 1,\n            \"product\": {\n              \"sku\": \"SKU-001\",\n              \"name\": \"przykład / example\"\n            }\n          }\n        ]\n      },\n      \"user_errors\": [\n        {\n          \"code\": \"przykład / example\",\n          \"message\": \"przykład / example\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"15015724-d220-4f1e-b876-c24ca1326089"},{"name":"C · Remove item (removeItemFromCart)","id":"b4cc48e5-49b9-4060-91f2-d87f1e27d309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  removeItemFromCart(input: {\n    cart_id: \"<CART_ID>\"\n    cart_item_uid: \"<CART_ITEM_UID>\"\n  }) {\n    cart {\n      total_quantity\n      items { uid quantity }\n      prices { grand_total { value currency } }\n    }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> usuwa pojedynczą pozycję z koszyka.</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_item_uid</code> wskazuje pozycję do usunięcia.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n<tr>\n<td><code>input.cart_item_uid</code></td>\n<td><code>ID!</code></td>\n<td>UID pozycji (z odpowiedzi dodawania).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.items[]</code></td>\n<td><code>[CartItem]</code></td>\n<td>Pozostałe pozycje.</td>\n</tr>\n<tr>\n<td><code>cart.prices.grand_total</code></td>\n<td><code>Money</code></td>\n<td>Suma po usunięciu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> odpowiednik <code>updateCartItems</code> z <code>quantity: 0</code>. Użyj, gdy chcesz jawnie usunąć jeden wiersz po jego <code>uid</code>.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> removes a single cart item.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n<tr>\n<td><code>input.cart_item_uid</code></td>\n<td><code>ID!</code></td>\n<td>Item UID.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> equivalent to <code>updateCartItems</code> with <code>quantity: 0</code>; use to explicitly drop one line by its <code>uid</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fc33d2f8-fac7-4498-b3d0-6750b208fba0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** usuwa jedną pozycję z koszyka.\n\n**Za co odpowiada:** `cart_item_uid` identyfikuje pozycję do usunięcia (z odpowiedzi `addProductsToCart`/`cart`). Alternatywnie tę samą pozycję usuniesz przez `updateCartItems` z `quantity: 0`.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Zamaskowany id koszyka (krok 1). |\n| `cart_item_uid` | `ID!` | UID pozycji koszyka. |\n\n> Działa dla koszyka gościa i zalogowanego klienta.\n\n---\n\n### English\n\n**What it does:** removes one item from the cart.\n\n**Behaviour:** `cart_item_uid` identifies the item to remove (from the `addProductsToCart`/`cart` response). Alternatively remove the same item via `updateCartItems` with `quantity: 0`.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Masked cart id (step 1). |\n| `cart_item_uid` | `ID!` | Cart item UID. |\n\n> Works for guest and logged-in customer carts."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"removeItemFromCart\": {\n      \"cart\": {\n        \"total_quantity\": 0,\n        \"items\": [\n          {\n            \"uid\": \"1\",\n            \"quantity\": 1\n          }\n        ],\n        \"prices\": {\n          \"grand_total\": {\n            \"value\": 0,\n            \"currency\": \"PLN\"\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"b4cc48e5-49b9-4060-91f2-d87f1e27d309"},{"name":"C · Remove coupon (removeCouponFromCart)","id":"6de010d4-a233-4fb9-a1ae-84f60e869e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  removeCouponFromCart(input: { cart_id: \"<CART_ID>\" }) {\n    cart {\n      applied_coupons { code }\n      prices { grand_total { value currency } }\n    }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> zdejmuje kupon z koszyka.</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_id</code> wskazuje koszyk; po operacji <code>applied_coupons</code> jest puste.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.applied_coupons</code></td>\n<td><code>[AppliedCoupon]</code></td>\n<td>Po zdjęciu zwykle <code>null</code>/puste.</td>\n</tr>\n<tr>\n<td><code>cart.prices.grand_total</code></td>\n<td><code>Money</code></td>\n<td>Suma bez rabatu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> wywołaj, by cofnąć <code>applyCouponToCart</code>, następnie odczytaj <code>prices</code>. Magento trzyma jeden kupon, więc nie trzeba podawać kodu.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> removes the coupon from the cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Cart id.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> reverses <code>applyCouponToCart</code>; re-read <code>prices</code>. No code needed (single-coupon model).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0cd9b745-644f-44c7-b3f5-c36fefd17db5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** zdejmuje kupon rabatowy z koszyka (przeciwieństwo `applyCouponToCart`).\n\n**Za co odpowiada:** Magento dopuszcza jeden kupon na koszyk, więc nie podaje się kodu — usuwany jest aktualnie przypisany.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Zamaskowany id koszyka (krok 1). |\n\n> Działa dla koszyka gościa i zalogowanego klienta.\n\n---\n\n### English\n\n**What it does:** removes the discount coupon from the cart (opposite of `applyCouponToCart`).\n\n**Behaviour:** Magento allows one coupon per cart, so no code is passed — the currently applied one is removed.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Masked cart id (step 1). |\n\n> Works for guest and logged-in customer carts."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"removeCouponFromCart\": {\n      \"cart\": {\n        \"applied_coupons\": [\n          {\n            \"code\": \"przykład / example\"\n          }\n        ],\n        \"prices\": {\n          \"grand_total\": {\n            \"value\": 0,\n            \"currency\": \"PLN\"\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"6de010d4-a233-4fb9-a1ae-84f60e869e18"},{"name":"C · Guest email — guest checkout only (setGuestEmailOnCart)","id":"e85338b4-6b3f-41c6-ba68-36635bbc2285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  setGuestEmailOnCart(input: {\n    cart_id: \"<CART_ID>\"\n    email: \"klient@example.com\"\n  }) {\n    cart { email }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> ustawia e-mail gościa na koszyku (tylko checkout bez logowania).</p>\n<p><strong>Za co odpowiada:</strong> <code>cart_id</code> + <code>email</code>. Magento wymaga e-maila gościa przed złożeniem zamówienia.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka gościa.</td>\n</tr>\n<tr>\n<td><code>input.email</code></td>\n<td><code>String!</code></td>\n<td>E-mail gościa.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cart.email</code></td>\n<td><code>String</code></td>\n<td>Ustawiony e-mail.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> <strong>tylko dla gościa</strong> (bez <code>customerToken</code>). Kolejność: utwórz koszyk → dodaj produkty → <code>setGuestEmailOnCart</code> → adresy/dostawa/płatność → <code>placeOrder</code>. Dla zalogowanego klienta ten krok pomijasz.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> sets the guest email on the cart (guest checkout only).</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.cart_id</code></td>\n<td><code>String!</code></td>\n<td>Guest cart id.</td>\n</tr>\n<tr>\n<td><code>input.email</code></td>\n<td><code>String!</code></td>\n<td>Guest email.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> guest-only (no token). Set the email before <code>placeOrder</code>; skip it for logged-in customers.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b286f4cb-d676-4f38-93d5-40aeda859543","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** ustawia e-mail na koszyku gościa.\n\n**Za co odpowiada:** **wymagane przed `placeOrder` (krok 9) tylko przy checkoucie gościa** (bez logowania z kroku 0). Dla zalogowanego klienta pomijasz ten krok — e-mail bierze się z konta.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Zamaskowany id koszyka (krok 1). |\n| `email` | `String!` | E-mail gościa. |\n\n> Pomiń, jeśli integracja zawsze działa na zalogowanym kliencie (token z kroku 0).\n\n---\n\n### English\n\n**What it does:** sets the e-mail on a guest cart.\n\n**Behaviour:** **required before `placeOrder` (step 9) only for guest checkout** (without the login in step 0). For a logged-in customer you skip this step — the e-mail comes from the account.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `cart_id` | `String!` | Masked cart id (step 1). |\n| `email` | `String!` | Guest e-mail. |\n\n> Skip if the integration always operates on a logged-in customer (token from step 0)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"setGuestEmailOnCart\": {\n      \"cart\": {\n        \"email\": \"ex@ex.pl\"\n      }\n    }\n  }\n}"}],"_postman_id":"e85338b4-6b3f-41c6-ba68-36635bbc2285"},{"name":"C · Merge carts after login (mergeCarts)","id":"368dbb6e-e7f9-4f68-9d0e-580ef37bd68b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  mergeCarts(\n    source_cart_id: \"<GUEST_CART_ID>\"\n    destination_cart_id: \"<CUSTOMER_CART_ID>\"\n  ) {\n    id\n    total_quantity\n    items { uid quantity }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> scala koszyk gościa z koszykiem zalogowanego klienta.</p>\n<p><strong>Za co odpowiada:</strong> <code>source_cart_id</code> (gość) wlewa się do <code>destination_cart_id</code> (klient), żeby po zalogowaniu nie zgubić pozycji.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>source_cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka gościa (sprzed logowania).</td>\n</tr>\n<tr>\n<td><code>destination_cart_id</code></td>\n<td><code>String!</code></td>\n<td>Id koszyka klienta (<code>customerCart.id</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>String</code></td>\n<td>Id scalonego (docelowego) koszyka.</td>\n</tr>\n<tr>\n<td><code>total_quantity</code></td>\n<td><code>Float</code></td>\n<td>Suma sztuk po scaleniu.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) zapamiętaj koszyk gościa; 2) po logowaniu pobierz <code>customerCart.id</code>; 3) <code>mergeCarts(source = gość, destination = klient)</code>; 4) dalej pracuj na koszyku klienta.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> merges a guest cart into the logged-in customer cart.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>source_cart_id</code></td>\n<td><code>String!</code></td>\n<td>Guest cart id.</td>\n</tr>\n<tr>\n<td><code>destination_cart_id</code></td>\n<td><code>String!</code></td>\n<td>Customer cart id (<code>customerCart.id</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> remember the guest cart, after login fetch <code>customerCart.id</code>, merge guest → customer, then continue on the customer cart.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7eef98d4-81f1-44cf-9acd-b086a72b29ae","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** scala koszyk gościa z koszykiem zalogowanego klienta.\n\n**Za co odpowiada:** użyj, gdy klient dodał produkty jako gość, a potem się zalogował — pozycje z `source` trafiają do `destination`.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `source_cart_id` | `String!` | Koszyk gościa (sprzed logowania). |\n| `destination_cart_id` | `String!` | Koszyk klienta (`customerCart` po zalogowaniu). |\n\n> Wymaga tokenu klienta (``).\n\n---\n\n### English\n\n**What it does:** merges a guest cart into the logged-in customer's cart.\n\n**Behaviour:** use it when the customer added products as a guest and then logged in — items from `source` move into `destination`.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `source_cart_id` | `String!` | Guest cart (from before login). |\n| `destination_cart_id` | `String!` | Customer cart (`customerCart` after login). |\n\n> Requires a customer token (``)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"mergeCarts\": {\n      \"id\": \"1\",\n      \"total_quantity\": 0,\n      \"items\": [\n        {\n          \"uid\": \"1\",\n          \"quantity\": 1\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"368dbb6e-e7f9-4f68-9d0e-580ef37bd68b"}],"id":"74b31978-aaf4-4d0d-8049-a5d81f467aba","description":"<p><strong>PL</strong> Operacje na istniejacym koszyku: dodawanie (uniwersalne), zmiana ilosci i usuwanie pozycji, kupony, koszyk klienta, e-mail goscia i scalanie koszykow po logowaniu. Wszystkie wymagaja <code>cart_id</code>.</p>\n<p><strong>EN</strong> Operations on an existing cart: add (universal), update/remove items, coupons, customer cart, guest email and merging carts after login. All need <code>cart_id</code>.</p>\n","_postman_id":"74b31978-aaf4-4d0d-8049-a5d81f467aba","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Konto i adresy/Account & addresses","item":[{"name":"E · Change password (changeCustomerPassword)","id":"a8285eb5-b356-49da-9e32-52c45172c35a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  changeCustomerPassword(\n    currentPassword: \"<CURRENT_PASSWORD>\"\n    newPassword: \"<NEW_PASSWORD>\"\n  ) {\n    id\n    email\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> zmienia hasło zalogowanego klienta.</p>\n<p><strong>Za co odpowiada:</strong> weryfikuje <code>currentPassword</code> i ustawia <code>newPassword</code>. Wymaga <code>customerToken</code>.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>currentPassword</code></td>\n<td><code>String!</code></td>\n<td>Obecne hasło.</td>\n</tr>\n<tr>\n<td><code>newPassword</code></td>\n<td><code>String!</code></td>\n<td>Nowe hasło (zgodne z polityką sklepu).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td><code>Int</code></td>\n<td>Id klienta.</td>\n</tr>\n<tr>\n<td><code>email</code></td>\n<td><code>String</code></td>\n<td>E-mail klienta (potwierdzenie).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> wyślij z <code>Authorization: Bearer </code>. Po zmianie hasła dotychczasowe tokeny mogą wygasnąć — w razie potrzeby zaloguj ponownie (<code>generateCustomerToken</code>).</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> changes the logged-in customer's password.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>currentPassword</code></td>\n<td><code>String!</code></td>\n<td>Current password.</td>\n</tr>\n<tr>\n<td><code>newPassword</code></td>\n<td><code>String!</code></td>\n<td>New password.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> send with the bearer token; existing tokens may expire afterwards — re-login if needed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9667cd26-400f-4611-8c8b-1a45fdc6e086","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** zmienia hasło zalogowanego klienta (inne niż reset z maila).\n\n**Za co odpowiada:** wymaga znajomości obecnego hasła — operacja self-service dla klienta z aktywnym tokenem.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `currentPassword` | `String!` | Aktualne hasło. |\n| `newPassword` | `String!` | Nowe hasło. |\n\n> Wymaga tokenu klienta (``).\n\n---\n\n### English\n\n**What it does:** changes the logged-in customer's password (different from the e-mail reset).\n\n**Behaviour:** requires knowing the current password — a self-service operation for a customer with an active token.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `currentPassword` | `String!` | Current password. |\n| `newPassword` | `String!` | New password. |\n\n> Requires a customer token (``)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"changeCustomerPassword\": {\n      \"id\": \"1\",\n      \"email\": \"ex@ex.pl\"\n    }\n  }\n}"}],"_postman_id":"a8285eb5-b356-49da-9e32-52c45172c35a"},{"name":"E · Update profile (updateCustomerV2)","id":"2421e2e3-8691-47d4-bc65-1eccb938b073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\n  updateCustomerV2(input: {\n    firstname: \"Jan\"\n    lastname: \"Kowalski\"\n  }) {\n    customer { firstname lastname email }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> aktualizuje dane profilu zalogowanego klienta.</p>\n<p><strong>Za co odpowiada:</strong> <code>input</code> zawiera pola do zmiany (imię, nazwisko itd.). Wymaga <code>customerToken</code>. E-maila zmienia się osobnym przepływem.</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.firstname</code></td>\n<td><code>String</code></td>\n<td>Imię.</td>\n</tr>\n<tr>\n<td><code>input.lastname</code></td>\n<td><code>String</code></td>\n<td>Nazwisko.</td>\n</tr>\n<tr>\n<td><code>input.*</code></td>\n<td>—</td>\n<td>Inne pola profilu (np. <code>date_of_birth</code>, <code>prefix</code>) — patrz typ <code>CustomerUpdateInput</code> w Referencji.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customer.firstname</code> / <code>lastname</code></td>\n<td><code>String</code></td>\n<td>Zaktualizowane dane.</td>\n</tr>\n<tr>\n<td><code>customer.email</code></td>\n<td><code>String</code></td>\n<td>E-mail (do potwierdzenia).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> wyślij tylko te pola, które zmieniasz, z tokenem klienta. Zmiana e-maila/hasła idzie osobnymi mutacjami (<code>changeCustomerEmail</code> / <code>changeCustomerPassword</code>).</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> updates the logged-in customer's profile.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>input.firstname</code></td>\n<td><code>String</code></td>\n<td>First name.</td>\n</tr>\n<tr>\n<td><code>input.lastname</code></td>\n<td><code>String</code></td>\n<td>Last name.</td>\n</tr>\n<tr>\n<td><code>input.*</code></td>\n<td>—</td>\n<td>Other profile fields — see <code>CustomerUpdateInput</code> in Reference.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> send only changed fields with the bearer token; email/password use separate mutations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f3a786ca-6c8a-4582-aee2-edd60da0d91d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** aktualizuje dane profilu zalogowanego klienta.\n\n**Za co odpowiada:** `input` zawiera tylko pola do zmiany. Nowsza wersja `updateCustomer`; zmianę e-maila część konfiguracji wymaga potwierdzenia hasłem.\n\n**Parametry wejściowe**\n\n| Pole | Typ | Opis / jak zdobyć |\n|------|-----|-------------------|\n| `input` | `CustomerUpdateInput!` | Pola do zmiany (np. `firstname`, `lastname`). |\n\n> Wymaga tokenu klienta (``).\n\n---\n\n### English\n\n**What it does:** updates the logged-in customer's profile data.\n\n**Behaviour:** `input` contains only the fields to change. Newer version of `updateCustomer`; in some configurations changing the e-mail requires password confirmation.\n\n**Input parameters**\n\n| Field | Type | Description / how to obtain |\n|------|-----|-------------------|\n| `input` | `CustomerUpdateInput!` | Fields to change (e.g. `firstname`, `lastname`). |\n\n> Requires a customer token (``)."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"updateCustomerV2\": {\n      \"customer\": {\n        \"firstname\": \"przykład / example\",\n        \"lastname\": \"przykład / example\",\n        \"email\": \"ex@ex.pl\"\n      }\n    }\n  }\n}"}],"_postman_id":"2421e2e3-8691-47d4-bc65-1eccb938b073"},{"name":"F · Countries & regions for addresses (countries)","id":"6fdf6c5b-9d73-4c51-8502-2704bd135641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  countries {\n    id\n    full_name_locale\n    two_letter_abbreviation\n    available_regions { id code name }\n  }\n}\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Co robi:</strong> zwraca słownik krajów i ich regionów/województw do formularzy adresowych.</p>\n<p><strong>Za co odpowiada:</strong> brak parametrów. Dane potrzebne, by poprawnie wypełnić adres w krokach B·4/B·5 (kod kraju + <code>region_id</code>/kod regionu).</p>\n<p><strong>Parametry wejściowe</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>Brak (publiczne, bez tokenu).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>countries[].two_letter_abbreviation</code></td>\n<td><code>String</code></td>\n<td>Kod kraju (np. <code>PL</code>) → <code>country_code</code> w adresie.</td>\n</tr>\n<tr>\n<td><code>countries[].full_name_locale</code></td>\n<td><code>String</code></td>\n<td>Nazwa kraju w języku sklepu.</td>\n</tr>\n<tr>\n<td><code>countries[].available_regions[]</code></td>\n<td><code>[Region]</code></td>\n<td><code>id</code>, <code>code</code>, <code>name</code> regionu → <code>region_id</code>/<code>region.region_code</code> w adresie.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong> 1) pobierz raz przy starcie i zcache'uj; 2) zbuduj listy wyboru kraju i regionu; 3) wybrane wartości (<code>country_code</code>, <code>region_id</code>) wstaw do <code>setBillingAddressOnCart</code> / <code>setShippingAddressesOnCart</code>.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> returns the dictionary of countries and their regions for address forms.</p>\n<p><strong>Input parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>—</td>\n<td>—</td>\n<td>None (public, no token).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Selected response fields</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>What it is / how to use</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>countries[].two_letter_abbreviation</code></td>\n<td><code>String</code></td>\n<td>Country code (e.g. <code>PL</code>) → <code>country_code</code>.</td>\n</tr>\n<tr>\n<td><code>countries[].available_regions[]</code></td>\n<td><code>[Region]</code></td>\n<td><code>id</code>/<code>code</code>/<code>name</code> → <code>region_id</code> / <code>region.region_code</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong> fetch once and cache, build country/region pickers, feed selected values into the set-address steps.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"19e6d3c5-e5e7-49bc-b05a-db7b01baf625","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Co robi:** zwraca listę krajów i ich regionów/województw — do wypełniania pól adresu.\n\n**Za co odpowiada:** stąd bierzesz poprawne `country_code` oraz `region_code`/`region` używane w `createCustomerAddress` (3a) i ustawianiu adresów na koszyku (4/5).\n\n**Wybrane pola odpowiedzi**\n\n| Pole | Typ | Co to / jak użyć |\n|------|-----|------------------|\n| `id` / `two_letter_abbreviation` | `String` | Kod kraju (np. `PL`). |\n| `available_regions[].code` | `String` | Kod regionu = `region_code`. |\n| `available_regions[].name` | `String` | Nazwa regionu = `region`. |\n\n> Operacja publiczna — nie wymaga tokenu.\n\n---\n\n### English\n\n**What it does:** returns the list of countries and their regions/provinces — for filling address fields.\n\n**Behaviour:** this is the source of the correct `country_code` and `region_code`/`region` used in `createCustomerAddress` (3a) and when setting cart addresses (4/5).\n\n**Selected response fields**\n\n| Field | Type | What it is / how to use |\n|------|-----|------------------|\n| `id` / `two_letter_abbreviation` | `String` | Country code (e.g. `PL`). |\n| `available_regions[].code` | `String` | Region code = `region_code`. |\n| `available_regions[].name` | `String` | Region name = `region`. |\n\n> Public operation — no token required."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"countries\": [\n      {\n        \"id\": \"1\",\n        \"full_name_locale\": \"string\",\n        \"two_letter_abbreviation\": \"string\",\n        \"available_regions\": [\n          {\n            \"id\": \"1\",\n            \"code\": \"przykład / example\",\n            \"name\": \"przykład / example\"\n          }\n        ]\n      }\n    ]\n  }\n}"}],"_postman_id":"6fdf6c5b-9d73-4c51-8502-2704bd135641"}],"id":"b7c85092-dc63-4ebf-97bb-5afe12e05e8c","description":"<p><strong>PL</strong> Konto zalogowanego klienta (zmiana hasla, edycja profilu) oraz slownik krajow i regionow do formularzy adresowych (krok B·4/B·5). Operacje konta wymagaja <code>customerToken</code>.</p>\n<p><strong>EN</strong> Logged-in customer account (change password, update profile) and the countries/regions dictionary for address forms. Account ops require <code>customerToken</code>.</p>\n","_postman_id":"b7c85092-dc63-4ebf-97bb-5afe12e05e8c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Synchronizacja kartotek/Synchronization of product records","item":[{"name":"S · 1. Kartoteki — przyrostowo (updated_at)","id":"5a6a7cae-c371-4cc9-aa75-dcfcbf90645b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query SyncCatalog($from: String!, $to: String!, $page: Int!) {\n  products(\n    filter: { updated_at: { from: $from, to: $to } }\n    pageSize: 100\n    currentPage: $page\n  ) {\n    total_count\n    items {\n      sku\n      name\n      created_at\n      updated_at\n      stock_status\n      stock_availability { in_stock in_stock_real }\n      categories { id name }\n    }\n  }\n}","variables":"{\n  \"from\": \"2024-06-07 00:00:00\",\n  \"to\": \"2024-06-08 00:00:00\",\n  \"page\": 1\n}"}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> pobiera kartoteki towarów zmienione w oknie <code>updated_at</code> (przyrostowo).</p>\n<p><strong>Za co odpowiada:</strong> zmienne <code>$from</code>/<code>$to</code> wyznaczają okno, <code>$page</code> to numer strony (po 100). Pełny algorytm — w opisie folderu „Synchronizacja kartotek\".</p>\n<p><strong>Parametry wejściowe</strong> (sekcja <em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>from</code></td>\n<td><code>String!</code></td>\n<td>Dolna granica okna = poprzedni <code>lastSyncAt</code>.</td>\n</tr>\n<tr>\n<td><code>to</code></td>\n<td><code>String!</code></td>\n<td>Górna granica = „teraz\".</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Do policzenia liczby stron.</td>\n</tr>\n<tr>\n<td><code>items[].sku</code></td>\n<td><code>String</code></td>\n<td>Klucz do upsertu.</td>\n</tr>\n<tr>\n<td><code>items[].stock_availability</code> / <code>categories</code></td>\n<td>—</td>\n<td>Stan i przypisanie kategorii.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li><code>from</code> = ostatni znacznik, <code>to</code> = teraz, <code>page</code> = 1.</li>\n<li>Iteruj <code>page</code> aż <code>page &gt; ceil(total_count / 100)</code>, upsert po SKU.</li>\n<li>Po pełnym przejściu zapisz <code>lastSyncAt = to</code>.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> pulls product records changed within the <code>updated_at</code> window (incremental).</p>\n<p><strong>Input parameters</strong> (<em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>from</code> / <code>to</code></td>\n<td><code>String!</code></td>\n<td>Window bounds.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Page (1-based).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li><code>from</code> = last watermark, <code>to</code> = now, <code>page</code> = 1.</li>\n<li>Loop <code>page</code> to <code>ceil(total_count/100)</code>, upsert by SKU.</li>\n<li>Persist <code>lastSyncAt = to</code> after a full pass.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[],"variable":[]}},"response":[{"id":"cebbfa74-d5ec-48ab-be26-5c816c51f275","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":"https://hurtownia.agrorami.pl/graphql","description":"**PL** Przyrostowy pull kartotek towarów zmienionych w oknie `updated_at` (od ostatniego biegu `lastSyncAt` do teraz). Paginacja `pageSize: 100` jest obsługiwana automatycznie w Collection Runner / Newman (skrypt zwiększa `syncPage` i powtarza request). Po ostatniej stronie znacznik `lastSyncAt` przesuwa się na `syncTo`. To jest oś cyklu co ~30 min.\n\n**EN** Incremental pull of product records changed within the `updated_at` window (from `lastSyncAt` to now). Pagination is handled automatically in Collection Runner / Newman; the `lastSyncAt` watermark advances after the last page.\n\n_Uwaga / Note:_ czas liczony w UTC — dopasuj do strefy Magento, jeśli trzeba. Górne `to` jest opcjonalne; drobny zakład (overlap) `from` jest bezpieczny, bo aktualizacja po SKU jest idempotentna."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"name\": \"przykład / example\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"stock_status\": \"IN_STOCK\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          },\n          \"categories\": [\n            {\n              \"id\": \"1\",\n              \"name\": \"przykład / example\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5a6a7cae-c371-4cc9-aa75-dcfcbf90645b"},{"name":"S · 2. Ceny — osobny endpoint (productPrices)","id":"b8655a79-8da9-46f2-995d-3866eaa36583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query SyncPrices($page: Int!) {\n  productPrices(page: $page) {\n    total_count\n    page_info { current_page total_pages page_size }\n    currency\n    items { sku price final_price standard_external_price express_external_price tax_rate }\n  }\n}","variables":"{\n  \"page\": 1\n}"}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> pobiera pełną listę cen stronami (osobny endpoint <code>productPrices</code>).</p>\n<p><strong>Za co odpowiada:</strong> <code>$page</code> to numer strony; <code>page_info.total_pages</code> mówi, ile stron pobrać.</p>\n<p><strong>Parametry wejściowe</strong> (sekcja <em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page_info.total_pages</code></td>\n<td><code>Int</code></td>\n<td>Do pętli paginacji.</td>\n</tr>\n<tr>\n<td><code>items[].price</code>/<code>final_price</code>/<code>tax_rate</code></td>\n<td>—</td>\n<td>Ceny i VAT.</td>\n</tr>\n<tr>\n<td><code>items[].standard_external_price</code>/<code>express_external_price</code></td>\n<td>—</td>\n<td>Ceny zewnętrzne.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Pobierz <code>page: 1</code>, odczytaj <code>total_pages</code>.</li>\n<li>Iteruj <code>page</code> do <code>total_pages</code>, aktualizując ceny po SKU.</li>\n<li>Z tokenem klienta zwraca ceny indywidualne, bez tokenu — standardowe.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> pulls all prices page by page (dedicated <code>productPrices</code>).</p>\n<p><strong>Input parameters</strong> (<em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Page (1-based).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Fetch <code>page: 1</code>, read <code>total_pages</code>.</li>\n<li>Loop <code>page</code> to <code>total_pages</code>, update prices by SKU.</li>\n<li>Token → individual prices; no token → standard.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[],"variable":[]}},"response":[{"id":"f86bebc2-8553-4dea-9751-8f548d0409ee","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":"https://hurtownia.agrorami.pl/graphql","description":"**PL** Osobny endpoint cen (`productPrices`) — pełna lista cen stronami (`page`). Zawiera `price`, `final_price`, `standard_external_price`, `express_external_price`, `tax_rate`. Skrypt iteruje wszystkie strony wg `page_info.total_pages`.\n\n**EN** Dedicated price endpoint, paginated via `page`. Iterates all pages automatically."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"productPrices\": {\n      \"total_count\": 1,\n      \"page_info\": {\n        \"current_page\": 1,\n        \"total_pages\": 1,\n        \"page_size\": 1\n      },\n      \"currency\": \"PLN\",\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"price\": 0,\n          \"final_price\": 0,\n          \"standard_external_price\": 0,\n          \"express_external_price\": 0,\n          \"tax_rate\": 23\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b8655a79-8da9-46f2-995d-3866eaa36583"},{"name":"S · 3. Stany — lekki pull (stock_availability)","id":"7556b44e-6bc6-4890-9e73-9a36fb69226f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query SyncStock($from: String!, $to: String!, $page: Int!) {\n  products(\n    filter: { updated_at: { from: $from, to: $to } }\n    pageSize: 200\n    currentPage: $page\n  ) {\n    total_count\n    items {\n      sku\n      stock_status\n      stock_availability { in_stock in_stock_real }\n    }\n  }\n}","variables":"{\n  \"from\": \"2024-06-07 00:00:00\",\n  \"to\": \"2024-06-08 00:00:00\",\n  \"page\": 1\n}"}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> lekki pull stanów (tylko <code>sku</code> + <code>stock_availability</code>) w oknie <code>updated_at</code>.</p>\n<p><strong>Za co odpowiada:</strong> te same zmienne okna co kartoteki, własny <code>$page</code> (po 200). Oddzielony, by stany odświeżać częściej.</p>\n<p><strong>Parametry wejściowe</strong> (sekcja <em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>from</code> / <code>to</code></td>\n<td><code>String!</code></td>\n<td>Okno <code>updated_at</code>.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>items[].sku</code></td>\n<td><code>String</code></td>\n<td>Klucz.</td>\n</tr>\n<tr>\n<td><code>items[].stock_availability.in_stock_real</code></td>\n<td><code>Boolean</code></td>\n<td>Rzeczywisty stan.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Ustaw okno i <code>page: 1</code>.</li>\n<li>Iteruj <code>page</code> do <code>ceil(total_count / 200)</code>.</li>\n<li>Alternatywa: dedykowany endpoint „Get sku qty\" (<code>productStockAvailability</code>) z liczbowym stanem.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> lightweight stock pull (<code>sku</code> + <code>stock_availability</code>) over the <code>updated_at</code> window.</p>\n<p><strong>Input parameters</strong> (<em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>from</code> / <code>to</code></td>\n<td><code>String!</code></td>\n<td>Window.</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Page (1-based).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Set window and <code>page: 1</code>.</li>\n<li>Loop <code>page</code> to <code>ceil(total_count/200)</code>.</li>\n<li>Alternative: \"Get sku qty\" (<code>productStockAvailability</code>).</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[],"variable":[]}},"response":[{"id":"90a46a14-2e51-4e1d-860e-e2eea65fdc85","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":"https://hurtownia.agrorami.pl/graphql","description":"**PL** Lekki pull stanów (tylko `sku` + `stock_availability`) w tym samym oknie `updated_at`. Oddzielony od cen i kartotek, żeby stany można było odświeżać częściej/niezależnie.\n\n**EN** Lightweight stock pull (`sku` + `stock_availability`) over the same `updated_at` window, independent from prices/records."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"stock_status\": \"IN_STOCK\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7556b44e-6bc6-4890-9e73-9a36fb69226f"},{"name":"S · 9. Pełna resynchronizacja (miesięczna)","id":"4f0449a6-aa82-4b37-b519-20dc4a0259df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query FullResyncCatalog($page: Int!) {\n  products(\n    filter: { updated_at: { from: \"2000-01-01 00:00:00\" } }\n    pageSize: 100\n    currentPage: $page\n  ) {\n    total_count\n    items {\n      sku\n      name\n      updated_at\n      stock_status\n      stock_availability { in_stock in_stock_real }\n    }\n  }\n}","variables":"{\n  \"page\": 1\n}"}},"url":"https://hurtownia.agrorami.pl/graphql","description":"<p><strong>Co robi:</strong> pobiera całą bazę produktów (pełna resynchronizacja).</p>\n<p><strong>Za co odpowiada:</strong> filtr <code>updated_at</code> od <code>2000-01-01</code> obejmuje wszystko; <code>$page</code> paginuje (po 100).</p>\n<p><strong>Parametry wejściowe</strong> (sekcja <em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Opis / jak zdobyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Numer strony (od 1).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Wybrane pola odpowiedzi</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Pole</th>\n<th>Typ</th>\n<th>Co to / jak użyć</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>total_count</code></td>\n<td><code>Int</code></td>\n<td>Rozmiar całego katalogu.</td>\n</tr>\n<tr>\n<td><code>items[].sku</code> / <code>stock_availability</code></td>\n<td>—</td>\n<td>Dane do pełnego wyrównania.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Jak użyć / algorytm:</strong></p>\n<ol>\n<li>Uruchamiaj ~raz w miesiącu (lub po awarii synchronizacji).</li>\n<li>Iteruj <code>page</code> przez wszystkie strony, robiąc upsert po SKU.</li>\n<li>Wyrównuje rozjazdy, których bieg przyrostowy mógł nie złapać. Ceny/stany: po prostu przejdź S·2 i S·3 przez wszystkie strony.</li>\n</ol>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>What it does:</strong> pulls the entire product base (full resync).</p>\n<p><strong>Input parameters</strong> (<em>GraphQL Variables</em>)</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>page</code></td>\n<td><code>Int!</code></td>\n<td>Page (1-based).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>How to use / algorithm:</strong></p>\n<ol>\n<li>Run ~monthly (or after a sync failure).</li>\n<li>Loop <code>page</code> through all pages, upsert by SKU.</li>\n<li>Heals drift the incremental run missed.</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[],"variable":[]}},"response":[{"id":"8e84b701-ca8c-426c-a0fc-239b949b59f4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql"},"url":"https://hurtownia.agrorami.pl/graphql","description":"**PL** Pełna resynchronizacja (zalecana ~raz w miesiącu): pobiera całą bazę (`updated_at` od 2000-01-01), stronami po 100. Wyrównuje rozjazdy, których przyrost mógł nie złapać. Ceny/stany resynchronizujesz uruchamiając po prostu S·2 i S·3 (i tak przechodzą wszystkie strony).\n\n**EN** Monthly full resync: pulls the entire base. Run S·2/S·3 for full price/stock resync."},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"products\": {\n      \"total_count\": 1,\n      \"items\": [\n        {\n          \"sku\": \"SKU-001\",\n          \"name\": \"przykład / example\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"stock_status\": \"IN_STOCK\",\n          \"stock_availability\": {\n            \"in_stock\": true,\n            \"in_stock_real\": true\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4f0449a6-aa82-4b37-b519-20dc4a0259df"}],"id":"b7a6f937-d607-4e94-bf6a-fb33efccbe2c","description":"<h2 id=\"🔄-synchronizacja-ceny-i-stany-erp-↔-sklep\">🔄 Synchronizacja ceny i stany (ERP ↔ sklep)</h2>\n<blockquote>\n<p><strong>Dla programisty:</strong> poniższe requesty to <strong>wzorce zapytań</strong>. Pętlę po stronach, harmonogram i zapis znacznika implementujesz po stronie integracji (ERP/middleware) — <strong>nie</strong> w Postmanie. Wartości zmiennych (<code>2024-06-07 00:00:00</code>, <code>1</code> itd.) opisuje tabela zmiennych w opisie kolekcji.</p>\n</blockquote>\n<h3 id=\"strategia\">Strategia</h3>\n<ul>\n<li><strong>Przyrostowo co ~30 min</strong> — pobierasz tylko to, co zmieniło się od ostatniego biegu (filtr <code>updated_at</code>).</li>\n<li><strong>Pełna resynchronizacja ~raz w miesiącu</strong> (<code>S · 9</code>) — wyrównuje rozjazdy, których przyrost mógł nie złapać.</li>\n<li><strong>Trzy niezależne strumienie</strong>: kartoteki (<code>S · 1</code>), ceny (<code>S · 2</code>), stany (<code>S · 3</code>). Każdy może chodzić we własnym tempie.</li>\n</ul>\n<h3 id=\"algorytm-biegu-przyrostowego-pseudokod\">Algorytm biegu przyrostowego (pseudokod)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>last = wczytaj(lastSyncAt)            // pierwszy raz: teraz - 30 min\nfrom = last - 2 min                   // drobny overlap (bezpieczny, bo upsert po SKU jest idempotentny)\nto   = teraz()\npage = 1\nrepeat:\n    odp = POST products(updated_at:{from,to}, currentPage: page, pageSize: 100)\n    upsert_po_SKU(odp.items)\n    total = odp.total_count\n    page += 1\nuntil page &gt; ceil(total / 100)\nzapisz(lastSyncAt = to)               // dopiero po udanym pełnym przejściu\n</code></pre><p>Ceny (<code>S · 2</code>) i stany (<code>S · 3</code>) — analogicznie; <code>productPrices</code> zwraca gotowe <code>page_info.total_pages</code>.</p>\n<h3 id=\"paginacja\">Paginacja</h3>\n<p>Rozmiar strony jest stały w zapytaniu (<code>pageSize: 100</code>, stany <code>200</code>). Integracja zwiększa <code>currentPage</code>, aż pokryje <code>total_count</code>. W odpowiedzi cen masz <code>page_info { current_page total_pages }</code>.</p>\n<h3 id=\"osobne-endpointy\">Osobne endpointy</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Strumień</th>\n<th>Zapytanie</th>\n<th>Zwraca</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Kartoteki</td>\n<td><code>products(filter:{updated_at})</code></td>\n<td>sku, nazwa, kategorie, daty, atrybuty</td>\n</tr>\n<tr>\n<td>Ceny</td>\n<td><code>productPrices(page:)</code></td>\n<td>price, final_price, ceny zewnętrzne, tax_rate</td>\n</tr>\n<tr>\n<td>Stany</td>\n<td><code>products</code> (lekki zestaw pól)</td>\n<td>sku + <code>stock_availability</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"strefa-czasowa-i-idempotencja\">Strefa czasowa i idempotencja</h3>\n<p><code>updated_at</code> porównywane jest w strefie skonfigurowanej w Magento — dopasuj format/strefę znaczników (przykłady: <code>YYYY-MM-DD HH:MM:SS</code>). Drobny overlap <code>from</code> jest bezpieczny, bo aktualizacja po SKU jest idempotentna.</p>\n<p><strong>EN —</strong> Reference queries to keep prices/stock in sync: incremental every ~30 min via <code>updated_at</code>, monthly full resync (<code>S · 9</code>), three independent streams. Looping, scheduling and the <code>lastSyncAt</code> watermark live in your integration, not in Postman.</p>\n","_postman_id":"b7a6f937-d607-4e94-bf6a-fb33efccbe2c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"5fd52c2d-4823-4f40-ac9b-bf64b34a04a7","description":"<h2 id=\"a-pobieranie-produktów\">A. Pobieranie produktów</h2>\n<p>Karta produktu po SKU, wyszukiwanie po frazie (z ceną indywidualną netto/brutto), listing z filtrami i paginacją.</p>\n<h2 id=\"b-składanie-zamówienia--krok-po-kroku-09\">B. Składanie zamówienia — krok po kroku (0–9)</h2>\n<ol>\n<li><p><code>generateCustomerToken</code> — zaloguj, zapisz token do <code>customerToken</code></p>\n</li>\n<li><p><code>createEmptyCart</code> — zwraca zamaskowany <code>cart_id</code></p>\n</li>\n<li><p><code>addSimpleProductsToCart</code> — dodaj produkt(y)</p>\n</li>\n<li><p><code>customer { addresses }</code> — pobierz <code>id</code> adresów (<code>default_billing</code> / <code>default_shipping</code>)</p>\n</li>\n<li><p><code>setBillingAddressOnCart</code> — <code>customer_address_id</code> adresu rozliczeniowego</p>\n</li>\n<li><p><code>setShippingAddressesOnCart</code> — <code>customer_address_id</code> adresu wysyłki</p>\n</li>\n<li><p><code>cart(cart_id)</code> — odczytaj <code>available_shipping_methods</code> i <code>available_payment_methods</code></p>\n</li>\n<li><p><code>setPaymentMethodOnCart</code> — ustaw <code>code</code> płatności</p>\n</li>\n<li><p><code>setShippingMethodsOnCart</code> — ustaw <code>carrier_code</code>/<code>method_code</code></p>\n</li>\n<li><p><code>placeOrder</code> — zwraca <code>order_number</code>; po sukcesie koszyk znika</p>\n</li>\n</ol>\n<p><strong>Złota zasada:</strong> ten sam zamaskowany <code>cart_id</code> z kroku 1 przenosisz do kroków 2–9. Każdy request ma placeholder — podmień go na realną wartość.</p>\n<h2 id=\"legenda-tabel\">Legenda tabel</h2>\n<p><code>!</code> = pole wymagane · <code>[Typ!]!</code> = wymagana lista wymaganych elementów · <code>Money</code> = obiekt <code>{ value, currency }</code> · <code>(custom)</code> = rozszerzenie AGRO-RAMI poza standardem Magento.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p><strong>A. Fetching products</strong> — product card by SKU, phrase search (with individual net/gross price), filtered &amp; paged listing.</p>\n<p><strong>B. Placing an order — step by step (0–9):</strong></p>\n<ol>\n<li><code>generateCustomerToken</code> — log in, store the token in <code>customerToken</code>.</li>\n<li><code>createEmptyCart</code> — returns the masked <code>cart_id</code>.</li>\n<li><code>addSimpleProductsToCart</code> — add product(s).</li>\n<li><code>customer { addresses }</code> — get address <code>id</code> (<code>default_billing</code> / <code>default_shipping</code>).</li>\n<li><code>setBillingAddressOnCart</code> — billing <code>customer_address_id</code>.</li>\n<li><code>setShippingAddressesOnCart</code> — shipping <code>customer_address_id</code>.</li>\n<li><code>cart(cart_id)</code> — read <code>available_shipping_methods</code> and <code>available_payment_methods</code>.</li>\n<li><code>setPaymentMethodOnCart</code> — set payment <code>code</code>.</li>\n<li><code>setShippingMethodsOnCart</code> — set <code>carrier_code</code>/<code>method_code</code>.</li>\n<li><code>placeOrder</code> — returns <code>order_number</code>; the cart is consumed on success.</li>\n</ol>\n<p><strong>Golden rule:</strong> carry the same masked <code>cart_id</code> from step 1 through steps 2–9; replace each placeholder with a real value.</p>\n<p><strong>Table legend:</strong> <code>!</code> = required · <code>[Type!]!</code> = required list of required items · <code>Money</code> = <code>{ value, currency }</code> · <code>(custom)</code> = AGRO-RAMI extension beyond standard Magento.</p>\n","_postman_id":"5fd52c2d-4823-4f40-ac9b-bf64b34a04a7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"02 · Referencja schematu","item":[{"name":"Catalog · Produkty i kategorie","item":[{"name":"Categories","item":[{"name":"Items","item":[{"name":"Products","item":[{"name":"Get information","id":"8ef1a289-72d6-455a-a532-c55d0b434c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        items {\r\n            products(pageSize: 20, currentPage: 1) {\r\n                total_count\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CategoryTree</td>\n<td>A list of categories that match the filter criteria</td>\n</tr>\n<tr>\n<td>products</td>\n<td>CategoryProducts</td>\n<td>The list of products assigned to the category</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a37df2ad-14e4-484c-9c53-e30ed5e87a83","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\titems\t|\tCategoryTree\t|\tA list of categories that match the filter criteria\t|\n|\tproducts\t|\tCategoryProducts\t|\tThe list of products assigned to the category\t|\n|\ttotal_count\t|\tInt\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"items\": [\n        {\n          \"products\": {\n            \"total_count\": 1\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"8ef1a289-72d6-455a-a532-c55d0b434c87"},{"name":"Get page info","id":"6ad5304f-3452-4fb2-aaa7-de29f7d434c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        items {\r\n            products(pageSize: 20, currentPage: 1) {\r\n                page_info {\r\n                    current_page\r\n                    is_spellchecked\r\n                    page_size\r\n                    total_pages\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CategoryTree</td>\n<td>A list of categories that match the filter criteria</td>\n</tr>\n<tr>\n<td>products</td>\n<td>CategoryProducts</td>\n<td>The list of products assigned to the category</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8d7b5bf4-fb62-49fb-b62e-eb1db2101012","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\titems\t|\tCategoryTree\t|\tA list of categories that match the filter criteria\t|\n|\tproducts\t|\tCategoryProducts\t|\tThe list of products assigned to the category\t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"items\": [\n        {\n          \"products\": {\n            \"page_info\": {\n              \"current_page\": 1,\n              \"is_spellchecked\": \"string\",\n              \"page_size\": 1,\n              \"total_pages\": 1\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6ad5304f-3452-4fb2-aaa7-de29f7d434c6"},{"name":"Get items","id":"f7b62217-7826-477d-9282-dbc3dd5b77db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        items {\r\n            products(pageSize: 20, currentPage: 1) {\r\n                items {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CategoryTree</td>\n<td>A list of categories that match the filter criteria</td>\n</tr>\n<tr>\n<td>products</td>\n<td>CategoryProducts</td>\n<td>The list of products assigned to the category</td>\n</tr>\n<tr>\n<td>products &gt; items</td>\n<td>ProductInterface</td>\n<td>An array of products that are assigned to the category</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7597daf4-d6c9-4c9e-804e-e1df5da6ae10","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\titems\t|\tCategoryTree\t|\tA list of categories that match the filter criteria\t|\n|\tproducts\t|\tCategoryProducts\t|\tThe list of products assigned to the category\t|\n|\tproducts > items\t|\tProductInterface\t|\tAn array of products that are assigned to the category\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"items\": [\n        {\n          \"products\": {\n            \"items\": [\n              {\n                \"air_pressure\": \"string\",\n                \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n                \"attribute_set_id\": \"string\",\n                \"breadcrumbs_category\": \"string\",\n                \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n                \"catalog_number\": \"string\",\n                \"color\": \"string\",\n                \"country_of_manufacture\": \"string\",\n                \"created_at\": \"2025-01-01 12:00:00\",\n                \"express_external_shipping_price\": 0,\n                \"gift_message_available\": \"string\",\n                \"hole\": \"string\",\n                \"id\": \"1\",\n                \"is_external_shipping_allowed\": \"string\",\n                \"manufacturer\": \"string\",\n                \"meta_description\": \"string\",\n                \"meta_keyword\": \"string\",\n                \"meta_title\": \"string\",\n                \"mp_specific_customer\": \"string\",\n                \"mp_tier_group\": \"string\",\n                \"name\": \"przykład / example\",\n                \"new_from_date\": \"2025-01-01 12:00:00\",\n                \"new_to_date\": \"2025-01-01 12:00:00\",\n                \"only_x_left_in_stock\": \"string\",\n                \"options_container\": \"string\",\n                \"product_flag\": \"string\",\n                \"rating_summary\": \"string\",\n                \"review_count\": \"string\",\n                \"sku\": \"SKU-001\",\n                \"special_from_date\": \"2025-01-01 12:00:00\",\n                \"special_price\": 0,\n                \"standard_external_shipping_price\": 0,\n                \"stock_status\": \"IN_STOCK\",\n                \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n                \"tier_price\": 0,\n                \"type_id\": \"string\",\n                \"uid\": \"1\",\n                \"unit\": \"string\",\n                \"updated_at\": \"2025-01-01 12:00:00\",\n                \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n                \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n                \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f7b62217-7826-477d-9282-dbc3dd5b77db"}],"id":"0acf66e2-4859-4b6d-af0e-e99ad625cf1c","description":"<p>The list of products assigned to the category</p>\n","_postman_id":"0acf66e2-4859-4b6d-af0e-e99ad625cf1c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"16f5151f-47d6-4589-a4fa-fe9f3f679a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        items {\r\n            available_sort_by\r\n            canonical_url\r\n            children_count\r\n            created_at\r\n            custom_layout_update_file\r\n            default_sort_by\r\n            description\r\n            disay_mode\r\n            filter_price_range\r\n            generate_root_category_subtree\r\n            id\r\n            image\r\n            include_in_menu\r\n            is_anchor\r\n            is_disayed_in_autocomete\r\n            is_virtual_category\r\n            landing_page\r\n            level\r\n            meta_description\r\n            meta_keywords\r\n            meta_title\r\n            name\r\n            path\r\n            path_in_store\r\n            position\r\n            product_count\r\n            redirect_code\r\n            relative_url\r\n            sort_direction\r\n            type\r\n            uid\r\n            updated_at\r\n            url_key\r\n            url_path\r\n            url_suffix\r\n            use_name_in_product_search\r\n            use_store_positions\r\n            virtual_category_root\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CategoryTree</td>\n<td>A list of categories that match the filter criteria</td>\n</tr>\n<tr>\n<td>available_sort_by</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled</td>\n</tr>\n<tr>\n<td>children_count</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was created</td>\n</tr>\n<tr>\n<td>custom_layout_update_file</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_sort_by</td>\n<td>String</td>\n<td>The attribute to use for sorting</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>An optional description of the category</td>\n</tr>\n<tr>\n<td>disay_mode</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>filter_price_range</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>generate_root_category_subtree</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>An ID that uniquely identifies the category</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>include_in_menu</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_anchor</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_disayed_in_autocomete</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_virtual_category</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>landing_page</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Int</td>\n<td>The depth of the category within the tree</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_keywords</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full category path</td>\n</tr>\n<tr>\n<td>path_in_store</td>\n<td>String</td>\n<td>The category path within the store</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The position of the category relative to other categories at the same level in tree</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>String</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n<tr>\n<td>redirect_code</td>\n<td>Int</td>\n<td>Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect</td>\n</tr>\n<tr>\n<td>relative_url</td>\n<td>String</td>\n<td>The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original</td>\n</tr>\n<tr>\n<td>sort_direction</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>type</td>\n<td>UrlRewriteEntityTypeEnum</td>\n<td>One of PRODUCT, CATEGORY, or CMS_PAGE</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CategoryInterface</code> object</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was updated</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The URL key assigned to the category</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>The URL path assigned to the category</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the category URL that is appended after the url key</td>\n</tr>\n<tr>\n<td>use_name_in_product_search</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>use_store_positions</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>virtual_category_root</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3551250a-a6eb-45df-9035-a7763be7fb51","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\titems\t|\tCategoryTree\t|\tA list of categories that match the filter criteria\t|\n|\tavailable_sort_by\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled \t|\n|\tchildren_count\t|\tString\t|\tNone\t|\n|\tcreated_at\t|\tString\t|\tThe timestamp indicating when the category was created\t|\n|\tcustom_layout_update_file\t|\tString\t|\tNone\t|\n|\tdefault_sort_by\t|\tString\t|\tThe attribute to use for sorting\t|\n|\tdescription\t|\tString\t|\tAn optional description of the category\t|\n|\tdisay_mode\t|\tString\t|\tNone\t|\n|\tfilter_price_range\t|\tFloat\t|\tNone\t|\n|\tgenerate_root_category_subtree\t|\tInt\t|\tNone\t|\n|\tid\t|\tInt\t|\tAn ID that uniquely identifies the category\t|\n|\timage\t|\tString\t|\tNone\t|\n|\tinclude_in_menu\t|\tInt\t|\tNone\t|\n|\tis_anchor\t|\tInt\t|\tNone\t|\n|\tis_disayed_in_autocomete\t|\tInt\t|\tNone\t|\n|\tis_virtual_category\t|\tInt\t|\tNone\t|\n|\tlanding_page\t|\tInt\t|\tNone\t|\n|\tlevel\t|\tInt\t|\tThe depth of the category within the tree\t|\n|\tmeta_description\t|\tString\t|\tNone\t|\n|\tmeta_keywords\t|\tString\t|\tNone\t|\n|\tmeta_title\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe disay name of the category\t|\n|\tpath\t|\tString\t|\tThe full category path\t|\n|\tpath_in_store\t|\tString\t|\tThe category path within the store\t|\n|\tposition\t|\tInt\t|\tThe position of the category relative to other categories at the same level in tree \t|\n|\tproduct_count\t|\tString\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n|\tredirect_code\t|\tInt\t|\tContains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect \t|\n|\trelative_url\t|\tString\t|\tThe internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original \t|\n|\tsort_direction\t|\tString\t|\tNone\t|\n|\ttype\t|\tUrlRewriteEntityTypeEnum\t|\tOne of PRODUCT, CATEGORY, or CMS_PAGE\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CategoryInterface` object \t|\n|\tupdated_at\t|\tString\t|\tThe timestamp indicating when the category was updated \t|\n|\turl_key\t|\tString\t|\tThe URL key assigned to the category\t|\n|\turl_path\t|\tString\t|\tThe URL path assigned to the category\t|\n|\turl_suffix\t|\tString\t|\tThe part of the category URL that is appended after the url key \t|\n|\tuse_name_in_product_search\t|\tInt\t|\tNone\t|\n|\tuse_store_positions\t|\tInt\t|\tNone\t|\n|\tvirtual_category_root\t|\tInt\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"items\": [\n        {\n          \"available_sort_by\": \"string\",\n          \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n          \"children_count\": \"string\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"custom_layout_update_file\": \"string\",\n          \"default_sort_by\": \"string\",\n          \"description\": \"string\",\n          \"disay_mode\": \"string\",\n          \"filter_price_range\": 0,\n          \"generate_root_category_subtree\": \"string\",\n          \"id\": \"1\",\n          \"image\": \"https://hurtownia.agrorami.pl/...\",\n          \"include_in_menu\": \"string\",\n          \"is_anchor\": \"string\",\n          \"is_disayed_in_autocomete\": \"string\",\n          \"is_virtual_category\": \"string\",\n          \"landing_page\": \"string\",\n          \"level\": \"string\",\n          \"meta_description\": \"string\",\n          \"meta_keywords\": \"string\",\n          \"meta_title\": \"string\",\n          \"name\": \"przykład / example\",\n          \"path\": \"string\",\n          \"path_in_store\": \"string\",\n          \"position\": 1,\n          \"product_count\": \"string\",\n          \"redirect_code\": \"string\",\n          \"relative_url\": \"https://hurtownia.agrorami.pl/...\",\n          \"sort_direction\": \"string\",\n          \"type\": \"simple\",\n          \"uid\": \"1\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n          \"url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n          \"use_name_in_product_search\": \"string\",\n          \"use_store_positions\": \"string\",\n          \"virtual_category_root\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"16f5151f-47d6-4589-a4fa-fe9f3f679a59"},{"name":"Get breadcrumbs","id":"c53a0adb-27e6-4863-8f29-9e91f306d672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        items {\r\n            breadcrumbs {\r\n                category_id\r\n                category_level\r\n                category_name\r\n                category_uid\r\n                category_url_key\r\n                category_url_path\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CategoryTree</td>\n<td>A list of categories that match the filter criteria</td>\n</tr>\n<tr>\n<td>breadcrumbs</td>\n<td>Breadcrumb</td>\n<td>An array of breadcrumb items</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Int</td>\n<td>The ID of the category</td>\n</tr>\n<tr>\n<td>category_level</td>\n<td>Int</td>\n<td>The category level</td>\n</tr>\n<tr>\n<td>category_name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>category_uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>Breadcrumb</code> object</td>\n</tr>\n<tr>\n<td>category_url_key</td>\n<td>String</td>\n<td>The URL key of the category</td>\n</tr>\n<tr>\n<td>category_url_path</td>\n<td>String</td>\n<td>The URL path of the category</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f3d58c06-b71b-43cf-85dc-231a6f8d10fa","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\titems\t|\tCategoryTree\t|\tA list of categories that match the filter criteria\t|\n|\tbreadcrumbs\t|\tBreadcrumb\t|\tAn array of breadcrumb items\t|\n|\tcategory_id\t|\tInt\t|\tThe ID of the category\t|\n|\tcategory_level\t|\tInt\t|\tThe category level\t|\n|\tcategory_name\t|\tString\t|\tThe disay name of the category\t|\n|\tcategory_uid\t|\tID\t|\tThe unique ID for a `Breadcrumb` object\t|\n|\tcategory_url_key\t|\tString\t|\tThe URL key of the category\t|\n|\tcategory_url_path\t|\tString\t|\tThe URL path of the category\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"items\": [\n        {\n          \"breadcrumbs\": [\n            {\n              \"category_id\": \"string\",\n              \"category_level\": \"string\",\n              \"category_name\": \"string\",\n              \"category_uid\": \"string\",\n              \"category_url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"category_url_path\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c53a0adb-27e6-4863-8f29-9e91f306d672"},{"name":"Get cms block","id":"a44f519a-6c82-4c32-bc0e-02a09816c697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        items {\r\n            cms_block {\r\n                content\r\n                identifier\r\n                title\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CategoryTree</td>\n<td>A list of categories that match the filter criteria</td>\n</tr>\n<tr>\n<td>cms_block</td>\n<td>CmsBlock</td>\n<td>Contains a category CMS block</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The content of the CMS block in raw HTML</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>The CMS block identifier</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The title assigned to the CMS block</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bb93331b-53d1-4e35-8819-cb5ee06ebb97","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\titems\t|\tCategoryTree\t|\tA list of categories that match the filter criteria\t|\n|\tcms_block\t|\tCmsBlock\t|\tContains a category CMS block\t|\n|\tcontent\t|\tString\t|\tThe content of the CMS block in raw HTML\t|\n|\tidentifier\t|\tString\t|\tThe CMS block identifier\t|\n|\ttitle\t|\tString\t|\tThe title assigned to the CMS block\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"items\": [\n        {\n          \"cms_block\": {\n            \"content\": \"string\",\n            \"identifier\": \"string\",\n            \"title\": \"przykład / example\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"a44f519a-6c82-4c32-bc0e-02a09816c697"}],"id":"310d33e5-d62e-4da7-852c-caa2d17ed3a7","description":"<p>A list of categories that match the filter criteria</p>\n","_postman_id":"310d33e5-d62e-4da7-852c-caa2d17ed3a7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"1e6ce018-9d12-4cc6-9613-64ccca55468d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        total_count\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>Int</td>\n<td>The total number of categories that match the criteria</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"036265cc-87e8-4c33-9932-68d41fedf684","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\ttotal_count\t|\tInt\t|\tThe total number of categories that match the criteria\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"total_count\": 1\n    }\n  }\n}"}],"_postman_id":"1e6ce018-9d12-4cc6-9613-64ccca55468d"},{"name":"Get page info","id":"a852674b-7dc4-40ac-a0b4-24139a0f32df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Categories {\r\n    categories(pageSize: 20, currentPage: 1) {\r\n        page_info {\r\n            current_page\r\n            is_spellchecked\r\n            page_size\r\n            total_pages\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categories(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>An object that includes the <code>page_info</code> and <code>currentPage</code> values specified in the query</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6ab59e21-0054-410a-9451-2360f5173cf8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista kategorii wg kryteriów wyszukiwania i stronicowania.\nEN — list of categories by search/paging criteria.\n\n*Operacja GraphQL / GraphQL operation:* `query categories(pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tAn object that includes the `page_info` and `currentPage` values specified in the query \t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categories\": {\n      \"page_info\": {\n        \"current_page\": 1,\n        \"is_spellchecked\": \"string\",\n        \"page_size\": 1,\n        \"total_pages\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"a852674b-7dc4-40ac-a0b4-24139a0f32df"}],"id":"bc6870bc-c6be-4247-be3f-bf1633384abe","description":"<p>Return a list of categories that match the specified filter</p>\n","_postman_id":"bc6870bc-c6be-4247-be3f-bf1633384abe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Category","item":[{"name":"Get information","id":"efba6526-b2e1-448a-8889-0618a4218f8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Category {\r\n    category(id: 1) {\r\n        available_sort_by\r\n        canonical_url\r\n        children_count\r\n        created_at\r\n        custom_layout_update_file\r\n        default_sort_by\r\n        description\r\n        disay_mode\r\n        filter_price_range\r\n        generate_root_category_subtree\r\n        id\r\n        image\r\n        include_in_menu\r\n        is_anchor\r\n        is_disayed_in_autocomete\r\n        is_virtual_category\r\n        landing_page\r\n        level\r\n        meta_description\r\n        meta_keywords\r\n        meta_title\r\n        name\r\n        path\r\n        path_in_store\r\n        position\r\n        product_count\r\n        redirect_code\r\n        relative_url\r\n        type\r\n        uid\r\n        updated_at\r\n        url_key\r\n        url_path\r\n        url_suffix\r\n        use_name_in_product_search\r\n        use_store_positions\r\n        virtual_category_root\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane pojedynczej kategorii po <code>id</code> wraz z kategoriami podrzędnymi.\nEN — a single category by <code>id</code> together with its child categories.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query category(id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>available_sort_by</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled</td>\n</tr>\n<tr>\n<td>children_count</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was created</td>\n</tr>\n<tr>\n<td>custom_layout_update_file</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_sort_by</td>\n<td>String</td>\n<td>The attribute to use for sorting</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>An optional description of the category</td>\n</tr>\n<tr>\n<td>disay_mode</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>filter_price_range</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>generate_root_category_subtree</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>An ID that uniquely identifies the category</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>include_in_menu</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_anchor</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_disayed_in_autocomete</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_virtual_category</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>landing_page</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Int</td>\n<td>The depth of the category within the tree</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_keywords</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full category path</td>\n</tr>\n<tr>\n<td>path_in_store</td>\n<td>String</td>\n<td>The category path within the store</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The position of the category relative to other categories at the same level in tree</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n<tr>\n<td>redirect_code</td>\n<td>Int</td>\n<td>Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect</td>\n</tr>\n<tr>\n<td>relative_url</td>\n<td>String</td>\n<td>The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original</td>\n</tr>\n<tr>\n<td>type</td>\n<td>UrlRewriteEntityTypeEnum</td>\n<td>One of PRODUCT, CATEGORY, or CMS_PAGE</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CategoryInterface</code> object</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was updated</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The URL key assigned to the category</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>The URL path assigned to the category</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the category URL that is appended after the url key</td>\n</tr>\n<tr>\n<td>use_name_in_product_search</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>use_store_positions</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>virtual_category_root</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"df617c4e-ec9e-4de8-a504-083d01b9b014","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane pojedynczej kategorii po `id` wraz z kategoriami podrzędnymi.\nEN — a single category by `id` together with its child categories.\n\n*Operacja GraphQL / GraphQL operation:* `query category(id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tavailable_sort_by\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled \t|\n|\tchildren_count\t|\tString\t|\tNone\t|\n|\tcreated_at\t|\tString\t|\tThe timestamp indicating when the category was created\t|\n|\tcustom_layout_update_file\t|\tString\t|\tNone\t|\n|\tdefault_sort_by\t|\tString\t|\tThe attribute to use for sorting\t|\n|\tdescription\t|\tString\t|\tAn optional description of the category\t|\n|\tdisay_mode\t|\tString\t|\tNone\t|\n|\tfilter_price_range\t|\tFloat\t|\tNone\t|\n|\tgenerate_root_category_subtree\t|\tInt\t|\tNone\t|\n|\tid\t|\tInt\t|\tAn ID that uniquely identifies the category\t|\n|\timage\t|\tString\t|\tNone\t|\n|\tinclude_in_menu\t|\tInt\t|\tNone\t|\n|\tis_anchor\t|\tInt\t|\tNone\t|\n|\tis_disayed_in_autocomete\t|\tInt\t|\tNone\t|\n|\tis_virtual_category\t|\tInt\t|\tNone\t|\n|\tlanding_page\t|\tInt\t|\tNone\t|\n|\tlevel\t|\tInt\t|\tThe depth of the category within the tree\t|\n|\tmeta_description\t|\tString\t|\tNone\t|\n|\tmeta_keywords\t|\tString\t|\tNone\t|\n|\tmeta_title\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe disay name of the category\t|\n|\tpath\t|\tString\t|\tThe full category path\t|\n|\tpath_in_store\t|\tString\t|\tThe category path within the store\t|\n|\tposition\t|\tInt\t|\tThe position of the category relative to other categories at the same level in tree\t|\n|\tproduct_count\t|\tInt\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n|\tredirect_code\t|\tInt\t|\tContains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect \t|\n|\trelative_url\t|\tString\t|\tThe internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original \t|\n|\ttype\t|\tUrlRewriteEntityTypeEnum\t|\tOne of PRODUCT, CATEGORY, or CMS_PAGE \t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CategoryInterface` object \t|\n|\tupdated_at\t|\tString\t|\tThe timestamp indicating when the category was updated \t|\n|\turl_key\t|\tString\t|\tThe URL key assigned to the category\t|\n|\turl_path\t|\tString\t|\tThe URL path assigned to the category\t|\n|\turl_suffix\t|\tString\t|\tThe part of the category URL that is appended after the url key\t|\n|\tuse_name_in_product_search\t|\tInt\t|\tNone\t|\n|\tuse_store_positions\t|\tInt\t|\tNone\t|\n|\tvirtual_category_root\t|\tInt\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": {\n      \"available_sort_by\": \"string\",\n      \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n      \"children_count\": \"string\",\n      \"created_at\": \"2025-01-01 12:00:00\",\n      \"custom_layout_update_file\": \"string\",\n      \"default_sort_by\": \"string\",\n      \"description\": \"string\",\n      \"disay_mode\": \"string\",\n      \"filter_price_range\": 0,\n      \"generate_root_category_subtree\": \"string\",\n      \"id\": \"1\",\n      \"image\": \"https://hurtownia.agrorami.pl/...\",\n      \"include_in_menu\": \"string\",\n      \"is_anchor\": \"string\",\n      \"is_disayed_in_autocomete\": \"string\",\n      \"is_virtual_category\": \"string\",\n      \"landing_page\": \"string\",\n      \"level\": \"string\",\n      \"meta_description\": \"string\",\n      \"meta_keywords\": \"string\",\n      \"meta_title\": \"string\",\n      \"name\": \"przykład / example\",\n      \"path\": \"string\",\n      \"path_in_store\": \"string\",\n      \"position\": 1,\n      \"product_count\": \"string\",\n      \"redirect_code\": \"string\",\n      \"relative_url\": \"https://hurtownia.agrorami.pl/...\",\n      \"type\": \"simple\",\n      \"uid\": \"1\",\n      \"updated_at\": \"2025-01-01 12:00:00\",\n      \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n      \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n      \"url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n      \"use_name_in_product_search\": \"string\",\n      \"use_store_positions\": \"string\",\n      \"virtual_category_root\": \"string\"\n    }\n  }\n}"}],"_postman_id":"efba6526-b2e1-448a-8889-0618a4218f8f"},{"name":"Get breadcrumbs","id":"c3fd1b6a-3ad4-4e61-b13b-12ee3980fefe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Category {\r\n    category(id: 1) {\r\n        breadcrumbs {\r\n            category_id\r\n            category_level\r\n            category_name\r\n            category_uid\r\n            category_url_key\r\n            category_url_path\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane pojedynczej kategorii po <code>id</code> wraz z kategoriami podrzędnymi.\nEN — a single category by <code>id</code> together with its child categories.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query category(id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>breadcrumbs</td>\n<td>Breadcrumb</td>\n<td>An array of breadcrumb items</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Int</td>\n<td>The ID of the category</td>\n</tr>\n<tr>\n<td>category_level</td>\n<td>Int</td>\n<td>The category level</td>\n</tr>\n<tr>\n<td>category_name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>category_uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>Breadcrumb</code> object</td>\n</tr>\n<tr>\n<td>category_url_key</td>\n<td>String</td>\n<td>The URL key of the category</td>\n</tr>\n<tr>\n<td>category_url_path</td>\n<td>String</td>\n<td>The URL path of the category</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"14dc2062-ced7-4f22-9866-19e54ff307c8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane pojedynczej kategorii po `id` wraz z kategoriami podrzędnymi.\nEN — a single category by `id` together with its child categories.\n\n*Operacja GraphQL / GraphQL operation:* `query category(id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbreadcrumbs\t|\tBreadcrumb\t|\tAn array of breadcrumb items\t|\n|\tcategory_id\t|\tInt\t|\tThe ID of the category\t|\n|\tcategory_level\t|\tInt\t|\tThe category level\t|\n|\tcategory_name\t|\tString\t|\tThe disay name of the category\t|\n|\tcategory_uid\t|\tID\t|\tThe unique ID for a `Breadcrumb` object \t|\n|\tcategory_url_key\t|\tString\t|\tThe URL key of the category\t|\n|\tcategory_url_path\t|\tString\t|\tThe URL path of the category\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": {\n      \"breadcrumbs\": [\n        {\n          \"category_id\": \"string\",\n          \"category_level\": \"string\",\n          \"category_name\": \"string\",\n          \"category_uid\": \"string\",\n          \"category_url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"category_url_path\": \"https://hurtownia.agrorami.pl/...\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c3fd1b6a-3ad4-4e61-b13b-12ee3980fefe"},{"name":"Get children information","id":"9f930212-bd46-4456-9ef5-ac21a673fa1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Category {\r\n    category(id: 1) {\r\n        children {\r\n            available_sort_by\r\n            canonical_url\r\n            children_count\r\n            created_at\r\n            custom_layout_update_file\r\n            default_sort_by\r\n            description\r\n            disay_mode\r\n            filter_price_range\r\n            generate_root_category_subtree\r\n            id\r\n            image\r\n            include_in_menu\r\n            is_anchor\r\n            is_disayed_in_autocomete\r\n            is_virtual_category\r\n            landing_page\r\n            level\r\n            meta_description\r\n            meta_keywords\r\n            meta_title\r\n            name\r\n            path\r\n            path_in_store\r\n            position\r\n            product_count\r\n            redirect_code\r\n            relative_url\r\n            type\r\n            uid\r\n            updated_at\r\n            url_key\r\n            url_path\r\n            url_suffix\r\n            use_name_in_product_search\r\n            use_store_positions\r\n            virtual_category_root\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane pojedynczej kategorii po <code>id</code> wraz z kategoriami podrzędnymi.\nEN — a single category by <code>id</code> together with its child categories.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query category(id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>children</td>\n<td>CategoryTree</td>\n<td>A tree of child categories</td>\n</tr>\n<tr>\n<td>available_sort_by</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled</td>\n</tr>\n<tr>\n<td>children_count</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was created</td>\n</tr>\n<tr>\n<td>custom_layout_update_file</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_sort_by</td>\n<td>String</td>\n<td>The attribute to use for sorting</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>An optional description of the category</td>\n</tr>\n<tr>\n<td>disay_mode</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>filter_price_range</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>generate_root_category_subtree</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>An ID that uniquely identifies the category</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>include_in_menu</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_anchor</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_disayed_in_autocomete</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_virtual_category</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>landing_page</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Int</td>\n<td>The depth of the category within the tree</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_keywords</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full category path</td>\n</tr>\n<tr>\n<td>path_in_store</td>\n<td>String</td>\n<td>The category path within the store</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The position of the category relative to other categories at the same level in tree</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n<tr>\n<td>redirect_code</td>\n<td>Int</td>\n<td>Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect</td>\n</tr>\n<tr>\n<td>relative_url</td>\n<td>String</td>\n<td>The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original</td>\n</tr>\n<tr>\n<td>type</td>\n<td>UrlRewriteEntityTypeEnum</td>\n<td>One of PRODUCT, CATEGORY, or CMS_PAGE</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CategoryInterface</code> object</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was updated</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The URL key assigned to the category</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>The URL path assigned to the category</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the category URL that is appended after the url key</td>\n</tr>\n<tr>\n<td>use_name_in_product_search</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>use_store_positions</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>virtual_category_root</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"40aeba18-e68b-4f12-b320-97bf8d1c8af5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane pojedynczej kategorii po `id` wraz z kategoriami podrzędnymi.\nEN — a single category by `id` together with its child categories.\n\n*Operacja GraphQL / GraphQL operation:* `query category(id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tchildren\t|\tCategoryTree\t|\tA tree of child categories\t|\n|\tavailable_sort_by\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled \t|\n|\tchildren_count\t|\tString\t|\tNone\t|\n|\tcreated_at\t|\tString\t|\tThe timestamp indicating when the category was created\t|\n|\tcustom_layout_update_file\t|\tString\t|\tNone\t|\n|\tdefault_sort_by\t|\tString\t|\tThe attribute to use for sorting\t|\n|\tdescription\t|\tString\t|\tAn optional description of the category\t|\n|\tdisay_mode\t|\tString\t|\tNone\t|\n|\tfilter_price_range\t|\tFloat\t|\tNone\t|\n|\tgenerate_root_category_subtree\t|\tInt\t|\tNone\t|\n|\tid\t|\tInt\t|\tAn ID that uniquely identifies the category\t|\n|\timage\t|\tString\t|\tNone\t|\n|\tinclude_in_menu\t|\tInt\t|\tNone\t|\n|\tis_anchor\t|\tInt\t|\tNone\t|\n|\tis_disayed_in_autocomete\t|\tInt\t|\tNone\t|\n|\tis_virtual_category\t|\tInt\t|\tNone\t|\n|\tlanding_page\t|\tInt\t|\tNone\t|\n|\tlevel\t|\tInt\t|\tThe depth of the category within the tree\t|\n|\tmeta_description\t|\tString\t|\tNone\t|\n|\tmeta_keywords\t|\tString\t|\tNone\t|\n|\tmeta_title\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe disay name of the category\t|\n|\tpath\t|\tString\t|\tThe full category path\t|\n|\tpath_in_store\t|\tString\t|\tThe category path within the store\t|\n|\tposition\t|\tInt\t|\tThe position of the category relative to other categories at the same level in tree\t|\n|\tproduct_count\t|\tInt\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n|\tredirect_code\t|\tInt\t|\tContains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect \t|\n|\trelative_url\t|\tString\t|\tThe internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original \t|\n|\ttype\t|\tUrlRewriteEntityTypeEnum\t|\tOne of PRODUCT, CATEGORY, or CMS_PAGE \t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CategoryInterface` object \t|\n|\tupdated_at\t|\tString\t|\tThe timestamp indicating when the category was updated \t|\n|\turl_key\t|\tString\t|\tThe URL key assigned to the category\t|\n|\turl_path\t|\tString\t|\tThe URL path assigned to the category\t|\n|\turl_suffix\t|\tString\t|\tThe part of the category URL that is appended after the url key\t|\n|\tuse_name_in_product_search\t|\tInt\t|\tNone\t|\n|\tuse_store_positions\t|\tInt\t|\tNone\t|\n|\tvirtual_category_root\t|\tInt\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": {\n      \"children\": [\n        {\n          \"available_sort_by\": \"string\",\n          \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n          \"children_count\": \"string\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"custom_layout_update_file\": \"string\",\n          \"default_sort_by\": \"string\",\n          \"description\": \"string\",\n          \"disay_mode\": \"string\",\n          \"filter_price_range\": 0,\n          \"generate_root_category_subtree\": \"string\",\n          \"id\": \"1\",\n          \"image\": \"https://hurtownia.agrorami.pl/...\",\n          \"include_in_menu\": \"string\",\n          \"is_anchor\": \"string\",\n          \"is_disayed_in_autocomete\": \"string\",\n          \"is_virtual_category\": \"string\",\n          \"landing_page\": \"string\",\n          \"level\": \"string\",\n          \"meta_description\": \"string\",\n          \"meta_keywords\": \"string\",\n          \"meta_title\": \"string\",\n          \"name\": \"przykład / example\",\n          \"path\": \"string\",\n          \"path_in_store\": \"string\",\n          \"position\": 1,\n          \"product_count\": \"string\",\n          \"redirect_code\": \"string\",\n          \"relative_url\": \"https://hurtownia.agrorami.pl/...\",\n          \"type\": \"simple\",\n          \"uid\": \"1\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n          \"url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n          \"use_name_in_product_search\": \"string\",\n          \"use_store_positions\": \"string\",\n          \"virtual_category_root\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9f930212-bd46-4456-9ef5-ac21a673fa1d"},{"name":"Get cms block","id":"d927c404-7bbc-464a-afae-5badee3712d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Category {\r\n    category(id: 1) {\r\n        cms_block {\r\n            content\r\n            identifier\r\n            title\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane pojedynczej kategorii po <code>id</code> wraz z kategoriami podrzędnymi.\nEN — a single category by <code>id</code> together with its child categories.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query category(id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cms_block</td>\n<td>CmsBlock</td>\n<td>Contains a category CMS block</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The content of the CMS block in raw HTML</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>The CMS block identifier</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The title assigned to the CMS block</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"05f3e361-48ef-4f84-970e-baaeb2c916b2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane pojedynczej kategorii po `id` wraz z kategoriami podrzędnymi.\nEN — a single category by `id` together with its child categories.\n\n*Operacja GraphQL / GraphQL operation:* `query category(id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcms_block\t|\tCmsBlock\t|\tContains a category CMS block\t|\n|\tcontent\t|\tString\t|\tThe content of the CMS block in raw HTML\t|\n|\tidentifier\t|\tString\t|\tThe CMS block identifier\t|\n|\ttitle\t|\tString\t|\tThe title assigned to the CMS block\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": {\n      \"cms_block\": {\n        \"content\": \"string\",\n        \"identifier\": \"string\",\n        \"title\": \"przykład / example\"\n      }\n    }\n  }\n}"}],"_postman_id":"d927c404-7bbc-464a-afae-5badee3712d3"},{"name":"Get products information","id":"e29912a1-0e7c-4413-b85d-9fe3f02263b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Category {\r\n    category(id: 1) {\r\n        products(pageSize: 20, currentPage: 1) {\r\n            total_count\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane pojedynczej kategorii po <code>id</code> wraz z kategoriami podrzędnymi.\nEN — a single category by <code>id</code> together with its child categories.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query category(id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>products</td>\n<td>CategoryProducts</td>\n<td>The list of products assigned to the category</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>The maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>The page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f1ce8854-1760-426b-83df-bb250cab0cba","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane pojedynczej kategorii po `id` wraz z kategoriami podrzędnymi.\nEN — a single category by `id` together with its child categories.\n\n*Operacja GraphQL / GraphQL operation:* `query category(id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tproducts\t|\tCategoryProducts\t|\tThe list of products assigned to the category\t|\n|\tpageSize\t|\tInt\t|\tThe maximum number of results to return at once. The default value is 20 \t|\n|\tcurrentPage\t|\tInt\t|\tThe page of results to return. The default value is 1 \t|\n|\ttotal_count\t|\tInt\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"category\": {\n      \"products\": {\n        \"total_count\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"e29912a1-0e7c-4413-b85d-9fe3f02263b1"}],"id":"39bebcaa-a1fa-4cbd-906c-00c0dfd2c1e5","description":"<p>Search for categories that match the criteria specified in the 'search' and 'filter' attributes.</p>\n","_postman_id":"39bebcaa-a1fa-4cbd-906c-00c0dfd2c1e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Category list","item":[{"name":"Get information","id":"4371d9a3-c4b3-427a-816c-b17a93defca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CategoryList {\r\n    categoryList(pageSize: 20, currentPage: 1) {\r\n        available_sort_by\r\n        canonical_url\r\n        children_count\r\n        created_at\r\n        custom_layout_update_file\r\n        default_sort_by\r\n        description\r\n        disay_mode\r\n        filter_price_range\r\n        generate_root_category_subtree\r\n        id\r\n        image\r\n        include_in_menu\r\n        is_anchor\r\n        is_disayed_in_autocomete\r\n        is_virtual_category\r\n        landing_page\r\n        level\r\n        meta_description\r\n        meta_keywords\r\n        meta_title\r\n        name\r\n        path\r\n        path_in_store\r\n        position\r\n        product_count\r\n        redirect_code\r\n        relative_url\r\n        type\r\n        uid\r\n        updated_at\r\n        url_key\r\n        url_path\r\n        url_suffix\r\n        use_name_in_product_search\r\n        use_store_positions\r\n        virtual_category_root\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categoryList(pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>available_sort_by</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled</td>\n</tr>\n<tr>\n<td>children_count</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was created</td>\n</tr>\n<tr>\n<td>custom_layout_update_file</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_sort_by</td>\n<td>String</td>\n<td>The attribute to use for sorting</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>An optional description of the category</td>\n</tr>\n<tr>\n<td>disay_mode</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>filter_price_range</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>generate_root_category_subtree</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>An ID that uniquely identifies the category</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>include_in_menu</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_anchor</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_disayed_in_autocomete</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_virtual_category</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>landing_page</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Int</td>\n<td>The depth of the category within the tree</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_keywords</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full category path</td>\n</tr>\n<tr>\n<td>path_in_store</td>\n<td>String</td>\n<td>The category path within the store</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The position of the category relative to other categories at the same level in tree</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n<tr>\n<td>redirect_code</td>\n<td>Int</td>\n<td>Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect</td>\n</tr>\n<tr>\n<td>relative_url</td>\n<td>String</td>\n<td>The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original</td>\n</tr>\n<tr>\n<td>type</td>\n<td>UrlRewriteEntityTypeEnum</td>\n<td>One of PRODUCT, CATEGORY, or CMS_PAGE</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CategoryInterface</code> object</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was updated</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The URL key assigned to the category</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>The URL path assigned to the category</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the category URL that is appended after the url key</td>\n</tr>\n<tr>\n<td>use_name_in_product_search</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>use_store_positions</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>virtual_category_root</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b471e412-d73b-4c92-92c9-58935adec7c7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.\n\n*Operacja GraphQL / GraphQL operation:* `query categoryList(pageSize, currentPage)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| available_sort_by | String | None |\n| canonical_url | String | The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled |\n| children_count | String | None |\n| created_at | String | The timestamp indicating when the category was created |\n| custom_layout_update_file | String | None |\n| default_sort_by | String | The attribute to use for sorting |\n| description | String | An optional description of the category |\n| disay_mode | String | None |\n| filter_price_range | Float | None |\n| generate_root_category_subtree | Int | None |\n| id | Int | An ID that uniquely identifies the category |\n| image | String | None |\n| include_in_menu | Int | None |\n| is_anchor | Int | None |\n| is_disayed_in_autocomete | Int | None |\n| is_virtual_category | Int | None |\n| landing_page | Int | None |\n| level | Int | The depth of the category within the tree |\n| meta_description | String | None |\n| meta_keywords | String | None |\n| meta_title | String | None |\n| name | String | The disay name of the category |\n| path | String | The full category path |\n| path_in_store | String | The category path within the store |\n| position | Int | The position of the category relative to other categories at the same level in tree |\n| product_count | Int | The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not |\n| redirect_code | Int | Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect |\n| relative_url | String | The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original |\n| type | UrlRewriteEntityTypeEnum | One of PRODUCT, CATEGORY, or CMS_PAGE |\n| uid | ID | The unique ID for a `CategoryInterface` object |\n| updated_at | String | The timestamp indicating when the category was updated |\n| url_key | String | The URL key assigned to the category |\n| url_path | String | The URL path assigned to the category |\n| url_suffix | String | The part of the category URL that is appended after the url key |\n| use_name_in_product_search | Int | None |\n| use_store_positions | Int | None |\n| virtual_category_root | Int | None |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categoryList\": {\n      \"available_sort_by\": \"string\",\n      \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n      \"children_count\": \"string\",\n      \"created_at\": \"2025-01-01 12:00:00\",\n      \"custom_layout_update_file\": \"string\",\n      \"default_sort_by\": \"string\",\n      \"description\": \"string\",\n      \"disay_mode\": \"string\",\n      \"filter_price_range\": 0,\n      \"generate_root_category_subtree\": \"string\",\n      \"id\": \"1\",\n      \"image\": \"https://hurtownia.agrorami.pl/...\",\n      \"include_in_menu\": \"string\",\n      \"is_anchor\": \"string\",\n      \"is_disayed_in_autocomete\": \"string\",\n      \"is_virtual_category\": \"string\",\n      \"landing_page\": \"string\",\n      \"level\": \"string\",\n      \"meta_description\": \"string\",\n      \"meta_keywords\": \"string\",\n      \"meta_title\": \"string\",\n      \"name\": \"przykład / example\",\n      \"path\": \"string\",\n      \"path_in_store\": \"string\",\n      \"position\": 1,\n      \"product_count\": \"string\",\n      \"redirect_code\": \"string\",\n      \"relative_url\": \"https://hurtownia.agrorami.pl/...\",\n      \"type\": \"simple\",\n      \"uid\": \"1\",\n      \"updated_at\": \"2025-01-01 12:00:00\",\n      \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n      \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n      \"url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n      \"use_name_in_product_search\": \"string\",\n      \"use_store_positions\": \"string\",\n      \"virtual_category_root\": \"string\"\n    }\n  }\n}"}],"_postman_id":"4371d9a3-c4b3-427a-816c-b17a93defca1"},{"name":"Get breadcrumbs","id":"9e12498a-4560-4d84-bb3d-9cf0d0e660d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CategoryList {\r\n    categoryList {\r\n        breadcrumbs {\r\n            category_id\r\n            category_level\r\n            category_name\r\n            category_uid\r\n            category_url_key\r\n            category_url_path\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categoryList</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>breadcrumbs</td>\n<td>Breadcrumb</td>\n<td>An array of breadcrumb items</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Int</td>\n<td>The ID of the category</td>\n</tr>\n<tr>\n<td>category_level</td>\n<td>Int</td>\n<td>The category level</td>\n</tr>\n<tr>\n<td>category_name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>category_uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>Breadcrumb</code> object</td>\n</tr>\n<tr>\n<td>category_url_key</td>\n<td>String</td>\n<td>The URL key of the category</td>\n</tr>\n<tr>\n<td>category_url_path</td>\n<td>String</td>\n<td>The URL path of the category</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"da6af4ab-9d94-4a68-b06d-4564684b9c43","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.\n\n*Operacja GraphQL / GraphQL operation:* `query categoryList`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbreadcrumbs\t|\tBreadcrumb\t|\tAn array of breadcrumb items\t|\n|\tcategory_id\t|\tInt\t|\tThe ID of the category\t|\n|\tcategory_level\t|\tInt\t|\tThe category level\t|\n|\tcategory_name\t|\tString\t|\tThe disay name of the category\t|\n|\tcategory_uid\t|\tID\t|\tThe unique ID for a `Breadcrumb` object \t|\n|\tcategory_url_key\t|\tString\t|\tThe URL key of the category\t|\n|\tcategory_url_path\t|\tString\t|\tThe URL path of the category\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categoryList\": {\n      \"breadcrumbs\": [\n        {\n          \"category_id\": \"string\",\n          \"category_level\": \"string\",\n          \"category_name\": \"string\",\n          \"category_uid\": \"string\",\n          \"category_url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"category_url_path\": \"https://hurtownia.agrorami.pl/...\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9e12498a-4560-4d84-bb3d-9cf0d0e660d1"},{"name":"Get children information","id":"417de5bc-2077-4048-8c36-2f6436189a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CategoryList {\r\n    categoryList {\r\n        children {\r\n            available_sort_by\r\n            canonical_url\r\n            children_count\r\n            created_at\r\n            custom_layout_update_file\r\n            default_sort_by\r\n            description\r\n            disay_mode\r\n            filter_price_range\r\n            generate_root_category_subtree\r\n            id\r\n            image\r\n            include_in_menu\r\n            is_anchor\r\n            is_disayed_in_autocomete\r\n            is_virtual_category\r\n            landing_page\r\n            level\r\n            meta_description\r\n            meta_keywords\r\n            meta_title\r\n            name\r\n            path\r\n            path_in_store\r\n            position\r\n            product_count\r\n            redirect_code\r\n            relative_url\r\n            type\r\n            uid\r\n            updated_at\r\n            url_key\r\n            url_path\r\n            url_suffix\r\n            use_name_in_product_search\r\n            use_store_positions\r\n            virtual_category_root\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categoryList</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>children</td>\n<td>CategoryTree</td>\n<td>A tree of child categories</td>\n</tr>\n<tr>\n<td>available_sort_by</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled</td>\n</tr>\n<tr>\n<td>children_count</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was created</td>\n</tr>\n<tr>\n<td>custom_layout_update_file</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_sort_by</td>\n<td>String</td>\n<td>The attribute to use for sorting</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>An optional description of the category</td>\n</tr>\n<tr>\n<td>disay_mode</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>filter_price_range</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>generate_root_category_subtree</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>An ID that uniquely identifies the category</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>include_in_menu</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_anchor</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_disayed_in_autocomete</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_virtual_category</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>landing_page</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Int</td>\n<td>The depth of the category within the tree</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_keywords</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full category path</td>\n</tr>\n<tr>\n<td>path_in_store</td>\n<td>String</td>\n<td>The category path within the store</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The position of the category relative to other categories at the same level in tree</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n<tr>\n<td>redirect_code</td>\n<td>Int</td>\n<td>Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect</td>\n</tr>\n<tr>\n<td>relative_url</td>\n<td>String</td>\n<td>The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original</td>\n</tr>\n<tr>\n<td>type</td>\n<td>UrlRewriteEntityTypeEnum</td>\n<td>One of PRODUCT, CATEGORY, or CMS_PAGE</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CategoryInterface</code> object</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was updated</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The URL key assigned to the category</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>The URL path assigned to the category</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the category URL that is appended after the url key</td>\n</tr>\n<tr>\n<td>use_name_in_product_search</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>use_store_positions</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>virtual_category_root</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"86d295b5-bd6d-4328-881a-215649be12c2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.\n\n*Operacja GraphQL / GraphQL operation:* `query categoryList`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tchildren\t|\tCategoryTree\t|\tA tree of child categories\t|\n|\tavailable_sort_by\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled \t|\n|\tchildren_count\t|\tString\t|\tNone\t|\n|\tcreated_at\t|\tString\t|\tThe timestamp indicating when the category was created\t|\n|\tcustom_layout_update_file\t|\tString\t|\tNone\t|\n|\tdefault_sort_by\t|\tString\t|\tThe attribute to use for sorting\t|\n|\tdescription\t|\tString\t|\tAn optional description of the category\t|\n|\tdisay_mode\t|\tString\t|\tNone\t|\n|\tfilter_price_range\t|\tFloat\t|\tNone\t|\n|\tgenerate_root_category_subtree\t|\tInt\t|\tNone\t|\n|\tid\t|\tInt\t|\tAn ID that uniquely identifies the category\t|\n|\timage\t|\tString\t|\tNone\t|\n|\tinclude_in_menu\t|\tInt\t|\tNone\t|\n|\tis_anchor\t|\tInt\t|\tNone\t|\n|\tis_disayed_in_autocomete\t|\tInt\t|\tNone\t|\n|\tis_virtual_category\t|\tInt\t|\tNone\t|\n|\tlanding_page\t|\tInt\t|\tNone\t|\n|\tlevel\t|\tInt\t|\tThe depth of the category within the tree\t|\n|\tmeta_description\t|\tString\t|\tNone\t|\n|\tmeta_keywords\t|\tString\t|\tNone\t|\n|\tmeta_title\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe disay name of the category\t|\n|\tpath\t|\tString\t|\tThe full category path\t|\n|\tpath_in_store\t|\tString\t|\tThe category path within the store\t|\n|\tposition\t|\tInt\t|\tThe position of the category relative to other categories at the same level in tree\t|\n|\tproduct_count\t|\tInt\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n|\tredirect_code\t|\tInt\t|\tContains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect \t|\n|\trelative_url\t|\tString\t|\tThe internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original \t|\n|\ttype\t|\tUrlRewriteEntityTypeEnum\t|\tOne of PRODUCT, CATEGORY, or CMS_PAGE \t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CategoryInterface` object \t|\n|\tupdated_at\t|\tString\t|\tThe timestamp indicating when the category was updated \t|\n|\turl_key\t|\tString\t|\tThe URL key assigned to the category\t|\n|\turl_path\t|\tString\t|\tThe URL path assigned to the category\t|\n|\turl_suffix\t|\tString\t|\tThe part of the category URL that is appended after the url key\t|\n|\tuse_name_in_product_search\t|\tInt\t|\tNone\t|\n|\tuse_store_positions\t|\tInt\t|\tNone\t|\n|\tvirtual_category_root\t|\tInt\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categoryList\": {\n      \"children\": [\n        {\n          \"available_sort_by\": \"string\",\n          \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n          \"children_count\": \"string\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"custom_layout_update_file\": \"string\",\n          \"default_sort_by\": \"string\",\n          \"description\": \"string\",\n          \"disay_mode\": \"string\",\n          \"filter_price_range\": 0,\n          \"generate_root_category_subtree\": \"string\",\n          \"id\": \"1\",\n          \"image\": \"https://hurtownia.agrorami.pl/...\",\n          \"include_in_menu\": \"string\",\n          \"is_anchor\": \"string\",\n          \"is_disayed_in_autocomete\": \"string\",\n          \"is_virtual_category\": \"string\",\n          \"landing_page\": \"string\",\n          \"level\": \"string\",\n          \"meta_description\": \"string\",\n          \"meta_keywords\": \"string\",\n          \"meta_title\": \"string\",\n          \"name\": \"przykład / example\",\n          \"path\": \"string\",\n          \"path_in_store\": \"string\",\n          \"position\": 1,\n          \"product_count\": \"string\",\n          \"redirect_code\": \"string\",\n          \"relative_url\": \"https://hurtownia.agrorami.pl/...\",\n          \"type\": \"simple\",\n          \"uid\": \"1\",\n          \"updated_at\": \"2025-01-01 12:00:00\",\n          \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n          \"url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n          \"use_name_in_product_search\": \"string\",\n          \"use_store_positions\": \"string\",\n          \"virtual_category_root\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"417de5bc-2077-4048-8c36-2f6436189a61"},{"name":"Get cms block","id":"47d65873-947a-4c7c-bb09-3a1844640fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CategoryList {\r\n    categoryList {\r\n        cms_block {\r\n            content\r\n            identifier\r\n            title\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categoryList</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cms_block</td>\n<td>CmsBlock</td>\n<td>Contains a category CMS block</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The content of the CMS block in raw HTML</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>The CMS block identifier</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The title assigned to the CMS block</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7b896366-66d0-4fc4-ad53-d22c0ce0eb48","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.\n\n*Operacja GraphQL / GraphQL operation:* `query categoryList`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcms_block\t|\tCmsBlock\t|\tContains a category CMS block\t|\n|\tcontent\t|\tString\t|\tThe content of the CMS block in raw HTML\t|\n|\tidentifier\t|\tString\t|\tThe CMS block identifier\t|\n|\ttitle\t|\tString\t|\tThe title assigned to the CMS block\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categoryList\": {\n      \"cms_block\": {\n        \"content\": \"string\",\n        \"identifier\": \"string\",\n        \"title\": \"przykład / example\"\n      }\n    }\n  }\n}"}],"_postman_id":"47d65873-947a-4c7c-bb09-3a1844640fa7"},{"name":"Get products information","id":"08a08863-ba5b-4020-96b0-83187da9b32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CategoryList {\r\n    categoryList {\r\n        products(pageSize: 20, currentPage: 1) {\r\n            total_count\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query categoryList</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>products</td>\n<td>CategoryProducts</td>\n<td>The list of products assigned to the category</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>The maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>The page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7020fc0d-7dee-4224-8895-dfc6f947e226","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista/drzewo kategorii wg filtrów.\nEN — category list/tree by filters.\n\n*Operacja GraphQL / GraphQL operation:* `query categoryList`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tproducts\t|\tCategoryProducts\t|\tThe list of products assigned to the category\t|\n|\tpageSize\t|\tInt\t|\tThe maximum number of results to return at once. The default value is 20 \t|\n|\tcurrentPage\t|\tInt\t|\tThe page of results to return. The default value is 1 \t|\n|\ttotal_count\t|\tInt\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"categoryList\": {\n      \"products\": {\n        \"total_count\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"08a08863-ba5b-4020-96b0-83187da9b32b"}],"id":"e16e6c9a-5f78-401b-b9e8-271cb9874525","description":"<p>Return an array of categories based on the specified filters.</p>\n","_postman_id":"e16e6c9a-5f78-401b-b9e8-271cb9874525","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"efb945f3-0a05-4aba-a173-c8097c5cbf0b","description":"<p>Drzewo kategorii i dane kategorii.</p>\n<ul>\n<li><code>Categories</code> / <code>Category</code> / <code>Category list</code> — różne warianty pobierania kategorii i ich produktów.</li>\n</ul>\n<p>Operacje publiczne (nie wymagają tokenu). Zapytania produktowe przepisowe znajdziesz też w folderze <strong>Praktyczne zapytania (Functionality)</strong>.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Category tree and category data.</p>\n<ul>\n<li><code>Categories</code> / <code>Category</code> / <code>Category list</code> — variants for fetching categories and their products.</li>\n</ul>\n<p>Public operations (no token). Curated product queries are in <strong>01 · Praktyczne scenariusze (Functionality)</strong>.</p>\n","_postman_id":"efb945f3-0a05-4aba-a173-c8097c5cbf0b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Cart & Checkout","item":[{"name":"Cart","item":[{"name":"Items","item":[{"name":"Prices","item":[{"name":"Get items information","id":"2538beb7-08a3-469b-b095-498a1ed5a775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        items {\r\n            id\r\n            quantity\r\n            uid\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>ID of an item</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this item in the cart</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a 'CartItemInterface' object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f019dca5-e975-4007-a31b-7e9354ba3b3f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| id | String | ID of an item |\n| quantity | Float | The quantity of this item in the cart |\n| uid | ID | The unique ID for a 'CartItemInterface' object |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"quantity\": 1,\n          \"uid\": \"1\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2538beb7-08a3-469b-b095-498a1ed5a775"},{"name":"Get loading errors","id":"ebaf46ba-d40b-4dd7-bd2d-77c4835765eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        items {\r\n            errors {\r\n                code\r\n                message\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>CartItemErrorType</td>\n<td>An error code that describes the error encountered</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>A localized error message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"618f3ba8-8e34-4f17-9afc-9a2ea9fa3a85","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| code | CartItemErrorType | An error code that describes the error encountered |\n| message | String | A localized error message |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"items\": [\n        {\n          \"errors\": [\n            {\n              \"code\": \"przykład / example\",\n              \"message\": \"przykład / example\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ebaf46ba-d40b-4dd7-bd2d-77c4835765eb"}],"id":"a48f9109-d257-4da4-b01c-fc15fcee4b63","description":"<p>Contains details about the price of the item, including taxes and discounts.</p>\n","_postman_id":"a48f9109-d257-4da4-b01c-fc15fcee4b63","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get errors","id":"07df33a3-b33b-4781-9ec8-95706ab0fe34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                errors {\r\n                    code\r\n                    message\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>CartItemErrorType</td>\n<td>An error code that describes the error encountered</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>A localized error message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2e65c06a-35ba-49c7-b043-1f25034e4262","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| code | CartItemErrorType | An error code that describes the error encountered |\n| message | String | A localized error message |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"errors\": [\n              {\n                \"code\": \"przykład / example\",\n                \"message\": \"przykład / example\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"07df33a3-b33b-4781-9ec8-95706ab0fe34"},{"name":"Get information","id":"6f2bbac0-e4bc-45c1-90fa-896664ae6ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                id\r\n                quantity\r\n                uid\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>ID of an item</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this item</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a 'CartItemInterface'</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"32b00ecd-810b-4023-abfd-4bf4052c68c6","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| id | String | ID of an item |\n| quantity | Float | The quantity of this item |\n| uid | ID | The unique ID for a 'CartItemInterface' |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"id\": \"1\",\n            \"quantity\": 1,\n            \"uid\": \"1\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6f2bbac0-e4bc-45c1-90fa-896664ae6ad8"}],"id":"a3c3053c-808f-4a98-97fe-0af7f45a972b","description":"<p>An array of products that have been added to the cart.</p>\n","_postman_id":"a3c3053c-808f-4a98-97fe-0af7f45a972b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Prices","item":[{"name":"Get applied taxes","id":"9e5c2cef-7355-4856-8a22-4f69947cb686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        prices {\r\n            applied_taxes {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>applied_taxes</td>\n<td>CartTaxItem</td>\n<td>An array containing the names and amounts of taxes applied to each item in the cart</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to this item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The description of the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a8ac6c01-cf97-4b4b-a2e0-08a98ca589f8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| applied_taxes | CartTaxItem | An array containing the names and amounts of taxes applied to each item in the cart |\n| amount | Money | The amount of tax applied to this item |\n| currency | CurrencyEnum | A three-letter currency code, such as USD or EUR |\n| value | Float | A number expressing a monetary value |\n| label | String | The description of the tax |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"prices\": {\n        \"applied_taxes\": [\n          {\n            \"label\": \"przykład / example\",\n            \"amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9e5c2cef-7355-4856-8a22-4f69947cb686"},{"name":"Get discounts","id":"a530c366-d33d-4703-a13b-6b90b1ffc296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        prices {\r\n            discounts {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n            discount {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>discount</td>\n<td>CartDiscount</td>\n<td>None</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>An array containing cart rule discounts, store credit and gift cards applied to the cart</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b0c0e8a3-6890-4829-9a39-2713fc18a363","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| discount | CartDiscount | None |\n| discounts | Discount | An array containing cart rule discounts, store credit and gift cards applied to the cart |\n| amount | Money | The amount of the discount |\n| currency | CurrencyEnum | A three-letter currency code, such as USD or EUR |\n| value | Float | A number expressing a monetary value |\n| label | String | A description of the discount |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"prices\": {\n        \"discounts\": [\n          {\n            \"label\": \"przykład / example\",\n            \"amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        ],\n        \"discount\": {\n          \"label\": \"przykład / example\",\n          \"amount\": {\n            \"currency\": \"PLN\",\n            \"value\": 0\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"a530c366-d33d-4703-a13b-6b90b1ffc296"},{"name":"Get grand total","id":"9f022260-f451-4d3c-8856-b79eb67b8727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        prices {\r\n            grand_total {\r\n                currency\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The total, including discounts, taxes, shipping, and other fees</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"30ad5ce5-b945-4750-a407-357cc839b663","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tgrand_total\t|\tMoney\t|\tThe total, including discounts, taxes, shipping, and other fees \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"prices\": {\n        \"grand_total\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"9f022260-f451-4d3c-8856-b79eb67b8727"},{"name":"Get subtotal","id":"3278fed6-d749-4f30-bc06-feaa702dc503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        prices {\r\n            subtotal_excluding_tax {\r\n                currency\r\n                value\r\n            }\r\n            subtotal_including_tax {\r\n                currency\r\n                value\r\n            }\r\n            subtotal_with_discount_excluding_tax {\r\n                currency\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>subtotal_excluding_tax</td>\n<td>Money</td>\n<td>The subtotal without any applied taxes</td>\n</tr>\n<tr>\n<td>subtotal_including_tax</td>\n<td>Money</td>\n<td>The subtotal including any applied taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e895b4a1-d0fd-498a-9a7d-cd0f7b1e65f5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| subtotal_excluding_tax | Money | The subtotal without any applied taxes |\n| subtotal_including_tax | Money | The subtotal including any applied taxes |\n| currency | CurrencyEnum | A three-letter currency code, such as USD or EUR |\n| value | Float | A number expressing a monetary value |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"prices\": {\n        \"subtotal_excluding_tax\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        },\n        \"subtotal_including_tax\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        },\n        \"subtotal_with_discount_excluding_tax\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"3278fed6-d749-4f30-bc06-feaa702dc503"}],"id":"90acb01a-1394-4340-97b0-b1849f758364","description":"<p>Pricing details for the quote.</p>\n","_postman_id":"90acb01a-1394-4340-97b0-b1849f758364","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Shipping addresses","item":[{"name":"Cart items","item":[{"name":"Prices","item":[{"name":"Get total discount","id":"1b2d21b4-b961-401b-a667-e95630fd0f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    total_item_discount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>total_item_discount</td>\n<td>Money</td>\n<td>The total of all discounts applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d45955f4-8c05-4f55-81f4-f3b98df0b566","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts \t|\n|\ttotal_item_discount\t|\tMoney\t|\tThe total of all discounts applied to the item \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"total_item_discount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1b2d21b4-b961-401b-a667-e95630fd0f74"},{"name":"Get row total","id":"731f6f30-07c2-4854-af49-b46214245c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    row_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                    row_total_including_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>row_total</td>\n<td>Money</td>\n<td>The value of the price multiied by the quantity of the item</td>\n</tr>\n<tr>\n<td>row_total_including_tax</td>\n<td>Money</td>\n<td>The value of <code>row_total</code> us the tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"be118ddb-ebc4-440f-a60d-9316a3baa89f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts \t|\n|\trow_total\t|\tMoney\t|\tThe value of the price multiied by the quantity of the item \t|\n|\trow_total_including_tax\t|\tMoney\t|\tThe value of `row_total` us the tax applied to the item \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"row_total\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"row_total_including_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"731f6f30-07c2-4854-af49-b46214245c69"},{"name":"Get price","id":"cdd16989-ba9e-4785-b874-c63a7b75d057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    price {\r\n                        currency\r\n                        value\r\n                    }\r\n                    price_including_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Money</td>\n<td>The price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart</td>\n</tr>\n<tr>\n<td>price_including_tax</td>\n<td>Money</td>\n<td>The price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ab674ca8-b62d-4bf6-82c8-99e4871d034c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts \t|\n|\tprice\t|\tMoney\t|\tThe price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart \t|\n|\tprice_including_tax\t|\tMoney\t|\tThe price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"price\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"price_including_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"cdd16989-ba9e-4785-b874-c63a7b75d057"},{"name":"Get fixed product taxes","id":"598b2b5f-ed51-4ba8-8e76-5c7700a0f3e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    fixed_product_taxes {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>fixed_product_taxes</td>\n<td>FixedProductTax</td>\n<td>An array of FPTs applied to the cart item</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the Fixed Product Tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label assigned to the Fixed Product Tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"dfbafcf6-706c-47e0-9b9f-2c6234a2deaa","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts \t|\n|\tfixed_product_taxes\t|\tFixedProductTax\t|\tAn array of FPTs applied to the cart item \t|\n|\tamount\t|\tMoney\t|\tThe amount of the Fixed Product Tax \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tThe disay label assigned to the Fixed Product Tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"fixed_product_taxes\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"598b2b5f-ed51-4ba8-8e76-5c7700a0f3e8"},{"name":"Get discounts","id":"9e1d4376-caee-4b52-8670-387eae0c8a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>An array containing cart rule discounts, store credit and gift cards applied to the cart</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"097d5bac-4fdd-4668-b409-951a0b8d6ddd","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts \t|\n|\tdiscounts\t|\tDiscount\t|\tAn array containing cart rule discounts, store credit and gift cards applied to the cart\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"discounts\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9e1d4376-caee-4b52-8670-387eae0c8a5a"}],"id":"77a871cb-4508-4d8d-94d2-698ce112bca0","description":"<p>Contains details about the price of the item, including taxes and discounts.</p>\n","_postman_id":"77a871cb-4508-4d8d-94d2-698ce112bca0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Product","item":[{"name":"Categories","item":[{"name":"Products","item":[{"name":"Get information","id":"94627356-290d-4cd2-b598-9f38f747bff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    categories {\r\n                        products(\r\n                            pageSize: 20\r\n                            currentPage: 1\r\n                            sort: { name: null, position: null, price: null, relevance: null }\r\n                        ) {\r\n                            total_count\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>CategoryInterface</td>\n<td>The categories assigned to a product</td>\n</tr>\n<tr>\n<td>products</td>\n<td>CategoryProducts</td>\n<td>The list of products assigned to the category</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>The maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>sort</td>\n<td>ProductAttributeSortInput</td>\n<td>The attributes to sort on, and whether to return the results in ascending or descending order</td>\n</tr>\n<tr>\n<td>name</td>\n<td>SortEnum</td>\n<td>Attribute label: Nazwa</td>\n</tr>\n<tr>\n<td>position</td>\n<td>SortEnum</td>\n<td>Sort by the position assigned to each product</td>\n</tr>\n<tr>\n<td>price</td>\n<td>SortEnum</td>\n<td>Attribute label: Price</td>\n</tr>\n<tr>\n<td>relevance</td>\n<td>SortEnum</td>\n<td>Sort by the search relevance score (default)</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>Int</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"88d3e76f-3f9c-483d-9a41-f410d41c48eb","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tcategories\t|\tCategoryInterface\t|\tThe categories assigned to a product \t|\n|\tproducts\t|\tCategoryProducts\t|\tThe list of products assigned to the category \t|\n|\tpageSize\t|\tInt\t|\tThe maximum number of results to return at once. The default value is 20 \t|\n|\tsort\t|\tProductAttributeSortInput\t|\tThe attributes to sort on, and whether to return the results in ascending or descending order \t|\n|\tname\t|\tSortEnum\t|\tAttribute label: Nazwa\t|\n|\tposition\t|\tSortEnum\t|\tSort by the position assigned to each product\t|\n|\tprice\t|\tSortEnum\t|\tAttribute label: Price\t|\n|\trelevance\t|\tSortEnum\t|\tSort by the search relevance score (default)\t|\n|\ttotal_count\t|\tInt\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"categories\": [\n                {\n                  \"products\": {\n                    \"total_count\": 1\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"94627356-290d-4cd2-b598-9f38f747bff4"},{"name":"Get page info","id":"45981352-131d-4823-9adb-189ac0cbb064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    categories {\r\n                        products {\r\n                            page_info {\r\n                                current_page\r\n                                is_spellchecked\r\n                                page_size\r\n                                total_pages\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>CategoryInterface</td>\n<td>The categories assigned to a product</td>\n</tr>\n<tr>\n<td>products</td>\n<td>CategoryProducts</td>\n<td>The list of products assigned to the category</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cd21b5fd-5835-4396-97cb-ae5520008b43","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tcategories\t|\tCategoryInterface\t|\tThe categories assigned to a product \t|\n|\tproducts\t|\tCategoryProducts\t|\tThe list of products assigned to the category \t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"categories\": [\n                {\n                  \"products\": {\n                    \"page_info\": {\n                      \"current_page\": 1,\n                      \"is_spellchecked\": \"string\",\n                      \"page_size\": 1,\n                      \"total_pages\": 1\n                    }\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"45981352-131d-4823-9adb-189ac0cbb064"}],"id":"6325d346-49c2-4b6a-9477-1ff99590bab4","description":"<p>The list of products assigned to the category.</p>\n","_postman_id":"6325d346-49c2-4b6a-9477-1ff99590bab4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"f00fe0e8-f3b7-40ed-8fec-f2726de35909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    categories {\r\n                        available_sort_by\r\n                        canonical_url\r\n                        children_count\r\n                        created_at\r\n                        custom_layout_update_file\r\n                        default_sort_by\r\n                        description\r\n                        disay_mode\r\n                        filter_price_range\r\n                        generate_root_category_subtree\r\n                        id\r\n                        image\r\n                        include_in_menu\r\n                        is_anchor\r\n                        is_disayed_in_autocomete\r\n                        is_virtual_category\r\n                        landing_page\r\n                        level\r\n                        meta_description\r\n                        meta_keywords\r\n                        meta_title\r\n                        name\r\n                        path\r\n                        path_in_store\r\n                        position\r\n                        product_count\r\n                        uid\r\n                        updated_at\r\n                        url_key\r\n                        url_path\r\n                        url_suffix\r\n                        use_name_in_product_search\r\n                        use_store_positions\r\n                        virtual_category_root\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>CategoryInterface</td>\n<td>The categories assigned to a product</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled</td>\n</tr>\n<tr>\n<td>children_count</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was created</td>\n</tr>\n<tr>\n<td>custom_layout_update_file</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_sort_by</td>\n<td>String</td>\n<td>The attribute to use for sorting</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>An optional description of the category</td>\n</tr>\n<tr>\n<td>disay_mode</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>filter_price_range</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>generate_root_category_subtree</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>An ID that uniquely identifies the category</td>\n</tr>\n<tr>\n<td>image</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>include_in_menu</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_anchor</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_disayed_in_autocomete</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_virtual_category</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>landing_page</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>level</td>\n<td>Int</td>\n<td>The depth of the category within the tree</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>meta_keywords</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>path</td>\n<td>String</td>\n<td>The full category path</td>\n</tr>\n<tr>\n<td>path_in_store</td>\n<td>String</td>\n<td>The category path within the store</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The position of the category relative to other categories at the same level in tree</td>\n</tr>\n<tr>\n<td>product_count</td>\n<td>String</td>\n<td>The number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CategoryInterface</code> object</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The timestamp indicating when the category was updated</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The URL key assigned to the category</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>The URL path assigned to the category</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the category URL that is appended after the url key</td>\n</tr>\n<tr>\n<td>use_name_in_product_search</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>use_store_positions</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>virtual_category_root</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4289abe8-cdd5-44fb-85f7-0dbad89c3188","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tcategories\t|\tCategoryInterface\t|\tThe categories assigned to a product \t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled \t|\n|\tchildren_count\t|\tString\t|\tNone\t|\n|\tcreated_at\t|\tString\t|\tThe timestamp indicating when the category was created\t|\n|\tcustom_layout_update_file\t|\tString\t|\tNone\t|\n|\tdefault_sort_by\t|\tString\t|\tThe attribute to use for sorting\t|\n|\tdescription\t|\tString\t|\tAn optional description of the category\t|\n|\tdisay_mode\t|\tString\t|\tNone\t|\n|\tfilter_price_range\t|\tFloat\t|\tNone\t|\n|\tgenerate_root_category_subtree\t|\tInt\t|\tNone\t|\n|\tid\t|\tInt\t|\tAn ID that uniquely identifies the category\t|\n|\timage\t|\tString\t|\tNone\t|\n|\tinclude_in_menu\t|\tInt\t|\tNone\t|\n|\tis_anchor\t|\tInt\t|\tNone\t|\n|\tis_disayed_in_autocomete\t|\tInt\t|\tNone\t|\n|\tis_virtual_category\t|\tInt\t|\tNone\t|\n|\tlanding_page\t|\tInt\t|\tNone\t|\n|\tlevel\t|\tInt\t|\tThe depth of the category within the tree\t|\n|\tmeta_description\t|\tString\t|\tNone\t|\n|\tmeta_keywords\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe disay name of the category\t|\n|\tpath\t|\tString\t|\tThe full category path\t|\n|\tpath_in_store\t|\tString\t|\tThe category path within the store\t|\n|\tposition\t|\tInt\t|\tThe position of the category relative to other categories at the same level in tree \t|\n|\tproduct_count\t|\tString\t|\tThe number of products in the category that are marked as visible. By default, in comex products, parent products are visible, but their child products are not \t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CategoryInterface` object \t|\n|\tupdated_at\t|\tString\t|\tThe timestamp indicating when the category was updated \t|\n|\turl_key\t|\tString\t|\tThe URL key assigned to the category\t|\n|\turl_path\t|\tString\t|\tThe URL path assigned to the category\t|\n|\turl_suffix\t|\tString\t|\tThe part of the category URL that is appended after the url key \t|\n|\tuse_name_in_product_search\t|\tInt\t|\tNone\t|\n|\tuse_store_positions\t|\tInt\t|\tNone\t|\n|\tvirtual_category_root\t|\tInt\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"categories\": [\n                {\n                  \"available_sort_by\": \"string\",\n                  \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n                  \"children_count\": \"string\",\n                  \"created_at\": \"2025-01-01 12:00:00\",\n                  \"custom_layout_update_file\": \"string\",\n                  \"default_sort_by\": \"string\",\n                  \"description\": \"string\",\n                  \"disay_mode\": \"string\",\n                  \"filter_price_range\": 0,\n                  \"generate_root_category_subtree\": \"string\",\n                  \"id\": \"1\",\n                  \"image\": \"https://hurtownia.agrorami.pl/...\",\n                  \"include_in_menu\": \"string\",\n                  \"is_anchor\": \"string\",\n                  \"is_disayed_in_autocomete\": \"string\",\n                  \"is_virtual_category\": \"string\",\n                  \"landing_page\": \"string\",\n                  \"level\": \"string\",\n                  \"meta_description\": \"string\",\n                  \"meta_keywords\": \"string\",\n                  \"meta_title\": \"string\",\n                  \"name\": \"przykład / example\",\n                  \"path\": \"string\",\n                  \"path_in_store\": \"string\",\n                  \"position\": 1,\n                  \"product_count\": \"string\",\n                  \"uid\": \"1\",\n                  \"updated_at\": \"2025-01-01 12:00:00\",\n                  \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n                  \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n                  \"url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n                  \"use_name_in_product_search\": \"string\",\n                  \"use_store_positions\": \"string\",\n                  \"virtual_category_root\": \"string\"\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f00fe0e8-f3b7-40ed-8fec-f2726de35909"},{"name":"Get breadcrumbs","id":"07e0d375-fcb9-4ce0-92e7-b25852910222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    categories {\r\n                        breadcrumbs {\r\n                            category_id\r\n                            category_level\r\n                            category_name\r\n                            category_uid\r\n                            category_url_key\r\n                            category_url_path\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>CategoryInterface</td>\n<td>The categories assigned to a product</td>\n</tr>\n<tr>\n<td>breadcrumbs</td>\n<td>Breadcrumb</td>\n<td>An array of breadcrumb items</td>\n</tr>\n<tr>\n<td>category_id</td>\n<td>Int</td>\n<td>The ID of the category</td>\n</tr>\n<tr>\n<td>category_level</td>\n<td>Int</td>\n<td>The category level</td>\n</tr>\n<tr>\n<td>category_name</td>\n<td>String</td>\n<td>The disay name of the category</td>\n</tr>\n<tr>\n<td>category_uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>Breadcrumb</code> object</td>\n</tr>\n<tr>\n<td>category_url_key</td>\n<td>String</td>\n<td>The URL key of the category</td>\n</tr>\n<tr>\n<td>category_url_path</td>\n<td>String</td>\n<td>The URL path of the category</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"712ae673-b906-4d5b-a9fb-cac36b41c0a0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tcategories\t|\tCategoryInterface\t|\tThe categories assigned to a product \t|\n|\tbreadcrumbs\t|\tBreadcrumb\t|\tAn array of breadcrumb items\t|\n|\tcategory_id\t|\tInt\t|\tThe ID of the category\t|\n|\tcategory_level\t|\tInt\t|\tThe category level\t|\n|\tcategory_name\t|\tString\t|\tThe disay name of the category\t|\n|\tcategory_uid\t|\tID\t|\tThe unique ID for a `Breadcrumb` object \t|\n|\tcategory_url_key\t|\tString\t|\tThe URL key of the category\t|\n|\tcategory_url_path\t|\tString\t|\tThe URL path of the category\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"categories\": [\n                {\n                  \"breadcrumbs\": [\n                    {\n                      \"category_id\": \"string\",\n                      \"category_level\": \"string\",\n                      \"category_name\": \"string\",\n                      \"category_uid\": \"string\",\n                      \"category_url_key\": \"https://hurtownia.agrorami.pl/...\",\n                      \"category_url_path\": \"https://hurtownia.agrorami.pl/...\"\n                    }\n                  ]\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"07e0d375-fcb9-4ce0-92e7-b25852910222"},{"name":"Get cms block","id":"3db62b95-7af1-4f6a-9c95-63c2d919bc79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    categories {\r\n                        cms_block {\r\n                            content\r\n                            identifier\r\n                            title\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>categories</td>\n<td>CategoryInterface</td>\n<td>The categories assigned to a product</td>\n</tr>\n<tr>\n<td>cms_block</td>\n<td>CmsBlock</td>\n<td>Contains a category CMS block</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>The content of the CMS block in raw HTML</td>\n</tr>\n<tr>\n<td>identifier</td>\n<td>String</td>\n<td>The CMS block identifier</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The title assigned to the CMS block</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6048fe76-16a2-4f86-8efb-384d08c204c9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tcategories\t|\tCategoryInterface\t|\tThe categories assigned to a product \t|\n|\tcms_block\t|\tCmsBlock\t|\tContains a category CMS block\t|\n|\tcontent\t|\tString\t|\tThe content of the CMS block in raw HTML\t|\n|\tidentifier\t|\tString\t|\tThe CMS block identifier\t|\n|\ttitle\t|\tString\t|\tThe title assigned to the CMS block\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"categories\": [\n                {\n                  \"cms_block\": {\n                    \"content\": \"string\",\n                    \"identifier\": \"string\",\n                    \"title\": \"przykład / example\"\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"3db62b95-7af1-4f6a-9c95-63c2d919bc79"}],"id":"a6d62e1f-ad13-4660-a121-cd7bd46c689c","description":"<p>The categories assigned to a product.</p>\n","_postman_id":"a6d62e1f-ad13-4660-a121-cd7bd46c689c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Media gallery entries","item":[{"name":"Get information","id":"cb718e01-720a-464e-8fe4-df89cebc6b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    media_gallery_entries {\r\n                        disabled\r\n                        file\r\n                        id\r\n                        label\r\n                        media_type\r\n                        position\r\n                        types\r\n                        uid\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>media_gallery_entries</td>\n<td>MediaGalleryEntry</td>\n<td>An array of MediaGalleryEntry objects</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Boolean</td>\n<td>Indicates whether the image is hidden from view</td>\n</tr>\n<tr>\n<td>file</td>\n<td>String</td>\n<td>The path of the image on the server</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The identifier assigned to the object</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The alt text disayed on the storefront when the user points to the image</td>\n</tr>\n<tr>\n<td>media_type</td>\n<td>String</td>\n<td>Either <code>image</code> or <code>video</code></td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The media item's position after it has been sorted</td>\n</tr>\n<tr>\n<td>types</td>\n<td>String</td>\n<td>Array of image types. It can have the following values: image, small_image, thumbnail</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>MediaGalleryEntry</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b9082fba-cce6-400b-abf4-f711a1cec971","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tmedia_gallery_entries\t|\tMediaGalleryEntry\t|\tAn array of MediaGalleryEntry objects\t|\n|\tdisabled\t|\tBoolean\t|\tIndicates whether the image is hidden from view\t|\n|\tfile\t|\tString\t|\tThe path of the image on the server\t|\n|\tid\t|\tInt\t|\tThe identifier assigned to the object\t|\n|\tlabel\t|\tString\t|\tThe alt text disayed on the storefront when the user points to the image\t|\n|\tmedia_type\t|\tString\t|\tEither `image` or `video` \t|\n|\tposition\t|\tInt\t|\tThe media item's position after it has been sorted \t|\n|\ttypes\t|\tString\t|\tArray of image types. It can have the following values: image, small_image, thumbnail \t|\n|\tuid\t|\tID\t|\tThe unique ID for a `MediaGalleryEntry` object \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"media_gallery_entries\": [\n                {\n                  \"disabled\": true,\n                  \"file\": \"string\",\n                  \"id\": \"1\",\n                  \"label\": \"przykład / example\",\n                  \"media_type\": \"string\",\n                  \"position\": 1,\n                  \"types\": \"string\",\n                  \"uid\": \"1\"\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"cb718e01-720a-464e-8fe4-df89cebc6b7b"},{"name":"Get content","id":"97b6f425-a2eb-4920-92c5-bdfcf87c4855","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    media_gallery_entries {\r\n                        content {\r\n                            base64_encoded_data\r\n                            name\r\n                            type\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>media_gallery_entries</td>\n<td>MediaGalleryEntry</td>\n<td>An array of MediaGalleryEntry objects</td>\n</tr>\n<tr>\n<td>content</td>\n<td>ProductMediaGalleryEntriesContent</td>\n<td>Details about the content of the media gallery item</td>\n</tr>\n<tr>\n<td>base64_encoded_data</td>\n<td>String</td>\n<td>The image in base64 format</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The file name of the image</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The MIME type of the file, such as image/png</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"60ee0404-22e5-4fb7-82ec-15fdc8beb465","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tmedia_gallery_entries\t|\tMediaGalleryEntry\t|\tAn array of MediaGalleryEntry objects\t|\n|\tcontent\t|\tProductMediaGalleryEntriesContent\t|\tDetails about the content of the media gallery item \t|\n|\tbase64_encoded_data\t|\tString\t|\tThe image in base64 format\t|\n|\tname\t|\tString\t|\tThe file name of the image\t|\n|\ttype\t|\tString\t|\tThe MIME type of the file, such as image/png\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"media_gallery_entries\": [\n                {\n                  \"content\": {\n                    \"base64_encoded_data\": \"string\",\n                    \"name\": \"przykład / example\",\n                    \"type\": \"simple\"\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"97b6f425-a2eb-4920-92c5-bdfcf87c4855"},{"name":"Get video content","id":"9f02ef62-6887-4018-b888-fbb28f063caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    media_gallery_entries {\r\n                        video_content {\r\n                            media_type\r\n                            video_description\r\n                            video_metadata\r\n                            video_provider\r\n                            video_title\r\n                            video_url\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>media_gallery_entries</td>\n<td>MediaGalleryEntry</td>\n<td>An array of MediaGalleryEntry objects</td>\n</tr>\n<tr>\n<td>video_content</td>\n<td>ProductMediaGalleryEntriesVideoContent</td>\n<td>Details about the content of a video item</td>\n</tr>\n<tr>\n<td>media_type</td>\n<td>String</td>\n<td>Must be external-video</td>\n</tr>\n<tr>\n<td>video_description</td>\n<td>String</td>\n<td>A description of the video</td>\n</tr>\n<tr>\n<td>video_metadata</td>\n<td>String</td>\n<td>Optional data about the video</td>\n</tr>\n<tr>\n<td>video_provider</td>\n<td>String</td>\n<td>Describes the video source</td>\n</tr>\n<tr>\n<td>video_title</td>\n<td>String</td>\n<td>The title of the video</td>\n</tr>\n<tr>\n<td>video_url</td>\n<td>String</td>\n<td>The URL of the video</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d5f4c408-d794-4b12-9ad9-fb59ab9ae583","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tmedia_gallery_entries\t|\tMediaGalleryEntry\t|\tAn array of MediaGalleryEntry objects\t|\n|\tvideo_content\t|\tProductMediaGalleryEntriesVideoContent\t|\tDetails about the content of a video item \t|\n|\tmedia_type\t|\tString\t|\tMust be external-video\t|\n|\tvideo_description\t|\tString\t|\tA description of the video\t|\n|\tvideo_metadata\t|\tString\t|\tOptional data about the video\t|\n|\tvideo_provider\t|\tString\t|\tDescribes the video source\t|\n|\tvideo_title\t|\tString\t|\tThe title of the video\t|\n|\tvideo_url\t|\tString\t|\tThe URL of the video\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"media_gallery_entries\": [\n                {\n                  \"video_content\": {\n                    \"media_type\": \"string\",\n                    \"video_description\": \"string\",\n                    \"video_metadata\": \"string\",\n                    \"video_provider\": \"string\",\n                    \"video_title\": \"string\",\n                    \"video_url\": \"https://hurtownia.agrorami.pl/...\"\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9f02ef62-6887-4018-b888-fbb28f063caa"}],"id":"bee0a6ef-be16-4341-8f45-24de3c2517d1","description":"<p>An array of MediaGalleryEntry objects.</p>\n","_postman_id":"bee0a6ef-be16-4341-8f45-24de3c2517d1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Price","item":[{"name":"Get maximal price","id":"b130de11-81ac-4bc2-b40d-5be1a7d70324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price {\r\n                        maximalPrice {\r\n                            adjustments {\r\n                                code\r\n                                description\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price</td>\n<td>ProductPrice</td>\n<td>Indicates the price for the product</td>\n</tr>\n<tr>\n<td>maximalPrice</td>\n<td>Price</td>\n<td>The highest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the <code>to</code> value</td>\n</tr>\n<tr>\n<td>adjustments</td>\n<td>PriceAdjustment</td>\n<td>An array that provides information about tax, weee, or weee_tax adjustments</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the price adjustment and its currency code</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>code</td>\n<td>PriceAdjustmentCodesEnum</td>\n<td>Indicates whether the adjustment involves tax, weee, or weee_tax</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Indicates the price for the product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4fa872ed-31be-4289-bd11-c5940a4050dc","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice\t|\tProductPrice\t|\tIndicates the price for the product\t|\n|\tmaximalPrice\t|\tPrice\t|\tThe highest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the `to` value \t|\n|\tadjustments\t|\tPriceAdjustment\t|\tAn array that provides information about tax, weee, or weee_tax adjustments\t|\n|\tamount\t|\tMoney\t|\tThe amount of the price adjustment and its currency code\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tcode\t|\tPriceAdjustmentCodesEnum\t|\tIndicates whether the adjustment involves tax, weee, or weee_tax \t|\n|\tdescription\t|\tString\t|\tIndicates the price for the product\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price\": {\n                \"maximalPrice\": {\n                  \"adjustments\": [\n                    {\n                      \"code\": \"przykład / example\",\n                      \"description\": \"string\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ],\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b130de11-81ac-4bc2-b40d-5be1a7d70324"},{"name":"Get minimal price","id":"502d5876-d828-42be-8c14-a63c768f2ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price {\r\n                        minimalPrice {\r\n                            adjustments {\r\n                                code\r\n                                description\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price</td>\n<td>ProductPrice</td>\n<td>Indicates the price for the product</td>\n</tr>\n<tr>\n<td>maximalPrice</td>\n<td>Price</td>\n<td>The lowest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the <code>from</code> value</td>\n</tr>\n<tr>\n<td>adjustments</td>\n<td>PriceAdjustment</td>\n<td>An array that provides information about tax, weee, or weee_tax adjustments</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the price adjustment and its currency code</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>code</td>\n<td>PriceAdjustmentCodesEnum</td>\n<td>Indicates whether the adjustment involves tax, weee, or weee_tax</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Indicates the price for the product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"910b6c07-ad05-46be-9195-49aa842adb56","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice\t|\tProductPrice\t|\tIndicates the price for the product\t|\n|\tmaximalPrice\t|\tPrice\t|\tThe lowest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the `from` value \t|\n|\tadjustments\t|\tPriceAdjustment\t|\tAn array that provides information about tax, weee, or weee_tax adjustments\t|\n|\tamount\t|\tMoney\t|\tThe amount of the price adjustment and its currency code\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tcode\t|\tPriceAdjustmentCodesEnum\t|\tIndicates whether the adjustment involves tax, weee, or weee_tax \t|\n|\tdescription\t|\tString\t|\tIndicates the price for the product\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price\": {\n                \"minimalPrice\": {\n                  \"adjustments\": [\n                    {\n                      \"code\": \"przykład / example\",\n                      \"description\": \"string\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ],\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"502d5876-d828-42be-8c14-a63c768f2ac1"},{"name":"Get regular price","id":"687a5fa1-4c22-4747-8513-900bbee52a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price {\r\n                        regularPrice {\r\n                            adjustments {\r\n                                code\r\n                                description\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price</td>\n<td>ProductPrice</td>\n<td>Indicates the price for the product</td>\n</tr>\n<tr>\n<td>regularPrice</td>\n<td>Price</td>\n<td>The lowest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the <code>from</code> value</td>\n</tr>\n<tr>\n<td>adjustments</td>\n<td>PriceAdjustment</td>\n<td>An array that provides information about tax, weee, or weee_tax adjustments</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the price adjustment and its currency code</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>code</td>\n<td>PriceAdjustmentCodesEnum</td>\n<td>Indicates whether the adjustment involves tax, weee, or weee_tax</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>Indicates the price for the product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d7df1de1-98d7-42b6-9045-b44ac24eb1cf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice\t|\tProductPrice\t|\tIndicates the price for the product\t|\n|\tregularPrice\t|\tPrice\t|\tThe lowest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the `from` value \t|\n|\tadjustments\t|\tPriceAdjustment\t|\tAn array that provides information about tax, weee, or weee_tax adjustments\t|\n|\tamount\t|\tMoney\t|\tThe amount of the price adjustment and its currency code\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tcode\t|\tPriceAdjustmentCodesEnum\t|\tIndicates whether the adjustment involves tax, weee, or weee_tax \t|\n|\tdescription\t|\tString\t|\tIndicates the price for the product\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price\": {\n                \"regularPrice\": {\n                  \"adjustments\": [\n                    {\n                      \"code\": \"przykład / example\",\n                      \"description\": \"string\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ],\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"687a5fa1-4c22-4747-8513-900bbee52a08"}],"id":"f3e98a76-c08a-44b5-81c1-077de4cfd84c","description":"<p>Indicates the price of an item.</p>\n","_postman_id":"f3e98a76-c08a-44b5-81c1-077de4cfd84c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Price range","item":[{"name":"Maximum price","item":[{"name":"Get discount","id":"2d733649-0b25-4b4b-af2c-4fb65a94f56f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        maximum_price {\r\n                            discount {\r\n                                amount_off\r\n                                percent_off\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>maxium_price</td>\n<td>ProductPrice</td>\n<td>The highest possible price for the product</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>ProductDiscount</td>\n<td>The price discount. Represents the difference between the regular and final price</td>\n</tr>\n<tr>\n<td>amount_off</td>\n<td>Float</td>\n<td>The actual value of the discount</td>\n</tr>\n<tr>\n<td>percent_off</td>\n<td>Float</td>\n<td>The discount expressed a percentage</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"781e5e78-6d9e-449a-8dea-4409fab6f1b9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| shipping_address | ShippingCartAddress | An array of shipping addresses assigned to the cart |\n| cart_items_v2 | CartItemInterface | An array that lists the items in the cart |\n| product | ProductInterface | Details about an item in the cart |\n| price_range | PriceRange | The range of prices for the product |\n| maxium_price | ProductPrice | The highest possible price for the product |\n| discount | ProductDiscount | The price discount. Represents the difference between the regular and final price |\n| amount_off | Float | The actual value of the discount |\n| percent_off | Float | The discount expressed a percentage |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"maximum_price\": {\n                  \"discount\": {\n                    \"amount_off\": 0,\n                    \"percent_off\": \"string\"\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2d733649-0b25-4b4b-af2c-4fb65a94f56f"},{"name":"Get final price","id":"3b02b24a-f9d9-42a2-b765-13c90573ab30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        maximum_price {\r\n                            final_price {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>maximum_price</td>\n<td>ProductPrice</td>\n<td>The highest possible price for the product</td>\n</tr>\n<tr>\n<td>final_price</td>\n<td>Money</td>\n<td>The final price of the product after apying discounts</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"93ba5783-8aac-4a5b-9c70-76f731c83e6b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| shipping_address | ShippingCartAddress | An array of shipping addresses assigned to the cart |\n| cart_items_v2 | CartItemInterface | An array that lists the items in the cart |\n| product | ProductInterface | Details about an item in the cart |\n| price_range | PriceRange | The range of prices for the product |\n| maximum_price | ProductPrice | The highest possible price for the product |\n| final_price | Money | The final price of the product after apying discounts |\n| currency | CurrencyEnum | A three-letter currency code, such as USD or EUR |\n| value | Float | A number expressing a monetary value |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"maximum_price\": {\n                  \"final_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"3b02b24a-f9d9-42a2-b765-13c90573ab30"},{"name":"Get fixed product taxes","id":"c7155b84-ff4a-419a-88a4-18839e8b70f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        maximum_price {\r\n                            fixed_product_taxes {\r\n                                label\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>maximum_price</td>\n<td>ProductPrice</td>\n<td>The highest possible price for the product</td>\n</tr>\n<tr>\n<td>fixed_product_taxes</td>\n<td>FixedProductTax</td>\n<td>An array of the multie Fixed Product Taxes that can be applied to a product price</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the Fixed Product Tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label assigned to the Fixed Product Tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5c67097b-dbe2-4186-a822-98f9ecc29619","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tmaximum_price\t|\tProductPrice\t|\tThe highest possible price for the product \t|\n|\tfixed_product_taxes\t|\tFixedProductTax\t|\tAn array of the multie Fixed Product Taxes that can be applied to a product price \t|\n|\tamount\t|\tMoney\t|\tThe amount of the Fixed Product Tax \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tThe disay label assigned to the Fixed Product Tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"maximum_price\": {\n                  \"fixed_product_taxes\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c7155b84-ff4a-419a-88a4-18839e8b70f9"},{"name":"Get individual price","id":"5b260150-6255-4e37-b5dd-8c25504327fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        maximum_price {\r\n                            individual_price {\r\n                                currency\r\n                                gross\r\n                                net\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>maximum_price</td>\n<td>ProductPrice</td>\n<td>The highest possible price for the product</td>\n</tr>\n<tr>\n<td>individual_price</td>\n<td>IndividualPrice</td>\n<td>The individual price of the product</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>The currency of the individual price</td>\n</tr>\n<tr>\n<td>gross</td>\n<td>Float</td>\n<td>The individual gross price of the product</td>\n</tr>\n<tr>\n<td>net</td>\n<td>Float</td>\n<td>The individual net price of the product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"449a1c11-5228-4872-9415-8970d6f422f2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tmaximum_price\t|\tProductPrice\t|\tThe highest possible price for the product \t|\n|\tindividual_price\t|\tIndividualPrice\t|\tThe individual price of the product\t|\n|\tcurrency\t|\tString\t|\tThe currency of the individual price\t|\n|\tgross\t|\tFloat\t|\tThe individual gross price of the product\t|\n|\tnet\t|\tFloat\t|\tThe individual net price of the product\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"maximum_price\": {\n                  \"individual_price\": {\n                    \"currency\": \"PLN\",\n                    \"gross\": \"string\",\n                    \"net\": \"string\"\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5b260150-6255-4e37-b5dd-8c25504327fc"},{"name":"Get regular price","id":"1eee5d5a-235c-47b3-9551-214d169ecd87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        maximum_price {\r\n                            regular_price {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>maximum_price</td>\n<td>ProductPrice</td>\n<td>The highest possible price for the product</td>\n</tr>\n<tr>\n<td>regular_price</td>\n<td>Money</td>\n<td>The regular price of the product</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9b6013f8-7a81-4380-b72d-b5c8df600dcf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tmaximum_price\t|\tProductPrice\t|\tThe highest possible price for the product \t|\n|\tregular_price\t|\tMoney\t|\tThe regular price of the product\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"maximum_price\": {\n                  \"regular_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1eee5d5a-235c-47b3-9551-214d169ecd87"}],"id":"2d394966-b7ff-4c0a-bd01-9c27ae184bcb","description":"<p>The highest possible price for the product.</p>\n","_postman_id":"2d394966-b7ff-4c0a-bd01-9c27ae184bcb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Minimum price","item":[{"name":"Get discount","id":"7850675b-539c-4896-83bc-7931de738ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        minimum_price {\r\n                            discount {\r\n                                amount_off\r\n                                percent_off\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>minimum_price</td>\n<td>ProductPrice</td>\n<td>The lowest possible price for the product</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>ProductDiscount</td>\n<td>The price discount. Represents the difference between the regular and final price</td>\n</tr>\n<tr>\n<td>amount_off</td>\n<td>Float</td>\n<td>The actual value of the discount</td>\n</tr>\n<tr>\n<td>percent_off</td>\n<td>Float</td>\n<td>The discount expressed a percentage</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d5689504-c9f7-4289-96ca-498d12e02657","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tminimum_price\t|\tProductPrice\t|\tThe lowest possible price for the product\t|\n|\tdiscount\t|\tProductDiscount\t|\tThe price discount. Represents the difference between the regular and final price \t|\n|\tamount_off\t|\tFloat\t|\tThe actual value of the discount\t|\n|\tpercent_off\t|\tFloat\t|\tThe discount expressed a percentage\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"minimum_price\": {\n                  \"discount\": {\n                    \"amount_off\": 0,\n                    \"percent_off\": \"string\"\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7850675b-539c-4896-83bc-7931de738ab0"},{"name":"Get final price","id":"b2f00a73-ce37-403f-b382-a48cad21325f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        minimum_price {\r\n                            final_price {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>minimum_price</td>\n<td>ProductPrice</td>\n<td>The lowest possible price for the product</td>\n</tr>\n<tr>\n<td>final_price</td>\n<td>Money</td>\n<td>The final price of the product after apying discounts</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"50c59a4a-1a1c-489b-af08-fb5acf656f31","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tminimum_price\t|\tProductPrice\t|\tThe lowest possible price for the product\t|\n|\tfinal_price\t|\tMoney\t|\tThe final price of the product after apying discounts \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"minimum_price\": {\n                  \"final_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b2f00a73-ce37-403f-b382-a48cad21325f"},{"name":"Get fixed product taxes","id":"5820397c-a827-4054-ac6d-a42bedfafa56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        minimum_price {\r\n                            fixed_product_taxes {\r\n                                label\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>minimum_price</td>\n<td>ProductPrice</td>\n<td>The lowest possible price for the product</td>\n</tr>\n<tr>\n<td>fixed_product_taxes</td>\n<td>FixedProductTax</td>\n<td>An array of the multie Fixed Product Taxes that can be applied to a product price</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the Fixed Product Tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label assigned to the Fixed Product Tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ae80006a-47d1-441b-aa40-e45a803cee47","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tminimum_price\t|\tProductPrice\t|\tThe lowest possible price for the product\t|\n|\tfixed_product_taxes\t|\tFixedProductTax\t|\tAn array of the multie Fixed Product Taxes that can be applied to a product price \t|\n|\tamount\t|\tMoney\t|\tThe amount of the Fixed Product Tax \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tThe disay label assigned to the Fixed Product Tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"minimum_price\": {\n                  \"fixed_product_taxes\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5820397c-a827-4054-ac6d-a42bedfafa56"},{"name":"Get individual price","id":"461f8308-d3af-443a-bd77-b7bc43acaf7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        minimum_price {\r\n                            individual_price {\r\n                                currency\r\n                                gross\r\n                                net\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>minimum_price</td>\n<td>ProductPrice</td>\n<td>The lowest possible price for the product</td>\n</tr>\n<tr>\n<td>individual_price</td>\n<td>IndividualPrice</td>\n<td>The individual price of the product</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>String</td>\n<td>The currency of the individual price</td>\n</tr>\n<tr>\n<td>gross</td>\n<td>Float</td>\n<td>The individual gross price of the product</td>\n</tr>\n<tr>\n<td>net</td>\n<td>Float</td>\n<td>The individual net price of the product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5835394b-3917-40eb-9e21-4c24d422f48b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tminimum_price\t|\tProductPrice\t|\tThe lowest possible price for the product\t|\n|\tindividual_price\t|\tIndividualPrice\t|\tThe individual price of the product\t|\n|\tcurrency\t|\tString\t|\tThe currency of the individual price\t|\n|\tgross\t|\tFloat\t|\tThe individual gross price of the product\t|\n|\tnet\t|\tFloat\t|\tThe individual net price of the product\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"minimum_price\": {\n                  \"individual_price\": {\n                    \"currency\": \"PLN\",\n                    \"gross\": \"string\",\n                    \"net\": \"string\"\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"461f8308-d3af-443a-bd77-b7bc43acaf7a"},{"name":"Get regular price","id":"9b36ccee-48b7-484d-8318-f584271b737b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_range {\r\n                        minimum_price {\r\n                            regular_price {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_range</td>\n<td>PriceRange</td>\n<td>The range of prices for the product</td>\n</tr>\n<tr>\n<td>minimum_price</td>\n<td>ProductPrice</td>\n<td>The lowest possible price for the product</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c01dd88b-ea2e-45a7-ac46-3ba84df4f879","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_range\t|\tPriceRange\t|\tThe range of prices for the product \t|\n|\tminimum_price\t|\tProductPrice\t|\tThe lowest possible price for the product\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_range\": {\n                \"minimum_price\": {\n                  \"regular_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9b36ccee-48b7-484d-8318-f584271b737b"}],"id":"f7d7bdfc-69a5-4bed-aa9c-f7f29bbb32a0","description":"<p>The lowest possible price for the product.</p>\n","_postman_id":"f7d7bdfc-69a5-4bed-aa9c-f7f29bbb32a0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"2ab3ccb9-0f20-43d0-b9ef-c4125fa5af09","description":"<p>The range of prices for the product.</p>\n","_postman_id":"2ab3ccb9-0f20-43d0-b9ef-c4125fa5af09","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Price tiers","item":[{"name":"Get discount","id":"20abea1d-31e6-482b-8dd5-a11f6937d9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_tiers {\r\n                        discount {\r\n                            amount_off\r\n                            percent_off\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_tiers</td>\n<td>TierPrice</td>\n<td>An array of <code>TierPrice</code> objects</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>ProductDiscount</td>\n<td>The price discount that this tier represents</td>\n</tr>\n<tr>\n<td>amount_off</td>\n<td>Float</td>\n<td>The actual value of the discount</td>\n</tr>\n<tr>\n<td>percent_off</td>\n<td>Float</td>\n<td>The discount expressed a percentage</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"27dde422-a40b-4a6b-b156-46888d2cddbb","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_tiers\t|\tTierPrice\t|\tAn array of `TierPrice` objects \t|\n|\tdiscount\t|\tProductDiscount\t|\tThe price discount that this tier represents\t|\n|\tamount_off\t|\tFloat\t|\tThe actual value of the discount\t|\n|\tpercent_off\t|\tFloat\t|\tThe discount expressed a percentage\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_tiers\": [\n                {\n                  \"discount\": {\n                    \"amount_off\": 0,\n                    \"percent_off\": \"string\"\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"20abea1d-31e6-482b-8dd5-a11f6937d9d9"},{"name":"Get final price","id":"5410fa04-fabb-40ce-8226-17a3c96bbb29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_tiers {\r\n                        final_price {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_tiers</td>\n<td>TierPrice</td>\n<td>An array of <code>TierPrice</code> objects</td>\n</tr>\n<tr>\n<td>final_price</td>\n<td>Money</td>\n<td>The price of the product at this tier</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2e6feba1-59dc-453a-9f3e-6ce13066532d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_tiers\t|\tTierPrice\t|\tAn array of `TierPrice` objects \t|\n|\tfinal_price\t|\tMoney\t|\tThe price of the product at this tier\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_tiers\": [\n                {\n                  \"final_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5410fa04-fabb-40ce-8226-17a3c96bbb29"},{"name":"Get quantity","id":"e5ccdf15-41da-46a6-b50e-c94f36a7e9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    price_tiers {\r\n                        quantity\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>price_tiers</td>\n<td>TierPrice</td>\n<td>An array of <code>TierPrice</code> objects</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The minimum number of items that must be purchased to qualify for this price tier</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"acd5fa49-fc98-401a-9307-3a2ec7eaea5d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tprice_tiers\t|\tTierPrice\t|\tAn array of `TierPrice` objects \t|\n|\tquantity\t|\tFloat\t|\tThe minimum number of items that must be purchased to qualify for this price tier \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"price_tiers\": [\n                {\n                  \"quantity\": 1\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e5ccdf15-41da-46a6-b50e-c94f36a7e9b6"}],"id":"c769b0e7-65bb-4da6-a8d9-aafa1abda4ec","description":"<p>An array of `TierPrice` objects.</p>\n","_postman_id":"c769b0e7-65bb-4da6-a8d9-aafa1abda4ec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Reviews","item":[{"name":"Get items","id":"4dbddbb1-4981-4225-95ec-0ab6b1b9c79f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    reviews(pageSize: 20, currentPage: 1) {\r\n                        items {\r\n                            average_rating\r\n                            created_at\r\n                            nickname\r\n                            summary\r\n                            text\r\n                            ratings_breakdown {\r\n                                name\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>reviews</td>\n<td>ProductReviews</td>\n<td>The list of products reviews</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of results to return at once. The default is 20</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The page of results to return. The default is 1</td>\n</tr>\n<tr>\n<td>items</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>average_rating</td>\n<td>Float</td>\n<td>The average of all ratings for this product</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date the review was created</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>String</td>\n<td>The customer's nickname. Defaults to the customer name, if logged in</td>\n</tr>\n<tr>\n<td>ratings_breakdown</td>\n<td>ProductReviewRating</td>\n<td>An array of ratings by rating category, such as quality, price, and value</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The label assigned to an aspect of a product that is being rated, such as quality or price</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The rating value given by customer. By default, possible values range from 1 to 5</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>String</td>\n<td>The summary (title) of the review</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>The review text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b70cb154-5dc3-4312-9584-12391308ab7c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\treviews\t|\tProductReviews\t|\tThe list of products reviews\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of results to return at once. The default is 20 \t|\n|\tcurrent_page\t|\tInt\t|\tThe page of results to return. The default is 1\t|\n|\titems\t|\tProductReview\t|\tAn array of product reviews \t|\n|\taverage_rating\t|\tFloat\t|\tThe average of all ratings for this product\t|\n|\tcreated_at\t|\tString\t|\tThe date the review was created\t|\n|\tnickname\t|\tString\t|\tThe customer's nickname. Defaults to the customer name, if logged in \t|\n|\tratings_breakdown\t|\tProductReviewRating\t|\tAn array of ratings by rating category, such as quality, price, and value \t|\n|\tname\t|\tString\t|\tThe label assigned to an aspect of a product that is being rated, such as quality or price \t|\n|\tvalue\t|\tString\t|\tThe rating value given by customer. By default, possible values range from 1 to 5 \t|\n|\tsummary\t|\tString\t|\tThe summary (title) of the review\t|\n|\ttext\t|\tString\t|\tThe review text \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"reviews\": {\n                \"items\": [\n                  {\n                    \"average_rating\": \"string\",\n                    \"created_at\": \"2025-01-01 12:00:00\",\n                    \"nickname\": \"string\",\n                    \"summary\": \"string\",\n                    \"text\": \"string\",\n                    \"ratings_breakdown\": [\n                      {\n                        \"name\": \"przykład / example\",\n                        \"value\": 0\n                      }\n                    ]\n                  }\n                ]\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4dbddbb1-4981-4225-95ec-0ab6b1b9c79f"},{"name":"Get page info","id":"c96b4361-a602-4fed-a3c9-ee9385c4a87b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    reviews(pageSize: 20, currentPage: 1) {\r\n                        page_info {\r\n                            current_page\r\n                            is_spellchecked\r\n                            page_size\r\n                            total_pages\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>reviews</td>\n<td>ProductReviews</td>\n<td>The list of products reviews</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of results to return at once. The default is 20</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The page of results to return. The default is 1</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7fb14e9f-f9ec-4cfb-b84c-50229b64dd1f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| shipping_address | ShippingCartAddress | An array of shipping addresses assigned to the cart |\n| cart_items_v2 | CartItemInterface | An array that lists the items in the cart |\n| product | ProductInterface | Details about an item in the cart |\n| reviews | ProductReviews | The list of products reviews |\n| page_size | Int | The maximum number of results to return at once. The default is 20 |\n| current_page | Int | The page of results to return. The default is 1 |\n| page_info | SearchResultPageInfo | Pagination metadata |\n| current_page | Int | The specific page to return |\n| is_spellchecked | Boolean | None |\n| page_size | Int | The maximum number of items to return per page of results |\n| total_pages | Int | The total number of pages in the response |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"reviews\": {\n                \"page_info\": {\n                  \"current_page\": 1,\n                  \"is_spellchecked\": \"string\",\n                  \"page_size\": 1,\n                  \"total_pages\": 1\n                }\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c96b4361-a602-4fed-a3c9-ee9385c4a87b"}],"id":"d3b22e40-0434-4de1-ba4c-93352144c002","description":"<p>The list of products reviews.</p>\n","_postman_id":"d3b22e40-0434-4de1-ba4c-93352144c002","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"ab9c2daf-79a8-4c98-b3f2-53f172c219dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    indeks\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    nr_katalogowy\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    special_to_date\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ee82c3ea-5612-47f6-885f-d9fc7718b570","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"air_pressure\": \"string\",\n              \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n              \"attribute_set_id\": \"string\",\n              \"breadcrumbs_category\": \"string\",\n              \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n              \"catalog_number\": \"string\",\n              \"color\": \"string\",\n              \"country_of_manufacture\": \"string\",\n              \"created_at\": \"2025-01-01 12:00:00\",\n              \"express_external_shipping_price\": 0,\n              \"gift_message_available\": \"string\",\n              \"hole\": \"string\",\n              \"id\": \"1\",\n              \"indeks\": \"string\",\n              \"is_external_shipping_allowed\": \"string\",\n              \"manufacturer\": \"string\",\n              \"meta_description\": \"string\",\n              \"meta_keyword\": \"string\",\n              \"meta_title\": \"string\",\n              \"mp_specific_customer\": \"string\",\n              \"mp_tier_group\": \"string\",\n              \"name\": \"przykład / example\",\n              \"new_from_date\": \"2025-01-01 12:00:00\",\n              \"new_to_date\": \"2025-01-01 12:00:00\",\n              \"nr_katalogowy\": \"string\",\n              \"only_x_left_in_stock\": \"string\",\n              \"options_container\": \"string\",\n              \"product_flag\": \"string\",\n              \"rating_summary\": \"string\",\n              \"review_count\": \"string\",\n              \"sku\": \"SKU-001\",\n              \"special_from_date\": \"2025-01-01 12:00:00\",\n              \"special_price\": 0,\n              \"special_to_date\": \"2025-01-01 12:00:00\",\n              \"standard_external_shipping_price\": 0,\n              \"stock_status\": \"IN_STOCK\",\n              \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n              \"tier_price\": 0,\n              \"type_id\": \"string\",\n              \"uid\": \"1\",\n              \"unit\": \"string\",\n              \"updated_at\": \"2025-01-01 12:00:00\",\n              \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ab9c2daf-79a8-4c98-b3f2-53f172c219dd"},{"name":"Get description","id":"0a38048d-2f29-4368-8387-d210b7a5078e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    description {\r\n                        html\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>description</td>\n<td>ComexTextValue</td>\n<td>Detailed information about the product. The value can include sime HTML tags</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e9bc4ebc-a549-43d3-a656-2facc0a7bab3","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tdescription\t|\tComexTextValue\t|\tDetailed information about the product. The value can include sime HTML tags\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"description\": {\n                \"html\": \"<p>przykład / example</p>\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"0a38048d-2f29-4368-8387-d210b7a5078e"},{"name":"Get image","id":"cf170934-4800-4d1e-9722-86743724f572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    image {\r\n                        disabled\r\n                        label\r\n                        position\r\n                        url\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>image</td>\n<td>ProductImage</td>\n<td>The relative path to the main image on the product page</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Boolean</td>\n<td>Indicates whether the image is hidden from view</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label of the product image or video</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The media item's position after it has been sorted</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>The URL of the product image or video</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5d0f8b0c-05d0-4df7-88c8-ca83a544f138","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\timage\t|\tProductImage\t|\tThe relative path to the main image on the product page\t|\n|\tdisabled\t|\tBoolean\t|\tIndicates whether the image is hidden from view\t|\n|\tlabel\t|\tString\t|\tThe label of the product image or video\t|\n|\tposition\t|\tInt\t|\tThe media item's position after it has been sorted \t|\n|\turl\t|\tString\t|\tThe URL of the product image or video\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"image\": {\n                \"disabled\": true,\n                \"label\": \"przykład / example\",\n                \"position\": 1,\n                \"url\": \"https://hurtownia.agrorami.pl/...\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"cf170934-4800-4d1e-9722-86743724f572"},{"name":"Get media gallery","id":"6f520a87-aeb4-4d69-8f0f-fcd908852955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    media_gallery {\r\n                        disabled\r\n                        label\r\n                        position\r\n                        url\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>media_gallery</td>\n<td>MediaGalleryInterface</td>\n<td>An array of media gallery objects</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Boolean</td>\n<td>Indicates whether the image is hidden from view</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label of the product image or video</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The media item's position after it has been sorted</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>The URL of the product image or video</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ff1ce6ad-bf2c-4f58-bdd9-e452114b8d2f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tmedia_gallery\t|\tMediaGalleryInterface\t|\tAn array of media gallery objects\t|\n|\tdisabled\t|\tBoolean\t|\tIndicates whether the image is hidden from view\t|\n|\tlabel\t|\tString\t|\tThe label of the product image or video\t|\n|\tposition\t|\tInt\t|\tThe media item's position after it has been sorted \t|\n|\turl\t|\tString\t|\tThe URL of the product image or video\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"media_gallery\": [\n                {\n                  \"disabled\": true,\n                  \"label\": \"przykład / example\",\n                  \"position\": 1,\n                  \"url\": \"https://hurtownia.agrorami.pl/...\"\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6f520a87-aeb4-4d69-8f0f-fcd908852955"},{"name":"Get product links","id":"e0bb5314-d365-4386-8c95-781c82338901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    product_links {\r\n                        link_type\r\n                        linked_product_sku\r\n                        linked_product_type\r\n                        position\r\n                        sku\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>product_links</td>\n<td>ProductLinksInterface</td>\n<td>An array of <code>ProductLinks</code> objects</td>\n</tr>\n<tr>\n<td>link_type</td>\n<td>String</td>\n<td>One of related, associated, upsell, or crosssell</td>\n</tr>\n<tr>\n<td>linked_product_sku</td>\n<td>String</td>\n<td>The SKU of the linked product</td>\n</tr>\n<tr>\n<td>linked_product_type</td>\n<td>String</td>\n<td>The type of linked product (sime, virtual, bundle, downloadable, grouped, configurable)</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The position within the list of product links</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>The identifier of the linked product</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4305c5bb-c9c6-4a35-9eba-5c519def28c4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tproduct_links\t|\tProductLinksInterface\t|\tAn array of `ProductLinks` objects \t|\n|\tlink_type\t|\tString\t|\tOne of related, associated, upsell, or crosssell\t|\n|\tlinked_product_sku\t|\tString\t|\tThe SKU of the linked product\t|\n|\tlinked_product_type\t|\tString\t|\tThe type of linked product (sime, virtual, bundle, downloadable, grouped, configurable) \t|\n|\tposition\t|\tInt\t|\tThe position within the list of product links\t|\n|\tsku\t|\tString\t|\tThe identifier of the linked product\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"product_links\": [\n                {\n                  \"link_type\": \"https://hurtownia.agrorami.pl/...\",\n                  \"linked_product_sku\": \"https://hurtownia.agrorami.pl/...\",\n                  \"linked_product_type\": \"https://hurtownia.agrorami.pl/...\",\n                  \"position\": 1,\n                  \"sku\": \"SKU-001\"\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e0bb5314-d365-4386-8c95-781c82338901"},{"name":"Get short description","id":"4f31a263-5542-4e6a-8fb1-d36940b1617c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    short_description {\r\n                        html\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>short_description</td>\n<td>ComexTextValue</td>\n<td>A short description of the product. Its use depends on the theme</td>\n</tr>\n<tr>\n<td>html</td>\n<td>String</td>\n<td>Text that can contain HTML tags</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"520c0567-2546-4bd5-b571-9b66e6dddb90","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tshort_description\t|\tComexTextValue\t|\tA short description of the product. Its use depends on the theme \t|\n|\thtml\t|\tString\t|\tText that can contain HTML tags\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"short_description\": {\n                \"html\": \"<p>przykład / example</p>\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4f31a263-5542-4e6a-8fb1-d36940b1617c"},{"name":"Get small image","id":"d203fea4-5ef8-42ad-8e74-118fef094a96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    small_image {\r\n                        disabled\r\n                        label\r\n                        position\r\n                        url\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>small_image</td>\n<td>ProductImage</td>\n<td>The relative path to the small image, which is used on catalog pages</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Boolean</td>\n<td>Indicates whether the image is hidden from view</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label of the product image or video</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The media item's position after it has been sorted</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>The URL of the product image or video</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d6854d47-33f5-4f6b-b5be-7725cf1726b8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tsmall_image\t|\tProductImage\t|\tThe relative path to the small image, which is used on catalog pages \t|\n|\tdisabled\t|\tBoolean\t|\tIndicates whether the image is hidden from view\t|\n|\tlabel\t|\tString\t|\tThe label of the product image or video\t|\n|\tposition\t|\tInt\t|\tThe media item's position after it has been sorted \t|\n|\turl\t|\tString\t|\tThe URL of the product image or video\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"small_image\": {\n                \"disabled\": true,\n                \"label\": \"przykład / example\",\n                \"position\": 1,\n                \"url\": \"https://hurtownia.agrorami.pl/...\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d203fea4-5ef8-42ad-8e74-118fef094a96"},{"name":"Get stock availability","id":"acba4c40-e06b-4f01-8b9b-d4a11136f9b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    stock_availability {\r\n                        in_stock\r\n                        in_stock_real\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>stock_availability</td>\n<td>StockAvailability</td>\n<td>Stock availability information</td>\n</tr>\n<tr>\n<td>in_stock</td>\n<td>Int</td>\n<td>Integer Constant representation of stock value: 0 - lack, 1 - small quantity, 2 - large quantity</td>\n</tr>\n<tr>\n<td>in_stock_real</td>\n<td>String</td>\n<td>Stock value to show to customer</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"eadbf564-f4ed-41f2-af48-92057c7ead28","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tstock_availability\t|\tStockAvailability\t|\tStock availability information\t|\n|\tin_stock\t|\tInt\t|\tInteger Constant representation of stock value: 0 - lack, 1 - small quantity, 2 - large quantity\t|\n|\tin_stock_real\t|\tString\t|\tStock value to show to customer\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"stock_availability\": {\n                \"in_stock\": true,\n                \"in_stock_real\": true\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"acba4c40-e06b-4f01-8b9b-d4a11136f9b5"},{"name":"Get thumbnail","id":"989e91bc-3371-401f-bb02-1be41bd078f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    thumbnail {\r\n                        disabled\r\n                        label\r\n                        position\r\n                        url\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>thumbnail</td>\n<td>ProductImage</td>\n<td>The relative path to the product’s thumbnail image</td>\n</tr>\n<tr>\n<td>disabled</td>\n<td>Boolean</td>\n<td>Indicates whether the image is hidden from view</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label of the product image or video</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The media item's position after it has been sorted</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>The URL of the product image or video</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"12c3ca3b-a54d-4ec6-8d4c-4a31b89eea84","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tthumbnail\t|\tProductImage\t|\tThe relative path to the product’s thumbnail image\t|\n|\tdisabled\t|\tBoolean\t|\tIndicates whether the image is hidden from view\t|\n|\tlabel\t|\tString\t|\tThe label of the product image or video\t|\n|\tposition\t|\tInt\t|\tThe media item's position after it has been sorted \t|\n|\turl\t|\tString\t|\tThe URL of the product image or video\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"thumbnail\": {\n                \"disabled\": true,\n                \"label\": \"przykład / example\",\n                \"position\": 1,\n                \"url\": \"https://hurtownia.agrorami.pl/...\"\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"989e91bc-3371-401f-bb02-1be41bd078f5"},{"name":"Get tier prices","id":"dbbe07fe-857b-454b-a0f6-da0ee235da20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    tier_prices {\r\n                        customer_group_id\r\n                        percentage_value\r\n                        qty\r\n                        value\r\n                        website_id\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>tier_prices</td>\n<td>ProductTierPrices</td>\n<td>An array of <code>ProductTierPrices</code> objects</td>\n</tr>\n<tr>\n<td>customer_group_id</td>\n<td>String</td>\n<td>The ID of the customer group</td>\n</tr>\n<tr>\n<td>percentage_value</td>\n<td>Float</td>\n<td>The percentage discount of the item</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Float</td>\n<td>The number of items that must be purchased to qualify for tier pricing</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>The price of the fixed price item</td>\n</tr>\n<tr>\n<td>website_id</td>\n<td>Float</td>\n<td>The ID assigned to the website</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8fc6b300-3d9b-482c-952c-e4c14ed236a2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\ttier_prices\t|\tProductTierPrices\t|\tAn array of `ProductTierPrices` objects\t|\n|\tcustomer_group_id\t|\tString\t|\tThe ID of the customer group\t|\n|\tpercentage_value\t|\tFloat\t|\tThe percentage discount of the item\t|\n|\tqty\t|\tFloat\t|\tThe number of items that must be purchased to qualify for tier pricing\t|\n|\tvalue\t|\tFloat\t|\tThe price of the fixed price item\t|\n|\twebsite_id\t|\tFloat\t|\tThe ID assigned to the website\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"tier_prices\": [\n                {\n                  \"customer_group_id\": \"string\",\n                  \"percentage_value\": 0,\n                  \"qty\": 1,\n                  \"value\": 0,\n                  \"website_id\": \"string\"\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"dbbe07fe-857b-454b-a0f6-da0ee235da20"},{"name":"Get url rewrites","id":"f001c187-6eb1-429f-8c08-6e838c1944a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    url_rewrites {\r\n                        url\r\n                        parameters {\r\n                            name\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>url_rewrites</td>\n<td>UrlRewrite</td>\n<td>URL rewrites list</td>\n</tr>\n<tr>\n<td>parameters</td>\n<td>HttpQueryParameter</td>\n<td>An array of request parameters</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>A parameter name</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>A parameter value</td>\n</tr>\n<tr>\n<td>url</td>\n<td>String</td>\n<td>The request URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bf543254-1ff8-4690-b911-8adbc86ca11b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\turl_rewrites\t|\tUrlRewrite\t|\tURL rewrites list\t|\n|\tparameters\t|\tHttpQueryParameter\t|\tAn array of request parameters\t|\n|\tname\t|\tString\t|\tA parameter name\t|\n|\tvalue\t|\tString\t|\tA parameter value\t|\n|\turl\t|\tString\t|\tThe request URL\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"url_rewrites\": [\n                {\n                  \"url\": \"https://hurtownia.agrorami.pl/...\",\n                  \"parameters\": [\n                    {\n                      \"name\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f001c187-6eb1-429f-8c08-6e838c1944a3"},{"name":"Get websites","id":"75afd6b3-b13c-493f-ab43-3440f33cd5ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    websites {\r\n                        code\r\n                        default_group_id\r\n                        id\r\n                        is_default\r\n                        name\r\n                        sort_order\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>websites</td>\n<td>Website</td>\n<td>An array of websites in which the product is available</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>A code assigned to the website to identify it</td>\n</tr>\n<tr>\n<td>default_group_id</td>\n<td>String</td>\n<td>The default group ID of the website</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the website</td>\n</tr>\n<tr>\n<td>is_default</td>\n<td>Boolean</td>\n<td>Indicates whether this is the default website</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The website name. Websites use this name to identify it easier</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>Int</td>\n<td>The attribute to use for sorting websites</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5c4ab383-23ba-48da-bed0-3a5425329fbc","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\twebsites\t|\tWebsite\t|\tAn array of websites in which the product is available\t|\n|\tcode\t|\tString\t|\tA code assigned to the website to identify it\t|\n|\tdefault_group_id\t|\tString\t|\tThe default group ID of the website\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the website\t|\n|\tis_default\t|\tBoolean\t|\tIndicates whether this is the default website\t|\n|\tname\t|\tString\t|\tThe website name. Websites use this name to identify it easier\t|\n|\tsort_order\t|\tInt\t|\tThe attribute to use for sorting websites\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"websites\": [\n                {\n                  \"code\": \"przykład / example\",\n                  \"default_group_id\": \"string\",\n                  \"id\": \"1\",\n                  \"is_default\": true,\n                  \"name\": \"przykład / example\",\n                  \"sort_order\": \"string\"\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"75afd6b3-b13c-493f-ab43-3440f33cd5ad"}],"id":"529d07a1-83bb-47bd-90ec-55723815ebbc","description":"<p>Details about an item in the cart.</p>\n","_postman_id":"529d07a1-83bb-47bd-90ec-55723815ebbc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get errors","id":"352d583b-3cb6-45b1-ad61-f5ad515c87a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                errors {\r\n                    code\r\n                    message\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>CartItemError</td>\n<td>An array of errors encountered while loading the cart item</td>\n</tr>\n<tr>\n<td>code</td>\n<td>CartItemErrorType</td>\n<td>An error code that describes the error encountered</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>A localized error message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f4353803-4d1a-4708-9276-78354dff9907","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\terrors\t|\tCartItemError\t|\tAn array of errors encountered while loading the cart item\t|\n|\tcode\t|\tCartItemErrorType\t|\tAn error code that describes the error encountered\t|\n|\tmessage\t|\tString\t|\tA localized error message\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"errors\": [\n              {\n                \"code\": \"przykład / example\",\n                \"message\": \"przykład / example\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"352d583b-3cb6-45b1-ad61-f5ad515c87a6"},{"name":"Get information","id":"94076832-3949-43b1-8688-0dadb5bea765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                id\r\n                quantity\r\n                uid\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this item in the cart</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CartItemInterface</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a8282f2c-02a3-4481-abc2-c91e3ccea4c3","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart \t|\n|\tid\t|\tString\t|\tNone\t|\n|\tquantity\t|\tFloat\t|\tThe quantity of this item in the cart\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CartItemInterface` object\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"id\": \"1\",\n            \"quantity\": 1,\n            \"uid\": \"1\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"94076832-3949-43b1-8688-0dadb5bea765"}],"id":"47e6e85d-8270-42d7-b0aa-d6a96a32170e","description":"<p>An array that lists the items in the cart.</p>\n","_postman_id":"47e6e85d-8270-42d7-b0aa-d6a96a32170e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get shipping information","id":"c3e1c3aa-eead-47d1-a101-8dcc701153a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            city\r\n            company\r\n            customer_notes\r\n            firstname\r\n            items_weight\r\n            lastname\r\n            pickup_location_code\r\n            postcode\r\n            street\r\n            telephone\r\n            uid\r\n            vat_id\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b3a43a41-031d-49af-8bc0-5340e7c31776","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"city\": \"przykład / example\",\n          \"company\": \"przykład / example\",\n          \"customer_notes\": \"string\",\n          \"firstname\": \"przykład / example\",\n          \"items_weight\": \"string\",\n          \"lastname\": \"przykład / example\",\n          \"pickup_location_code\": \"string\",\n          \"postcode\": \"przykład / example\",\n          \"street\": \"przykład / example\",\n          \"telephone\": \"przykład / example\",\n          \"uid\": \"1\",\n          \"vat_id\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c3e1c3aa-eead-47d1-a101-8dcc701153a4"},{"name":"Get available shipping methods","id":"5940267e-508d-4d1f-b265-d55cbfff1bba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            available_shipping_methods {\r\n                available\r\n                carrier_code\r\n                carrier_title\r\n                error_message\r\n                method_code\r\n                method_title\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n                base_amount {\r\n                    currency\r\n                    value\r\n                }\r\n                price_excl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n                price_incl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>available_shipping_methods</td>\n<td>AvailableShippingMethod</td>\n<td>An array that lists the shipping methods that can be applied to the cart</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>available</td>\n<td>Boolean</td>\n<td>Indicates whether this shipping method can be applied to the cart</td>\n</tr>\n<tr>\n<td>base_amount</td>\n<td>Money</td>\n<td>None</td>\n</tr>\n<tr>\n<td>carrier_code</td>\n<td>String</td>\n<td>A string that identifies a commercial carrier or an offline shipping method</td>\n</tr>\n<tr>\n<td>carrier_title</td>\n<td>String</td>\n<td>The label for the carrier code</td>\n</tr>\n<tr>\n<td>error_message</td>\n<td>String</td>\n<td>Describes an error condition</td>\n</tr>\n<tr>\n<td>method_code</td>\n<td>String</td>\n<td>A shipping method code associated with a carrier. The value could be null if no method is available</td>\n</tr>\n<tr>\n<td>method_title</td>\n<td>String</td>\n<td>The label for the shipping method code. The value could be null if no method is available</td>\n</tr>\n<tr>\n<td>price_excl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, excluding tax</td>\n</tr>\n<tr>\n<td>price_incl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, including tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8e710265-6d3d-4c88-8387-129cc294024f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tavailable_shipping_methods\t|\tAvailableShippingMethod\t|\tAn array that lists the shipping methods that can be applied to the cart \t|\n|\tamount\t|\tMoney\t|\tThe cost of shipping using this shipping method\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tavailable\t|\tBoolean\t|\tIndicates whether this shipping method can be applied to the cart\t|\n|\tbase_amount\t|\tMoney\t|\tNone\t|\n|\tcarrier_code\t|\tString\t|\tA string that identifies a commercial carrier or an offline shipping method\t|\n|\tcarrier_title\t|\tString\t|\tThe label for the carrier code\t|\n|\terror_message\t|\tString\t|\tDescribes an error condition\t|\n|\tmethod_code\t|\tString\t|\tA shipping method code associated with a carrier. The value could be null if no method is available \t|\n|\tmethod_title\t|\tString\t|\tThe label for the shipping method code. The value could be null if no method is available \t|\n|\tprice_excl_tax \t|\tMoney\t|\tThe cost of shipping using this shipping method, excluding tax \t|\n|\tprice_incl_tax\t|\tMoney\t|\tThe cost of shipping using this shipping method, including tax \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"available_shipping_methods\": [\n            {\n              \"available\": \"string\",\n              \"carrier_code\": \"string\",\n              \"carrier_title\": \"string\",\n              \"error_message\": \"string\",\n              \"method_code\": \"string\",\n              \"method_title\": \"string\",\n              \"amount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"base_amount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"price_excl_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"price_incl_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5940267e-508d-4d1f-b265-d55cbfff1bba"},{"name":"Get country","id":"75e0e64f-08c5-4ff8-979d-45e5af17066c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            country {\r\n                code\r\n                label\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>country</td>\n<td>CartAddressCountry</td>\n<td>An object containing the country label and code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The country code</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label for the country</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a3a5d822-0921-4eb6-a3e3-1b7e84ad7f72","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| shipping_address | ShippingCartAddress | An array of shipping addresses assigned to the cart |\n| country | CartAddressCountry | An object containing the country label and code |\n| code | String | The country code |\n| label | String | The disay label for the country |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"country\": {\n            \"code\": \"przykład / example\",\n            \"label\": \"przykład / example\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"75e0e64f-08c5-4ff8-979d-45e5af17066c"},{"name":"Get region","id":"60506fca-142a-4149-b684-1be932aecbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            region {\r\n                code\r\n                label\r\n                region_id\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"11393fb0-004d-4399-951d-438e28e50b45","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"region\": {\n            \"code\": \"przykład / example\",\n            \"label\": \"przykład / example\",\n            \"region_id\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"60506fca-142a-4149-b684-1be932aecbb3"},{"name":"Get selected shipping method","id":"125cb867-40fb-4df3-9b15-b5670986e687","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        shipping_addresses {\r\n            selected_shipping_method {\r\n                carrier_code\r\n                carrier_title\r\n                method_code\r\n                method_title\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n                base_amount {\r\n                    currency\r\n                    value\r\n                }\r\n                price_excl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n                price_incl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipping_address</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>selected_shipping_method</td>\n<td>SelectedShippingMethod</td>\n<td>An object that describes the selected shipping method</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>available</td>\n<td>Boolean</td>\n<td>Indicates whether this shipping method can be applied to the cart</td>\n</tr>\n<tr>\n<td>base_amount</td>\n<td>Money</td>\n<td>None</td>\n</tr>\n<tr>\n<td>carrier_code</td>\n<td>String</td>\n<td>A string that identifies a commercial carrier or an offline shipping method</td>\n</tr>\n<tr>\n<td>carrier_title</td>\n<td>String</td>\n<td>The label for the carrier code</td>\n</tr>\n<tr>\n<td>method_code</td>\n<td>String</td>\n<td>A shipping method code associated with a carrier. The value could be null if no method is available</td>\n</tr>\n<tr>\n<td>method_title</td>\n<td>String</td>\n<td>The label for the shipping method code. The value could be null if no method is available</td>\n</tr>\n<tr>\n<td>price_excl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, excluding tax</td>\n</tr>\n<tr>\n<td>price_incl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, including tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"23e3efed-e848-4a58-b516-f3365440118b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tshipping_address\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart \t|\n|\tselected_shipping_method\t|\tSelectedShippingMethod\t|\tAn object that describes the selected shipping method \t|\n|\tamount\t|\tMoney\t|\tThe cost of shipping using this shipping method\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tavailable\t|\tBoolean\t|\tIndicates whether this shipping method can be applied to the cart\t|\n|\tbase_amount\t|\tMoney\t|\tNone\t|\n|\tcarrier_code\t|\tString\t|\tA string that identifies a commercial carrier or an offline shipping method\t|\n|\tcarrier_title\t|\tString\t|\tThe label for the carrier code\t|\n|\tmethod_code\t|\tString\t|\tA shipping method code associated with a carrier. The value could be null if no method is available \t|\n|\tmethod_title\t|\tString\t|\tThe label for the shipping method code. The value could be null if no method is available \t|\n|\tprice_excl_tax \t|\tMoney\t|\tThe cost of shipping using this shipping method, excluding tax \t|\n|\tprice_incl_tax\t|\tMoney\t|\tThe cost of shipping using this shipping method, including tax \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"shipping_addresses\": [\n        {\n          \"selected_shipping_method\": {\n            \"carrier_code\": \"string\",\n            \"carrier_title\": \"string\",\n            \"method_code\": \"string\",\n            \"method_title\": \"string\",\n            \"amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            },\n            \"base_amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            },\n            \"price_excl_tax\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            },\n            \"price_incl_tax\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"125cb867-40fb-4df3-9b15-b5670986e687"}],"id":"3494df8a-7d52-4b7a-b66a-34e7989e1fc4","description":"<p>An array of shipping addresses assigned to the cart.</p>\n","_postman_id":"3494df8a-7d52-4b7a-b66a-34e7989e1fc4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get applied coupons","id":"939e35b9-fb2a-4de8-a052-3ff2a42f404d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        applied_coupon {\r\n            code\r\n        }\r\n        applied_coupons {\r\n            code\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<p>Returns single coupon or an array of applied coupons</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>applied_coupon</td>\n<td>ApiedCoupon</td>\n<td>None</td>\n</tr>\n<tr>\n<td>applied_coupons</td>\n<td>ApiedCoupon</td>\n<td>An array of <code>ApiedCoupon</code> objects. Each object contains the <code>code</code> text attribute, which specifies the coupon code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The coupon code the shopper applied to the cart</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"304570a2-5ad8-487f-89f0-4b05ba53b761","name":"Get applied coupons","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https:///graphql?store=en","protocol":"https","path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 20 Jun 2024 08:05:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":""},{"key":"Set-Cookie","value":""},{"key":"Set-Cookie","value":""},{"key":"Set-Cookie","value":""},{"key":"X-Magento-Cache-Id","value":""},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Strict-Transport-Security","value":"max-age=63072000; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"X-Served-By","value":".."}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"message\": \"Authentication error. ease check customer token.\",\n            \"locations\": [\n                {\n                    \"line\": 2,\n                    \"column\": 5\n                }\n            ],\n            \"path\": [\n                \"cart\"\n            ],\n            \"extensions\": {\n                \"category\": \"graphql-authorization\"\n            }\n        }\n    ],\n    \"data\": {\n        \"cart\": null\n    }\n}"}],"_postman_id":"939e35b9-fb2a-4de8-a052-3ff2a42f404d"},{"name":"Get payment methods","id":"67ba30cf-318b-4d1d-86f1-fb7722c8fc45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        available_payment_methods {\r\n            code\r\n            is_deferred\r\n            title\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>available_payment_methods</td>\n<td>AvailablePaymentMethod</td>\n<td>An array of available payment methods</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The payment method code</td>\n</tr>\n<tr>\n<td>is_deferred</td>\n<td>Boolean</td>\n<td>If the payment method is an online integration</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The payment method title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c97cdbe5-9aac-4af0-a3b9-7dc05a770855","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tavailable_payment_methods\t|\tAvailablePaymentMethod\t|\tAn array of available payment methods\t|\n|\tcode\t|\tString\t|\tThe payment method code\t|\n|\tis_deferred\t|\tBoolean\t|\tIf the payment method is an online integration\t|\n|\ttitle\t|\tString\t|\tThe payment method title\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"available_payment_methods\": [\n        {\n          \"code\": \"przykład / example\",\n          \"is_deferred\": \"string\",\n          \"title\": \"przykład / example\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"67ba30cf-318b-4d1d-86f1-fb7722c8fc45"},{"name":"Get billing address","id":"e717d4d6-f8f6-4185-9c8f-8944c3c0d788","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        billing_address {\r\n            city\r\n            company\r\n            customer_notes\r\n            firstname\r\n            lastname\r\n            postcode\r\n            street\r\n            telephone\r\n            uid\r\n            vat_id\r\n            country {\r\n                code\r\n                label\r\n            }\r\n            region {\r\n                code\r\n                label\r\n                region_id\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>billing_address</td>\n<td>BillingCartAddress</td>\n<td>The billing address assigned to the cart</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city specified for the billing or shipping address</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The company specified for the billing or shipping address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>CartAddressCountry</td>\n<td>An object containing the country label and code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The country code</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label for the country</td>\n</tr>\n<tr>\n<td>customer_notes</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the customer or guest</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The last name of the customer or guest</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The ZIP or postal code of the billing or shipping address</td>\n</tr>\n<tr>\n<td>region</td>\n<td>CartAddressRegion</td>\n<td>An object containing the region label and code</td>\n</tr>\n<tr>\n<td>region &gt; code</td>\n<td>String</td>\n<td>The state or province code</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label for the region</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array containing the street for the billing or shipping address</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The telephone number for the billing or shipping address</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>String</td>\n<td>The unique id of the customer address</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The VAT company number for billing or shipping address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a552ffd9-5316-4bbb-abfa-a8a3690f7ebc","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString \t|\tThe company specified for the billing or shipping address \t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code \t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest \t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code \t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"billing_address\": {\n        \"city\": \"przykład / example\",\n        \"company\": \"przykład / example\",\n        \"customer_notes\": \"string\",\n        \"firstname\": \"przykład / example\",\n        \"lastname\": \"przykład / example\",\n        \"postcode\": \"przykład / example\",\n        \"street\": \"przykład / example\",\n        \"telephone\": \"przykład / example\",\n        \"uid\": \"1\",\n        \"vat_id\": \"string\",\n        \"country\": {\n          \"code\": \"przykład / example\",\n          \"label\": \"przykład / example\"\n        },\n        \"region\": {\n          \"code\": \"przykład / example\",\n          \"label\": \"przykład / example\",\n          \"region_id\": \"string\"\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"e717d4d6-f8f6-4185-9c8f-8944c3c0d788"},{"name":"Get cart email","id":"adbf1fb9-c22d-4a38-a2de-0b0481fe6140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        email\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The email address of the guest or customer</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"15598a06-dfa1-4834-bc56-72c261c88db0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\temail\t|\tString\t|\tThe email address of the guest or customer\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"email\": \"ex@ex.pl\"\n    }\n  }\n}"}],"_postman_id":"adbf1fb9-c22d-4a38-a2de-0b0481fe6140"},{"name":"Get 'Cart' object ID","id":"629159c3-eb3a-4bb1-8d77-3cb38b5c1ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        id\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>Cart</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"132e1812-a1ff-49bd-a8d7-2ac93bfe9206","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tid\t|\tID\t|\tThe unique ID for a `Cart` object \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"id\": \"1\"\n    }\n  }\n}"}],"_postman_id":"629159c3-eb3a-4bb1-8d77-3cb38b5c1ec3"},{"name":"Get selected payment method","id":"a568c5cf-6635-46c5-b71d-7f291b09db0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Cart {\r\n    cart(cart_id: \"1\") {\r\n        selected_payment_method {\r\n            code\r\n            purchase_order_number\r\n            title\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane koszyka wskazanego przez <code>cart_id</code> — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by <code>cart_id</code> — items, prices, taxes, coupons, addresses, methods.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query cart(cart_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>selected_payment_method</td>\n<td>SelectedPaymentMethod</td>\n<td>Indicates which payment method was applied to the cart</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The payment method code</td>\n</tr>\n<tr>\n<td>purchase_order_number</td>\n<td>String</td>\n<td>The purchase order number</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The payment method title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4d766a6b-6be4-4c1c-a65a-ce4c1d4227b4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane koszyka wskazanego przez `cart_id` — pozycje, ceny, podatki, kupony, adresy, metody.\nEN — data of the cart identified by `cart_id` — items, prices, taxes, coupons, addresses, methods.\n\n*Operacja GraphQL / GraphQL operation:* `query cart(cart_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tselected_payment_method\t|\tSelectedPaymentMethod\t|\tIndicates which payment method was applied to the cart \t|\n|\tcode\t|\tString\t|\tThe payment method code\t|\n|\tpurchase_order_number\t|\tString\t|\tThe purchase order number\t|\n|\ttitle\t|\tString\t|\tThe payment method title\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"cart\": {\n      \"selected_payment_method\": {\n        \"code\": \"przykład / example\",\n        \"purchase_order_number\": \"string\",\n        \"title\": \"przykład / example\"\n      }\n    }\n  }\n}"}],"_postman_id":"a568c5cf-6635-46c5-b71d-7f291b09db0f"}],"id":"91048cf4-bd2e-4784-ad05-dcb6b9263605","description":"<p>Return information about the specified shopping cart.</p>\n","_postman_id":"91048cf4-bd2e-4784-ad05-dcb6b9263605","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Checkout agreements","item":[{"name":"Get information","id":"c5801cfa-90ba-4f57-85a8-686e951228ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CheckoutAgreements {\r\n    checkoutAgreements {\r\n        agreement_id\r\n        checkbox_text\r\n        content\r\n        content_height\r\n        is_html\r\n        mode\r\n        name\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — zgody i regulaminy wyświetlane w checkoucie (Terms &amp; Conditions).\nEN — agreements/terms shown at checkout (Terms &amp; Conditions).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query checkoutAgreements</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>agreement_id</td>\n<td>Int</td>\n<td>The ID for a checkout agreement</td>\n</tr>\n<tr>\n<td>checkbox_test</td>\n<td>String</td>\n<td>The checkbox test for a checkout agreement</td>\n</tr>\n<tr>\n<td>content</td>\n<td>String</td>\n<td>Required. The text of the agreement</td>\n</tr>\n<tr>\n<td>content_height</td>\n<td>String</td>\n<td>The height of the text box where the Terms and Conditions statement appears during checkout</td>\n</tr>\n<tr>\n<td>is_html</td>\n<td>Boolean</td>\n<td>Indicates whether the <code>content</code> text is in HTML format</td>\n</tr>\n<tr>\n<td>mode</td>\n<td>CheckoutAgreementMode</td>\n<td>Indicates whether agreements are accepted automatically or manually</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The name given to the condition</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"762274d1-f3eb-4557-ba48-3208567e475d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — zgody i regulaminy wyświetlane w checkoucie (Terms & Conditions).\nEN — agreements/terms shown at checkout (Terms & Conditions).\n\n*Operacja GraphQL / GraphQL operation:* `query checkoutAgreements`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tagreement_id\t|\tInt\t|\tThe ID for a checkout agreement\t|\n|\tcheckbox_test\t|\tString\t|\tThe checkbox test for a checkout agreement\t|\n|\tcontent\t|\tString\t|\tRequired. The text of the agreement\t|\n|\tcontent_height\t|\tString\t|\tThe height of the text box where the Terms and Conditions statement appears during checkout \t|\n|\tis_html\t|\tBoolean\t|\tIndicates whether the `content` text is in HTML format\t|\n|\tmode\t|\tCheckoutAgreementMode\t|\tIndicates whether agreements are accepted automatically or manually \t|\n|\tname\t|\tString\t|\tThe name given to the condition\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"checkoutAgreements\": [\n      {\n        \"agreement_id\": \"string\",\n        \"checkbox_text\": \"string\",\n        \"content\": \"string\",\n        \"content_height\": \"string\",\n        \"is_html\": \"string\",\n        \"mode\": \"string\",\n        \"name\": \"przykład / example\"\n      }\n    ]\n  }\n}"}],"_postman_id":"c5801cfa-90ba-4f57-85a8-686e951228ae"}],"id":"1db8fbdc-397e-4503-a7a6-a5e5bb657b1e","description":"<p>Return Terms and Conditions configuration information.</p>\n","_postman_id":"1db8fbdc-397e-4503-a7a6-a5e5bb657b1e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"8e192679-a375-4aa2-95ff-eaf518572052","description":"<p>Koszyk i dane checkoutu.</p>\n<ul>\n<li><code>Cart</code> — pełne drzewo danych koszyka: pozycje, ceny, podatki, kupony, adresy, metody wysyłki/płatności.</li>\n<li><code>Checkout agreements</code> — zgody/regulaminy checkoutu.</li>\n</ul>\n<p>Koszyk gościa nie wymaga tokenu; koszyk zalogowanego klienta wymaga <code></code>. <code>cart_id</code> pobierzesz z <code>00 · Auth &amp; Setup → createEmptyCart</code>.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Cart and checkout data.</p>\n<ul>\n<li><code>Cart</code> — full cart data tree: items, prices, taxes, coupons, addresses, shipping/payment methods.</li>\n<li><code>Checkout agreements</code> — checkout terms.</li>\n</ul>\n<p>A guest cart needs no token; a logged-in customer's cart needs <code></code>. Get <code>cart_id</code> from <code>00 · Auth &amp; Setup → createEmptyCart</code>.</p>\n","_postman_id":"8e192679-a375-4aa2-95ff-eaf518572052","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Customer","item":[{"name":"Customer","item":[{"name":"Customer","item":[{"name":"Addresses","item":[{"name":"Get information","id":"e89e71d2-739f-4597-91b2-9b91b44216e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        addresses {\r\n            city\r\n            company\r\n            country_code\r\n            country_id\r\n            customer_id\r\n            default_billing\r\n            default_shipping\r\n            fax\r\n            firstname\r\n            id\r\n            lastname\r\n            middlename\r\n            postcode\r\n            prefix\r\n            region_id\r\n            street\r\n            suffix\r\n            telephone\r\n            vat_id\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>addresses</td>\n<td>CustomerAddress</td>\n<td>An array containing the customer's shipping and billing addresses</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The customer’s city or town</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The customer’s company</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>CountryCodeEnum</td>\n<td>The customer’s country</td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>Int</td>\n<td>The customer ID</td>\n</tr>\n<tr>\n<td>default_billing</td>\n<td>Boolean</td>\n<td>Indicates whether the address is the customer’s default billing address</td>\n</tr>\n<tr>\n<td>default_shipping</td>\n<td>Boolean</td>\n<td>Indicates whether the address is the customer's default shipping address</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>The customer’s fax number</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID of a <code>CustomerAddress</code> object</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The family name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>middlename</td>\n<td>String</td>\n<td>The middle name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The customer’s ZIP or postal code</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>An honorific, such as Dr., Mr., or Mrs</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array of strings that define the street number and name</td>\n</tr>\n<tr>\n<td>suffix</td>\n<td>String</td>\n<td>A value such as Sr., Jr., or III</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The customer's telephone number</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The customer's Value-added tax (VAT) number (for corporate customers)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"24d9c969-bb73-4c7b-b7af-5e6e340e0520","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\taddresses\t|\tCustomerAddress\t|\tAn array containing the customer's shipping and billing addresses \t|\n|\tcity\t|\tString\t|\tThe customer’s city or town\t|\n|\tcompany\t|\tString\t|\tThe customer’s company\t|\n|\tcountry_code\t|\tCountryCodeEnum\t|\tThe customer’s country\t|\n|\tcustomer_id\t|\tInt\t|\tThe customer ID\t|\n|\tdefault_billing\t|\tBoolean\t|\tIndicates whether the address is the customer’s default billing address\t|\n|\tdefault_shipping\t|\tBoolean\t|\tIndicates whether the address is the customer's default shipping address \t|\n|\tfax\t|\tString\t|\tThe customer’s fax number\t|\n|\tfirstname\t|\tString\t|\tThe first name of the person associated with the shipping/billing address\t|\n|\tid\t|\tInt\t|\tThe ID of a `CustomerAddress` object\t|\n|\tlastname\t|\tString\t|\tThe family name of the person associated with the shipping/billing address \t|\n|\tmiddlename\t|\tString\t|\tThe middle name of the person associated with the shipping/billing address \t|\n|\tpostcode\t|\tString\t|\tThe customer’s ZIP or postal code\t|\n|\tprefix\t|\tString\t|\tAn honorific, such as Dr., Mr., or Mrs \t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region \t|\n|\tstreet\t|\tString\t|\tAn array of strings that define the street number and name \t|\n|\tsuffix\t|\tString\t|\tA value such as Sr., Jr., or III \t|\n|\ttelephone\t|\tString\t|\tThe customer's telephone number \t|\n|\tvat_id\t|\tString\t|\tThe customer's Value-added tax (VAT) number (for corporate customers) \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"addresses\": [\n        {\n          \"city\": \"przykład / example\",\n          \"company\": \"przykład / example\",\n          \"country_code\": \"przykład / example\",\n          \"country_id\": \"string\",\n          \"customer_id\": \"1\",\n          \"default_billing\": \"string\",\n          \"default_shipping\": \"string\",\n          \"fax\": \"string\",\n          \"firstname\": \"przykład / example\",\n          \"id\": \"1\",\n          \"lastname\": \"przykład / example\",\n          \"middlename\": \"string\",\n          \"postcode\": \"przykład / example\",\n          \"prefix\": \"string\",\n          \"region_id\": \"string\",\n          \"street\": \"przykład / example\",\n          \"suffix\": \"string\",\n          \"telephone\": \"przykład / example\",\n          \"vat_id\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e89e71d2-739f-4597-91b2-9b91b44216e5"},{"name":"Get custom attributes","id":"810b9d17-add8-45e5-b580-dca04259f8d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        addresses {\r\n            custom_attributes {\r\n                attribute_code\r\n                value\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>custom_attributes</td>\n<td>CustomerAddressAttribute</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_code</td>\n<td>String</td>\n<td>The name assigned to the customer address attribute</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value assigned to the customer address attribute</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fa1b2532-34ed-43e3-aa35-d1f336109050","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustom_attributes\t|\tCustomerAddressAttribute\t|\tNone\t|\n|\tattribute_code\t|\tString\t|\tThe name assigned to the customer address attribute \t|\n|\tvalue\t|\tString\t|\tThe value assigned to the customer address attribute \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"addresses\": [\n        {\n          \"custom_attributes\": [\n            {\n              \"attribute_code\": \"string\",\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"810b9d17-add8-45e5-b580-dca04259f8d3"},{"name":"Get extension attributes","id":"1570d9a7-b0e4-4cd9-9d27-3befd58ed35b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        addresses {\r\n            extension_attributes {\r\n                attribute_code\r\n                value\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>addresses</td>\n<td>CustomerAddress</td>\n<td>An array containing the customer's shipping and billing addresses</td>\n</tr>\n<tr>\n<td>extension_attributes</td>\n<td>CustomerAddressAttribute</td>\n<td>Contains any extension attributes for the address</td>\n</tr>\n<tr>\n<td>attribute_code</td>\n<td>String</td>\n<td>The name assigned to the customer address attribute</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value assigned to the customer address attribute</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"1609101a-6374-484d-b791-5d969bc9031e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\taddresses\t|\tCustomerAddress\t|\tAn array containing the customer's shipping and billing addresses \t|\n|\textension_attributes\t|\tCustomerAddressAttribute \t|\tContains any extension attributes for the address \t|\n|\tattribute_code\t|\tString\t|\tThe name assigned to the customer address attribute \t|\n|\tvalue\t|\tString\t|\tThe value assigned to the customer address attribute \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"addresses\": [\n        {\n          \"extension_attributes\": [\n            {\n              \"attribute_code\": \"string\",\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1570d9a7-b0e4-4cd9-9d27-3befd58ed35b"},{"name":"Get region","id":"be9cd83b-666f-4dbf-a9f0-6fc2e8ace7e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        addresses {\r\n            region {\r\n                region\r\n                region_code\r\n                region_id\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>addresses</td>\n<td>CustomerAddress</td>\n<td>An array containing the customer's shipping and billing addresses</td>\n</tr>\n<tr>\n<td>region</td>\n<td>CustomerAddressRegion</td>\n<td>An object containing the region name, region code, and region ID</td>\n</tr>\n<tr>\n<td>region</td>\n<td>String</td>\n<td>The state or province name</td>\n</tr>\n<tr>\n<td>region_code</td>\n<td>String</td>\n<td>The address region code</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2373fca0-019c-4f26-8974-373f25163e60","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\taddresses\t|\tCustomerAddress\t|\tAn array containing the customer's shipping and billing addresses \t|\n|\tregion\t|\tCustomerAddressRegion\t|\tAn object containing the region name, region code, and region ID \t|\n|\tregion\t|\tString\t|\tThe state or province name\t|\n|\tregion_code\t|\tString\t|\tThe address region code\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"addresses\": [\n        {\n          \"region\": {\n            \"region\": \"przykład / example\",\n            \"region_code\": \"string\",\n            \"region_id\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"be9cd83b-666f-4dbf-a9f0-6fc2e8ace7e5"}],"id":"f75ec994-511e-45ed-9325-956519ead2c4","description":"<p>An array containing the customer's shipping and billing addresses.</p>\n","_postman_id":"f75ec994-511e-45ed-9325-956519ead2c4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Compare list","item":[{"name":"Get information","id":"04a93170-bf71-4bc9-8145-f98eea54bcf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        compare_list {\r\n            item_count\r\n            uid\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>compare_list</td>\n<td>CompareList</td>\n<td>The contents of the customer’s compare list</td>\n</tr>\n<tr>\n<td>item_count</td>\n<td>Int</td>\n<td>The number of items in the compare list</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID assigned to the compare list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b5e5adc0-993c-4418-ac71-440c938a0792","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcompare_list\t|\tCompareList\t|\tThe contents of the customer’s compare list\t|\n|\titem_count\t|\tInt\t|\tThe number of items in the compare list\t|\n|\tuid\t|\tID\t|\tThe unique ID assigned to the compare list\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"compare_list\": {\n        \"item_count\": \"string\",\n        \"uid\": \"1\"\n      }\n    }\n  }\n}"}],"_postman_id":"04a93170-bf71-4bc9-8145-f98eea54bcf0"},{"name":"Get attributes","id":"4e587ced-8a6d-449c-8260-8ee774364cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        compare_list {\r\n            attributes {\r\n                code\r\n                label\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>compare_list</td>\n<td>CompareList</td>\n<td>The contents of the customer’s compare list</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>An attribute code that is enabled for product comparisons</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label for the attribute code</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"df19739c-582d-4d38-a2f7-f10ac30b1158","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcompare_list\t|\tCompareList\t|\tThe contents of the customer’s compare list\t|\n|\tcode\t|\tString\t|\tAn attribute code that is enabled for product comparisons \t|\n|\tlabel\t|\tString\t|\tThe label for the attribute code\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"compare_list\": {\n        \"attributes\": [\n          {\n            \"code\": \"przykład / example\",\n            \"label\": \"przykład / example\"\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4e587ced-8a6d-449c-8260-8ee774364cc3"},{"name":"Get items","id":"5c03f0ed-ddad-4972-a299-59475696000c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        compare_list {\r\n            items {\r\n                uid\r\n                attributes {\r\n                    code\r\n                    value\r\n                }\r\n                product {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    indeks\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    special_to_date\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>compare_list</td>\n<td>CompareList</td>\n<td>The contents of the customer’s compare list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>ComparableItem</td>\n<td>An array of products to compare</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID of an item in a compare list</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>ProductAttribute</td>\n<td>An array of product attributes that can be used to compare products</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The unique identifier for a product attribute code</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The disay value of the attribute</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about a product in a compare list</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e3338a6b-7079-45fd-9902-64cc2c887de2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcompare_list\t|\tCompareList\t|\tThe contents of the customer’s compare list\t|\n|\titems\t|\tComparableItem\t|\tAn array of products to compare\t|\n|\tuid\t|\tID\t|\tThe unique ID of an item in a compare list\t|\n|\tattributes\t|\tProductAttribute\t|\tAn array of product attributes that can be used to compare products\t|\n|\tcode\t|\tString\t|\tThe unique identifier for a product attribute code\t|\n|\tvalue\t|\tString\t|\tThe disay value of the attribute\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about a product in a compare list\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"compare_list\": {\n        \"items\": [\n          {\n            \"uid\": \"1\",\n            \"attributes\": [\n              {\n                \"code\": \"przykład / example\",\n                \"value\": 0\n              }\n            ],\n            \"product\": {\n              \"air_pressure\": \"string\",\n              \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n              \"attribute_set_id\": \"string\",\n              \"breadcrumbs_category\": \"string\",\n              \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n              \"catalog_number\": \"string\",\n              \"color\": \"string\",\n              \"country_of_manufacture\": \"string\",\n              \"created_at\": \"2025-01-01 12:00:00\",\n              \"express_external_shipping_price\": 0,\n              \"gift_message_available\": \"string\",\n              \"hole\": \"string\",\n              \"id\": \"1\",\n              \"indeks\": \"string\",\n              \"is_external_shipping_allowed\": \"string\",\n              \"manufacturer\": \"string\",\n              \"meta_description\": \"string\",\n              \"meta_keyword\": \"string\",\n              \"meta_title\": \"string\",\n              \"mp_specific_customer\": \"string\",\n              \"mp_tier_group\": \"string\",\n              \"name\": \"przykład / example\",\n              \"new_from_date\": \"2025-01-01 12:00:00\",\n              \"new_to_date\": \"2025-01-01 12:00:00\",\n              \"only_x_left_in_stock\": \"string\",\n              \"options_container\": \"string\",\n              \"product_flag\": \"string\",\n              \"rating_summary\": \"string\",\n              \"review_count\": \"string\",\n              \"sku\": \"SKU-001\",\n              \"special_from_date\": \"2025-01-01 12:00:00\",\n              \"special_price\": 0,\n              \"special_to_date\": \"2025-01-01 12:00:00\",\n              \"standard_external_shipping_price\": 0,\n              \"stock_status\": \"IN_STOCK\",\n              \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n              \"tier_price\": 0,\n              \"type_id\": \"string\",\n              \"uid\": \"1\",\n              \"unit\": \"string\",\n              \"updated_at\": \"2025-01-01 12:00:00\",\n              \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5c03f0ed-ddad-4972-a299-59475696000c"}],"id":"e83054cd-565d-4f79-8fbe-429d5bea0967","description":"<p>The contents of the customer's compare list.</p>\n","_postman_id":"e83054cd-565d-4f79-8fbe-429d5bea0967","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Orders","item":[{"name":"Items","item":[{"name":"Credit memos","item":[{"name":"Items","item":[{"name":"Order item","item":[{"name":"Get information","id":"9383da20-d27c-49e9-91a5-7e21d22c5cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        order_item {\r\n                            id\r\n                            product_name\r\n                            product_sku\r\n                            product_type\r\n                            product_url_key\r\n                            quantity_canceled\r\n                            quantity_invoiced\r\n                            quantity_ordered\r\n                            quantity_refunded\r\n                            quantity_returned\r\n                            quantity_shipped\r\n                            status\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"19b6bacc-b09d-4334-bff1-3f1adcd1a3d0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to \t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"id\": \"1\",\n                    \"product_name\": \"string\",\n                    \"product_sku\": \"string\",\n                    \"product_type\": \"string\",\n                    \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n                    \"quantity_canceled\": \"string\",\n                    \"quantity_invoiced\": \"string\",\n                    \"quantity_ordered\": \"string\",\n                    \"quantity_refunded\": \"string\",\n                    \"quantity_returned\": \"string\",\n                    \"quantity_shipped\": \"string\",\n                    \"status\": \"OK\"\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9383da20-d27c-49e9-91a5-7e21d22c5cb5"},{"name":"Get discounts","id":"bc9df610-711f-4928-9473-5cea34e6856b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        order_item {\r\n                            discounts {\r\n                                label\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e50f2a44-ab9d-4284-b639-9ac4453bef0e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to \t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"discounts\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"amount\": {\n                          \"currency\": \"PLN\",\n                          \"value\": 0\n                        }\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"bc9df610-711f-4928-9473-5cea34e6856b"},{"name":"Get entered options","id":"d13e3d4f-654b-4243-9b34-a14eb670e288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        order_item {\r\n                            entered_options {\r\n                                label\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2a8c19e6-9567-4457-b41b-c1dca167f13b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to \t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as logo or image\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"entered_options\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"value\": 0\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"d13e3d4f-654b-4243-9b34-a14eb670e288"},{"name":"Get gift message","id":"4246c3bc-37b9-4569-b65e-efc8a83455be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        order_item {\r\n                            gift_message {\r\n                                from\r\n                                message\r\n                                to\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f163735a-b0b6-4ce6-86bd-e993eedcdf49","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to \t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"gift_message\": {\n                      \"from\": \"string\",\n                      \"message\": \"przykład / example\",\n                      \"to\": \"string\"\n                    }\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4246c3bc-37b9-4569-b65e-efc8a83455be"},{"name":"Get product sale price","id":"5526cee0-30d3-48af-b710-0ac086d769ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        order_item {\r\n                            product_sale_price {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price of the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"10533a81-45b2-4990-974f-2db61c51115e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to \t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price of the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"product_sale_price\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5526cee0-30d3-48af-b710-0ac086d769ea"},{"name":"Get selected options","id":"c731fd44-2dee-452c-99e8-9ea4b9850a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        order_item {\r\n                            selected_options {\r\n                                label\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"de2b7729-3f52-4faa-90b3-85373573a33c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to \t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"selected_options\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"value\": 0\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"c731fd44-2dee-452c-99e8-9ea4b9850a99"}],"id":"8b6ada40-57fe-490c-8cce-462d68862d59","description":"<p>The order item the credit memo is applied to.</p>\n","_postman_id":"8b6ada40-57fe-490c-8cce-462d68862d59","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"f3cf9460-c931-44a0-ac81-bcaf32e3ff05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        id\r\n                        product_name\r\n                        product_sku\r\n                        quantity_refunded\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>CreditMemoItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6113cdda-34c4-4908-a77c-2fc26fcc8538","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\tid\t|\tID\t|\tThe unique ID for a `CreditMemoItemInterface` object \t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"id\": \"1\",\n                  \"product_name\": \"string\",\n                  \"product_sku\": \"string\",\n                  \"quantity_refunded\": \"string\"\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f3cf9460-c931-44a0-ac81-bcaf32e3ff05"},{"name":"Get discounts","id":"f78e2549-fe37-482d-8bd8-98286922b340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        discounts {\r\n                            label\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>Details about the final discount amount for the base product, including discounts on options</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"97b0daa3-da65-44c7-99e6-0c2bf81032bb","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\tdiscounts\t|\tDiscount\t|\tDetails about the final discount amount for the base product, including discounts on options \t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"discounts\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f78e2549-fe37-482d-8bd8-98286922b340"},{"name":"Get product sale price","id":"7eb82a94-4bb7-4759-aec2-6220f86f95f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    items {\r\n                        product_sale_price {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c05c44fd-02ec-4c4a-86bc-335708c8e7a8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items \t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product, including selected options \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": {\n              \"items\": [\n                {\n                  \"product_sale_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7eb82a94-4bb7-4759-aec2-6220f86f95f3"}],"id":"6abd41e2-148f-4525-9dc1-9a248fbef1ac","description":"<p>An array containing details about refunded items.</p>\n","_postman_id":"6abd41e2-148f-4525-9dc1-9a248fbef1ac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Total","item":[{"name":"Shipping handling","item":[{"name":"Get amount excluding tax","id":"0d3d8dd0-4005-4b4c-94f3-383366bb6923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        shipping_handling {\r\n                            amount_excluding_tax {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the credit memo</td>\n</tr>\n<tr>\n<td>amount_excluding_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6f99e405-20bd-4251-ae8c-31cab0067707","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the credit memo \t|\n|\tamount_excluding_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"amount_excluding_tax\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0d3d8dd0-4005-4b4c-94f3-383366bb6923"},{"name":"Get amount including tax","id":"e804ba71-68f1-4b58-8fe2-798b5a4352ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        shipping_handling {\r\n                            amount_including_tax {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the credit memo</td>\n</tr>\n<tr>\n<td>amount_including_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A list of credit memos</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e1f10fbb-4a4a-4072-8d8f-ce291dc2dc28","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the credit memo \t|\n|\tamount_including_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA list of credit memos\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"amount_including_tax\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e804ba71-68f1-4b58-8fe2-798b5a4352ec"},{"name":"Get discounts","id":"658e0284-f783-468f-82d9-05e8e81949ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        shipping_handling {\r\n                            discounts {\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the credit memo</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>ShippingDiscount</td>\n<td>The applied discounts to the shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f5a3f1ef-33b3-44cd-9213-1376549358db","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the credit memo \t|\n|\tdiscounts\t|\tShippingDiscount\t|\tThe applied discounts to the shipping \t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"discounts\": [\n                      {\n                        \"amount\": {\n                          \"currency\": \"PLN\",\n                          \"value\": 0\n                        }\n                      }\n                    ]\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"658e0284-f783-468f-82d9-05e8e81949ab"},{"name":"Get taxes","id":"df5cf8d1-edb4-46be-9277-3a5c31b87bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        shipping_handling {\r\n                            taxes {\r\n                                rate\r\n                                title\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the credit memo</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>Details about taxes applied for shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8cd3ab23-4130-43f1-b250-1951231f7b41","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the credit memo \t|\n|\ttaxes\t|\tTaxItem\t|\tDetails about taxes applied for shipping\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"taxes\": [\n                      {\n                        \"rate\": \"string\",\n                        \"title\": \"przykład / example\",\n                        \"amount\": {\n                          \"currency\": \"PLN\",\n                          \"value\": 0\n                        }\n                      }\n                    ]\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"df5cf8d1-edb4-46be-9277-3a5c31b87bb2"},{"name":"Get total amount","id":"da509d5d-c38e-4a78-93dd-759d6a9d35ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        shipping_handling {\r\n                            total_amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the credit memo</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>Money</td>\n<td>The total amount for shipping</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5f060fbb-72b2-40b1-9deb-fffb07fca722","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the credit memo \t|\n|\ttotal_amount\t|\tMoney\t|\tThe total amount for shipping\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"total_amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"da509d5d-c38e-4a78-93dd-759d6a9d35ff"}],"id":"6f796243-ce8c-49c4-8ebd-202e3fdd62ac","description":"<p>Details about the shipping and handling costs for the credit memo.</p>\n","_postman_id":"6f796243-ce8c-49c4-8ebd-202e3fdd62ac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get adjustment","id":"6e04be69-de8e-43d9-b8ee-dc4e8d0fbde8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        adjustment {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>adjustments</td>\n<td>Money</td>\n<td>An adjustment manually applied to the order</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bc361b9c-5427-4590-b30b-d3c7a59b534b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tadjustments\t|\tMoney\t|\tAn adjustment manually applied to the order\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"adjustment\": [\n                    {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"6e04be69-de8e-43d9-b8ee-dc4e8d0fbde8"},{"name":"Get base grand total","id":"e01ae773-b6ae-4258-91c3-3ed7823ffc33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        base_grand_total {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>base_grand_total</td>\n<td>Money</td>\n<td>The final base grand total amount in the base currency</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e5351f37-c718-4414-82ae-b7eee3675259","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tbase_grand_total\t|\tMoney\t|\tThe final base grand total amount in the base currency\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"base_grand_total\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e01ae773-b6ae-4258-91c3-3ed7823ffc33"},{"name":"Get discounts","id":"5e783b5d-6d84-48d9-9824-15840ba2d25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        discounts {\r\n                            label\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The applied discounts to the credit memo</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fdf24af8-1004-490c-8c06-7464caed2da0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tdiscounts\t|\tDiscount\t|\tThe applied discounts to the credit memo\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"discounts\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5e783b5d-6d84-48d9-9824-15840ba2d25a"},{"name":"Get grand total","id":"a206caed-8691-4867-8d36-01bd4088c376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        grand_total {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The final total amount, including shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fe8df728-6ac9-47d1-aa56-09e127f15e93","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tgrand_total\t|\tMoney\t|\tThe final total amount, including shipping, discounts, and taxes \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"grand_total\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a206caed-8691-4867-8d36-01bd4088c376"},{"name":"Get subtotal","id":"cbb65fcc-0f58-4225-b7f9-a45add0658e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        subtotal {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Money</td>\n<td>The subtotal of the invoice, excluding shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"23dd2d5d-4031-410f-b1d7-c40bc294b7cf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tsubtotal\t|\tMoney\t|\tThe subtotal of the invoice, excluding shipping, discounts, and taxes \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"subtotal\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"cbb65fcc-0f58-4225-b7f9-a45add0658e6"},{"name":"Get taxes","id":"c271b0d4-6f3c-4b50-9c1d-abe1af4e8411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        taxes {\r\n                            rate\r\n                            title\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>The credit memo tax details</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8948d3cf-eb89-4e2f-9c1b-b8b3cac0a259","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\ttaxes\t|\tTaxItem\t|\tThe credit memo tax details\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"taxes\": [\n                    {\n                      \"rate\": \"string\",\n                      \"title\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"c271b0d4-6f3c-4b50-9c1d-abe1af4e8411"},{"name":"Get total shipping","id":"fe31398c-1bff-4d3a-b0ca-b713ab70c89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        total_shipping {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>total_shipping</td>\n<td>Money</td>\n<td>The shipping amount for the credit memo</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0b6a616a-fee8-4c56-951c-d4bb81076340","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\ttotal_shipping\t|\tMoney\t|\tThe shipping amount for the credit memo\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"total_shipping\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"fe31398c-1bff-4d3a-b0ca-b713ab70c89d"},{"name":"Get total tax","id":"43f611cd-7004-4793-9dc2-9d90952bc765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    total {\r\n                        total_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>total_tax</td>\n<td>Money</td>\n<td>The amount of tax applied to the credit memo</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0d9569d3-a504-44b9-93f7-5da3206328b2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\ttotal_tax\t|\tMoney\t|\tThe amount of tax applied to the credit memo\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"total\": {\n                  \"total_tax\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"43f611cd-7004-4793-9dc2-9d90952bc765"}],"id":"4ab2ce20-135d-4fbc-aee3-476a2bc849f4","description":"<p>Details about the total refunded amount.</p>\n","_postman_id":"4ab2ce20-135d-4fbc-aee3-476a2bc849f4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"ec1a0595-8b4b-444b-98d9-36c9a4496389","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    id\r\n                    number\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>CreditMemo</code> object</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>The sequential credit memo number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fae4bbe4-2cea-4394-b81a-6a2986bcb455","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tid\t|\tID\t|\tThe unique ID for a `CreditMemo` object \t|\n|\tnumber\t|\tString\t|\tThe sequential credit memo number\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"id\": \"1\",\n                \"number\": \"przykład / example\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ec1a0595-8b4b-444b-98d9-36c9a4496389"},{"name":"Get comments","id":"e839827a-e704-4e0c-91b0-90d0f667827c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                credit_memos {\r\n                    comments {\r\n                        message\r\n                        timestamp\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments on the credit memo</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f8065b07-a11e-43c9-a4a9-c9f08ae779fb","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments on the credit memo\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"credit_memos\": [\n              {\n                \"comments\": [\n                  {\n                    \"message\": \"przykład / example\",\n                    \"timestamp\": \"string\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e839827a-e704-4e0c-91b0-90d0f667827c"}],"id":"1a4d88a2-ec90-4a8e-b48c-bebbb33e73d1","description":"<p>A list of credit memos.</p>\n","_postman_id":"1a4d88a2-ec90-4a8e-b48c-bebbb33e73d1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Invoices","item":[{"name":"Items","item":[{"name":"Order item","item":[{"name":"Get information","id":"79905134-2d87-4bcd-8ce7-f9764d5e6624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    items {\r\n                        order_item {\r\n                            id\r\n                            product_name\r\n                            product_sku\r\n                            product_type\r\n                            product_url_key\r\n                            quantity_canceled\r\n                            quantity_invoiced\r\n                            quantity_ordered\r\n                            quantity_refunded\r\n                            quantity_returned\r\n                            quantity_shipped\r\n                            status\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"48735c4e-6fcc-4d70-99bf-bba652ece333","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| orders | CustomerOrders | None |\n| currentPage | Int | Specifies which page of results to return. The default value is 1 |\n| pageSize | Int | Specifies the maximum number of results to return at once. The default value is 20 |\n| items | CustomerOrder | An array of customer orders |\n| invoices | Invoice | A list of invoices for the order |\n| invoices > items | InvoiceItemInterface | Invoiced product details |\n| order_item | OrderItemInterface | Details about an individual order item |\n| id | ID | The unique ID for an `OrderItemInterface` object |\n| product_name | String | The name of the base product |\n| product_sku | String | The SKU of the base product |\n| product_type | String | The type of product, such as sime, configurable, etc. |\n| product_url_key | String | URL key of the base product |\n| quantity_canceled | Float | The number of canceled items |\n| quantity_invoiced | Float | The number of invoiced items |\n| quantity_ordered | Float | The number of units ordered for this item |\n| quantity_refunded | Float | The number of refunded items |\n| quantity_returned | Float | The number of returned items |\n| quantity_shipped | Float | The number of shipped items |\n| status | String | The status of the order item |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"id\": \"1\",\n                    \"product_name\": \"string\",\n                    \"product_sku\": \"string\",\n                    \"product_type\": \"string\",\n                    \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n                    \"quantity_canceled\": \"string\",\n                    \"quantity_invoiced\": \"string\",\n                    \"quantity_ordered\": \"string\",\n                    \"quantity_refunded\": \"string\",\n                    \"quantity_returned\": \"string\",\n                    \"quantity_shipped\": \"string\",\n                    \"status\": \"OK\"\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"79905134-2d87-4bcd-8ce7-f9764d5e6624"},{"name":"Get entered options","id":"f19544ce-60ce-4b56-b656-f37d5227ae01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    items {\r\n                        order_item {\r\n                            entered_options {\r\n                                label\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as a logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"07c8ed40-ac01-4282-874b-524a05fed3f0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as a logo or image \t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"entered_options\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"value\": 0\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f19544ce-60ce-4b56-b656-f37d5227ae01"},{"name":"Get gift message","id":"0b1c137f-436d-4584-bfea-c1b730ad6b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    items {\r\n                        order_item {\r\n                            gift_message {\r\n                                from\r\n                                message\r\n                                to\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c0cd04f6-3af9-407f-8e4e-0fb707dc05de","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"gift_message\": {\n                      \"from\": \"string\",\n                      \"message\": \"przykład / example\",\n                      \"to\": \"string\"\n                    }\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0b1c137f-436d-4584-bfea-c1b730ad6b93"},{"name":"Get product sale price","id":"f985efc6-244d-47c0-b576-8f4b22a6d4e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    items {\r\n                        order_item {\r\n                            product_sale_price {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7929f328-0b22-4a74-9c7d-1ac868ded79f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product, including selected options \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"product_sale_price\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f985efc6-244d-47c0-b576-8f4b22a6d4e7"},{"name":"Get selected options","id":"2ff12466-7165-4b88-bc72-4ffa877d439c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    items {\r\n                        order_item {\r\n                            selected_options {\r\n                                label\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"270c69e4-2342-45f1-ad6b-44d749cec646","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| orders | CustomerOrders | None |\n| currentPage | Int | Specifies which page of results to return. The default value is 1 |\n| pageSize | Int | Specifies the maximum number of results to return at once. The default value is 20 |\n| items | CustomerOrder | An array of customer orders |\n| invoices | Invoice | A list of invoices for the order |\n| invoices > items | InvoiceItemInterface | Invoiced product details |\n| order_item | OrderItemInterface | Details about an individual order item |\n| selected_options | OrderItemOption | The selected options for the base product, such as color or size |\n| label | String | The name of the option |\n| value | String | The value of the option |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"selected_options\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"value\": 0\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2ff12466-7165-4b88-bc72-4ffa877d439c"}],"id":"8da58524-a0fd-4aed-8f99-6220bb0c7f78","description":"<p>Details about an individual order item.</p>\n","_postman_id":"8da58524-a0fd-4aed-8f99-6220bb0c7f78","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"ed08a863-a810-48fd-b389-55cb08572088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    comments {\r\n                        message\r\n                        timestamp\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments on the invoice</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"02aa794c-72a4-480d-bda4-f3dc3aeca67e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments on the invoice\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"comments\": [\n                  {\n                    \"message\": \"przykład / example\",\n                    \"timestamp\": \"string\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ed08a863-a810-48fd-b389-55cb08572088"},{"name":"Get discounts","id":"87b60f6b-9895-4b85-8648-8e60802e8811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    items {\r\n                        discounts {\r\n                            label\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>Information about the final discount amount for the base product, including discounts on options</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"017dc491-155a-4080-9c5d-2defdc02f4c0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\tdiscounts\t|\tDiscount\t|\tInformation about the final discount amount for the base product, including discounts on options\t|\n|\tamount\t|\tMoney\t|\tThe amount of discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": {\n              \"items\": [\n                {\n                  \"discounts\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"87b60f6b-9895-4b85-8648-8e60802e8811"},{"name":"Get product sale price","id":"e9948b17-3901-43b7-8246-9b5519d7f186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    items {\r\n                        product_sale_price {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ebafffa8-92cc-4e94-bdcc-98987a838f70","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product, including selected options \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": {\n              \"items\": [\n                {\n                  \"product_sale_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e9948b17-3901-43b7-8246-9b5519d7f186"}],"id":"f754e76e-8409-4b32-8738-ea14fccf13e7","description":"<p>Invoiced product details.</p>\n","_postman_id":"f754e76e-8409-4b32-8738-ea14fccf13e7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Total","item":[{"name":"Shipping handling","item":[{"name":"Get amount excluding tax","id":"23a06dbb-d1c8-4272-811f-a340f7d31492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        shipping_handling {\r\n                            amount_excluding_tax {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the invoice</td>\n</tr>\n<tr>\n<td>amount_excluding_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ced46ab8-7bb7-43e4-9262-24ca5e41c881","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the invoice \t|\n|\tamount_excluding_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"amount_excluding_tax\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"23a06dbb-d1c8-4272-811f-a340f7d31492"},{"name":"Get amount including tax","id":"a5fb7f59-7604-4d4f-8b25-74981571d40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        shipping_handling {\r\n                            amount_including_tax {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the invoice</td>\n</tr>\n<tr>\n<td>amount_including_tax</td>\n<td>Money</td>\n<td>The shipping amount, including tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"24ae7480-2ac1-49f8-9c96-6de8b7a775ab","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the invoice \t|\n|\tamount_including_tax\t|\tMoney\t|\tThe shipping amount, including tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"amount_including_tax\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a5fb7f59-7604-4d4f-8b25-74981571d40b"},{"name":"Get discounts","id":"95b713c1-4f3a-496b-848d-99822ae495e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        shipping_handling {\r\n                            discounts {\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the invoice</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>ShippingDiscount</td>\n<td>The applied discounts to the shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3b31ebeb-d14d-4ae8-b275-ffc1d34d914a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the invoice \t|\n|\tdiscounts\t|\tShippingDiscount\t|\tThe applied discounts to the shipping \t|\n|\tamount\t|\tMoney\t|\tThe amount of discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"discounts\": [\n                      {\n                        \"amount\": {\n                          \"currency\": \"PLN\",\n                          \"value\": 0\n                        }\n                      }\n                    ]\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"95b713c1-4f3a-496b-848d-99822ae495e8"},{"name":"Get taxes","id":"48287bbd-dcc1-43e9-ba60-9de564fc038d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        shipping_handling {\r\n                            taxes {\r\n                                rate\r\n                                title\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the invoice</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>Details about taxes applied for shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9f2eff5c-2a76-46c1-b79f-ad73a6b9774b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the invoice \t|\n|\ttaxes\t|\tTaxItem\t|\tDetails about taxes applied for shipping\t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"taxes\": [\n                      {\n                        \"rate\": \"string\",\n                        \"title\": \"przykład / example\",\n                        \"amount\": {\n                          \"currency\": \"PLN\",\n                          \"value\": 0\n                        }\n                      }\n                    ]\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"48287bbd-dcc1-43e9-ba60-9de564fc038d"},{"name":"Get total amount","id":"bb3a442b-334b-4e17-b0e9-1c88ea32f1de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        shipping_handling {\r\n                            total_amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the invoice</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>Money</td>\n<td>The total amount for shipping</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e035558b-8067-46bf-90d0-b6cd14e4f8a5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the invoice \t|\n|\ttotal_amount\t|\tMoney\t|\tThe total amount for shipping\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"shipping_handling\": {\n                    \"total_amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"bb3a442b-334b-4e17-b0e9-1c88ea32f1de"}],"id":"7ba319ee-1ca2-4885-87a7-5d38db676eeb","description":"<p>Details about the shipping and handling costs for the invoice.</p>\n","_postman_id":"7ba319ee-1ca2-4885-87a7-5d38db676eeb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get base grand total","id":"94f23fb7-8219-4e5d-b065-dada14b5a26d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        base_grand_total {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>base_grand_total</td>\n<td>Money</td>\n<td>The final base grand total amount in the base currency</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cc1bb8dc-0075-43aa-9e6a-74d8ed2d11e9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tbase_grand_total\t|\tMoney\t|\tThe final base grand total amount in the base currency\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"base_grand_total\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"94f23fb7-8219-4e5d-b065-dada14b5a26d"},{"name":"Get discounts","id":"bdbf006a-8886-4c83-99eb-e78d16cb2680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        discounts {\r\n                            label\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The applied discounts to the invoices</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2e52e914-5122-420d-9f85-72849c4056d7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tdiscounts\t|\tDiscount\t|\tThe applied discounts to the invoices\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"discounts\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"bdbf006a-8886-4c83-99eb-e78d16cb2680"},{"name":"Get grand total","id":"8b4ad40b-1d36-4ec3-9d53-1dd64d42f45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        grand_total {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The final total amount, including shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d046f482-fe05-4ff7-b142-2c19df3e9ff5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tgrand_total\t|\tMoney\t|\tThe final total amount, including shipping, discounts, and taxes \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"grand_total\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8b4ad40b-1d36-4ec3-9d53-1dd64d42f45a"},{"name":"Get subtotal","id":"0ceb603c-85bd-4b03-b3c0-266d0008fcff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        subtotal {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Money</td>\n<td>The subtotal of the invoice, excluding shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8bbec6d2-d466-409b-b722-6c0dde5bffd7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tsubtotal\t|\tMoney\t|\tThe subtotal of the invoice, excluding shipping, discounts, and taxes \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"subtotal\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"0ceb603c-85bd-4b03-b3c0-266d0008fcff"},{"name":"Get taxes","id":"2241f3f2-7007-4f90-8761-e58a0aaa9bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        taxes {\r\n                            rate\r\n                            title\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>The invoice tax details</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c7bc9946-a92a-4546-a47c-cdb419ef9d32","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\ttaxes\t|\tTaxItem\t|\tThe invoice tax details \t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"taxes\": [\n                    {\n                      \"rate\": \"string\",\n                      \"title\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2241f3f2-7007-4f90-8761-e58a0aaa9bb2"},{"name":"Get total shipping","id":"8420ff4b-914f-401d-b676-f5d8d7767229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        total_shipping {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>total_shipping</td>\n<td>Money</td>\n<td>The shipping amount for the invoice</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ea3bb2ac-35e0-44a3-9cf9-00840ff4f57d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\ttotal_shipping\t|\tMoney\t|\tThe shipping amount for the invoice\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"total_shipping\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8420ff4b-914f-401d-b676-f5d8d7767229"},{"name":"Get total tax","id":"62cc1d3d-6729-493b-819a-19e845f5fdb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    total {\r\n                        total_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>total_tax</td>\n<td>Money</td>\n<td>The amount of tax applied to the invoice</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"31b8fd71-efc5-4513-8fcd-2ed31a5e7d22","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\ttotal_tax\t|\tMoney\t|\tThe amount of tax applied to the invoice\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"total\": {\n                  \"total_tax\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"62cc1d3d-6729-493b-819a-19e845f5fdb5"}],"id":"90a41d90-e35a-4887-be2f-680d2c9ad174","description":"<p>Invoice total amount details.</p>\n","_postman_id":"90a41d90-e35a-4887-be2f-680d2c9ad174","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"1e521bae-0646-4ee7-a3bb-323c328afc84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    id\r\n                    number\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>Invoice</code> object</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>Sequential invoice number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c31b5d35-36f3-4632-b769-dc130c9fa851","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tid\t|\tID\t|\tThe unique ID for a `Invoice` object \t|\n|\tnumber\t|\tString\t|\tSequential invoice number\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"id\": \"1\",\n                \"number\": \"przykład / example\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"1e521bae-0646-4ee7-a3bb-323c328afc84"},{"name":"Get comments","id":"5f7d24bd-2f4e-4ba0-86a7-931ba027de97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                invoices {\r\n                    comments {\r\n                        message\r\n                        timestamp\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments on the invoice</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ebd90c23-1508-4055-a57a-5494e73d49d3","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments on the invoice\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"invoices\": [\n              {\n                \"comments\": [\n                  {\n                    \"message\": \"przykład / example\",\n                    \"timestamp\": \"string\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"5f7d24bd-2f4e-4ba0-86a7-931ba027de97"}],"id":"aab0d92d-a1c9-433d-8820-e971f8987707","description":"<p>A list of invoices for the order.</p>\n","_postman_id":"aab0d92d-a1c9-433d-8820-e971f8987707","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Items","item":[{"name":"Get information","id":"db29a4f6-0404-4114-8c66-180437f6ae09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                items {\r\n                    id\r\n                    product_name\r\n                    product_sku\r\n                    product_type\r\n                    product_url_key\r\n                    quantity_canceled\r\n                    quantity_invoiced\r\n                    quantity_ordered\r\n                    quantity_refunded\r\n                    quantity_returned\r\n                    quantity_shipped\r\n                    status\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fde8996e-fab6-4e2a-9bb3-cd87ec409861","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": {\n          \"items\": [\n            {\n              \"id\": \"1\",\n              \"product_name\": \"string\",\n              \"product_sku\": \"string\",\n              \"product_type\": \"string\",\n              \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"quantity_canceled\": \"string\",\n              \"quantity_invoiced\": \"string\",\n              \"quantity_ordered\": \"string\",\n              \"quantity_refunded\": \"string\",\n              \"quantity_returned\": \"string\",\n              \"quantity_shipped\": \"string\",\n              \"status\": \"OK\"\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"db29a4f6-0404-4114-8c66-180437f6ae09"},{"name":"Get discounts","id":"f8b381e5-9a14-4ffa-9306-596a04a1c956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                items {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5f004409-3726-453c-bd5d-f474766ac5cf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": {\n          \"items\": [\n            {\n              \"discounts\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"f8b381e5-9a14-4ffa-9306-596a04a1c956"},{"name":"Get entered options","id":"50bbf1a3-cef3-4ff5-85b2-d1b4446e6ee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                items {\r\n                    entered_options {\r\n                        label\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as a logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fc6b224f-2306-48df-9ada-15639696763c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as a logo or image \t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": {\n          \"items\": [\n            {\n              \"entered_options\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"value\": 0\n                }\n              ]\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"50bbf1a3-cef3-4ff5-85b2-d1b4446e6ee7"},{"name":"Get gift message","id":"0db523c0-780e-4d7e-8955-f6cf61179133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                items {\r\n                    gift_message {\r\n                        from\r\n                        message\r\n                        to\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d412752d-88b0-40cd-ae32-f71202840027","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": {\n          \"items\": [\n            {\n              \"gift_message\": {\n                \"from\": \"string\",\n                \"message\": \"przykład / example\",\n                \"to\": \"string\"\n              }\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"0db523c0-780e-4d7e-8955-f6cf61179133"},{"name":"Get product sale price","id":"55118ef1-19db-472c-82b9-d3b3e05590e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                items {\r\n                    product_sale_price {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d03df18d-1f29-4106-87dd-c0f7f546ab61","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product, including selected options \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": {\n          \"items\": [\n            {\n              \"product_sale_price\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"55118ef1-19db-472c-82b9-d3b3e05590e7"},{"name":"Get selected options","id":"1488c5f0-6764-4c7e-ace5-45efa9c14d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                items {\r\n                    selected_options {\r\n                        label\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f1862733-9d1d-480d-96c2-c2d08c7847c5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": {\n          \"items\": [\n            {\n              \"selected_options\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"value\": 0\n                }\n              ]\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"1488c5f0-6764-4c7e-ace5-45efa9c14d1c"}],"id":"8dc00202-6e2c-49e0-9a1b-c97c57cbc41c","description":"<p>An array containing the items purchased in this order.</p>\n","_postman_id":"8dc00202-6e2c-49e0-9a1b-c97c57cbc41c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Shipments","item":[{"name":"Items","item":[{"name":"Order item","item":[{"name":"Get information","id":"b3a3cf60-7079-4c28-a678-5d850b9d074f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        order_item {\r\n                            id\r\n                            product_name\r\n                            product_sku\r\n                            product_type\r\n                            product_url_key\r\n                            quantity_canceled\r\n                            quantity_invoiced\r\n                            quantity_ordered\r\n                            quantity_refunded\r\n                            quantity_returned\r\n                            quantity_shipped\r\n                            status\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipments item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b2c89a09-0f10-4f7a-b6f4-ae48a0c08a76","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipments item\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"id\": \"1\",\n                    \"product_name\": \"string\",\n                    \"product_sku\": \"string\",\n                    \"product_type\": \"string\",\n                    \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n                    \"quantity_canceled\": \"string\",\n                    \"quantity_invoiced\": \"string\",\n                    \"quantity_ordered\": \"string\",\n                    \"quantity_refunded\": \"string\",\n                    \"quantity_returned\": \"string\",\n                    \"quantity_shipped\": \"string\",\n                    \"status\": \"OK\"\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"b3a3cf60-7079-4c28-a678-5d850b9d074f"},{"name":"Get discounts","id":"22156c17-e988-4307-b9ed-6f5455e70f11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        order_item {\r\n                            discounts {\r\n                                label\r\n                                amount {\r\n                                    currency\r\n                                    value\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipments item</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2ec93789-340c-4e96-9ea0-22e1c34d9b08","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipments item\t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"discounts\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"amount\": {\n                          \"currency\": \"PLN\",\n                          \"value\": 0\n                        }\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"22156c17-e988-4307-b9ed-6f5455e70f11"},{"name":"Get entered options","id":"70d2bb67-55ea-4a63-871e-382acc84648a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        order_item {\r\n                            entered_options {\r\n                                label\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipments item</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as a logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"99992420-1478-42be-8e2c-965dfa77d4f8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipments item\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as a logo or image \t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"entered_options\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"value\": 0\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"70d2bb67-55ea-4a63-871e-382acc84648a"},{"name":"Get gift message","id":"f3db6a2d-b345-4d1a-8445-3c1e759bb7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        order_item {\r\n                            gift_message {\r\n                                from\r\n                                message\r\n                                to\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipments item</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a39320ec-03b9-4d50-8d8a-e08f5eedede5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipments item\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item \t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"gift_message\": {\n                      \"from\": \"string\",\n                      \"message\": \"przykład / example\",\n                      \"to\": \"string\"\n                    }\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"f3db6a2d-b345-4d1a-8445-3c1e759bb7ff"},{"name":"Get product sale price","id":"92a9f0bb-cc6a-4ef4-b327-3f8ac0d80c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        order_item {\r\n                            product_sale_price {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipments item</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"562d0803-0e3f-40d1-90ae-4e22100b33e0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipments item\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product, including selected options \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"product_sale_price\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"92a9f0bb-cc6a-4ef4-b327-3f8ac0d80c85"},{"name":"Get selected options","id":"a07383d1-9d9b-4d80-9b06-1f30c0786ff9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        order_item {\r\n                            selected_options {\r\n                                label\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipments item</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b7d9e56e-074e-4e53-8025-08797fccd94a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipments item\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size \t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"order_item\": {\n                    \"selected_options\": [\n                      {\n                        \"label\": \"przykład / example\",\n                        \"value\": 0\n                      }\n                    ]\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a07383d1-9d9b-4d80-9b06-1f30c0786ff9"}],"id":"c8b99c0a-a66c-4046-935b-e0a3fa61f15c","description":"<p>The order item associated with the shipment item.</p>\n","_postman_id":"c8b99c0a-a66c-4046-935b-e0a3fa61f15c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"100d05b0-afc7-4785-901c-46e26d25485c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        id\r\n                        product_name\r\n                        product_sku\r\n                        quantity_shipped\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>ShipmentItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"191b51a0-0c47-44e7-940b-c41510846ef7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\tid\t|\tID\t|\tThe unique ID for a `ShipmentItemInterface` object \t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"id\": \"1\",\n                  \"product_name\": \"string\",\n                  \"product_sku\": \"string\",\n                  \"quantity_shipped\": \"string\"\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"100d05b0-afc7-4785-901c-46e26d25485c"},{"name":"Get product sale price","id":"8fcf2020-fc87-4af4-9d75-0c519efea20a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    items {\r\n                        product_sale_price {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"99a4a61c-5428-430f-8579-71fd2e9e5c9c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": {\n              \"items\": [\n                {\n                  \"product_sale_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8fcf2020-fc87-4af4-9d75-0c519efea20a"}],"id":"1cc5b756-0d44-406a-8503-13f90dc17564","description":"<p>An array of items included in the shipment.</p>\n","_postman_id":"1cc5b756-0d44-406a-8503-13f90dc17564","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"4a7008b0-881b-4fa7-8b60-c19831a30aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    id\r\n                    number\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>OrderShipment</code> object</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>The sequential credit shipment number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"181b2898-2ced-42b6-bb23-3203802cc08f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tid\t|\tID\t|\tThe unique ID for a `OrderShipment` object \t|\n|\tnumber\t|\tString\t|\tThe sequential credit shipment number\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": [\n              {\n                \"id\": \"1\",\n                \"number\": \"przykład / example\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4a7008b0-881b-4fa7-8b60-c19831a30aac"},{"name":"Get comments","id":"931587f0-9fa2-443b-9241-f878a3d427a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    comments {\r\n                        message\r\n                        timestamp\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments added to the shipment</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a6a473bb-ba14-4fbe-9405-f76addb21897","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments added to the shipment\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": [\n              {\n                \"comments\": [\n                  {\n                    \"message\": \"przykład / example\",\n                    \"timestamp\": \"string\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"931587f0-9fa2-443b-9241-f878a3d427a4"},{"name":"Get tracking","id":"3d77d6f5-274c-402b-8a6d-91e30e16ec9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipments {\r\n                    tracking {\r\n                        carrier\r\n                        number\r\n                        title\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>tracking</td>\n<td>ShipmentTracking</td>\n<td>An array of shipment tracking details</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>String</td>\n<td>The shipping carrier for the order delivery</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>The tracking number of the order shipment</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The shipment tracking title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e9d33a73-5d9a-4ea4-bd02-bad2c994061e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\ttracking\t|\tShipmentTracking\t|\tAn array of shipment tracking details\t|\n|\tcarrier\t|\tString\t|\tThe shipping carrier for the order delivery\t|\n|\tnumber\t|\tString\t|\tThe tracking number of the order shipment\t|\n|\ttitle\t|\tString\t|\tThe shipment tracking title\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipments\": [\n              {\n                \"tracking\": [\n                  {\n                    \"carrier\": \"string\",\n                    \"number\": \"przykład / example\",\n                    \"title\": \"przykład / example\"\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3d77d6f5-274c-402b-8a6d-91e30e16ec9c"}],"id":"81772714-92b5-4b43-8ba3-f36d22c8cb3f","description":"<p>A list of shipments for the order.</p>\n","_postman_id":"81772714-92b5-4b43-8ba3-f36d22c8cb3f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Total","item":[{"name":"Shipping handling","item":[{"name":"Get amount excluding tax","id":"7bf4b921-7595-4b54-8627-c690fd3dab5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    shipping_handling {\r\n                        amount_excluding_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the order</td>\n</tr>\n<tr>\n<td>amount_excluding_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5f1538ea-b9cb-4442-b94d-dfdadbff8752","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the order\t|\n|\tamount_excluding_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"shipping_handling\": {\n                \"amount_excluding_tax\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7bf4b921-7595-4b54-8627-c690fd3dab5e"},{"name":"Get amount including tax","id":"ed299d53-d613-486d-9e85-3cef156e65f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    shipping_handling {\r\n                        amount_including_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the order</td>\n</tr>\n<tr>\n<td>amount_including_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"380a9eeb-a4a4-4798-87b3-c828307e149d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the order\t|\n|\tamount_including_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"shipping_handling\": {\n                \"amount_including_tax\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ed299d53-d613-486d-9e85-3cef156e65f2"},{"name":"Get discounts","id":"d506f254-039f-45b9-b47d-1e162748fb9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    shipping_handling {\r\n                        discounts {\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the order</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>ShippingDiscount</td>\n<td>The applied discounts to the shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"df5f7c3a-2772-49fb-ba76-6f63351f9552","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the order\t|\n|\tdiscounts\t|\tShippingDiscount\t|\tThe applied discounts to the shipping \t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"shipping_handling\": {\n                \"discounts\": [\n                  {\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                ]\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"d506f254-039f-45b9-b47d-1e162748fb9b"},{"name":"Get taxes","id":"eea4a2e3-21c1-4077-9984-123aef7735ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    shipping_handling {\r\n                        taxes {\r\n                            rate\r\n                            title\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the order</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>Details about taxes applied for shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7f8e77ce-fbb4-4aa2-9aa3-138ee3726ef4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the order\t|\n|\ttaxes\t|\tTaxItem\t|\tDetails about taxes applied for shipping\t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"shipping_handling\": {\n                \"taxes\": [\n                  {\n                    \"rate\": \"string\",\n                    \"title\": \"przykład / example\",\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                ]\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"eea4a2e3-21c1-4077-9984-123aef7735ee"},{"name":"Get total amount","id":"25967747-3ecf-4eb3-a627-2dd3ba748ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    shipping_handling {\r\n                        total_amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the order</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>Money</td>\n<td>The total amount for shipping</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"322ada2c-d4d6-4922-9492-fcf567cba483","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the order\t|\n|\ttotal_amount\t|\tMoney\t|\tThe total amount for shipping\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"shipping_handling\": {\n                \"total_amount\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"25967747-3ecf-4eb3-a627-2dd3ba748ac8"}],"id":"170c2e5d-6cd2-4027-8545-53fdc82845b8","description":"<p>Details about the shipping and handling costs for the order.</p>\n","_postman_id":"170c2e5d-6cd2-4027-8545-53fdc82845b8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get base grand total","id":"25edc99e-18ef-43f0-943d-b65f02459c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    base_grand_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>base_grand_total</td>\n<td>Money</td>\n<td>The final base grand total amount in the base currency</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2fbcfae1-4e4b-4e51-a2d0-93be344a50f1","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tbase_grand_total\t|\tMoney\t|\tThe final base grand total amount in the base currency\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"base_grand_total\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"25edc99e-18ef-43f0-943d-b65f02459c38"},{"name":"Get discounts","id":"dbbe8211-606e-4797-9848-0f8ab257a16c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>ShippingDiscount</td>\n<td>The applied discounts to the shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"eda74560-a670-443d-84ad-023427c2d6ad","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tdiscounts\t|\tShippingDiscount\t|\tThe applied discounts to the shipping \t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"discounts\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"dbbe8211-606e-4797-9848-0f8ab257a16c"},{"name":"Get grand total","id":"4ededbc7-f89f-453f-8331-7304c4f113f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    grand_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The final total amount, including shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"716b5a1d-c38d-4ced-8c94-6654893f536b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tgrand_total\t|\tMoney\t|\tThe final total amount, including shipping, discounts, and taxes \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"grand_total\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"4ededbc7-f89f-453f-8331-7304c4f113f9"},{"name":"Get subtotal","id":"eb27e60f-6f7e-47cd-afd9-fd7511f3d250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    subtotal {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Money</td>\n<td>The subtotal of the order, excluding shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6c983255-b22e-4277-945e-a1b63009452a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tsubtotal\t|\tMoney\t|\tThe subtotal of the order, excluding shipping, discounts, and taxes \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"subtotal\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"eb27e60f-6f7e-47cd-afd9-fd7511f3d250"},{"name":"Get taxes","id":"9a4148de-0ba0-4f61-a862-3e4a16be89b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    taxes {\r\n                        rate\r\n                        title\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>Details about taxes applied for shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"37209ffd-ae90-4c53-ac1e-10e1ae13b8b2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\ttaxes\t|\tTaxItem\t|\tDetails about taxes applied for shipping\t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"taxes\": [\n                {\n                  \"rate\": \"string\",\n                  \"title\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"9a4148de-0ba0-4f61-a862-3e4a16be89b6"},{"name":"Get total shipping","id":"2f67f4e1-b389-432e-bce5-70156d6fd8c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    total_shipping {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>total_shipping</td>\n<td>Money</td>\n<td>The shipping amount for the order</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fbed8b27-44d3-4955-ab49-d856b507c174","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\ttotal_shipping\t|\tMoney\t|\tThe shipping amount for the order\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"total_shipping\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2f67f4e1-b389-432e-bce5-70156d6fd8c2"},{"name":"Get total tax","id":"2a31ff5c-e072-43ee-93a5-8a28b178a1e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                total {\r\n                    total_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>total_tax</td>\n<td>Money</td>\n<td>The amount of tax applied to the order</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bbd70738-935f-4a03-80d3-1fcbb1d15a80","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\ttotal_tax\t|\tMoney\t|\tThe amount of tax applied to the order\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"total\": {\n              \"total_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2a31ff5c-e072-43ee-93a5-8a28b178a1e8"}],"id":"bdc1fba7-8c1d-4f5d-94f7-6a2d6a748891","description":"<p>Details about the calculated totals for this order.</p>\n","_postman_id":"bdc1fba7-8c1d-4f5d-94f7-6a2d6a748891","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"0e635f0a-ff9e-4f65-81dd-b027ed3ed3c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            page_info {\r\n                current_page\r\n                is_spellchecked\r\n                page_size\r\n                total_pages\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4debb0ea-553c-48a4-9c79-c5339c3504ca","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"page_info\": {\n          \"current_page\": 1,\n          \"is_spellchecked\": \"string\",\n          \"page_size\": 1,\n          \"total_pages\": 1\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"0e635f0a-ff9e-4f65-81dd-b027ed3ed3c4"},{"name":"Get billing address","id":"146bff6c-4588-4a4e-b650-41aae000ee86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                billing_address {\r\n                    city\r\n                    company\r\n                    country_code\r\n                    fax\r\n                    firstname\r\n                    lastname\r\n                    middlename\r\n                    postcode\r\n                    prefix\r\n                    region\r\n                    region_id\r\n                    street\r\n                    suffix\r\n                    telephone\r\n                    vat_id\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>OrderAddress</td>\n<td>The billing address for the order</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city or town</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The customer’s company</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>CountryCodeEnum</td>\n<td>The customer’s country</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>The fax number</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The family name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>middlename</td>\n<td>String</td>\n<td>The middle name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The customer’s ZIP or postal code</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>An honorific, such as Dr., Mr., or Mrs</td>\n</tr>\n<tr>\n<td>region</td>\n<td>CartAddressRegion</td>\n<td>An object containing the region label and code</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array containing the street for the billing or shipping address</td>\n</tr>\n<tr>\n<td>suffix</td>\n<td>String</td>\n<td>A value such as Sr., Jr., or III</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The telephone number for the billing or shipping address</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The VAT company number for billing or shipping address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"290e9b03-8d0f-4ad5-92ac-852c66ce2582","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tbilling_address\t|\tOrderAddress\t|\tThe billing address for the order\t|\n|\tcity\t|\tString\t|\tThe city or town\t|\n|\tcompany\t|\tString \t|\tThe customer’s company\t|\n|\tcountry_code\t|\tCountryCodeEnum\t|\tThe customer’s country\t|\n|\tfax\t|\tString\t|\tThe fax number\t|\n|\tfirstname\t|\tString\t|\tThe first name of the person associated with the shipping/billing address \t|\n|\tlastname\t|\tString\t|\tThe family name of the person associated with the shipping/billing address \t|\n|\tmiddlename\t|\tString\t|\tThe middle name of the person associated with the shipping/billing address \t|\n|\tpostcode\t|\tString\t|\tThe customer’s ZIP or postal code\t|\n|\tprefix\t|\tString\t|\tAn honorific, such as Dr., Mr., or Mrs \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\tsuffix\t|\tString\t|\tA value such as Sr., Jr., or III \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"billing_address\": {\n              \"city\": \"przykład / example\",\n              \"company\": \"przykład / example\",\n              \"country_code\": \"przykład / example\",\n              \"fax\": \"string\",\n              \"firstname\": \"przykład / example\",\n              \"lastname\": \"przykład / example\",\n              \"middlename\": \"string\",\n              \"postcode\": \"przykład / example\",\n              \"prefix\": \"string\",\n              \"region\": \"przykład / example\",\n              \"region_id\": \"string\",\n              \"street\": \"przykład / example\",\n              \"suffix\": \"string\",\n              \"telephone\": \"przykład / example\",\n              \"vat_id\": \"string\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"146bff6c-4588-4a4e-b650-41aae000ee86"},{"name":"Get comments","id":"2cbece0c-63ff-4466-bfaa-0bf39b83bc61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                comments {\r\n                    message\r\n                    timestamp\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments about the order</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f379752a-afaa-4678-936a-904b477b09cf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments about the order\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"comments\": [\n              {\n                \"message\": \"przykład / example\",\n                \"timestamp\": \"string\"\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"2cbece0c-63ff-4466-bfaa-0bf39b83bc61"},{"name":"Get gift message","id":"3f62cc3c-3abc-4c9a-ad9d-10b1bb0c4562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                gift_message {\r\n                    from\r\n                    message\r\n                    to\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The entered gift message for the order</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"44d031ec-6f02-462b-b006-157198baaf67","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tgift_message\t|\tGiftMessage\t|\tThe entered gift message for the order\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"gift_message\": {\n              \"from\": \"string\",\n              \"message\": \"przykład / example\",\n              \"to\": \"string\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3f62cc3c-3abc-4c9a-ad9d-10b1bb0c4562"},{"name":"Get payment methods","id":"d6a693b3-3757-47f5-8f5d-75b4d4c38609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                payment_methods {\r\n                    name\r\n                    type\r\n                    additional_data {\r\n                        name\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>payment_methods</td>\n<td>OrderPaymentMethod</td>\n<td>Payment details for the order</td>\n</tr>\n<tr>\n<td>additional_data</td>\n<td>KeyValue</td>\n<td>Additional data per payment method type</td>\n</tr>\n<tr>\n<td>additional_data &gt; name</td>\n<td>String</td>\n<td>The name of the key/value pair</td>\n</tr>\n<tr>\n<td>additional_data &gt; value</td>\n<td>String</td>\n<td>The value part of the key/value pair</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The label that describes the payment method</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The payment method code that indicates how the order was paid for</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9aa4a184-37e1-4e2c-925b-f907a2b362d4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tpayment_methods\t|\tOrderPaymentMethod\t|\tPayment details for the order\t|\n|\tadditional_data\t|\tKeyValue\t|\tAdditional data per payment method type\t|\n|\tadditional_data > name\t|\tString\t|\tThe name of the key/value pair\t|\n|\tadditional_data > value\t|\tString\t|\tThe value part of the key/value pair\t|\n|\tname\t|\tString\t|\tThe label that describes the payment method\t|\n|\ttype\t|\tString\t|\tThe payment method code that indicates how the order was paid for\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"payment_methods\": [\n              {\n                \"name\": \"przykład / example\",\n                \"type\": \"simple\",\n                \"additional_data\": {\n                  \"name\": \"przykład / example\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"d6a693b3-3757-47f5-8f5d-75b4d4c38609"},{"name":"Get shipping address","id":"d1816e33-ebad-4c92-9a34-7996122ed337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            items {\r\n                shipping_address {\r\n                    city\r\n                    company\r\n                    country_code\r\n                    fax\r\n                    firstname\r\n                    lastname\r\n                    middlename\r\n                    postcode\r\n                    prefix\r\n                    region\r\n                    region_id\r\n                    street\r\n                    suffix\r\n                    telephone\r\n                    vat_id\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>OrderAddress</td>\n<td>The shipping address for the order</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city or town</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The customer’s company</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>CountryCodeEnum</td>\n<td>The customer’s country</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>The fax number</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The family name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>middlename</td>\n<td>String</td>\n<td>The middle name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The customer’s ZIP or postal code</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>An honorific, such as Dr., Mr., or Mrs</td>\n</tr>\n<tr>\n<td>region</td>\n<td>CartAddressRegion</td>\n<td>An object containing the region label and code</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array containing the street for the billing or shipping address</td>\n</tr>\n<tr>\n<td>suffix</td>\n<td>String</td>\n<td>A value such as Sr., Jr., or III</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The telephone number for the billing or shipping address</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The VAT company number for billing or shipping address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"15b0b033-28b5-4336-b5ee-3da9b6dee30b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipping_address\t|\tOrderAddress\t|\tThe shipping address for the order\t|\n|\tcity\t|\tString\t|\tThe city or town\t|\n|\tcompany\t|\tString \t|\tThe customer’s company\t|\n|\tcountry_code\t|\tCountryCodeEnum\t|\tThe customer’s country\t|\n|\tfax\t|\tString\t|\tThe fax number\t|\n|\tfirstname\t|\tString\t|\tThe first name of the person associated with the shipping/billing address \t|\n|\tlastname\t|\tString\t|\tThe family name of the person associated with the shipping/billing address \t|\n|\tmiddlename\t|\tString\t|\tThe middle name of the person associated with the shipping/billing address \t|\n|\tpostcode\t|\tString\t|\tThe customer’s ZIP or postal code\t|\n|\tprefix\t|\tString\t|\tAn honorific, such as Dr., Mr., or Mrs \t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\tsuffix\t|\tString\t|\tA value such as Sr., Jr., or III \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"items\": [\n          {\n            \"shipping_address\": {\n              \"city\": \"przykład / example\",\n              \"company\": \"przykład / example\",\n              \"country_code\": \"przykład / example\",\n              \"fax\": \"string\",\n              \"firstname\": \"przykład / example\",\n              \"lastname\": \"przykład / example\",\n              \"middlename\": \"string\",\n              \"postcode\": \"przykład / example\",\n              \"prefix\": \"string\",\n              \"region\": \"przykład / example\",\n              \"region_id\": \"string\",\n              \"street\": \"przykład / example\",\n              \"suffix\": \"string\",\n              \"telephone\": \"przykład / example\",\n              \"vat_id\": \"string\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"d1816e33-ebad-4c92-9a34-7996122ed337"}],"id":"a2f3e558-b5ba-4a5a-b121-60bfd0b21080","description":"<p>An array of customer orders.</p>\n","_postman_id":"a2f3e558-b5ba-4a5a-b121-60bfd0b21080","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"44503892-725d-40ee-b208-8c40fe02f436","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            total_count\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>total_count</td>\n<td>Int</td>\n<td>The total count of customer orders</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b4b54c91-b7e8-4a2c-a59a-72d8961bb731","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\ttotal_count\t|\tInt\t|\tThe total count of customer orders\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"total_count\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"44503892-725d-40ee-b208-8c40fe02f436"},{"name":"Get page info","id":"fd59c785-3f9c-476f-a03e-abc5e1e9982f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        orders(currentPage: 1, pageSize: 20) {\r\n            page_info {\r\n                current_page\r\n                is_spellchecked\r\n                page_size\r\n                total_pages\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orders</td>\n<td>CustomerOrders</td>\n<td>None</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"debd51ed-d851-44d2-b6ca-ac9ad795bd4d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torders\t|\tCustomerOrders\t|\tNone\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"orders\": {\n        \"page_info\": {\n          \"current_page\": 1,\n          \"is_spellchecked\": \"string\",\n          \"page_size\": 1,\n          \"total_pages\": 1\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"fd59c785-3f9c-476f-a03e-abc5e1e9982f"}],"id":"58cd5261-bdde-48d8-b357-0ca238796984","_postman_id":"58cd5261-bdde-48d8-b357-0ca238796984","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Reviews","item":[{"name":"Items","item":[{"name":"Get information","id":"75645b96-34bf-4734-9f06-d9e2aac23d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        reviews(pageSize: 20, currentPage: 1) {\r\n            items {\r\n                average_rating\r\n                created_at\r\n                nickname\r\n                summary\r\n                text\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviews</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>average_rating</td>\n<td>Float</td>\n<td>The average of all ratings for this product</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>The date the review was created</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>String</td>\n<td>The customer’s nickname. Defaults to the customer name, if logged in</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>String</td>\n<td>The summary (title) of the review</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>The review text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"74eae875-eee1-4ee2-9340-1e5f96d64d35","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\treviews\t|\tProductReview\t|\tAn array of product reviews\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tProductReview\t|\tAn array of product reviews\t|\n|\taverage_rating\t|\tFloat\t|\tThe average of all ratings for this product\t|\n|\tcreated_at\t|\tString\t|\tThe date the review was created\t|\n|\tnickname\t|\tString\t|\tThe customer’s nickname. Defaults to the customer name, if logged in\t|\n|\tsummary\t|\tString\t|\tThe summary (title) of the review\t|\n|\ttext\t|\tString\t|\tThe review text\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"reviews\": {\n        \"items\": [\n          {\n            \"average_rating\": \"string\",\n            \"created_at\": \"2025-01-01 12:00:00\",\n            \"nickname\": \"string\",\n            \"summary\": \"string\",\n            \"text\": \"string\"\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"75645b96-34bf-4734-9f06-d9e2aac23d19"},{"name":"Get ratings breakdown","id":"6f013f4e-da55-4316-bbea-a9f667d50c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        reviews(pageSize: 20, currentPage: 1) {\r\n            items {\r\n                ratings_breakdown {\r\n                    name\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviews</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>ratings_breakdown</td>\n<td>ProductReviewRating</td>\n<td>An array of ratings by rating category, such as quality, price, and value</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>String</td>\n<td>The summary (title) of the review</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>The review text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ea1d9f1b-48fd-43cc-a482-0636161a1011","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\treviews\t|\tProductReview\t|\tAn array of product reviews\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tProductReview\t|\tAn array of product reviews\t|\n|\tratings_breakdown\t|\tProductReviewRating\t|\tAn array of ratings by rating category, such as quality, price, and value \t|\n|\tsummary\t|\tString\t|\tThe summary (title) of the review\t|\n|\ttext\t|\tString\t|\tThe review text\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"reviews\": {\n        \"items\": [\n          {\n            \"ratings_breakdown\": [\n              {\n                \"name\": \"przykład / example\",\n                \"value\": 0\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"6f013f4e-da55-4316-bbea-a9f667d50c05"},{"name":"Get product information","id":"984bc166-2fee-4cb1-93e5-5bf33f571f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        reviews(pageSize: 20, currentPage: 1) {\r\n            items {\r\n                product {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    special_to_date\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviews</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>items</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>The reviewed product</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"31bbd9fb-ab53-4a34-8038-8c5e3b29e02c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\treviews\t|\tProductReview\t|\tAn array of product reviews\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\titems\t|\tProductReview\t|\tAn array of product reviews\t|\n|\tproduct\t|\tProductInterface\t|\tThe reviewed product\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"reviews\": {\n        \"items\": [\n          {\n            \"product\": {\n              \"air_pressure\": \"string\",\n              \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n              \"attribute_set_id\": \"string\",\n              \"breadcrumbs_category\": \"string\",\n              \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n              \"catalog_number\": \"string\",\n              \"color\": \"string\",\n              \"country_of_manufacture\": \"string\",\n              \"created_at\": \"2025-01-01 12:00:00\",\n              \"express_external_shipping_price\": 0,\n              \"gift_message_available\": \"string\",\n              \"hole\": \"string\",\n              \"id\": \"1\",\n              \"is_external_shipping_allowed\": \"string\",\n              \"manufacturer\": \"string\",\n              \"meta_description\": \"string\",\n              \"meta_keyword\": \"string\",\n              \"meta_title\": \"string\",\n              \"mp_specific_customer\": \"string\",\n              \"mp_tier_group\": \"string\",\n              \"name\": \"przykład / example\",\n              \"new_from_date\": \"2025-01-01 12:00:00\",\n              \"new_to_date\": \"2025-01-01 12:00:00\",\n              \"only_x_left_in_stock\": \"string\",\n              \"options_container\": \"string\",\n              \"product_flag\": \"string\",\n              \"rating_summary\": \"string\",\n              \"review_count\": \"string\",\n              \"sku\": \"SKU-001\",\n              \"special_from_date\": \"2025-01-01 12:00:00\",\n              \"special_price\": 0,\n              \"special_to_date\": \"2025-01-01 12:00:00\",\n              \"standard_external_shipping_price\": 0,\n              \"stock_status\": \"IN_STOCK\",\n              \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n              \"tier_price\": 0,\n              \"type_id\": \"string\",\n              \"uid\": \"1\",\n              \"unit\": \"string\",\n              \"updated_at\": \"2025-01-01 12:00:00\",\n              \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"984bc166-2fee-4cb1-93e5-5bf33f571f62"}],"id":"a779c6c3-f8e6-46a9-936e-69d6edaa93ea","description":"<p>An array of product reviews.</p>\n","_postman_id":"a779c6c3-f8e6-46a9-936e-69d6edaa93ea","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get page info","id":"fbb1e23d-d8ba-4a9b-957c-8ae3627deefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        reviews(pageSize: 20, currentPage: 1) {\r\n            page_info {\r\n                current_page\r\n                is_spellchecked\r\n                page_size\r\n                total_pages\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>reviews</td>\n<td>ProductReview</td>\n<td>An array of product reviews</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6a419f76-0ed0-41c4-857e-6f6caa2e9fd0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\treviews\t|\tProductReview\t|\tAn array of product reviews\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"reviews\": {\n        \"page_info\": {\n          \"current_page\": 1,\n          \"is_spellchecked\": \"string\",\n          \"page_size\": 1,\n          \"total_pages\": 1\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"fbb1e23d-d8ba-4a9b-957c-8ae3627deefc"}],"id":"15586931-f966-4c56-a1ca-6d498d3558d9","description":"<p>Contains the customer's product reviews.</p>\n","_postman_id":"15586931-f966-4c56-a1ca-6d498d3558d9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Wishlist","item":[{"name":"Items","item":[{"name":"Get information","id":"cee619f9-80bc-43da-bc1f-0ceecc89ac10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            items {\r\n                added_at\r\n                description\r\n                id\r\n                qty\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>added_at</td>\n<td>String</td>\n<td>The time when the customer added the item to the wish list</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The customer’s comment about this item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The unique ID for a <code>WishlistItem</code> object</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Float</td>\n<td>The quantity of this wish list item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"157c68bd-efe9-4c48-a7b4-afec3add7ec2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\titems\t|\tWishlistItem\t|\tNone\t|\n|\tadded_at\t|\tString\t|\tThe time when the customer added the item to the wish list\t|\n|\tdescription\t|\tString\t|\tThe customer’s comment about this item\t|\n|\tid\t|\tInt\t|\tThe unique ID for a `WishlistItem` object \t|\n|\tqty\t|\tFloat\t|\tThe quantity of this wish list item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"items\": [\n          {\n            \"added_at\": \"2025-01-01 12:00:00\",\n            \"description\": \"string\",\n            \"id\": \"1\",\n            \"qty\": 1\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"cee619f9-80bc-43da-bc1f-0ceecc89ac10"},{"name":"Get product information","id":"96f502f4-f73c-4cfd-b7a1-7eb3f18e2933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            items {\r\n                product {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    special_to_date\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about the wish list item</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0fedac02-6602-4c49-9cba-02df10c8c356","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\titems\t|\tWishlistItem\t|\tNone\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about the wish list item\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"items\": [\n          {\n            \"product\": {\n              \"air_pressure\": \"string\",\n              \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n              \"attribute_set_id\": \"string\",\n              \"breadcrumbs_category\": \"string\",\n              \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n              \"catalog_number\": \"string\",\n              \"color\": \"string\",\n              \"country_of_manufacture\": \"string\",\n              \"created_at\": \"2025-01-01 12:00:00\",\n              \"express_external_shipping_price\": 0,\n              \"gift_message_available\": \"string\",\n              \"hole\": \"string\",\n              \"id\": \"1\",\n              \"is_external_shipping_allowed\": \"string\",\n              \"manufacturer\": \"string\",\n              \"meta_description\": \"string\",\n              \"meta_keyword\": \"string\",\n              \"meta_title\": \"string\",\n              \"mp_specific_customer\": \"string\",\n              \"mp_tier_group\": \"string\",\n              \"name\": \"przykład / example\",\n              \"new_from_date\": \"2025-01-01 12:00:00\",\n              \"new_to_date\": \"2025-01-01 12:00:00\",\n              \"only_x_left_in_stock\": \"string\",\n              \"options_container\": \"string\",\n              \"product_flag\": \"string\",\n              \"rating_summary\": \"string\",\n              \"review_count\": \"string\",\n              \"sku\": \"SKU-001\",\n              \"special_from_date\": \"2025-01-01 12:00:00\",\n              \"special_price\": 0,\n              \"special_to_date\": \"2025-01-01 12:00:00\",\n              \"standard_external_shipping_price\": 0,\n              \"stock_status\": \"IN_STOCK\",\n              \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n              \"tier_price\": 0,\n              \"type_id\": \"string\",\n              \"uid\": \"1\",\n              \"unit\": \"string\",\n              \"updated_at\": \"2025-01-01 12:00:00\",\n              \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"96f502f4-f73c-4cfd-b7a1-7eb3f18e2933"}],"id":"16af9233-ed06-4a93-9ba5-a83165cfff5d","_postman_id":"16af9233-ed06-4a93-9ba5-a83165cfff5d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Items 2","item":[{"name":"Items","item":[{"name":"Customizable options","item":[{"name":"Get information","id":"8c6f7e7f-468b-4238-b0cc-69a024b5d497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            items_v2 {\r\n                items {\r\n                    customizable_options {\r\n                        customizable_option_uid\r\n                        id\r\n                        is_required\r\n                        label\r\n                        sort_order\r\n                        type\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>customizable_options</td>\n<td>SelectedCustomizableOption</td>\n<td>Custom options selected for the wish list item</td>\n</tr>\n<tr>\n<td>customizable_option_uid</td>\n<td>ID</td>\n<td>The unique ID for a specific <code>CustomizableOptionInterface</code> object, such as a <code>CustomizableFieldOption</code>, <code>CustomizableFileOption</code>, or <code>CustomizableAreaOption</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_required</td>\n<td>Boolean</td>\n<td>Indicates whether the customizable option is required</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay name of the selected customizable option</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>Int</td>\n<td>A value indicating the order to disay this option</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of <code>CustomizableOptionInterface</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d568ded2-8295-427a-9ed6-9a76eec412b5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tcustomizable_options\t|\tSelectedCustomizableOption\t|\tCustom options selected for the wish list item\t|\n|\tcustomizable_option_uid\t|\tID\t|\tThe unique ID for a specific `CustomizableOptionInterface` object, such as a `CustomizableFieldOption`, `CustomizableFileOption`, or `CustomizableAreaOption` object \t|\n|\tid\t|\tInt\t|\tNone\t|\n|\tis_required\t|\tBoolean\t|\tIndicates whether the customizable option is required\t|\n|\tlabel\t|\tString\t|\tThe disay name of the selected customizable option\t|\n|\tsort_order\t|\tInt\t|\tA value indicating the order to disay this option\t|\n|\ttype\t|\tString\t|\tThe type of `CustomizableOptionInterface` object\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"customizable_options\": [\n                {\n                  \"customizable_option_uid\": \"string\",\n                  \"id\": \"1\",\n                  \"is_required\": \"string\",\n                  \"label\": \"przykład / example\",\n                  \"sort_order\": \"string\",\n                  \"type\": \"simple\"\n                }\n              ]\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"8c6f7e7f-468b-4238-b0cc-69a024b5d497"},{"name":"Get values","id":"9164669a-b5e3-4815-b482-263f0c8ce2a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            items_v2 {\r\n                items {\r\n                    customizable_options {\r\n                        values {\r\n                            customizable_option_value_uid\r\n                            id\r\n                            label\r\n                            value\r\n                            price {\r\n                                type\r\n                                units\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>customizable_options</td>\n<td>SelectedCustomizableOption</td>\n<td>Custom options selected for the wish list item</td>\n</tr>\n<tr>\n<td>values</td>\n<td>SelectedCustomizableOptionValue</td>\n<td>An array of selectable values</td>\n</tr>\n<tr>\n<td>customizable_option_value_uid</td>\n<td>ID</td>\n<td>The unique ID for a value object that corresponds to the object represented by the <code>customizable_option_uid</code> attribute</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay name of the selected value</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The text identifying the selected value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"04b4e9c1-273e-4e20-9fb9-05744ffe3338","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tcustomizable_options\t|\tSelectedCustomizableOption\t|\tCustom options selected for the wish list item\t|\n|\tvalues\t|\tSelectedCustomizableOptionValue\t|\tAn array of selectable values\t|\n|\tcustomizable_option_value_uid\t|\tID\t|\tThe unique ID for a value object that corresponds to the object represented by the `customizable_option_uid` attribute \t|\n|\tid\t|\tInt\t|\tNone\t|\n|\tlabel\t|\tString\t|\tThe disay name of the selected value\t|\n|\tvalue\t|\tString\t|\tThe text identifying the selected value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"customizable_options\": [\n                {\n                  \"values\": [\n                    {\n                      \"customizable_option_value_uid\": 0,\n                      \"id\": \"1\",\n                      \"label\": \"przykład / example\",\n                      \"value\": 0,\n                      \"price\": {\n                        \"type\": \"simple\",\n                        \"units\": \"string\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              ]\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"9164669a-b5e3-4815-b482-263f0c8ce2a4"}],"id":"da569676-65af-4a45-9638-0cb117bd9a87","description":"<p>Custom options selected for the wish list item.</p>\n","_postman_id":"da569676-65af-4a45-9638-0cb117bd9a87","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"5aa401fb-c485-4a1a-947c-3d1643f5e9e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            items_v2 {\r\n                items {\r\n                    added_at\r\n                    description\r\n                    id\r\n                    quantity\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>added_at</td>\n<td>String</td>\n<td>The date and time the item was added to the wish list</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The description of the item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>WishlistItemInterface</code> object</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this wish list item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"16e1618f-9c3a-4943-98e3-02336962becc","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tadded_at\t|\tString\t|\tThe date and time the item was added to the wish list\t|\n|\tdescription\t|\tString\t|\tThe description of the item\t|\n|\tid\t|\tID\t|\tThe unique ID for a `WishlistItemInterface` object\t|\n|\tquantity\t|\tFloat\t|\tThe quantity of this wish list item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"added_at\": \"2025-01-01 12:00:00\",\n              \"description\": \"string\",\n              \"id\": \"1\",\n              \"quantity\": 1\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"5aa401fb-c485-4a1a-947c-3d1643f5e9e3"},{"name":"Get product information","id":"d22b6684-a792-46d4-a5ae-7f14290c0480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            items_v2 {\r\n                items {\r\n                    product {\r\n                        air_pressure\r\n                        attachments_links\r\n                        attribute_set_id\r\n                        breadcrumbs_category\r\n                        canonical_url\r\n                        catalog_number\r\n                        color\r\n                        country_of_manufacture\r\n                        created_at\r\n                        express_external_shipping_price\r\n                        gift_message_available\r\n                        hole\r\n                        id\r\n                        is_external_shipping_allowed\r\n                        manufacturer\r\n                        meta_description\r\n                        meta_keyword\r\n                        meta_title\r\n                        mp_specific_customer\r\n                        mp_tier_group\r\n                        name\r\n                        new_from_date\r\n                        new_to_date\r\n                        only_x_left_in_stock\r\n                        options_container\r\n                        product_flag\r\n                        rating_summary\r\n                        review_count\r\n                        sku\r\n                        special_from_date\r\n                        special_price\r\n                        special_to_date\r\n                        standard_external_shipping_price\r\n                        stock_status\r\n                        swatch_image\r\n                        tier_price\r\n                        type_id\r\n                        uid\r\n                        unit\r\n                        updated_at\r\n                        url_key\r\n                        url_path\r\n                        url_suffix\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Product details of the wish list item</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"82e7ae6e-7a78-43b8-8c6f-749bf6f789cd","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tproduct\t|\tProductInterface\t|\tProduct details of the wish list item\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"product\": {\n                \"air_pressure\": \"string\",\n                \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n                \"attribute_set_id\": \"string\",\n                \"breadcrumbs_category\": \"string\",\n                \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n                \"catalog_number\": \"string\",\n                \"color\": \"string\",\n                \"country_of_manufacture\": \"string\",\n                \"created_at\": \"2025-01-01 12:00:00\",\n                \"express_external_shipping_price\": 0,\n                \"gift_message_available\": \"string\",\n                \"hole\": \"string\",\n                \"id\": \"1\",\n                \"is_external_shipping_allowed\": \"string\",\n                \"manufacturer\": \"string\",\n                \"meta_description\": \"string\",\n                \"meta_keyword\": \"string\",\n                \"meta_title\": \"string\",\n                \"mp_specific_customer\": \"string\",\n                \"mp_tier_group\": \"string\",\n                \"name\": \"przykład / example\",\n                \"new_from_date\": \"2025-01-01 12:00:00\",\n                \"new_to_date\": \"2025-01-01 12:00:00\",\n                \"only_x_left_in_stock\": \"string\",\n                \"options_container\": \"string\",\n                \"product_flag\": \"string\",\n                \"rating_summary\": \"string\",\n                \"review_count\": \"string\",\n                \"sku\": \"SKU-001\",\n                \"special_from_date\": \"2025-01-01 12:00:00\",\n                \"special_price\": 0,\n                \"special_to_date\": \"2025-01-01 12:00:00\",\n                \"standard_external_shipping_price\": 0,\n                \"stock_status\": \"IN_STOCK\",\n                \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n                \"tier_price\": 0,\n                \"type_id\": \"string\",\n                \"uid\": \"1\",\n                \"unit\": \"string\",\n                \"updated_at\": \"2025-01-01 12:00:00\",\n                \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n                \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n                \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n              }\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"d22b6684-a792-46d4-a5ae-7f14290c0480"}],"id":"43853e18-7795-4868-bea1-f8e1dbc04cf5","description":"<p>A list of items in the wish list.</p>\n","_postman_id":"43853e18-7795-4868-bea1-f8e1dbc04cf5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"03dabbf1-4b45-421d-b5db-73effb346564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                page_info {\r\n                    current_page\r\n                    is_spellchecked\r\n                    page_size\r\n                    total_pages\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. The default value is 20</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0c93133d-55e7-4c9d-aef8-183ea37038de","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. The default value is 20 \t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"items_v2\": {\n          \"page_info\": {\n            \"current_page\": 1,\n            \"is_spellchecked\": \"string\",\n            \"page_size\": 1,\n            \"total_pages\": 1\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"03dabbf1-4b45-421d-b5db-73effb346564"}],"id":"1e8fca82-4ed4-4059-a5c4-03e140f39611","description":"<p>An array of items in the customer's wish list.</p>\n","_postman_id":"1e8fca82-4ed4-4059-a5c4-03e140f39611","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"5f05c4cd-82cf-4b9e-9a1c-8daa06f0d99c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist {\r\n            id\r\n            items_count\r\n            sharing_code\r\n            updated_at\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist</td>\n<td>Wishlist</td>\n<td>Return a customer’s wish list</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>items_count</td>\n<td>Int</td>\n<td>The number of items in the wish list</td>\n</tr>\n<tr>\n<td>sharing_code</td>\n<td>String</td>\n<td>An encrypted code that Magento uses to link to the wish list</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The time of the last modification to the wish list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0dc54499-75fa-49e4-aa42-25169ba271df","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist\t|\tWishlist\t|\tReturn a customer’s wish list\t|\n|\tid\t|\tID\t|\tThe unique ID for a `Wishlist` object \t|\n|\titems_count\t|\tInt\t|\tThe number of items in the wish list\t|\n|\tsharing_code\t|\tString\t|\tAn encrypted code that Magento uses to link to the wish list\t|\n|\tupdated_at\t|\tString\t|\tThe time of the last modification to the wish list\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist\": {\n        \"id\": \"1\",\n        \"items_count\": 1,\n        \"sharing_code\": \"string\",\n        \"updated_at\": \"2025-01-01 12:00:00\"\n      }\n    }\n  }\n}"}],"_postman_id":"5f05c4cd-82cf-4b9e-9a1c-8daa06f0d99c"}],"id":"104632ae-2561-4baf-8a9b-a04c19bcdd9f","description":"<p>Return a customer's wish list.</p>\n","_postman_id":"104632ae-2561-4baf-8a9b-a04c19bcdd9f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Wishlist 2","item":[{"name":"Items","item":[{"name":"Get information","id":"ed9374a3-dee3-4ef1-989e-4f538bc8c02b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            items {\r\n                added_at\r\n                description\r\n                id\r\n                qty\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>added_at</td>\n<td>String</td>\n<td>The time when the customer added the item to the wish list</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The customer’s comment about this item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The unique ID for a <code>WishlistItem</code> object</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Float</td>\n<td>The quantity of this wish list item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a1e074ae-af55-4ef2-9c70-1d8638c35c46","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\titems\t|\tWishlistItem\t|\tNone\t|\n|\tadded_at\t|\tString\t|\tThe time when the customer added the item to the wish list\t|\n|\tdescription\t|\tString \t|\tThe customer’s comment about this item\t|\n|\tid\t|\tInt\t|\tThe unique ID for a `WishlistItem` object\t|\n|\tqty\t|\tFloat\t|\tThe quantity of this wish list item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"items\": [\n          {\n            \"added_at\": \"2025-01-01 12:00:00\",\n            \"description\": \"string\",\n            \"id\": \"1\",\n            \"qty\": 1\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"ed9374a3-dee3-4ef1-989e-4f538bc8c02b"},{"name":"Get product information","id":"e62bb579-5384-45d7-9744-24a895d8d541","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            items {\r\n                product {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    special_to_date\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about the wish list item</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0f73195a-ad50-44d5-8e48-d2b78b45f026","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\titems\t|\tWishlistItem\t|\tNone\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about the wish list item\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"items\": [\n          {\n            \"product\": {\n              \"air_pressure\": \"string\",\n              \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n              \"attribute_set_id\": \"string\",\n              \"breadcrumbs_category\": \"string\",\n              \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n              \"catalog_number\": \"string\",\n              \"color\": \"string\",\n              \"country_of_manufacture\": \"string\",\n              \"created_at\": \"2025-01-01 12:00:00\",\n              \"express_external_shipping_price\": 0,\n              \"gift_message_available\": \"string\",\n              \"hole\": \"string\",\n              \"id\": \"1\",\n              \"is_external_shipping_allowed\": \"string\",\n              \"manufacturer\": \"string\",\n              \"meta_description\": \"string\",\n              \"meta_keyword\": \"string\",\n              \"meta_title\": \"string\",\n              \"mp_specific_customer\": \"string\",\n              \"mp_tier_group\": \"string\",\n              \"name\": \"przykład / example\",\n              \"new_from_date\": \"2025-01-01 12:00:00\",\n              \"new_to_date\": \"2025-01-01 12:00:00\",\n              \"only_x_left_in_stock\": \"string\",\n              \"options_container\": \"string\",\n              \"product_flag\": \"string\",\n              \"rating_summary\": \"string\",\n              \"review_count\": \"string\",\n              \"sku\": \"SKU-001\",\n              \"special_from_date\": \"2025-01-01 12:00:00\",\n              \"special_price\": 0,\n              \"special_to_date\": \"2025-01-01 12:00:00\",\n              \"standard_external_shipping_price\": 0,\n              \"stock_status\": \"IN_STOCK\",\n              \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n              \"tier_price\": 0,\n              \"type_id\": \"string\",\n              \"uid\": \"1\",\n              \"unit\": \"string\",\n              \"updated_at\": \"2025-01-01 12:00:00\",\n              \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"e62bb579-5384-45d7-9744-24a895d8d541"}],"id":"9fb1835f-4e34-47ac-b882-a06fe6c3825e","_postman_id":"9fb1835f-4e34-47ac-b882-a06fe6c3825e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Items 2","item":[{"name":"Items","item":[{"name":"Customizable options","item":[{"name":"Get information","id":"3593f70b-f973-4112-9527-57d943bf47eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    customizable_options {\r\n                        customizable_option_uid\r\n                        id\r\n                        is_required\r\n                        label\r\n                        sort_order\r\n                        type\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>customizable_options</td>\n<td>SelectedCustomizableOption</td>\n<td>Custom options selected for the wish list item</td>\n</tr>\n<tr>\n<td>customizable_option_uid</td>\n<td>ID</td>\n<td>The unique ID for a specific <code>CustomizableOptionInterface</code> object, such as a <code>CustomizableFieldOption</code>, <code>CustomizableFileOption</code>, or <code>CustomizableAreaOption</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_required</td>\n<td>Boolean</td>\n<td>Indicates whether the customizable option is required</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay name of the selected customizable option</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>Int</td>\n<td>A value indicating the order to disay this option</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of <code>CustomizableOptionInterface</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"33198928-bcbd-45b1-b55c-e7fbc799f2d2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\tcurrentPage\t|\tInt\t|\tNone\t|\n|\tpageSize\t|\tInt\t|\tNone\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tcustomizable_options\t|\tSelectedCustomizableOption\t|\tCustom options selected for the wish list item\t|\n|\tcustomizable_option_uid\t|\tID\t|\tThe unique ID for a specific `CustomizableOptionInterface` object, such as a `CustomizableFieldOption`, `CustomizableFileOption`, or `CustomizableAreaOption` object \t|\n|\tid\t|\tInt\t|\tNone\t|\n|\tis_required\t|\tBoolean\t|\tIndicates whether the customizable option is required\t|\n|\tlabel\t|\tString\t|\tThe disay name of the selected customizable option\t|\n|\tsort_order\t|\tInt\t|\tA value indicating the order to disay this option\t|\n|\ttype\t|\tString\t|\tThe type of `CustomizableOptionInterface` object\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"customizable_options\": [\n                {\n                  \"customizable_option_uid\": \"string\",\n                  \"id\": \"1\",\n                  \"is_required\": \"string\",\n                  \"label\": \"przykład / example\",\n                  \"sort_order\": \"string\",\n                  \"type\": \"simple\"\n                }\n              ]\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"3593f70b-f973-4112-9527-57d943bf47eb"},{"name":"Get values","id":"5abef2da-71a8-4536-a0fb-c7045320a6d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    customizable_options {\r\n                        values {\r\n                            customizable_option_value_uid\r\n                            id\r\n                            label\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>customizable_options</td>\n<td>SelectedCustomizableOption</td>\n<td>Custom options selected for the wish list item</td>\n</tr>\n<tr>\n<td>values</td>\n<td>SelectedCustomizableOptionValue</td>\n<td>An array of selectable values</td>\n</tr>\n<tr>\n<td>customizable_option_value_uid</td>\n<td>ID</td>\n<td>The unique ID for a value object that corresponds to the object represented by the <code>customizable_option_uid</code> attribute</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay name of the selected value</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The text identifying the selected value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7d311959-aa4c-4a22-bf24-1c5093be1c58","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\tcurrentPage\t|\tInt\t|\tNone\t|\n|\tpageSize\t|\tInt\t|\tNone\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tcustomizable_options\t|\tSelectedCustomizableOption\t|\tCustom options selected for the wish list item\t|\n|\tvalues\t|\tSelectedCustomizableOptionValue\t|\tAn array of selectable values\t|\n|\tcustomizable_option_value_uid\t|\tID\t|\tThe unique ID for a value object that corresponds to the object represented by the `customizable_option_uid` attribute \t|\n|\tid\t|\tInt\t|\tNone\t|\n|\tlabel\t|\tString\t|\tThe disay name of the selected value\t|\n|\tvalue\t|\tString\t|\tThe text identifying the selected value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"customizable_options\": [\n                {\n                  \"values\": [\n                    {\n                      \"customizable_option_value_uid\": 0,\n                      \"id\": \"1\",\n                      \"label\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              ]\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"5abef2da-71a8-4536-a0fb-c7045320a6d4"}],"id":"aceb5745-3cdf-4d47-a9c6-d8539f24af92","description":"<p>Custom options selected for the wish list item.</p>\n","_postman_id":"aceb5745-3cdf-4d47-a9c6-d8539f24af92","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"3c928d84-06be-4855-aa24-b471d1f3fa12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    added_at\r\n                    description\r\n                    id\r\n                    quantity\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>added_at</td>\n<td>String</td>\n<td>The date and time the item was added to the wish list</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The description of the item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>WishlistItemInterface</code> object</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this wish list item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ba8fea9a-dc51-4e69-8c2f-a10f0027c30e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\tcurrentPage\t|\tInt\t|\tNone\t|\n|\tpageSize\t|\tInt\t|\tNone\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tadded_at\t|\tString\t|\tThe date and time the item was added to the wish list\t|\n|\tdescription\t|\tString\t|\tThe description of the item\t|\n|\tid\t|\tID\t|\tThe unique ID for a `WishlistItemInterface` object\t|\n|\tquantity\t|\tFloat\t|\tThe quantity of this wish list item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"added_at\": \"2025-01-01 12:00:00\",\n              \"description\": \"string\",\n              \"id\": \"1\",\n              \"quantity\": 1\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"3c928d84-06be-4855-aa24-b471d1f3fa12"},{"name":"Get product information","id":"2f5ac5cc-3fd2-4ba8-9374-655e31d9a349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    product {\r\n                        air_pressure\r\n                        attachments_links\r\n                        attribute_set_id\r\n                        breadcrumbs_category\r\n                        canonical_url\r\n                        catalog_number\r\n                        color\r\n                        country_of_manufacture\r\n                        created_at\r\n                        express_external_shipping_price\r\n                        gift_message_available\r\n                        hole\r\n                        id\r\n                        is_external_shipping_allowed\r\n                        manufacturer\r\n                        meta_description\r\n                        meta_keyword\r\n                        meta_title\r\n                        mp_specific_customer\r\n                        mp_tier_group\r\n                        name\r\n                        new_from_date\r\n                        new_to_date\r\n                        only_x_left_in_stock\r\n                        options_container\r\n                        product_flag\r\n                        rating_summary\r\n                        review_count\r\n                        sku\r\n                        special_from_date\r\n                        special_price\r\n                        special_to_date\r\n                        standard_external_shipping_price\r\n                        stock_status\r\n                        swatch_image\r\n                        tier_price\r\n                        type_id\r\n                        uid\r\n                        unit\r\n                        updated_at\r\n                        url_key\r\n                        url_path\r\n                        url_suffix\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about the wish list item</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"12432d3a-b3ea-4897-a34b-8cefeda15fa6","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\tcurrentPage\t|\tInt\t|\tNone\t|\n|\tpageSize\t|\tInt\t|\tNone\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about the wish list item\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"items_v2\": {\n          \"items\": [\n            {\n              \"product\": {\n                \"air_pressure\": \"string\",\n                \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n                \"attribute_set_id\": \"string\",\n                \"breadcrumbs_category\": \"string\",\n                \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n                \"catalog_number\": \"string\",\n                \"color\": \"string\",\n                \"country_of_manufacture\": \"string\",\n                \"created_at\": \"2025-01-01 12:00:00\",\n                \"express_external_shipping_price\": 0,\n                \"gift_message_available\": \"string\",\n                \"hole\": \"string\",\n                \"id\": \"1\",\n                \"is_external_shipping_allowed\": \"string\",\n                \"manufacturer\": \"string\",\n                \"meta_description\": \"string\",\n                \"meta_keyword\": \"string\",\n                \"meta_title\": \"string\",\n                \"mp_specific_customer\": \"string\",\n                \"mp_tier_group\": \"string\",\n                \"name\": \"przykład / example\",\n                \"new_from_date\": \"2025-01-01 12:00:00\",\n                \"new_to_date\": \"2025-01-01 12:00:00\",\n                \"only_x_left_in_stock\": \"string\",\n                \"options_container\": \"string\",\n                \"product_flag\": \"string\",\n                \"rating_summary\": \"string\",\n                \"review_count\": \"string\",\n                \"sku\": \"SKU-001\",\n                \"special_from_date\": \"2025-01-01 12:00:00\",\n                \"special_price\": 0,\n                \"special_to_date\": \"2025-01-01 12:00:00\",\n                \"standard_external_shipping_price\": 0,\n                \"stock_status\": \"IN_STOCK\",\n                \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n                \"tier_price\": 0,\n                \"type_id\": \"string\",\n                \"uid\": \"1\",\n                \"unit\": \"string\",\n                \"updated_at\": \"2025-01-01 12:00:00\",\n                \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n                \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n                \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n              }\n            }\n          ]\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"2f5ac5cc-3fd2-4ba8-9374-655e31d9a349"}],"id":"c62ff264-5068-47db-822f-33bad49c600f","description":"<p>A list of items in the wish list.</p>\n","_postman_id":"c62ff264-5068-47db-822f-33bad49c600f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get page info","id":"31491c01-bf8a-4b61-b48c-b52c7ee21af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            items_v2(currentPage: \"1\", pageSize: \"20\") {\r\n                page_info {\r\n                    current_page\r\n                    is_spellchecked\r\n                    page_size\r\n                    total_pages\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"43cb8595-984d-4765-a19c-346b38bf6d9e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\tcurrentPage\t|\tInt\t|\tNone\t|\n|\tpageSize\t|\tInt\t|\tNone\t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"items_v2\": {\n          \"page_info\": {\n            \"current_page\": 1,\n            \"is_spellchecked\": \"string\",\n            \"page_size\": 1,\n            \"total_pages\": 1\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"31491c01-bf8a-4b61-b48c-b52c7ee21af4"}],"id":"dc9282d0-0a30-4459-94c0-6fb3827b6de1","description":"<p>An array of items in the customer's wish list.</p>\n","_postman_id":"dc9282d0-0a30-4459-94c0-6fb3827b6de1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"e9a96971-3e40-4059-af52-d6b83a10bea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlist_v2(id: \"1\") {\r\n            id\r\n            items_count\r\n            sharing_code\r\n            updated_at\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlist_v2</td>\n<td>Wishlist</td>\n<td>Retrieve the wish list identified by the unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>None</td>\n</tr>\n<tr>\n<td>wishlist_v2 &gt; id</td>\n<td>ID</td>\n<td>The unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>items_count</td>\n<td>Int</td>\n<td>The number of items in the wish list</td>\n</tr>\n<tr>\n<td>sharing_code</td>\n<td>String</td>\n<td>An encrypted code that Magento uses to link to the wish list</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The time of the last modification to the wish list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f7e2f77e-39ad-4194-bfe8-7e356196f5a9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlist_v2\t|\tWishlist\t|\tRetrieve the wish list identified by the unique ID for a `Wishlist` object\t|\n|\tid\t|\tID\t|\tNone\t|\n|\twishlist_v2 > id\t|\tID\t|\tThe unique ID for a `Wishlist` object \t|\n|\titems_count\t|\tInt\t|\tThe number of items in the wish list\t|\n|\tsharing_code\t|\tString\t|\tAn encrypted code that Magento uses to link to the wish list\t|\n|\tupdated_at\t|\tString\t|\tThe time of the last modification to the wish list\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlist_v2\": {\n        \"id\": \"1\",\n        \"items_count\": 1,\n        \"sharing_code\": \"string\",\n        \"updated_at\": \"2025-01-01 12:00:00\"\n      }\n    }\n  }\n}"}],"_postman_id":"e9a96971-3e40-4059-af52-d6b83a10bea9"}],"id":"7a3bde4f-c825-4f86-a0a0-0b6c3ee88481","description":"<p>Retrieve the wish list identified by the unique ID for a `Wishlist` object.</p>\n","_postman_id":"7a3bde4f-c825-4f86-a0a0-0b6c3ee88481","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Wishlists","item":[{"name":"Items","item":[{"name":"Get information","id":"824ec3f7-0613-45e1-af41-81cf6326969c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            items {\r\n                added_at\r\n                description\r\n                id\r\n                qty\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>added_at</td>\n<td>String</td>\n<td>The time when the customer added the item to the wish list</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The customer’s comment about this item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The unique ID for a <code>WishlistItem</code> object</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Float</td>\n<td>The quantity of this wish list item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"78429ab3-18cd-4bc5-bfb2-642c9199a34f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\titems\t|\tWishlistItem\t|\tNone\t|\n|\tadded_at\t|\tString\t|\tThe time when the customer added the item to the wish list\t|\n|\tdescription\t|\tString\t|\tThe customer’s comment about this item\t|\n|\tid\t|\tInt\t|\tThe unique ID for a `WishlistItem` object\t|\n|\tqty\t|\tFloat\t|\tThe quantity of this wish list item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": {\n        \"items\": [\n          {\n            \"added_at\": \"2025-01-01 12:00:00\",\n            \"description\": \"string\",\n            \"id\": \"1\",\n            \"qty\": 1\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"824ec3f7-0613-45e1-af41-81cf6326969c"},{"name":"Get product information","id":"a99dbd37-9dfc-40e8-9759-ef97a4f1a7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            items {\r\n                product {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    special_to_date\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about the wish list item</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d8f4a753-8fca-4016-b4dc-e912e7ea0a07","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\titems\t|\tWishlistItem\t|\tNone\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about the wish list item\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": {\n        \"items\": [\n          {\n            \"product\": {\n              \"air_pressure\": \"string\",\n              \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n              \"attribute_set_id\": \"string\",\n              \"breadcrumbs_category\": \"string\",\n              \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n              \"catalog_number\": \"string\",\n              \"color\": \"string\",\n              \"country_of_manufacture\": \"string\",\n              \"created_at\": \"2025-01-01 12:00:00\",\n              \"express_external_shipping_price\": 0,\n              \"gift_message_available\": \"string\",\n              \"hole\": \"string\",\n              \"id\": \"1\",\n              \"is_external_shipping_allowed\": \"string\",\n              \"manufacturer\": \"string\",\n              \"meta_description\": \"string\",\n              \"meta_keyword\": \"string\",\n              \"meta_title\": \"string\",\n              \"mp_specific_customer\": \"string\",\n              \"mp_tier_group\": \"string\",\n              \"name\": \"przykład / example\",\n              \"new_from_date\": \"2025-01-01 12:00:00\",\n              \"new_to_date\": \"2025-01-01 12:00:00\",\n              \"only_x_left_in_stock\": \"string\",\n              \"options_container\": \"string\",\n              \"product_flag\": \"string\",\n              \"rating_summary\": \"string\",\n              \"review_count\": \"string\",\n              \"sku\": \"SKU-001\",\n              \"special_from_date\": \"2025-01-01 12:00:00\",\n              \"special_price\": 0,\n              \"special_to_date\": \"2025-01-01 12:00:00\",\n              \"standard_external_shipping_price\": 0,\n              \"stock_status\": \"IN_STOCK\",\n              \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n              \"tier_price\": 0,\n              \"type_id\": \"string\",\n              \"uid\": \"1\",\n              \"unit\": \"string\",\n              \"updated_at\": \"2025-01-01 12:00:00\",\n              \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"a99dbd37-9dfc-40e8-9759-ef97a4f1a7ca"}],"id":"714f09af-a19c-4f76-a6eb-89323f25398b","_postman_id":"714f09af-a19c-4f76-a6eb-89323f25398b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Items 2","item":[{"name":"Items","item":[{"name":"Customizable options","item":[{"name":"Get information","id":"84cafc43-2ca6-427e-b754-565f0006c005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    customizable_options {\r\n                        customizable_option_uid\r\n                        id\r\n                        is_required\r\n                        label\r\n                        sort_order\r\n                        type\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>customizable_options</td>\n<td>SelectedCustomizableOption</td>\n<td>Custom options selected for the wish list item</td>\n</tr>\n<tr>\n<td>customizable_option_uid</td>\n<td>ID</td>\n<td>The unique ID for a specific <code>CustomizableOptionInterface</code> object, such as a <code>CustomizableFieldOption</code>, <code>CustomizableFileOption</code>, or <code>CustomizableAreaOption</code> object</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>is_required</td>\n<td>Boolean</td>\n<td>Indicates whether the customizable option is required</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay name of the selected customizable option</td>\n</tr>\n<tr>\n<td>sort_order</td>\n<td>Int</td>\n<td>A value indicating the order to disay this option</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The type of <code>CustomizableOptionInterface</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"952f7a16-4314-4b46-bdae-6b779c3e2409","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tcustomizable_options\t|\tSelectedCustomizableOption\t|\tCustom options selected for the wish list item\t|\n|\tcustomizable_option_uid\t|\tID\t|\tThe unique ID for a specific `CustomizableOptionInterface` object, such as a `CustomizableFieldOption`, `CustomizableFileOption`, or `CustomizableAreaOption` object \t|\n|\tid\t|\tInt\t|\tNone\t|\n|\tis_required\t|\tBoolean\t|\tIndicates whether the customizable option is required\t|\n|\tlabel\t|\tString\t|\tThe disay name of the selected customizable option\t|\n|\tsort_order\t|\tInt\t|\tA value indicating the order to disay this option\t|\n|\ttype\t|\tString\t|\tThe type of `CustomizableOptionInterface` object\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": [\n        {\n          \"items_v2\": {\n            \"items\": [\n              {\n                \"customizable_options\": [\n                  {\n                    \"customizable_option_uid\": \"string\",\n                    \"id\": \"1\",\n                    \"is_required\": \"string\",\n                    \"label\": \"przykład / example\",\n                    \"sort_order\": \"string\",\n                    \"type\": \"simple\"\n                  }\n                ]\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"84cafc43-2ca6-427e-b754-565f0006c005"},{"name":"Get values","id":"3f3e0da1-6624-4b82-8284-69b0fe17614b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    customizable_options {\r\n                        values {\r\n                            customizable_option_value_uid\r\n                            id\r\n                            label\r\n                            value\r\n                            price {\r\n                                type\r\n                                units\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>customizable_options</td>\n<td>SelectedCustomizableOption</td>\n<td>Custom options selected for the wish list item</td>\n</tr>\n<tr>\n<td>values</td>\n<td>SelectedCustomizableOptionValue</td>\n<td>An array of selectable values</td>\n</tr>\n<tr>\n<td>customizable_option_value_uid</td>\n<td>ID</td>\n<td>The unique ID for a value object that corresponds to the object represented by the <code>customizable_option_uid</code> attribute</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay name of the selected value</td>\n</tr>\n<tr>\n<td>price</td>\n<td>CartItemSelectedOptionValuePrice</td>\n<td>The price of the selected customizable value</td>\n</tr>\n<tr>\n<td>type</td>\n<td>PriceTypeEnum</td>\n<td>Indicates whether the price type is fixed, percent, or dynamic</td>\n</tr>\n<tr>\n<td>units</td>\n<td>String</td>\n<td>A string that describes the unit of the value</td>\n</tr>\n<tr>\n<td>type &gt; value</td>\n<td>Float</td>\n<td>A price value</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The text identifying the selected value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8bfc4786-e7b2-4109-b33b-5d8138584bcf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tcustomizable_options\t|\tSelectedCustomizableOption\t|\tCustom options selected for the wish list item\t|\n|\tvalues\t|\tSelectedCustomizableOptionValue\t|\tAn array of selectable values\t|\n|\tcustomizable_option_value_uid\t|\tID\t|\tThe unique ID for a value object that corresponds to the object represented by the `customizable_option_uid` attribute \t|\n|\tid\t|\tInt\t|\tNone\t|\n|\tlabel\t|\tString\t|\tThe disay name of the selected value\t|\n|\tprice\t|\tCartItemSelectedOptionValuePrice\t|\tThe price of the selected customizable value\t|\n|\ttype\t|\tPriceTypeEnum\t|\tIndicates whether the price type is fixed, percent, or dynamic\t|\n|\tunits\t|\tString\t|\tA string that describes the unit of the value\t|\n|\ttype > value\t|\tFloat\t|\tA price value\t|\n|\tvalue\t|\tString\t|\tThe text identifying the selected value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": [\n        {\n          \"items_v2\": {\n            \"items\": [\n              {\n                \"customizable_options\": [\n                  {\n                    \"values\": [\n                      {\n                        \"customizable_option_value_uid\": 0,\n                        \"id\": \"1\",\n                        \"label\": \"przykład / example\",\n                        \"value\": 0,\n                        \"price\": {\n                          \"type\": \"simple\",\n                          \"units\": \"string\",\n                          \"value\": 0\n                        }\n                      }\n                    ]\n                  }\n                ]\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"3f3e0da1-6624-4b82-8284-69b0fe17614b"}],"id":"703c9924-b1c8-4296-b5e8-7bd7937bccdf","description":"<p>Custom options selected for the wish list item.</p>\n","_postman_id":"703c9924-b1c8-4296-b5e8-7bd7937bccdf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"83831323-d69b-486c-acab-d094adb38ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    added_at\r\n                    description\r\n                    id\r\n                    quantity\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>added_at</td>\n<td>String</td>\n<td>The date and time the item was added to the wish list</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The description of the item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>WishlistItemInterface</code> object</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this wish list item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"1ef196bb-ac79-4a04-8c8c-f37198a6090d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tadded_at\t|\tString\t|\tThe date and time the item was added to the wish list\t|\n|\tdescription\t|\tString\t|\tThe description of the item\t|\n|\tid\t|\tID\t|\tThe unique ID for a `WishlistItemInterface` object \t|\n|\tquantity\t|\tFloat\t|\tThe quantity of this wish list item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": [\n        {\n          \"items_v2\": {\n            \"items\": [\n              {\n                \"added_at\": \"2025-01-01 12:00:00\",\n                \"description\": \"string\",\n                \"id\": \"1\",\n                \"quantity\": 1\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"83831323-d69b-486c-acab-d094adb38ae8"},{"name":"Get product information","id":"d72a7781-0cfb-4825-acea-bd2948db7e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                items {\r\n                    product {\r\n                        air_pressure\r\n                        attachments_links\r\n                        attribute_set_id\r\n                        breadcrumbs_category\r\n                        canonical_url\r\n                        catalog_number\r\n                        color\r\n                        country_of_manufacture\r\n                        created_at\r\n                        express_external_shipping_price\r\n                        gift_message_available\r\n                        hole\r\n                        id\r\n                        is_external_shipping_allowed\r\n                        manufacturer\r\n                        meta_description\r\n                        meta_keyword\r\n                        meta_title\r\n                        mp_specific_customer\r\n                        mp_tier_group\r\n                        name\r\n                        new_from_date\r\n                        new_to_date\r\n                        only_x_left_in_stock\r\n                        options_container\r\n                        product_flag\r\n                        rating_summary\r\n                        review_count\r\n                        sku\r\n                        special_from_date\r\n                        special_price\r\n                        special_to_date\r\n                        standard_external_shipping_price\r\n                        stock_status\r\n                        swatch_image\r\n                        tier_price\r\n                        type_id\r\n                        uid\r\n                        unit\r\n                        updated_at\r\n                        url_key\r\n                        url_path\r\n                        url_suffix\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>items</td>\n<td>WishlistItemInterface</td>\n<td>A list of items in the wish list</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about the wish list item</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"32c1db36-490a-424a-9318-ef4c45ff1247","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\titems\t|\tWishlistItemInterface\t|\tA list of items in the wish list\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about the wish list item\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": [\n        {\n          \"items_v2\": {\n            \"items\": [\n              {\n                \"product\": {\n                  \"air_pressure\": \"string\",\n                  \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n                  \"attribute_set_id\": \"string\",\n                  \"breadcrumbs_category\": \"string\",\n                  \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n                  \"catalog_number\": \"string\",\n                  \"color\": \"string\",\n                  \"country_of_manufacture\": \"string\",\n                  \"created_at\": \"2025-01-01 12:00:00\",\n                  \"express_external_shipping_price\": 0,\n                  \"gift_message_available\": \"string\",\n                  \"hole\": \"string\",\n                  \"id\": \"1\",\n                  \"is_external_shipping_allowed\": \"string\",\n                  \"manufacturer\": \"string\",\n                  \"meta_description\": \"string\",\n                  \"meta_keyword\": \"string\",\n                  \"meta_title\": \"string\",\n                  \"mp_specific_customer\": \"string\",\n                  \"mp_tier_group\": \"string\",\n                  \"name\": \"przykład / example\",\n                  \"new_from_date\": \"2025-01-01 12:00:00\",\n                  \"new_to_date\": \"2025-01-01 12:00:00\",\n                  \"only_x_left_in_stock\": \"string\",\n                  \"options_container\": \"string\",\n                  \"product_flag\": \"string\",\n                  \"rating_summary\": \"string\",\n                  \"review_count\": \"string\",\n                  \"sku\": \"SKU-001\",\n                  \"special_from_date\": \"2025-01-01 12:00:00\",\n                  \"special_price\": 0,\n                  \"special_to_date\": \"2025-01-01 12:00:00\",\n                  \"standard_external_shipping_price\": 0,\n                  \"stock_status\": \"IN_STOCK\",\n                  \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n                  \"tier_price\": 0,\n                  \"type_id\": \"string\",\n                  \"uid\": \"1\",\n                  \"unit\": \"string\",\n                  \"updated_at\": \"2025-01-01 12:00:00\",\n                  \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n                  \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n                  \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d72a7781-0cfb-4825-acea-bd2948db7e64"}],"id":"b6bf7bb0-d92a-40b2-a999-b90a3c6b6168","description":"<p>A list of items in the wish list.</p>\n","_postman_id":"b6bf7bb0-d92a-40b2-a999-b90a3c6b6168","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get page info","id":"d4d253dd-2290-4c40-94ca-c5c111725e94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            items_v2(currentPage: 1, pageSize: 20) {\r\n                page_info {\r\n                    current_page\r\n                    is_spellchecked\r\n                    page_size\r\n                    total_pages\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>items_v2</td>\n<td>WishlistItems</td>\n<td>An array of items in the customer’s wish list</td>\n</tr>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8a0ef6a1-1314-429a-b739-eadcc4fe2907","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\titems_v2\t|\tWishlistItems\t|\tAn array of items in the customer’s wish list\t|\n|\tpage_info\t|\tSearchResultPageInfo\t|\tPagination metadata\t|\n|\tcurrent_page\t|\tInt\t|\tThe specific page to return\t|\n|\tis_spellchecked\t|\tBoolean\t|\tNone\t|\n|\tpage_size\t|\tInt\t|\tThe maximum number of items to return per page of results\t|\n|\ttotal_pages\t|\tInt\t|\tThe total number of pages in the response\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": [\n        {\n          \"items_v2\": {\n            \"page_info\": {\n              \"current_page\": 1,\n              \"is_spellchecked\": \"string\",\n              \"page_size\": 1,\n              \"total_pages\": 1\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d4d253dd-2290-4c40-94ca-c5c111725e94"}],"id":"77d481c9-c0c7-4ee2-90b7-1ccf3e8d2c96","description":"<p>An array of items in the customer's wish list.</p>\n","_postman_id":"77d481c9-c0c7-4ee2-90b7-1ccf3e8d2c96","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"e8cc9ac6-c974-4fbc-8499-190aaa44e597","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        wishlists(pageSize: 20, currentPage: 1) {\r\n            id\r\n            items_count\r\n            sharing_code\r\n            updated_at\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishlists</td>\n<td>Wishlist</td>\n<td>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value is 1</td>\n</tr>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>Wishlist</code> object</td>\n</tr>\n<tr>\n<td>item_count</td>\n<td>Int</td>\n<td>The number of items in the wish list</td>\n</tr>\n<tr>\n<td>sharing_code</td>\n<td>String</td>\n<td>An encrypted code that Magento uses to link to the wish list</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The time of the last modification to the wish list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"1c9a1513-5052-4d45-9119-bda324952da8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\twishlists\t|\tWishlist\t|\tAn array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce \t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value is 1 \t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional \t|\n|\tid\t|\tID\t|\tThe unique ID for a `Wishlist` object \t|\n|\titem_count\t|\tInt\t|\tThe number of items in the wish list\t|\n|\tsharing_code\t|\tString\t|\tAn encrypted code that Magento uses to link to the wish list\t|\n|\tupdated_at\t|\tString\t|\tThe time of the last modification to the wish list\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"wishlists\": [\n        {\n          \"id\": \"1\",\n          \"items_count\": 1,\n          \"sharing_code\": \"string\",\n          \"updated_at\": \"2025-01-01 12:00:00\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e8cc9ac6-c974-4fbc-8499-190aaa44e597"}],"id":"354716d5-5808-4ab0-810c-2e5b611be039","description":"<p>An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce.</p>\n","_postman_id":"354716d5-5808-4ab0-810c-2e5b611be039","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"6a668d69-67a6-4852-96e0-b286a31d4642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Customer {\r\n    customer {\r\n        allow_remote_shopping_assistance\r\n        created_at\r\n        date_of_birth\r\n        default_billing\r\n        default_shipping\r\n        dob\r\n        email\r\n        firstname\r\n        gender\r\n        group_id\r\n        id\r\n        is_subscribed\r\n        lastname\r\n        middlename\r\n        prefix\r\n        suffix\r\n        taxvat\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customer</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>allow_remote_shopping_assistance</td>\n<td>Boolean</td>\n<td>Indicates whether the customer has enabled remote shopping assistance</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the account was created</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>String</td>\n<td>The customer’s date of birth</td>\n</tr>\n<tr>\n<td>default_billing</td>\n<td>String</td>\n<td>The ID assigned to the billing address</td>\n</tr>\n<tr>\n<td>default_shipping</td>\n<td>String</td>\n<td>The ID assigned to the shipping address</td>\n</tr>\n<tr>\n<td>dob</td>\n<td>String</td>\n<td>The customer’s date of birth</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The customer’s email address. Required</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The customer’s first name</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>Int</td>\n<td>The customer’s gender (Male – 1, Female – 2)</td>\n</tr>\n<tr>\n<td>group_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID assigned to the customer</td>\n</tr>\n<tr>\n<td>is_subscribed</td>\n<td>Boolean</td>\n<td>Indicates whether the customer is subscribed to the company’s newsletter</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The customer’s family name</td>\n</tr>\n<tr>\n<td>middlename</td>\n<td>String</td>\n<td>The customer’s middle name</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>An honorific, such as Dr., Mr., or Mrs</td>\n</tr>\n<tr>\n<td>suffix</td>\n<td>String</td>\n<td>A value such as Sr., Jr., or III</td>\n</tr>\n<tr>\n<td>taxvat</td>\n<td>String</td>\n<td>The customer’s Value-added tax (VAT) number (for corporate customers)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4c50f4b7-a1ff-418c-b623-40488860a3fe","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dane zalogowanego klienta — profil, adresy, zamówienia, recenzje, listy życzeń.\nEN — logged-in customer data — profile, addresses, orders, reviews, wish lists.\n\n*Operacja GraphQL / GraphQL operation:* `query customer`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tallow_remote_shopping_assistance\t|\tBoolean\t|\tIndicates whether the customer has enabled remote shopping assistance\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the account was created\t|\n|\tdate_of_birth\t|\tString\t|\tThe customer’s date of birth\t|\n|\tdefault_billing\t|\tString\t|\tThe ID assigned to the billing address\t|\n|\tdefault_shipping\t|\tString\t|\tThe ID assigned to the shipping address\t|\n|\tdob\t|\tString\t|\tThe customer’s date of birth\t|\n|\temail\t|\tString\t|\tThe customer’s email address. Required\t|\n|\tfirstname\t|\tString\t|\tThe customer’s first name\t|\n|\tgender\t|\tInt\t|\tThe customer’s gender (Male – 1, Female – 2)\t|\n|\tgroup_id\t|\tInt\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID assigned to the customer\t|\n|\tis_subscribed\t|\tBoolean\t|\tIndicates whether the customer is subscribed to the company’s newsletter\t|\n|\tlastname\t|\tString\t|\tThe customer’s family name\t|\n|\tmiddlename\t|\tString\t|\tThe customer’s middle name\t|\n|\tprefix\t|\tString\t|\tAn honorific, such as Dr., Mr., or Mrs \t|\n|\tsuffix\t|\tString\t|\tA value such as Sr., Jr., or III \t|\n|\ttaxvat\t|\tString\t|\tThe customer’s Value-added tax (VAT) number (for corporate customers)\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customer\": {\n      \"allow_remote_shopping_assistance\": \"string\",\n      \"created_at\": \"2025-01-01 12:00:00\",\n      \"date_of_birth\": \"string\",\n      \"default_billing\": \"string\",\n      \"default_shipping\": \"string\",\n      \"dob\": \"string\",\n      \"email\": \"ex@ex.pl\",\n      \"firstname\": \"przykład / example\",\n      \"gender\": \"string\",\n      \"group_id\": \"string\",\n      \"id\": \"1\",\n      \"is_subscribed\": true,\n      \"lastname\": \"przykład / example\",\n      \"middlename\": \"string\",\n      \"prefix\": \"string\",\n      \"suffix\": \"string\",\n      \"taxvat\": \"string\"\n    }\n  }\n}"}],"_postman_id":"6a668d69-67a6-4852-96e0-b286a31d4642"}],"id":"9f70a690-4777-4477-a728-8b008e33b2e2","description":"<p>Return detailed information about a customer account.</p>\n","_postman_id":"9f70a690-4777-4477-a728-8b008e33b2e2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Customer cart","item":[{"name":"Items","item":[{"name":"Prices","item":[{"name":"Get discounts","id":"e10e4316-33d1-41d8-86fa-9f1e4e4e30cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            prices {\r\n                discounts {\r\n                    label\r\n                    amount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>An array of discounts to be applied to the cart item</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9fe54b6e-445f-4d32-a77d-8bd92e351d08","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\tdiscounts\t|\tDiscount\t|\tAn array of discounts to be applied to the cart item\t|\n|\tamount\t|\tMoney\t|\tThe amount of discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"prices\": {\n            \"discounts\": [\n              {\n                \"label\": \"przykład / example\",\n                \"amount\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e10e4316-33d1-41d8-86fa-9f1e4e4e30cc"},{"name":"Get fixed product taxes","id":"45eff533-bc95-4233-b773-95b77c466aea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            prices {\r\n                fixed_product_taxes {\r\n                    label\r\n                    amount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>fixed_product_taxes</td>\n<td>FixedProductTax</td>\n<td>An array of FPTs applied to the cart item</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the Fixed Product Tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label assigned to the Fixed Product Tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"48867bb9-64f1-4716-afcb-a7f81d35658a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\tfixed_product_taxes\t|\tFixedProductTax\t|\tAn array of FPTs applied to the cart item\t|\n|\tamount\t|\tMoney\t|\tThe amount of the Fixed Product Tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tThe disay label assigned to the Fixed Product Tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"prices\": {\n            \"fixed_product_taxes\": [\n              {\n                \"label\": \"przykład / example\",\n                \"amount\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"45eff533-bc95-4233-b773-95b77c466aea"},{"name":"Get price","id":"2aa2de23-71b4-41b6-b0bb-503e0507fe7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            prices {\r\n                price {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Money</td>\n<td>The price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"45c1c7d0-6dbc-4557-8b74-4c2b249976e5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\tprice\t|\tMoney\t|\tThe price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"prices\": {\n            \"price\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2aa2de23-71b4-41b6-b0bb-503e0507fe7e"},{"name":"Get price including tax","id":"1b3c7b03-b758-4126-a129-2becbd1f8a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            prices {\r\n                price_including_tax {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>price_including_tax</td>\n<td>Money</td>\n<td>The price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"87eef713-4f73-4710-ad69-d96fed9ee4f3","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\tprice_including_tax\t|\tMoney\t|\tThe price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"prices\": {\n            \"price_including_tax\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1b3c7b03-b758-4126-a129-2becbd1f8a31"},{"name":"Get row total","id":"7524193b-98aa-4449-9c70-47d35d24800a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            prices {\r\n                row_total {\r\n                    currency\r\n                    value\r\n                }\r\n                row_total_including_tax {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>row_total</td>\n<td>Money</td>\n<td>The value of the price multiied by the quantity of the item</td>\n</tr>\n<tr>\n<td>row_total_including_tax</td>\n<td>Money</td>\n<td>The value of <code>row_total</code> us the tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"32da5209-1697-47ca-ac1a-3ac1f3a4bbd1","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\trow_total\t|\tMoney\t|\tThe value of the price multiied by the quantity of the item\t|\n|\trow_total_including_tax\t|\tMoney\t|\tThe value of `row_total` us the tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"prices\": {\n            \"row_total\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            },\n            \"row_total_including_tax\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7524193b-98aa-4449-9c70-47d35d24800a"},{"name":"Get total item discount","id":"68241f6a-a9cf-4dff-bf54-070638e641f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            prices {\r\n                total_item_discount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>total_item_discount</td>\n<td>Money</td>\n<td>The total of all discounts applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cd69881f-0896-4e4b-a63f-e858cdbed08c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\ttotal_item_discount\t|\tMoney\t|\tThe total of all discounts applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"prices\": {\n            \"total_item_discount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"68241f6a-a9cf-4dff-bf54-070638e641f2"}],"id":"6a941413-287e-4b6f-92ab-077d28f19ab7","description":"<p>Contains details about the price of the item, including taxes and discounts.</p>\n","_postman_id":"6a941413-287e-4b6f-92ab-077d28f19ab7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"c221c733-8aa6-4c16-9160-f247417076a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            id\r\n            quantity\r\n            uid\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this item in the cart</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CartItemInterface</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9e497c62-6e3a-4f74-b295-d9c71731bc69","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\tid\t|\tString\t|\tNone\t|\n|\tquantity\t|\tFloat\t|\tThe quantity of this item in the cart\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CartItemInterface` object\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"id\": \"1\",\n          \"quantity\": 1,\n          \"uid\": \"1\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c221c733-8aa6-4c16-9160-f247417076a8"},{"name":"Get errors","id":"2e2cd388-445e-42c4-a993-8af576065241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            errors {\r\n                code\r\n                message\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>CartItemError</td>\n<td>An array of errors encountered while loading the cart item</td>\n</tr>\n<tr>\n<td>code</td>\n<td>CartItemErrorType</td>\n<td>An error code that describes the error encountered</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>A localized error message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3d2b3569-12a9-4d2e-8c2b-9d959fbef164","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\titems\t|\tCartItemInterface\t|\tAn array of products that have been added to the cart\t|\n|\terrors\t|\tCartItemError\t|\tAn array of errors encountered while loading the cart item\t|\n|\tcode\t|\tCartItemErrorType\t|\tAn error code that describes the error encountered\t|\n|\tmessage\t|\tString\t|\tA localized error message\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"errors\": [\n            {\n              \"code\": \"przykład / example\",\n              \"message\": \"przykład / example\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2e2cd388-445e-42c4-a993-8af576065241"},{"name":"Get product information","id":"11d7e94a-3256-425f-8c41-e10e64a624d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        items {\r\n            product {\r\n                air_pressure\r\n                attachments_links\r\n                attribute_set_id\r\n                breadcrumbs_category\r\n                canonical_url\r\n                catalog_number\r\n                color\r\n                country_of_manufacture\r\n                created_at\r\n                express_external_shipping_price\r\n                gift_message_available\r\n                hole\r\n                id\r\n                is_external_shipping_allowed\r\n                manufacturer\r\n                meta_description\r\n                meta_keyword\r\n                meta_title\r\n                mp_specific_customer\r\n                mp_tier_group\r\n                name\r\n                new_from_date\r\n                new_to_date\r\n                only_x_left_in_stock\r\n                options_container\r\n                product_flag\r\n                rating_summary\r\n                review_count\r\n                sku\r\n                special_from_date\r\n                special_price\r\n                special_to_date\r\n                standard_external_shipping_price\r\n                stock_status\r\n                swatch_image\r\n                tier_price\r\n                type_id\r\n                uid\r\n                unit\r\n                updated_at\r\n                url_key\r\n                url_path\r\n                url_suffix\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>items</td>\n<td>CartItemInterface</td>\n<td>An array of products that have been added to the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ab9bfac8-a845-489e-9d26-117ca06a5602","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| customerCart | Cart | Returns information about the customer’s shopping cart |\n| items | CartItemInterface | An array of products that have been added to the cart |\n| product | ProductInterface | Details about an item in the cart |\n| air_pressure | String | None |\n| attachments_links | String | None |\n| attribute_set_id | Int | The attribute set assigned to the product |\n| breadcrumbs_category | String | None |\n| canonical_url | String | The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled |\n| catalog_number | String | None |\n| color | Int | None |\n| country_of_manufacture | String | The product’s country of origin |\n| created_at | String | Timestamp indicating when the product was created |\n| express_external_shipping_price | Float | None |\n| gift_message_available | String | Indicates whether a gift message is available |\n| hole | String | None |\n| id | Int | The ID number assigned to the product |\n| is_external_shipping_allowed | Int | None |\n| manufacturer | Int | A number representing the product’s manufacturer |\n| meta_description | String | A brief overview of the product for search results listings, maximum 255 characters |\n| meta_keyword | String | A comma-separated list of keywords that are visible only to search engines |\n| meta_title | String | A string that is disayed in the title bar and tab of the browser and in search results lists |\n| mp_specific_customer | String | None |\n| mp_tier_group | String | None |\n| name | String | The product name. Customers use this name to identify the product |\n| new_from_date | String | The beginning date for new product listings, and determines if the product is featured as a new product |\n| new_to_date | String | The end date for new product listings |\n| only_x_left_in_stock | Float | Product stock only x left count |\n| options_container | String | If the product has multie options, determines where they appear on the product page |\n| product_flag | String | None |\n| rating_summary | Float | The average of all the ratings given to the product |\n| review_count | Int | The total count of all the reviews given to the product |\n| sku | String | A number or code assigned to a product to identify the product, options, price, and manufacturer |\n| special_from_date | String | The beginning date that a product has a special price |\n| special_price | Float | The discounted price of the product |\n| standard_external_shipping_price | Float | None |\n| stock_status | ProductStockStatus | Stock status of the product |\n| swatch_image | String | The file name of a swatch image |\n| tier_price | Float | The price when tier pricing is in effect and the items purchased threshold has been reached |\n| type_id | String | One of sime, virtual, bundle, downloadable, grouped, or configurable |\n| uid | ID | The unique ID for a `ProductInterface` object |\n| unit | Int | None |\n| updated_at | String | Timestamp indicating when the product was created |\n| url_key | String | The part of the category URL that identifies the product |\n| url_path | String | None |\n| url_suffix | String | The part of the product URL that is appended after the url key |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"items\": [\n        {\n          \"product\": {\n            \"air_pressure\": \"string\",\n            \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n            \"attribute_set_id\": \"string\",\n            \"breadcrumbs_category\": \"string\",\n            \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n            \"catalog_number\": \"string\",\n            \"color\": \"string\",\n            \"country_of_manufacture\": \"string\",\n            \"created_at\": \"2025-01-01 12:00:00\",\n            \"express_external_shipping_price\": 0,\n            \"gift_message_available\": \"string\",\n            \"hole\": \"string\",\n            \"id\": \"1\",\n            \"is_external_shipping_allowed\": \"string\",\n            \"manufacturer\": \"string\",\n            \"meta_description\": \"string\",\n            \"meta_keyword\": \"string\",\n            \"meta_title\": \"string\",\n            \"mp_specific_customer\": \"string\",\n            \"mp_tier_group\": \"string\",\n            \"name\": \"przykład / example\",\n            \"new_from_date\": \"2025-01-01 12:00:00\",\n            \"new_to_date\": \"2025-01-01 12:00:00\",\n            \"only_x_left_in_stock\": \"string\",\n            \"options_container\": \"string\",\n            \"product_flag\": \"string\",\n            \"rating_summary\": \"string\",\n            \"review_count\": \"string\",\n            \"sku\": \"SKU-001\",\n            \"special_from_date\": \"2025-01-01 12:00:00\",\n            \"special_price\": 0,\n            \"special_to_date\": \"2025-01-01 12:00:00\",\n            \"standard_external_shipping_price\": 0,\n            \"stock_status\": \"IN_STOCK\",\n            \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n            \"tier_price\": 0,\n            \"type_id\": \"string\",\n            \"uid\": \"1\",\n            \"unit\": \"string\",\n            \"updated_at\": \"2025-01-01 12:00:00\",\n            \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n            \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n            \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"11d7e94a-3256-425f-8c41-e10e64a624d5"}],"id":"44ee72d6-1b0b-4ef3-865e-31c7d4f9ed50","description":"<p>An array of products that have been added to the cart.</p>\n","_postman_id":"44ee72d6-1b0b-4ef3-865e-31c7d4f9ed50","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Prices","item":[{"name":"Get applied taxes","id":"3f342c19-720c-4833-9e7b-1dde2bd08d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        prices {\r\n            applied_taxes {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartPrices</td>\n<td>Pricing details for the quote</td>\n</tr>\n<tr>\n<td>applied_taxes</td>\n<td>CartTaxItem</td>\n<td>An array containing the names and amounts of taxes applied to each item in the cart</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The description of the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d9304fdf-d7a0-4505-bb7b-0f445a266a63","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tprices\t|\tCartPrices\t|\tPricing details for the quote\t|\n|\tapplied_taxes\t|\tCartTaxItem\t|\tAn array containing the names and amounts of taxes applied to each item in the cart \t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tThe description of the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"prices\": {\n        \"applied_taxes\": [\n          {\n            \"label\": \"przykład / example\",\n            \"amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3f342c19-720c-4833-9e7b-1dde2bd08d6d"},{"name":"Get discounts","id":"b7fbc0c6-f8b8-430f-9109-33c9bfa528cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        prices {\r\n            discounts {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n            discount {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartPrices</td>\n<td>Pricing details for the quote</td>\n</tr>\n<tr>\n<td>discount</td>\n<td>CartDiscount</td>\n<td>None</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>An array containing cart rule discounts, store credit and gift cards applied to the cart</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"01bf47ba-95cc-4f40-90e5-cbb022329c94","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tprices\t|\tCartPrices\t|\tPricing details for the quote\t|\n|\tdiscount\t|\tCartDiscount\t|\tNone\t|\n|\tdiscounts\t|\tDiscount\t|\tAn array containing cart rule discounts, store credit and gift cards applied to the cart\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tThe description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"prices\": {\n        \"discounts\": [\n          {\n            \"label\": \"przykład / example\",\n            \"amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        ],\n        \"discount\": {\n          \"label\": \"przykład / example\",\n          \"amount\": {\n            \"currency\": \"PLN\",\n            \"value\": 0\n          }\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"b7fbc0c6-f8b8-430f-9109-33c9bfa528cb"},{"name":"Get grand total","id":"cd24897f-12a4-4a02-8c56-a5afe4fa8dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        prices {\r\n            grand_total {\r\n                currency\r\n                value\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartPrices</td>\n<td>Pricing details for the quote</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The total, including discounts, taxes, shipping, and other fees</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"eccfb955-10da-43cf-8ff7-e65884a4cf80","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tprices\t|\tCartPrices\t|\tPricing details for the quote\t|\n|\tgrand_total\t|\tMoney\t|\tThe total, including discounts, taxes, shipping, and other fees\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"prices\": {\n        \"grand_total\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"cd24897f-12a4-4a02-8c56-a5afe4fa8dee"},{"name":"Get subtotal","id":"1824386d-7b71-48cc-8edb-852e9e6c8571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        prices {\r\n            subtotal_excluding_tax {\r\n                currency\r\n                value\r\n            }\r\n            subtotal_including_tax {\r\n                currency\r\n                value\r\n            }\r\n            subtotal_with_discount_excluding_tax {\r\n                currency\r\n                value\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartPrices</td>\n<td>Pricing details for the quote</td>\n</tr>\n<tr>\n<td>subtotal_excluding_tax</td>\n<td>Money</td>\n<td>The subtotal without any applied taxes</td>\n</tr>\n<tr>\n<td>subtotal_including_tax</td>\n<td>Money</td>\n<td>The subtotal including any applied taxes</td>\n</tr>\n<tr>\n<td>subtotal_with_discount_excluding_tax</td>\n<td>CartPrices</td>\n<td>Pricing details for the quote</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bfd6974a-d225-421b-803c-f61a173c3579","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tprices\t|\tCartPrices\t|\tPricing details for the quote\t|\n|\tsubtotal_excluding_tax\t|\tMoney\t|\tThe subtotal without any applied taxes\t|\n|\tsubtotal_including_tax\t|\tMoney\t|\tThe subtotal including any applied taxes\t|\n|\tsubtotal_with_discount_excluding_tax\t|\tCartPrices\t|\tPricing details for the quote\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"prices\": {\n        \"subtotal_excluding_tax\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        },\n        \"subtotal_including_tax\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        },\n        \"subtotal_with_discount_excluding_tax\": {\n          \"currency\": \"PLN\",\n          \"value\": 0\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"1824386d-7b71-48cc-8edb-852e9e6c8571"}],"id":"561f434b-ff8c-4d6a-8f5f-fdf7dd94c7d3","description":"<p>Pricing details for the quote.</p>\n","_postman_id":"561f434b-ff8c-4d6a-8f5f-fdf7dd94c7d3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Shipping addresses","item":[{"name":"Cart items 2","item":[{"name":"Prices","item":[{"name":"Get discounts","id":"a4e45a4f-4f07-49f5-b92c-37f1adabfb08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>An array of discounts to be applied to the cart item</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4720ab58-a102-476e-aa73-f286ef075b5e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\tdiscounts\t|\tDiscount\t|\tAn array of discounts to be applied to the cart item\t|\n|\tamount\t|\tMoney\t|\tThe amount of discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"discounts\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"a4e45a4f-4f07-49f5-b92c-37f1adabfb08"},{"name":"Get fixed product taxes","id":"71905999-4c3d-45f8-9d67-ee44ca313060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    fixed_product_taxes {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>fixed_product_taxes</td>\n<td>FixedProductTax</td>\n<td>An array of FPTs applied to the cart item</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of Fixed Product Tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label assigned to the Fixed Product Tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"45c75d5e-c5a8-4434-addb-9a4b36c3aa56","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\tfixed_product_taxes\t|\tFixedProductTax\t|\tAn array of FPTs applied to the cart item\t|\n|\tamount\t|\tMoney\t|\tThe amount of Fixed Product Tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tThe disay label assigned to the Fixed Product Tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"fixed_product_taxes\": [\n                {\n                  \"label\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ]\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"71905999-4c3d-45f8-9d67-ee44ca313060"},{"name":"Get price","id":"d3456796-ef6a-4556-8465-d202761457f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    price {\r\n                        currency\r\n                        value\r\n                    }\r\n                    price_including_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>price</td>\n<td>Money</td>\n<td>The price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart</td>\n</tr>\n<tr>\n<td>price_including_tax</td>\n<td>Money</td>\n<td>The price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b2ad5184-d8d5-4ae2-a70d-1429d05922c4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\tprice\t|\tMoney\t|\tThe price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart \t|\n|\tprice_including_tax\t|\tMoney\t|\tThe price of the item before any discounts were applied. The price that might include tax, depending on the configured disay settings for cart \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"price\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"price_including_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d3456796-ef6a-4556-8465-d202761457f5"},{"name":"Get row total","id":"8ae7e5da-3adf-4aaa-b1b5-e99ff88666a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    row_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                    row_total_including_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>row_total</td>\n<td>Money</td>\n<td>The value of the price multiied by the quantity of the item</td>\n</tr>\n<tr>\n<td>row_total_including_tax</td>\n<td>Money</td>\n<td>The value of <code>row_total</code> us the tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ca9006e1-b736-475d-aeab-3e4c3dda9134","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\trow_total\t|\tMoney\t|\tThe value of the price multiied by the quantity of the item\t|\n|\trow_total_including_tax\t|\tMoney\t|\tThe value of `row_total` us the tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"row_total\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"row_total_including_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"8ae7e5da-3adf-4aaa-b1b5-e99ff88666a5"},{"name":"Get total item discount","id":"251057f1-adbb-441b-a3a2-95d693efaf00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                prices {\r\n                    total_item_discount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>prices</td>\n<td>CartItemPrices</td>\n<td>Contains details about the price of the item, including taxes and discounts</td>\n</tr>\n<tr>\n<td>total_item_discount</td>\n<td>Money</td>\n<td>The total of all discounts applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2d6991b0-9748-4c97-b9d8-2281626b09f9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\tprices\t|\tCartItemPrices\t|\tContains details about the price of the item, including taxes and discounts\t|\n|\ttotal_item_discount\t|\tMoney\t|\tThe total of all discounts applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"prices\": {\n              \"total_item_discount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"251057f1-adbb-441b-a3a2-95d693efaf00"}],"id":"8419cc3e-ce9c-4e3e-ac80-90f1e68df9a6","description":"<p>Contains details about the price of the item, including taxes and discounts.</p>\n","_postman_id":"8419cc3e-ce9c-4e3e-ac80-90f1e68df9a6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"e911509e-91c0-4206-ba24-b4e740abcb4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                id\r\n                quantity\r\n                uid\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>The quantity of this item in the cart</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CartItemInterface</code> object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5d071e30-0134-41dc-a658-1054a97018a6","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\tid\t|\tString\t|\tNone\t|\n|\tquantity\t|\tFloat\t|\tThe quantity of this item in the cart\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `CartItemInterface` object\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"id\": \"1\",\n            \"quantity\": 1,\n            \"uid\": \"1\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e911509e-91c0-4206-ba24-b4e740abcb4d"},{"name":"Get errors","id":"e49ea3b9-1513-4200-8658-dda24706d21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                errors {\r\n                    code\r\n                    message\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>errors</td>\n<td>CartItemError</td>\n<td>An array of errors encountered while loading the cart item</td>\n</tr>\n<tr>\n<td>code</td>\n<td>CartItemErrorType</td>\n<td>An error code that describes the error encountered</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>A localized error message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d6488ed8-e7ec-4ffe-b843-452a003ec28c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\terrors\t|\tCartItemError\t|\tAn array of errors encountered while loading the cart item\t|\n|\tcode\t|\tCartItemErrorType\t|\tAn error code that describes the error encountered\t|\n|\tmessage\t|\tString\t|\tA localized error message\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"errors\": [\n              {\n                \"code\": \"przykład / example\",\n                \"message\": \"przykład / example\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e49ea3b9-1513-4200-8658-dda24706d21f"},{"name":"Get product information","id":"b7a76825-6633-4e38-8ef8-88a986d17ee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            cart_items_v2 {\r\n                product {\r\n                    air_pressure\r\n                    attachments_links\r\n                    attribute_set_id\r\n                    breadcrumbs_category\r\n                    canonical_url\r\n                    catalog_number\r\n                    color\r\n                    country_of_manufacture\r\n                    created_at\r\n                    express_external_shipping_price\r\n                    gift_message_available\r\n                    hole\r\n                    id\r\n                    is_external_shipping_allowed\r\n                    manufacturer\r\n                    meta_description\r\n                    meta_keyword\r\n                    meta_title\r\n                    mp_specific_customer\r\n                    mp_tier_group\r\n                    name\r\n                    new_from_date\r\n                    new_to_date\r\n                    only_x_left_in_stock\r\n                    options_container\r\n                    product_flag\r\n                    rating_summary\r\n                    review_count\r\n                    sku\r\n                    special_from_date\r\n                    special_price\r\n                    special_to_date\r\n                    standard_external_shipping_price\r\n                    stock_status\r\n                    swatch_image\r\n                    tier_price\r\n                    type_id\r\n                    uid\r\n                    unit\r\n                    updated_at\r\n                    url_key\r\n                    url_path\r\n                    url_suffix\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>cart_items_v2</td>\n<td>CartItemInterface</td>\n<td>An array that lists the items in the cart</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ed85781e-2a3b-4da1-b926-fbc8a7feecf3","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcart_items_v2\t|\tCartItemInterface\t|\tAn array that lists the items in the cart\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"cart_items_v2\": {\n            \"product\": {\n              \"air_pressure\": \"string\",\n              \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n              \"attribute_set_id\": \"string\",\n              \"breadcrumbs_category\": \"string\",\n              \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n              \"catalog_number\": \"string\",\n              \"color\": \"string\",\n              \"country_of_manufacture\": \"string\",\n              \"created_at\": \"2025-01-01 12:00:00\",\n              \"express_external_shipping_price\": 0,\n              \"gift_message_available\": \"string\",\n              \"hole\": \"string\",\n              \"id\": \"1\",\n              \"is_external_shipping_allowed\": \"string\",\n              \"manufacturer\": \"string\",\n              \"meta_description\": \"string\",\n              \"meta_keyword\": \"string\",\n              \"meta_title\": \"string\",\n              \"mp_specific_customer\": \"string\",\n              \"mp_tier_group\": \"string\",\n              \"name\": \"przykład / example\",\n              \"new_from_date\": \"2025-01-01 12:00:00\",\n              \"new_to_date\": \"2025-01-01 12:00:00\",\n              \"only_x_left_in_stock\": \"string\",\n              \"options_container\": \"string\",\n              \"product_flag\": \"string\",\n              \"rating_summary\": \"string\",\n              \"review_count\": \"string\",\n              \"sku\": \"SKU-001\",\n              \"special_from_date\": \"2025-01-01 12:00:00\",\n              \"special_price\": 0,\n              \"special_to_date\": \"2025-01-01 12:00:00\",\n              \"standard_external_shipping_price\": 0,\n              \"stock_status\": \"IN_STOCK\",\n              \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n              \"tier_price\": 0,\n              \"type_id\": \"string\",\n              \"uid\": \"1\",\n              \"unit\": \"string\",\n              \"updated_at\": \"2025-01-01 12:00:00\",\n              \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n              \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b7a76825-6633-4e38-8ef8-88a986d17ee5"}],"id":"4f11c724-6934-4691-a073-a12730a7b9fc","description":"<p>An array that lists the items in the cart.</p>\n","_postman_id":"4f11c724-6934-4691-a073-a12730a7b9fc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"25165194-c1ea-4a06-ad31-457f51f6f4a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            city\r\n            company\r\n            customer_notes\r\n            firstname\r\n            items_weight\r\n            lastname\r\n            pickup_location_code\r\n            postcode\r\n            street\r\n            telephone\r\n            uid\r\n            vat_id\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city specified for the billing or shipping address</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The company specified for the billing or shipping address</td>\n</tr>\n<tr>\n<td>customer_notes</td>\n<td>String</td>\n<td>Text provided by the shopper</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the customer or guest</td>\n</tr>\n<tr>\n<td>items_weight</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The last name of the customer or guest</td>\n</tr>\n<tr>\n<td>pickup_location_code</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The ZIP or postal code of the billing or shipping address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array containing the street for the billing or shipping address</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The telephone number for the billing or shipping address</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>String</td>\n<td>The unique id of the customer address</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The VAT company number for billing or shipping address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"22a9aa3f-f6de-47c0-a08f-1876882ddfa8","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString\t|\tThe company specified for the billing or shipping address\t|\n|\tcustomer_notes\t|\tString\t|\tText provided by the shopper\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\titems_weight\t|\tFloat\t|\tNone\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest\t|\n|\tpickup_location_code\t|\tString\t|\tNone\t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address\t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"city\": \"przykład / example\",\n          \"company\": \"przykład / example\",\n          \"customer_notes\": \"string\",\n          \"firstname\": \"przykład / example\",\n          \"items_weight\": \"string\",\n          \"lastname\": \"przykład / example\",\n          \"pickup_location_code\": \"string\",\n          \"postcode\": \"przykład / example\",\n          \"street\": \"przykład / example\",\n          \"telephone\": \"przykład / example\",\n          \"uid\": \"1\",\n          \"vat_id\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"25165194-c1ea-4a06-ad31-457f51f6f4a3"},{"name":"Get available shipping methods","id":"398e9daa-01d6-4896-a6e7-7f9c1f86cb6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            available_shipping_methods {\r\n                available\r\n                carrier_code\r\n                carrier_title\r\n                error_message\r\n                method_code\r\n                method_title\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n                base_amount {\r\n                    currency\r\n                    value\r\n                }\r\n                price_excl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n                price_incl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>available_shipping_methods</td>\n<td>AvailableShippingMethod</td>\n<td>An array that lists the shipping methods that can be applied to the cart</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>available</td>\n<td>Boolean</td>\n<td>Indicates whether this shipping method can be applied to the cart</td>\n</tr>\n<tr>\n<td>base_amount</td>\n<td>Money</td>\n<td>None</td>\n</tr>\n<tr>\n<td>carrier_code</td>\n<td>String</td>\n<td>A string that identifies a commercial carrier or an offline shipping method</td>\n</tr>\n<tr>\n<td>carrier_title</td>\n<td>String</td>\n<td>The label for the carrier code</td>\n</tr>\n<tr>\n<td>error_message</td>\n<td>String</td>\n<td>Describes an error condition</td>\n</tr>\n<tr>\n<td>method_code</td>\n<td>String</td>\n<td>A shipping method code associated with a carrier. The value could be null if no method is available</td>\n</tr>\n<tr>\n<td>method_title</td>\n<td>String</td>\n<td>The label for the shipping method code. The value could be null if no method is available</td>\n</tr>\n<tr>\n<td>price_excl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, excluding tax</td>\n</tr>\n<tr>\n<td>price_incl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, including tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"258ad7cc-b903-40d9-99ab-044f6de5be40","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tavailable_shipping_methods\t|\tAvailableShippingMethod\t|\tAn array that lists the shipping methods that can be applied to the cart\t|\n|\tamount\t|\tMoney\t|\tThe cost of shipping using this shipping method\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tavailable\t|\tBoolean\t|\tIndicates whether this shipping method can be applied to the cart\t|\n|\tbase_amount\t|\tMoney\t|\tNone\t|\n|\tcarrier_code\t|\tString\t|\tA string that identifies a commercial carrier or an offline shipping method\t|\n|\tcarrier_title\t|\tString\t|\tThe label for the carrier code\t|\n|\terror_message\t|\tString\t|\tDescribes an error condition\t|\n|\tmethod_code\t|\tString\t|\tA shipping method code associated with a carrier. The value could be null if no method is available\t|\n|\tmethod_title\t|\tString\t|\tThe label for the shipping method code. The value could be null if no method is available \t|\n|\tprice_excl_tax\t|\tMoney\t|\tThe cost of shipping using this shipping method, excluding tax\t|\n|\tprice_incl_tax\t|\tMoney\t|\tThe cost of shipping using this shipping method, including tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"available_shipping_methods\": [\n            {\n              \"available\": \"string\",\n              \"carrier_code\": \"string\",\n              \"carrier_title\": \"string\",\n              \"error_message\": \"string\",\n              \"method_code\": \"string\",\n              \"method_title\": \"string\",\n              \"amount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"base_amount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"price_excl_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"price_incl_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"398e9daa-01d6-4896-a6e7-7f9c1f86cb6f"},{"name":"Get country","id":"c357ff93-e8b6-4cb5-a20f-f664d2f1dfce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            country {\r\n                code\r\n                label\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>country</td>\n<td>CartAddressCountry</td>\n<td>An object containing the country label and code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The country code</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label for the country</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5098b6c3-2a55-4b2b-93da-b4ef8685ea2a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code\t|\n|\tcode\t|\tString\t|\tThe country code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the country\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"country\": {\n            \"code\": \"przykład / example\",\n            \"label\": \"przykład / example\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c357ff93-e8b6-4cb5-a20f-f664d2f1dfce"},{"name":"Get region","id":"b5336b2d-bef6-42b9-9535-3b4ff192b058","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            region {\r\n                code\r\n                label\r\n                region_id\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>region</td>\n<td>CartAddressRegion</td>\n<td>An object containing the region label and code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The state or province code</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The disay label for the region</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b2f6978c-c6de-4692-92b7-98d40292e83d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tcode\t|\tString\t|\tThe state or province code\t|\n|\tlabel\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"region\": {\n            \"code\": \"przykład / example\",\n            \"label\": \"przykład / example\",\n            \"region_id\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b5336b2d-bef6-42b9-9535-3b4ff192b058"},{"name":"Get selected shipping method","id":"79a6a6e9-4284-4b73-b66d-738d95322d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        shipping_addresses {\r\n            selected_shipping_method {\r\n                carrier_code\r\n                carrier_title\r\n                method_code\r\n                method_title\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n                base_amount {\r\n                    currency\r\n                    value\r\n                }\r\n                price_excl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n                price_incl_tax {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>ShippingCartAddress</td>\n<td>An array of shipping addresses assigned to the cart</td>\n</tr>\n<tr>\n<td>selected_shipping_method</td>\n<td>SelectedShippingMethod</td>\n<td>An object that describes the selected shipping method</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>available</td>\n<td>Boolean</td>\n<td>Indicates whether this shipping method can be applied to the cart</td>\n</tr>\n<tr>\n<td>base_amount</td>\n<td>Money</td>\n<td>None</td>\n</tr>\n<tr>\n<td>carrier_code</td>\n<td>String</td>\n<td>A string that identifies a commercial carrier or an offline shipping method</td>\n</tr>\n<tr>\n<td>carrier_title</td>\n<td>String</td>\n<td>The label for the carrier code</td>\n</tr>\n<tr>\n<td>error_message</td>\n<td>String</td>\n<td>Describes an error condition</td>\n</tr>\n<tr>\n<td>method_code</td>\n<td>String</td>\n<td>A shipping method code associated with a carrier</td>\n</tr>\n<tr>\n<td>method_title</td>\n<td>String</td>\n<td>The label for the carrier code</td>\n</tr>\n<tr>\n<td>price_excl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, excluding tax</td>\n</tr>\n<tr>\n<td>price_incl_tax</td>\n<td>Money</td>\n<td>The cost of shipping using this shipping method, including tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5b10f192-7367-486e-9ac8-26635e7fb00e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tshipping_addresses\t|\tShippingCartAddress\t|\tAn array of shipping addresses assigned to the cart\t|\n|\tselected_shipping_method\t|\tSelectedShippingMethod\t|\tAn object that describes the selected shipping method\t|\n|\tamount\t|\tMoney\t|\tThe cost of shipping using this shipping method\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tavailable\t|\tBoolean\t|\tIndicates whether this shipping method can be applied to the cart\t|\n|\tbase_amount\t|\tMoney\t|\tNone\t|\n|\tcarrier_code\t|\tString\t|\tA string that identifies a commercial carrier or an offline shipping method\t|\n|\tcarrier_title\t|\tString\t|\tThe label for the carrier code\t|\n|\terror_message\t|\tString\t|\tDescribes an error condition\t|\n|\tmethod_code\t|\tString\t|\tA shipping method code associated with a carrier\t|\n|\tmethod_title\t|\tString\t|\tThe label for the carrier code\t|\n|\tprice_excl_tax\t|\tMoney\t|\tThe cost of shipping using this shipping method, excluding tax\t|\n|\tprice_incl_tax\t|\tMoney\t|\tThe cost of shipping using this shipping method, including tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"shipping_addresses\": [\n        {\n          \"selected_shipping_method\": {\n            \"carrier_code\": \"string\",\n            \"carrier_title\": \"string\",\n            \"method_code\": \"string\",\n            \"method_title\": \"string\",\n            \"amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            },\n            \"base_amount\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            },\n            \"price_excl_tax\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            },\n            \"price_incl_tax\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"79a6a6e9-4284-4b73-b66d-738d95322d07"}],"id":"0967fb00-a314-4a7f-8493-e6366dce36e5","description":"<p>An array of shipping addresses assigned to the cart.</p>\n","_postman_id":"0967fb00-a314-4a7f-8493-e6366dce36e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"3f683c95-e1c1-4f17-842c-fe17a4a40e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        email\r\n        id\r\n        is_virtual\r\n        total_quantity\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The email address of the guest or customer</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>Cart</code> object</td>\n</tr>\n<tr>\n<td>is_virtual</td>\n<td>Boolean</td>\n<td>Indicates whether the cart contains only virtual products</td>\n</tr>\n<tr>\n<td>total_quantity</td>\n<td>Float</td>\n<td>The total number of items in the cart</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b06d0f93-8524-4b69-a914-66d9c37f8a9e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\temail\t|\tString\t|\tThe email address of the guest or customer\t|\n|\tid\t|\tID\t|\tThe unique ID for a `Cart` object\t|\n|\tis_virtual\t|\tBoolean\t|\tIndicates whether the cart contains only virtual products\t|\n|\ttotal_quantity\t|\tFloat\t|\tThe total number of items in the cart\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"email\": \"ex@ex.pl\",\n      \"id\": \"1\",\n      \"is_virtual\": \"string\",\n      \"total_quantity\": 0\n    }\n  }\n}"}],"_postman_id":"3f683c95-e1c1-4f17-842c-fe17a4a40e42"},{"name":"Get applied coupons","id":"4548a7be-452e-48d2-acd8-12d2afe623f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        applied_coupon {\r\n            code\r\n        }\r\n        applied_coupons {\r\n            code\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>applied_coupon</td>\n<td>ApiedCoupon</td>\n<td>None</td>\n</tr>\n<tr>\n<td>applied_coupons</td>\n<td>ApiedCoupon</td>\n<td>An array of <code>ApiedCoupon</code> objects. Each object contains the <code>code</code> text attribute, which specifies the coupon code</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The coupon code the shopper applied to the card</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ed38e107-f50c-4642-bede-9d206d6d7dbf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tapplied_coupon\t|\tApiedCoupon\t|\tNone\t|\n|\tapplied_coupons\t|\tApiedCoupon\t|\tAn array of `ApiedCoupon` objects. Each object contains the `code` text attribute, which specifies the coupon code \t|\n|\tcode\t|\tString\t|\tThe coupon code the shopper applied to the card\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"applied_coupon\": {\n        \"code\": \"przykład / example\"\n      },\n      \"applied_coupons\": [\n        {\n          \"code\": \"przykład / example\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4548a7be-452e-48d2-acd8-12d2afe623f1"},{"name":"Get available payment methods","id":"09195868-6c2e-49f7-87e7-18ddfde1b5cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        available_payment_methods {\r\n            code\r\n            is_deferred\r\n            title\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>available_payment_methods</td>\n<td>AvailablePaymentMethod</td>\n<td>An array of available payment methods</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The payment method code</td>\n</tr>\n<tr>\n<td>is_deferred</td>\n<td>Boolean</td>\n<td>If the payment method is an online integration</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The payment method title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c84c8192-b6c1-44c9-995c-d4dbbdf6bce0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tavailable_payment_methods\t|\tAvailablePaymentMethod\t|\tAn array of available payment methods\t|\n|\tcode\t|\tString\t|\tThe payment method code\t|\n|\tis_deferred\t|\tBoolean\t|\tIf the payment method is an online integration\t|\n|\ttitle\t|\tString\t|\tThe payment method title\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"available_payment_methods\": [\n        {\n          \"code\": \"przykład / example\",\n          \"is_deferred\": \"string\",\n          \"title\": \"przykład / example\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"09195868-6c2e-49f7-87e7-18ddfde1b5cc"},{"name":"Get billing address","id":"ec619da3-0e05-42d7-ab61-df7486879c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        billing_address {\r\n            city\r\n            company\r\n            customer_notes\r\n            firstname\r\n            lastname\r\n            postcode\r\n            street\r\n            telephone\r\n            uid\r\n            vat_id\r\n            country {\r\n                code\r\n                label\r\n            }\r\n            region {\r\n                code\r\n                label\r\n                region_id\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>BillingCartAddress</td>\n<td>The billing address assigned to the cart</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city specified for the billing or shipping address</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The company specified for the billing or shipping address</td>\n</tr>\n<tr>\n<td>country</td>\n<td>CartAddressCountry</td>\n<td>An object containing the country label and code</td>\n</tr>\n<tr>\n<td>country &gt; code</td>\n<td>String</td>\n<td>The country code</td>\n</tr>\n<tr>\n<td>country &gt; label</td>\n<td>String</td>\n<td>The disay label for the country</td>\n</tr>\n<tr>\n<td>customer_notes</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the customer or guest</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The last name of the customer or guest</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The ZIP or postal code of the billing or shipping address</td>\n</tr>\n<tr>\n<td>region</td>\n<td>CartAddressRegion</td>\n<td>An object containing the region label and code</td>\n</tr>\n<tr>\n<td>region &gt; code</td>\n<td>String</td>\n<td>The state or province code</td>\n</tr>\n<tr>\n<td>region &gt; label</td>\n<td>String</td>\n<td>The disay label for the region</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array containing the street for the billing or shipping address</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The telephone number for the billing or shipping address</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>String</td>\n<td>The unique id of the customer address</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The VAT company number for billing or shipping address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0fbf6210-6e97-492b-8acc-a988ca1a3006","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tbilling_address\t|\tBillingCartAddress\t|\tThe billing address assigned to the cart\t|\n|\tcity\t|\tString\t|\tThe city specified for the billing or shipping address\t|\n|\tcompany\t|\tString\t|\tThe company specified for the billing or shipping address\t|\n|\tcountry\t|\tCartAddressCountry\t|\tAn object containing the country label and code\t|\n|\tcountry > code\t|\tString\t|\tThe country code\t|\n|\tcountry > label\t|\tString\t|\tThe disay label for the country\t|\n|\tcustomer_notes\t|\tString\t|\tNone\t|\n|\tfirstname\t|\tString\t|\tThe first name of the customer or guest\t|\n|\tlastname\t|\tString\t|\tThe last name of the customer or guest\t|\n|\tpostcode\t|\tString\t|\tThe ZIP or postal code of the billing or shipping address\t|\n|\tregion\t|\tCartAddressRegion\t|\tAn object containing the region label and code \t|\n|\tregion > code\t|\tString\t|\tThe state or province code\t|\n|\tregion > label\t|\tString\t|\tThe disay label for the region\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array containing the street for the billing or shipping address \t|\n|\ttelephone\t|\tString\t|\tThe telephone number for the billing or shipping address \t|\n|\tuid\t|\tString\t|\tThe unique id of the customer address\t|\n|\tvat_id\t|\tString\t|\tThe VAT company number for billing or shipping address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"billing_address\": {\n        \"city\": \"przykład / example\",\n        \"company\": \"przykład / example\",\n        \"customer_notes\": \"string\",\n        \"firstname\": \"przykład / example\",\n        \"lastname\": \"przykład / example\",\n        \"postcode\": \"przykład / example\",\n        \"street\": \"przykład / example\",\n        \"telephone\": \"przykład / example\",\n        \"uid\": \"1\",\n        \"vat_id\": \"string\",\n        \"country\": {\n          \"code\": \"przykład / example\",\n          \"label\": \"przykład / example\"\n        },\n        \"region\": {\n          \"code\": \"przykład / example\",\n          \"label\": \"przykład / example\",\n          \"region_id\": \"string\"\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"ec619da3-0e05-42d7-ab61-df7486879c4e"},{"name":"Get gift message","id":"025ce824-6558-4921-869d-576d4dfd8907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        gift_message {\r\n            from\r\n            message\r\n            to\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The entered gift message for the cart</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8d794d2e-44c7-43bd-9938-86211ce933d9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe entered gift message for the cart\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"gift_message\": {\n        \"from\": \"string\",\n        \"message\": \"przykład / example\",\n        \"to\": \"string\"\n      }\n    }\n  }\n}"}],"_postman_id":"025ce824-6558-4921-869d-576d4dfd8907"},{"name":"Get selected payment method","id":"d60d8ffc-b217-4b47-a15e-25af18c968d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerCart {\r\n    customerCart {\r\n        selected_payment_method {\r\n            code\r\n            purchase_order_number\r\n            title\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — koszyk zalogowanego klienta (bez podawania <code>cart_id</code>).\nEN — the logged-in customer's cart (no <code>cart_id</code> needed).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerCart</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerCart</td>\n<td>Cart</td>\n<td>Returns information about the customer’s shopping cart</td>\n</tr>\n<tr>\n<td>selected_payment_method</td>\n<td>SelectedPaymentMethod</td>\n<td>Indicates which payment method was applied to the cart</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>The payment method code</td>\n</tr>\n<tr>\n<td>purchase_order_number</td>\n<td>String</td>\n<td>The purchase order number</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The payment method title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d07f3d44-cb6c-44f4-b9fe-17a2028492d5","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — koszyk zalogowanego klienta (bez podawania `cart_id`).\nEN — the logged-in customer's cart (no `cart_id` needed).\n\n*Operacja GraphQL / GraphQL operation:* `query customerCart`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tcustomerCart\t|\tCart\t|\tReturns information about the customer’s shopping cart\t|\n|\tselected_payment_method\t|\tSelectedPaymentMethod\t|\tIndicates which payment method was applied to the cart\t|\n|\tcode\t|\tString\t|\tThe payment method code\t|\n|\tpurchase_order_number\t|\tString\t|\tThe purchase order number\t|\n|\ttitle\t|\tString\t|\tThe payment method title\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerCart\": {\n      \"selected_payment_method\": {\n        \"code\": \"przykład / example\",\n        \"purchase_order_number\": \"string\",\n        \"title\": \"przykład / example\"\n      }\n    }\n  }\n}"}],"_postman_id":"d60d8ffc-b217-4b47-a15e-25af18c968d5"}],"id":"82fc3501-0a60-472a-b4f0-0527bbcfd5e4","description":"<p>Return information about the customer's shopping cart.</p>\n","_postman_id":"82fc3501-0a60-472a-b4f0-0527bbcfd5e4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Customer downloadable products","item":[{"name":"Get information","id":"81da1c54-7ed2-420d-8d63-69a2609d8026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerDownloadableProducts {\r\n    customerDownloadableProducts {\r\n        items {\r\n            date\r\n            download_url\r\n            order_increment_id\r\n            remaining_downloads\r\n            status\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — produkty do pobrania zakupione przez klienta.\nEN — downloadable products purchased by the customer.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerDownloadableProducts</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerDownloadableProducts</td>\n<td>An array of purchased downloadable items</td>\n</tr>\n<tr>\n<td>date</td>\n<td>String</td>\n<td>The date and time the purchase was made</td>\n</tr>\n<tr>\n<td>download_url</td>\n<td>String</td>\n<td>The fully qualified URL to the download file</td>\n</tr>\n<tr>\n<td>order_increment_id</td>\n<td>String</td>\n<td>The unique ID assigned to the item</td>\n</tr>\n<tr>\n<td>remaining_downloads</td>\n<td>String</td>\n<td>The remaining number of times the customer can download the product</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>Indicates when the product becomes available for download. Options are <code>Pending</code> and <code>Invoiced</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a7cd27bd-fa32-4338-869f-62403dbc1c9d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — produkty do pobrania zakupione przez klienta.\nEN — downloadable products purchased by the customer.\n\n*Operacja GraphQL / GraphQL operation:* `query customerDownloadableProducts`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerDownloadableProducts\t|\tAn array of purchased downloadable items\t|\n|\tdate\t|\tString\t|\tThe date and time the purchase was made\t|\n|\tdownload_url\t|\tString\t|\tThe fully qualified URL to the download file\t|\n|\torder_increment_id\t|\tString\t|\tThe unique ID assigned to the item\t|\n|\tremaining_downloads\t|\tString\t|\tThe remaining number of times the customer can download the product\t|\n|\tstatus\t|\tString\t|\tIndicates when the product becomes available for download. Options are `Pending` and `Invoiced` \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerDownloadableProducts\": {\n      \"items\": [\n        {\n          \"date\": \"2025-01-01 12:00:00\",\n          \"download_url\": \"https://hurtownia.agrorami.pl/...\",\n          \"order_increment_id\": \"string\",\n          \"remaining_downloads\": \"string\",\n          \"status\": \"OK\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"81da1c54-7ed2-420d-8d63-69a2609d8026"}],"id":"82f48805-f7c7-430d-a763-32584374e137","description":"<p>Return a list of downloadable products the customer has purchased.</p>\n","_postman_id":"82f48805-f7c7-430d-a763-32584374e137","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Customer orders","item":[{"name":"Items","item":[{"name":"Credit memos","item":[{"name":"Items","item":[{"name":"Order item","item":[{"name":"Get information","id":"53325891-7697-41e7-9201-e1b664c5766b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    order_item {\r\n                        id\r\n                        product_name\r\n                        product_sku\r\n                        product_type\r\n                        product_url_key\r\n                        quantity_canceled\r\n                        quantity_invoiced\r\n                        quantity_ordered\r\n                        quantity_refunded\r\n                        quantity_returned\r\n                        quantity_shipped\r\n                        status\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fbfe8a3d-ac4a-45a5-bf66-252a4a185d41","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"id\": \"1\",\n                  \"product_name\": \"string\",\n                  \"product_sku\": \"string\",\n                  \"product_type\": \"string\",\n                  \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n                  \"quantity_canceled\": \"string\",\n                  \"quantity_invoiced\": \"string\",\n                  \"quantity_ordered\": \"string\",\n                  \"quantity_refunded\": \"string\",\n                  \"quantity_returned\": \"string\",\n                  \"quantity_shipped\": \"string\",\n                  \"status\": \"OK\"\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"53325891-7697-41e7-9201-e1b664c5766b"},{"name":"Get discounts","id":"3cbb16a9-d550-491b-a831-e1e0024b1e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    order_item {\r\n                        discounts {\r\n                            label\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ab1d3d73-10b1-4dd5-93bf-9755ebce461e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to\t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"discounts\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"3cbb16a9-d550-491b-a831-e1e0024b1e83"},{"name":"Get entered options","id":"511e50ba-7e47-4bf6-9b2b-22f73b280d24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    order_item {\r\n                        entered_options {\r\n                            label\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4e09d0cc-4a15-4045-9c1a-103791989b8f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as logo or image\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"entered_options\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"511e50ba-7e47-4bf6-9b2b-22f73b280d24"},{"name":"Get gift message","id":"35f70e7a-2d8d-48fa-9d36-dd7b71401567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    order_item {\r\n                        gift_message {\r\n                            from\r\n                            message\r\n                            to\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e59b13a9-c555-4979-9d4b-9bf06427d5cf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"gift_message\": {\n                    \"from\": \"string\",\n                    \"message\": \"przykład / example\",\n                    \"to\": \"string\"\n                  }\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"35f70e7a-2d8d-48fa-9d36-dd7b71401567"},{"name":"Get product sale price","id":"d282f1d1-d8af-4345-88cf-22c225bf77a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    order_item {\r\n                        product_sale_price {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price of the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8b911259-d70a-4567-a6de-d3a58c7a22cf","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price of the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"product_sale_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d282f1d1-d8af-4345-88cf-22c225bf77a4"},{"name":"Get selected options","id":"96ea66be-cf36-4d6b-bbc2-cbbe7428f8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    order_item {\r\n                        selected_options {\r\n                            label\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item the credit memo is applied to</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d83cd944-6cbf-4e2a-b4ea-5c89f4f28993","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item the credit memo is applied to\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"selected_options\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"96ea66be-cf36-4d6b-bbc2-cbbe7428f8a9"}],"id":"45d724a1-cf25-49db-af13-61c927fff2ff","description":"<p>The order item the credit memo is applied to.</p>\n","_postman_id":"45d724a1-cf25-49db-af13-61c927fff2ff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"0dcc774c-09c3-429d-b0ac-269fd70cc89a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    id\r\n                    product_name\r\n                    product_sku\r\n                    quantity_refunded\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>CreditMemoItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f4ed236b-cf15-4da7-8b30-dcc589641e07","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\tid\t|\tID\t|\tThe unique ID for a `CreditMemoItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"id\": \"1\",\n                \"product_name\": \"string\",\n                \"product_sku\": \"string\",\n                \"quantity_refunded\": \"string\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"0dcc774c-09c3-429d-b0ac-269fd70cc89a"},{"name":"Get discounts","id":"e9805e0c-422f-4ad8-bf00-edc1e16001f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>Details about the final discount amount for the base product, including discounts on options</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5b7d0481-3a3e-49a3-8478-1892a67b25f4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\tdiscounts\t|\tDiscount\t|\tDetails about the final discount amount for the base product, including discounts on options\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"discounts\": [\n                  {\n                    \"label\": \"przykład / example\",\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                ]\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e9805e0c-422f-4ad8-bf00-edc1e16001f0"},{"name":"Get product sale price","id":"f28fdfed-e6ed-406c-b72f-f5bbaa8a8918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                items {\r\n                    product_sale_price {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>credit_memos &gt; items</td>\n<td>CreditMemoItemInterface</td>\n<td>An array containing details about refunded items</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9de220d8-e374-43ce-8448-6e6255c0d583","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcredit_memos > items\t|\tCreditMemoItemInterface\t|\tAn array containing details about refunded items\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": {\n            \"items\": [\n              {\n                \"product_sale_price\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f28fdfed-e6ed-406c-b72f-f5bbaa8a8918"}],"id":"9feee43c-4193-4823-b276-fd055861df37","description":"<p>An array containing details about refunded items.</p>\n","_postman_id":"9feee43c-4193-4823-b276-fd055861df37","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Total","item":[{"name":"Get adjustments","id":"bc0e4ad4-7086-4a63-a69b-398471adcb92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    adjustment {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>adjustment</td>\n<td>Money</td>\n<td>An adjustment manually applied to the order</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b198aaa8-b674-4d04-a225-030e67355398","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tadjustment\t|\tMoney\t|\tAn adjustment manually applied to the order\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"adjustment\": [\n                  {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                ]\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"bc0e4ad4-7086-4a63-a69b-398471adcb92"},{"name":"Get base grand total","id":"57800903-5909-48e4-ad76-c94b13aaab60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    base_grand_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>base_grand_total</td>\n<td>Money</td>\n<td>The final base grand total amount in the base currency</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"859faa62-977a-49e8-8bdb-f01ccfe08266","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tbase_grand_total\t|\tMoney\t|\tThe final base grand total amount in the base currency\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"base_grand_total\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"57800903-5909-48e4-ad76-c94b13aaab60"},{"name":"Get discounts","id":"7aff1389-22bf-4653-b258-a6a7dfc24a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The applied discounts to the credit memo</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5af71bd8-211a-4baa-87d6-98696ca075c1","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tdiscounts\t|\tDiscount\t|\tThe applied discounts to the credit memo\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"discounts\": [\n                  {\n                    \"label\": \"przykład / example\",\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                ]\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7aff1389-22bf-4653-b258-a6a7dfc24a66"},{"name":"Get grand total","id":"bdc31020-6178-45fb-b66d-d1cb6e1664bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    grand_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The final total amount, including shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"261bbfe6-f532-4aef-8056-03ae553e819b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tgrand_total\t|\tMoney\t|\tThe final total amount, including shipping, discounts, and taxes\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"grand_total\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"bdc31020-6178-45fb-b66d-d1cb6e1664bc"},{"name":"Get shipping handling","id":"e6a4046c-5246-4187-abfd-65cadf62339f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    shipping_handling {\r\n                        amount_excluding_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                        amount_including_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                        discounts {\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                        taxes {\r\n                            rate\r\n                            title\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                        total_amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the credit memo</td>\n</tr>\n<tr>\n<td>amount_excluding_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>amount_including_tax</td>\n<td>Money</td>\n<td>The shipping amount, including tax</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>ShippingDiscount</td>\n<td>The applied discounts to the shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>Details about taxes applied for shipping</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>Money</td>\n<td>The total amount for shipping</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"abfc6f83-d2fc-4768-a121-71b2ad4622e4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the credit memo\t|\n|\tamount_excluding_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tamount_including_tax\t|\tMoney\t|\tThe shipping amount, including tax\t|\n|\tdiscounts\t|\tShippingDiscount\t|\tThe applied discounts to the shipping\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\ttaxes\t|\tTaxItem\t|\tDetails about taxes applied for shipping\t|\n|\ttotal_amount\t|\tMoney\t|\tThe total amount for shipping\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"shipping_handling\": {\n                  \"amount_excluding_tax\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  },\n                  \"amount_including_tax\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  },\n                  \"discounts\": [\n                    {\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ],\n                  \"taxes\": [\n                    {\n                      \"rate\": \"string\",\n                      \"title\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ],\n                  \"total_amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e6a4046c-5246-4187-abfd-65cadf62339f"},{"name":"Get subtotal","id":"94a0e5a7-91d3-4283-a3b0-1478298dbb9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    subtotal {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Money</td>\n<td>The subtotal of the invoice, excluding shipping, discounts, and taxes.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e6ebacaf-5219-40b3-ba41-538390dff135","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\tsubtotal\t|\tMoney\t|\tThe subtotal of the invoice, excluding shipping, discounts, and taxes. \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"subtotal\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"94a0e5a7-91d3-4283-a3b0-1478298dbb9b"},{"name":"Get taxes","id":"ef1bd62b-2c6e-4a9f-af3a-e5d2052379af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    taxes {\r\n                        rate\r\n                        title\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>The credit memo tax details</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"54e52776-77aa-493a-a561-85442b100df3","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\ttaxes\t|\tTaxItem\t|\tThe credit memo tax details\t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"taxes\": [\n                  {\n                    \"rate\": \"string\",\n                    \"title\": \"przykład / example\",\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                ]\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ef1bd62b-2c6e-4a9f-af3a-e5d2052379af"},{"name":"Get total shipping","id":"56f2f57f-eb3e-4780-95ce-a10598552c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    total_shipping {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>total_shipping</td>\n<td>Money</td>\n<td>The shipping amount for the credit memo</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"1d2c4db5-1578-4bc8-8861-f78dc9852fe4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\ttotal_shipping\t|\tMoney\t|\tThe shipping amount for the credit memo\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"total_shipping\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"56f2f57f-eb3e-4780-95ce-a10598552c91"},{"name":"Get total tax","id":"4a49b208-4262-4da5-a6a6-e9c771872dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                total {\r\n                    total_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>total</td>\n<td>CreditMemoTotal</td>\n<td>Details about the total refunded amount</td>\n</tr>\n<tr>\n<td>total_tax</td>\n<td>Money</td>\n<td>The amount of tax applied to the credit memo</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4ff093c7-bf1b-481c-beb3-232bed703b9a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\ttotal\t|\tCreditMemoTotal\t|\tDetails about the total refunded amount\t|\n|\ttotal_tax\t|\tMoney\t|\tThe amount of tax applied to the credit memo\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"total\": {\n                \"total_tax\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4a49b208-4262-4da5-a6a6-e9c771872dd3"}],"id":"ecf0b131-74f9-456b-952e-d51bc75d64c9","description":"<p>Details about the total refunded amount.</p>\n","_postman_id":"ecf0b131-74f9-456b-952e-d51bc75d64c9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"608b6400-fbaf-404a-b7b6-d80aee518907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                id\r\n                number\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>CreditMemo</code> object</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>The sequential credit memo number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d67d9bea-d534-4430-a012-85cfdc9dda28","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tid\t|\tID\t|\tThe unique ID for a `CreditMemo` object\t|\n|\tnumber\t|\tString\t|\tThe sequential credit memo number\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"id\": \"1\",\n              \"number\": \"przykład / example\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"608b6400-fbaf-404a-b7b6-d80aee518907"},{"name":"Get comments","id":"44b3bada-9233-4471-87e3-adf4764d8a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            credit_memos {\r\n                comments {\r\n                    message\r\n                    timestamp\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>credit_memos</td>\n<td>CreditMemo</td>\n<td>A list of credit memos</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments on the credit memo</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"10c6f893-bb76-4e96-a8fe-9cc65afe372c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcredit_memos\t|\tCreditMemo\t|\tA list of credit memos\t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments on the credit memo\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"credit_memos\": [\n            {\n              \"comments\": [\n                {\n                  \"message\": \"przykład / example\",\n                  \"timestamp\": \"string\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"44b3bada-9233-4471-87e3-adf4764d8a14"}],"id":"c1c33826-88a6-4eb0-9af5-6ea1bcbb1622","description":"<p>A list of credit memos.</p>\n","_postman_id":"c1c33826-88a6-4eb0-9af5-6ea1bcbb1622","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Invoices","item":[{"name":"Items","item":[{"name":"Order item","item":[{"name":"Get discounts","id":"9093a520-8523-4e26-a92b-11e110a8e390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    order_item {\r\n                        discounts {\r\n                            label\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bba3fbc8-8a11-4885-9543-20b1938b352f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"discounts\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9093a520-8523-4e26-a92b-11e110a8e390"},{"name":"Get information","id":"60dde108-ff57-4583-b2b3-bd4db999b624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    order_item {\r\n                        id\r\n                        product_name\r\n                        product_sku\r\n                        product_type\r\n                        product_url_key\r\n                        quantity_canceled\r\n                        quantity_invoiced\r\n                        quantity_ordered\r\n                        quantity_refunded\r\n                        quantity_returned\r\n                        quantity_shipped\r\n                        status\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d1940098-47bf-45e4-820c-4ddd09c8cee7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"id\": \"1\",\n                  \"product_name\": \"string\",\n                  \"product_sku\": \"string\",\n                  \"product_type\": \"string\",\n                  \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n                  \"quantity_canceled\": \"string\",\n                  \"quantity_invoiced\": \"string\",\n                  \"quantity_ordered\": \"string\",\n                  \"quantity_refunded\": \"string\",\n                  \"quantity_returned\": \"string\",\n                  \"quantity_shipped\": \"string\",\n                  \"status\": \"OK\"\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"60dde108-ff57-4583-b2b3-bd4db999b624"},{"name":"Get entered options","id":"6bfb21e0-6da4-4b73-895c-540002161534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    order_item {\r\n                        entered_options {\r\n                            label\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cc40f2ec-21ea-4d94-ba44-c66ced2da758","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as logo or image\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"entered_options\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6bfb21e0-6da4-4b73-895c-540002161534"},{"name":"Get gift message","id":"e68a0920-4416-47a8-9b38-ac426b30a6fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    order_item {\r\n                        gift_message {\r\n                            from\r\n                            message\r\n                            to\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"863d553c-961b-4ae9-885b-d8d71d4d89ac","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"gift_message\": {\n                    \"from\": \"string\",\n                    \"message\": \"przykład / example\",\n                    \"to\": \"string\"\n                  }\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e68a0920-4416-47a8-9b38-ac426b30a6fc"},{"name":"Get product sale price","id":"f7e60a1e-9215-4e07-987f-4a897f247623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    order_item {\r\n                        product_sale_price {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price of the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f313293a-6393-4c16-9f9c-61827d39ced4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price of the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"product_sale_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f7e60a1e-9215-4e07-987f-4a897f247623"},{"name":"Get selected options","id":"4a6a8a1f-9830-4693-b929-3c11b9e7c89c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    order_item {\r\n                        selected_options {\r\n                            label\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>Details about an individual order item</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"14b152f1-d93d-44ee-91c4-0a86a5f18380","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\torder_item\t|\tOrderItemInterface\t|\tDetails about an individual order item\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"selected_options\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4a6a8a1f-9830-4693-b929-3c11b9e7c89c"}],"id":"c4898c04-3f7f-4dad-bb33-23789bffb10c","description":"<p>Details about an individual order item.</p>\n","_postman_id":"c4898c04-3f7f-4dad-bb33-23789bffb10c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"356ad4bf-014d-4539-9e01-1ca81dc1db65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    id\r\n                    product_name\r\n                    product_sku\r\n                    quantity_invoiced\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>InvoiceItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3abfa9e3-580c-4545-aa61-87bd9dd02154","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\tid\t|\tID\t|\tThe unique ID for a `InvoiceItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"id\": \"1\",\n                \"product_name\": \"string\",\n                \"product_sku\": \"string\",\n                \"quantity_invoiced\": \"string\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"356ad4bf-014d-4539-9e01-1ca81dc1db65"},{"name":"Get discounts","id":"9f353ce7-ca6b-40c7-8fbf-ac487ebfd161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>Information about the final discount amount for the base product, including discounts on options</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4af22f59-bb55-40b0-b2b6-d5c8efc8f51b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\tdiscounts\t|\tDiscount\t|\tInformation about the final discount amount for the base product, including discounts on options \t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"discounts\": [\n                  {\n                    \"label\": \"przykład / example\",\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                ]\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9f353ce7-ca6b-40c7-8fbf-ac487ebfd161"},{"name":"Get product sale price","id":"9ad8ab89-6159-4e0b-872a-1aaab8fb4e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                items {\r\n                    product_sale_price {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>invoices &gt; items</td>\n<td>InvoiceItemInterface</td>\n<td>Invoiced product details</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e5430917-2135-4bc8-b769-64e7cbc8e956","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tinvoices > items\t|\tInvoiceItemInterface\t|\tInvoiced product details\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": {\n            \"items\": [\n              {\n                \"product_sale_price\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9ad8ab89-6159-4e0b-872a-1aaab8fb4e2d"}],"id":"959111ad-28bb-4456-a12a-24458f31039d","description":"<p>Invoiced product details.</p>\n","_postman_id":"959111ad-28bb-4456-a12a-24458f31039d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Total","item":[{"name":"Get base grand total","id":"7c7ba925-994d-489f-af3a-12dd60735da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    base_grand_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>base_grand_total</td>\n<td>Money</td>\n<td>The final base grand total amount in the base currency</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d332ebad-982f-49cd-a165-556fddb9da94","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tbase_grand_total\t|\tMoney\t|\tThe final base grand total amount in the base currency\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"base_grand_total\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7c7ba925-994d-489f-af3a-12dd60735da0"},{"name":"Get discounts","id":"589063c2-b3b7-45a4-bb86-2be1c6aac7e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    discounts {\r\n                        label\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The applied discounts to the invoice</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"55153da3-7954-44ef-ad09-35edf4a4311b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tdiscounts\t|\tDiscount\t|\tThe applied discounts to the invoice\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"discounts\": [\n                  {\n                    \"label\": \"przykład / example\",\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    }\n                  }\n                ]\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"589063c2-b3b7-45a4-bb86-2be1c6aac7e2"},{"name":"Get grand total","id":"d6f79538-fee6-4db2-b0ef-a1f678422a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    grand_total {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The final total amount, including shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"2a79fc4f-a261-4c2d-adf1-b5b402caf865","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tgrand_total\t|\tMoney\t|\tThe final total amount, including shipping, discounts, and taxes\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"grand_total\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d6f79538-fee6-4db2-b0ef-a1f678422a18"},{"name":"Get shipping handling","id":"572587da-a44f-4cad-a07d-4f3745943f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    shipping_handling {\r\n                        amount_excluding_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                        amount_including_tax {\r\n                            currency\r\n                            value\r\n                        }\r\n                        total_amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                        taxes {\r\n                            rate\r\n                            title\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                        discounts {\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the invoice</td>\n</tr>\n<tr>\n<td>amount_excluding_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>amount_including_tax</td>\n<td>Money</td>\n<td>The shipping amount, including tax</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>ShippingDiscount</td>\n<td>The applied discounts to the shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>Details about taxes applied for shipping</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>Money</td>\n<td>The total amount for shipping</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"1cff9def-8aaa-4414-aa51-696a62372fc0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the invoice\t|\n|\tamount_excluding_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tamount_including_tax\t|\tMoney\t|\tThe shipping amount, including tax\t|\n|\tdiscounts\t|\tShippingDiscount\t|\tThe applied discounts to the shipping\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\ttaxes\t|\tTaxItem\t|\tDetails about taxes applied for shipping\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n|\ttotal_amount\t|\tMoney\t|\tThe total amount for shipping\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"shipping_handling\": {\n                  \"amount_excluding_tax\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  },\n                  \"amount_including_tax\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  },\n                  \"total_amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  },\n                  \"taxes\": [\n                    {\n                      \"rate\": \"string\",\n                      \"title\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ],\n                  \"discounts\": [\n                    {\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"572587da-a44f-4cad-a07d-4f3745943f58"},{"name":"Get subtotal","id":"b1fc5320-b649-437b-adb1-94284599f3d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    subtotal {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Money</td>\n<td>The subtotal of the invoice, excluding shipping, discounts, and taxes.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"80d77e29-cd0a-4599-915b-fc12dad775a0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\tsubtotal\t|\tMoney\t|\tThe subtotal of the invoice, excluding shipping, discounts, and taxes. \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"subtotal\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b1fc5320-b649-437b-adb1-94284599f3d8"},{"name":"Get taxes","id":"147e1b2c-ff2f-46b2-8e3b-dff7cd43a316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    taxes {\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                        rate\r\n                        title\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>The invoice tax details</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of tax applied to the item</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"27084ae6-a515-4db2-8f42-b64fa28039dc","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\ttaxes\t|\tTaxItem\t|\tThe invoice tax details\t|\n|\tamount\t|\tMoney\t|\tThe amount of tax applied to the item\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"taxes\": [\n                  {\n                    \"amount\": {\n                      \"currency\": \"PLN\",\n                      \"value\": 0\n                    },\n                    \"rate\": \"string\",\n                    \"title\": \"przykład / example\"\n                  }\n                ]\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"147e1b2c-ff2f-46b2-8e3b-dff7cd43a316"},{"name":"Get total shipping","id":"6855c05b-2b9d-404b-93d4-4367cb81d758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    total_shipping {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>total_shipping</td>\n<td>Money</td>\n<td>The shipping amount for the invoice</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"282bc8f0-c923-4ea5-af5a-3a6ccf2c219e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\ttotal_shipping\t|\tMoney\t|\tThe shipping amount for the invoice\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"total_shipping\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6855c05b-2b9d-404b-93d4-4367cb81d758"},{"name":"Get total tax","id":"074de564-3bea-4a4e-b1f6-c61ca542c1d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                total {\r\n                    total_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>total</td>\n<td>InvoiceTotal</td>\n<td>Invoice total amount details</td>\n</tr>\n<tr>\n<td>total_tax</td>\n<td>Money</td>\n<td>The amount of tax applied to the invoice</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"02a7bcb9-10a5-4d1e-bb3f-f6f03954f823","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\ttotal\t|\tInvoiceTotal\t|\tInvoice total amount details\t|\n|\ttotal_tax\t|\tMoney\t|\tThe amount of tax applied to the invoice\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"total\": {\n                \"total_tax\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"074de564-3bea-4a4e-b1f6-c61ca542c1d2"}],"id":"597412c1-1fb8-4bff-b9de-6572bc4f682b","description":"<p>Invoice total amount details.</p>\n","_postman_id":"597412c1-1fb8-4bff-b9de-6572bc4f682b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"b733f7be-d9b2-4e13-a9a3-15c732f9c0df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                id\r\n                number\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>Invoice</code> object</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>Sequential invoice number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"142e2fd1-c223-48b5-b79a-3c0c90851f12","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tid\t|\tID\t|\tThe unique ID for a `Invoice` object\t|\n|\tnumber\t|\tString\t|\tSequential invoice number\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"id\": \"1\",\n              \"number\": \"przykład / example\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b733f7be-d9b2-4e13-a9a3-15c732f9c0df"},{"name":"Get comments","id":"683ccecf-debd-4e27-af5e-46aa98787cd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            invoices {\r\n                comments {\r\n                    message\r\n                    timestamp\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>invoices</td>\n<td>Invoice</td>\n<td>A list of invoices for the order</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments on the invoice</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"80c7b19f-3c3a-4a78-adb1-807769a6cdd6","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tinvoices\t|\tInvoice\t|\tA list of invoices for the order\t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments on the invoice\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"invoices\": [\n            {\n              \"comments\": [\n                {\n                  \"message\": \"przykład / example\",\n                  \"timestamp\": \"string\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"683ccecf-debd-4e27-af5e-46aa98787cd0"}],"id":"0d6d7bc4-fbbb-4186-903e-bc4cb45d79d5","description":"<p>A list of invoices for the order.</p>\n","_postman_id":"0d6d7bc4-fbbb-4186-903e-bc4cb45d79d5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Items","item":[{"name":"Get information","id":"36d70079-7cd5-4d9b-80ba-2f097342ee52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            items {\r\n                id\r\n                product_name\r\n                product_sku\r\n                product_type\r\n                product_url_key\r\n                quantity_canceled\r\n                quantity_invoiced\r\n                quantity_ordered\r\n                quantity_refunded\r\n                quantity_returned\r\n                quantity_shipped\r\n                status\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"3e84a011-7b5e-44ab-9e95-fa60de655ddc","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": {\n        \"items\": [\n          {\n            \"id\": \"1\",\n            \"product_name\": \"string\",\n            \"product_sku\": \"string\",\n            \"product_type\": \"string\",\n            \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n            \"quantity_canceled\": \"string\",\n            \"quantity_invoiced\": \"string\",\n            \"quantity_ordered\": \"string\",\n            \"quantity_refunded\": \"string\",\n            \"quantity_returned\": \"string\",\n            \"quantity_shipped\": \"string\",\n            \"status\": \"OK\"\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"36d70079-7cd5-4d9b-80ba-2f097342ee52"},{"name":"Get discounts","id":"8b36d267-2659-4a1c-ae6d-efa3a6c6a239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            items {\r\n                discounts {\r\n                    label\r\n                    amount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bd5a0003-173e-4e2a-bef5-1258162296be","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": {\n        \"items\": [\n          {\n            \"discounts\": [\n              {\n                \"label\": \"przykład / example\",\n                \"amount\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"8b36d267-2659-4a1c-ae6d-efa3a6c6a239"},{"name":"Get entered options","id":"3c88dc9f-d74a-4fe6-8767-d59fc482939e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            items {\r\n                entered_options {\r\n                    label\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d37ea648-a322-4f7f-872e-48a611e73a7c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as logo or image\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": {\n        \"items\": [\n          {\n            \"entered_options\": [\n              {\n                \"label\": \"przykład / example\",\n                \"value\": 0\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"3c88dc9f-d74a-4fe6-8767-d59fc482939e"},{"name":"Get gift message","id":"7b102f5a-1879-44ed-afbc-66c227e940fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            items {\r\n                gift_message {\r\n                    from\r\n                    message\r\n                    to\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"dc35a38a-4718-4e02-adbb-a412937eb0d7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": {\n        \"items\": [\n          {\n            \"gift_message\": {\n              \"from\": \"string\",\n              \"message\": \"przykład / example\",\n              \"to\": \"string\"\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"7b102f5a-1879-44ed-afbc-66c227e940fe"},{"name":"Get product sale price","id":"df8f9fb3-61fb-4611-9b7d-a0a604145a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            items {\r\n                product_sale_price {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price of the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"05f97063-5fb8-4926-a0a0-d71c0c8a290f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price of the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": {\n        \"items\": [\n          {\n            \"product_sale_price\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"df8f9fb3-61fb-4611-9b7d-a0a604145a92"},{"name":"Get selected options","id":"121aa260-7063-4e15-9e3f-b12741dce9e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            items {\r\n                selected_options {\r\n                    label\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>items &gt; items</td>\n<td>OrderItemInterface</td>\n<td>An array containing the items purchased in this order</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c640eb5e-e488-4055-b101-8e2ec724498b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\titems > items\t|\tOrderItemInterface\t|\tAn array containing the items purchased in this order\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": {\n        \"items\": [\n          {\n            \"selected_options\": [\n              {\n                \"label\": \"przykład / example\",\n                \"value\": 0\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"121aa260-7063-4e15-9e3f-b12741dce9e5"}],"id":"f7db9308-fb57-4764-85fb-78a16913dc65","description":"<p>An array containing the items purchased in this order.</p>\n","_postman_id":"f7db9308-fb57-4764-85fb-78a16913dc65","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Shipments","item":[{"name":"Items","item":[{"name":"Order item","item":[{"name":"Get information","id":"60391e29-937a-45e9-8abc-85c3db9cb60c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    order_item {\r\n                        id\r\n                        product_name\r\n                        product_sku\r\n                        product_type\r\n                        product_url_key\r\n                        quantity_canceled\r\n                        quantity_invoiced\r\n                        quantity_ordered\r\n                        quantity_refunded\r\n                        quantity_returned\r\n                        quantity_shipped\r\n                        status\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipment item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"7a159e0f-7947-4190-9de4-f42edc96b7db","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipment item\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"id\": \"1\",\n                  \"product_name\": \"string\",\n                  \"product_sku\": \"string\",\n                  \"product_type\": \"string\",\n                  \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n                  \"quantity_canceled\": \"string\",\n                  \"quantity_invoiced\": \"string\",\n                  \"quantity_ordered\": \"string\",\n                  \"quantity_refunded\": \"string\",\n                  \"quantity_returned\": \"string\",\n                  \"quantity_shipped\": \"string\",\n                  \"status\": \"OK\"\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"60391e29-937a-45e9-8abc-85c3db9cb60c"},{"name":"Get discounts","id":"e86dddc2-9cbc-4469-92fd-f7c7a346a30c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    order_item {\r\n                        discounts {\r\n                            label\r\n                            amount {\r\n                                currency\r\n                                value\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipment item</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"83612cbb-a68b-42ff-bbdf-f711e761c03b","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipment item\t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"discounts\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"amount\": {\n                        \"currency\": \"PLN\",\n                        \"value\": 0\n                      }\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e86dddc2-9cbc-4469-92fd-f7c7a346a30c"},{"name":"Get entered options","id":"c13a14f8-4a9e-440e-8ac3-44f4c73af175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    order_item {\r\n                        entered_options {\r\n                            label\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipment item</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e7cfab43-8496-4cc4-9cd3-82b3b9ee8b1d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipment item\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as logo or image\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"entered_options\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c13a14f8-4a9e-440e-8ac3-44f4c73af175"},{"name":"Get gift message","id":"50ade9f6-492c-4784-ba76-b462e1eb77f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    order_item {\r\n                        gift_message {\r\n                            from\r\n                            message\r\n                            to\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipment item</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"24d08635-84f7-4a81-8b37-7331826bdee2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipment item\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"gift_message\": {\n                    \"from\": \"string\",\n                    \"message\": \"przykład / example\",\n                    \"to\": \"string\"\n                  }\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"50ade9f6-492c-4784-ba76-b462e1eb77f1"},{"name":"Get product sale price","id":"71c568c7-bfc0-4167-bb9a-076e62dcf764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    order_item {\r\n                        product_sale_price {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipment item</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price of the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f42a66e7-03b8-402f-a955-c8a3faa7d0e2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipment item\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price of the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"product_sale_price\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"71c568c7-bfc0-4167-bb9a-076e62dcf764"},{"name":"Get selected options","id":"48133f0a-a969-424d-b785-d08556469cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    order_item {\r\n                        selected_options {\r\n                            label\r\n                            value\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>order_item</td>\n<td>OrderItemInterface</td>\n<td>The order item associated with the shipment item</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0bca8e46-3aa0-42de-b184-831d86d58f84","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\torder_item\t|\tOrderItemInterface\t|\tThe order item associated with the shipment item\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"order_item\": {\n                  \"selected_options\": [\n                    {\n                      \"label\": \"przykład / example\",\n                      \"value\": 0\n                    }\n                  ]\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"48133f0a-a969-424d-b785-d08556469cc1"}],"id":"e35b5d55-e974-40a7-941f-e5fc9d2f3e19","description":"<p>The order item associated with the shipment item.</p>\n","_postman_id":"e35b5d55-e974-40a7-941f-e5fc9d2f3e19","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"b7b2eb03-8956-4ff5-910f-a3801f901b9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    id\r\n                    product_name\r\n                    product_sku\r\n                    quantity_shipped\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>ShipmentItemInterface</code> object</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>The number of shipped items</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"05ce6bbc-f260-4dcd-91af-bfc55bfd22c6","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\tid\t|\tID\t|\tThe unique ID for a `ShipmentItemInterface` object\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tquantity_shipped\t|\tFloat\t|\tThe number of shipped items\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"id\": \"1\",\n                \"product_name\": \"string\",\n                \"product_sku\": \"string\",\n                \"quantity_shipped\": \"string\"\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b7b2eb03-8956-4ff5-910f-a3801f901b9a"},{"name":"Get product sale price","id":"f2fd599f-0723-46e1-9b76-5345456c7f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                items {\r\n                    product_sale_price {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>shipments &gt; items</td>\n<td>ShipmentItemInterface</td>\n<td>An array of items included in the shipment</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price for the base product</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"55eb79bf-c682-4ac7-8e82-3b610155ff18","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tshipments > items\t|\tShipmentItemInterface\t|\tAn array of items included in the shipment\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price for the base product\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": {\n            \"items\": [\n              {\n                \"product_sale_price\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f2fd599f-0723-46e1-9b76-5345456c7f8d"}],"id":"05658999-152d-4b83-8d3f-7dc74d325ecf","description":"<p>An array of items included in the shipment.</p>\n","_postman_id":"05658999-152d-4b83-8d3f-7dc74d325ecf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"77440e2b-ce2f-4f74-92b8-42c3e08f4e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                id\r\n                number\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>OrderShipment</code> object</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>The sequential credit shipment number</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"addeaf0e-b704-4685-954b-c155062b2910","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tid\t|\tID\t|\tThe unique ID for a `OrderShipment` object\t|\n|\tnumber\t|\tString\t|\tThe sequential credit shipment number\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": [\n            {\n              \"id\": \"1\",\n              \"number\": \"przykład / example\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"77440e2b-ce2f-4f74-92b8-42c3e08f4e6f"},{"name":"Get comments","id":"7b145e71-a8ee-47d6-b5b5-249770c80c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                comments {\r\n                    message\r\n                    timestamp\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments added to the shipment</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"0e6820c5-9d3b-4fa2-8c57-9f234985963c","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments added to the shipment\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": [\n            {\n              \"comments\": [\n                {\n                  \"message\": \"przykład / example\",\n                  \"timestamp\": \"string\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7b145e71-a8ee-47d6-b5b5-249770c80c50"},{"name":"Get tracking","id":"3d4577f4-4064-4ab2-b018-ece57fb7547b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipments {\r\n                tracking {\r\n                    carrier\r\n                    number\r\n                    title\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipments</td>\n<td>OrderShipment</td>\n<td>A list of shipments for the order</td>\n</tr>\n<tr>\n<td>tracking</td>\n<td>ShipmentTracking</td>\n<td>An array of shipment tracking details</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>String</td>\n<td>The shipping carrier for the order delivery</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>The tracking number of the order shipment</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>The shipment tracking title</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6fa68c93-bf9c-40df-ae88-152de8a8d2e2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipments\t|\tOrderShipment\t|\tA list of shipments for the order\t|\n|\ttracking\t|\tShipmentTracking\t|\tAn array of shipment tracking details\t|\n|\tcarrier\t|\tString\t|\tThe shipping carrier for the order delivery\t|\n|\tnumber\t|\tString\t|\tThe tracking number of the order shipment\t|\n|\ttitle\t|\tString\t|\tThe shipment tracking title\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipments\": [\n            {\n              \"tracking\": [\n                {\n                  \"carrier\": \"string\",\n                  \"number\": \"przykład / example\",\n                  \"title\": \"przykład / example\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"3d4577f4-4064-4ab2-b018-ece57fb7547b"}],"id":"c7a319ea-1b5e-4b50-8136-cfe4ee0420b9","description":"<p>A list of shipments for the order.</p>\n","_postman_id":"c7a319ea-1b5e-4b50-8136-cfe4ee0420b9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Total","item":[{"name":"Get base grand total","id":"c9156abc-b7e3-4501-8401-5b067a3eaab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                base_grand_total {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>base_grand_total</td>\n<td>Money</td>\n<td>The final base grand total amount in the base currency</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"931724ff-d3e3-4a72-bdc3-0750a4372702","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tbase_grand_total\t|\tMoney\t|\tThe final base grand total amount in the base currency\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"base_grand_total\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c9156abc-b7e3-4501-8401-5b067a3eaab6"},{"name":"Get discounts","id":"2dbd42b2-789c-439e-8d78-5331c3ee96eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                discounts {\r\n                    label\r\n                    amount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The applied discounts to the order</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"5da7c61a-8ecb-4697-84e8-0eff63c2e452","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tdiscounts\t|\tDiscount\t|\tThe applied discounts to the order\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"discounts\": [\n              {\n                \"label\": \"przykład / example\",\n                \"amount\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2dbd42b2-789c-439e-8d78-5331c3ee96eb"},{"name":"Get grand total","id":"88eba063-fde1-43ee-837e-e9a66f048add","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                grand_total {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Money</td>\n<td>The final total amount, including shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d06ae435-f0c3-4fef-874c-24f27c7dae73","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tgrand_total\t|\tMoney\t|\tThe final total amount, including shipping, discounts, and taxes\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"grand_total\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"88eba063-fde1-43ee-837e-e9a66f048add"},{"name":"Get shipping handling","id":"be84a9a1-122b-45ab-969b-77e5a4f61219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                shipping_handling {\r\n                    amount_excluding_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                    amount_including_tax {\r\n                        currency\r\n                        value\r\n                    }\r\n                    discounts {\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                    taxes {\r\n                        rate\r\n                        title\r\n                        amount {\r\n                            currency\r\n                            value\r\n                        }\r\n                    }\r\n                    total_amount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>shipping_handling</td>\n<td>ShippingHandling</td>\n<td>Details about the shipping and handling costs for the order</td>\n</tr>\n<tr>\n<td>amount_excluding_tax</td>\n<td>Money</td>\n<td>The shipping amount, excluding tax</td>\n</tr>\n<tr>\n<td>amount_including_tax</td>\n<td>Money</td>\n<td>The shipping amount, including tax</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The applied discounts to the shipping</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n<tr>\n<td>total_amount</td>\n<td>Money</td>\n<td>The total amount for shipping</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f52a779e-98c4-4450-8b91-9d500dccc66d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tshipping_handling\t|\tShippingHandling\t|\tDetails about the shipping and handling costs for the order\t|\n|\tamount_excluding_tax\t|\tMoney\t|\tThe shipping amount, excluding tax\t|\n|\tamount_including_tax\t|\tMoney\t|\tThe shipping amount, including tax\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tdiscounts\t|\tDiscount\t|\tThe applied discounts to the shipping\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n|\ttotal_amount\t|\tMoney\t|\tThe total amount for shipping\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"shipping_handling\": {\n              \"amount_excluding_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"amount_including_tax\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              },\n              \"discounts\": [\n                {\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ],\n              \"taxes\": [\n                {\n                  \"rate\": \"string\",\n                  \"title\": \"przykład / example\",\n                  \"amount\": {\n                    \"currency\": \"PLN\",\n                    \"value\": 0\n                  }\n                }\n              ],\n              \"total_amount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"be84a9a1-122b-45ab-969b-77e5a4f61219"},{"name":"Get subtotal","id":"d009ecca-dc2b-4a38-904d-b9923af13131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                subtotal {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>subtotal</td>\n<td>Money</td>\n<td>The subtotal of the order, excluding shipping, discounts, and taxes</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"87005201-866e-4735-875c-8ea03023a82d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\tsubtotal\t|\tMoney\t|\tThe subtotal of the order, excluding shipping, discounts, and taxes\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"subtotal\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d009ecca-dc2b-4a38-904d-b9923af13131"},{"name":"Get taxes","id":"992a4c5c-8763-46d0-be09-2e3e426da607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                taxes {\r\n                    rate\r\n                    title\r\n                    amount {\r\n                        currency\r\n                        value\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>taxes</td>\n<td>TaxItem</td>\n<td>The order tax details</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The rate used to calculate the tax</td>\n</tr>\n<tr>\n<td>title</td>\n<td>String</td>\n<td>A title that describes the tax</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"af67b965-992d-4c40-b8cd-495c493e0438","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\ttaxes\t|\tTaxItem\t|\tThe order tax details\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount \t|\n|\trate\t|\tFloat\t|\tThe rate used to calculate the tax\t|\n|\ttitle\t|\tString\t|\tA title that describes the tax\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"taxes\": [\n              {\n                \"rate\": \"string\",\n                \"title\": \"przykład / example\",\n                \"amount\": {\n                  \"currency\": \"PLN\",\n                  \"value\": 0\n                }\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"992a4c5c-8763-46d0-be09-2e3e426da607"},{"name":"Get total shipping","id":"934e48f8-3d81-44f8-8ef5-dc2dcae30838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                total_shipping {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>total_shipping</td>\n<td>Money</td>\n<td>The shipping amount for the order</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"960849b4-a129-4f34-a614-ae32a0a701ba","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\ttotal_shipping\t|\tMoney\t|\tThe shipping amount for the order\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"total_shipping\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"934e48f8-3d81-44f8-8ef5-dc2dcae30838"},{"name":"Get total tax","id":"1d87cb71-d4fa-4a05-920c-db9d43f14ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            total {\r\n                total_tax {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>total</td>\n<td>OrderTotal</td>\n<td>Details about the calculated totals for this order</td>\n</tr>\n<tr>\n<td>total_tax</td>\n<td>Money</td>\n<td>The amount of tax applied to the order</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c88a7d67-245c-4624-96c2-40bf402668ae","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\ttotal\t|\tOrderTotal\t|\tDetails about the calculated totals for this order\t|\n|\ttotal_tax\t|\tMoney\t|\tThe amount of tax applied to the order\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR \t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"total\": {\n            \"total_tax\": {\n              \"currency\": \"PLN\",\n              \"value\": 0\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1d87cb71-d4fa-4a05-920c-db9d43f14ac2"}],"id":"af49fde5-0041-4dd6-9db8-18f91383693e","description":"<p>Details about the total refunded amount.</p>\n","_postman_id":"af49fde5-0041-4dd6-9db8-18f91383693e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"ce0eb767-6b78-4dd0-afa5-f74cfb88cfd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            carrier\r\n            created_at\r\n            grand_total\r\n            id\r\n            increment_id\r\n            number\r\n            order_date\r\n            order_number\r\n            shipping_method\r\n            status\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>carrier</td>\n<td>String</td>\n<td>The shipping carrier for the order delivery</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>grand_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for a <code>CustomerOrder</code> object</td>\n</tr>\n<tr>\n<td>increment_id</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>number</td>\n<td>String</td>\n<td>The order number</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>String</td>\n<td>The date the order was aced</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>String</td>\n<td>The delivery method for the order</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The current status of the order</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"bd5968f0-4b6a-4a87-b1bf-299df728617d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcarrier\t|\tString\t|\tThe shipping carrier for the order delivery\t|\n|\tcreated_at\t|\tString\t|\tNone\t|\n|\tgrand_total\t|\tFloat\t|\tNone\t|\n|\tid\t|\tID\t|\tThe unique ID for a `CustomerOrder` object\t|\n|\tincrement_id\t|\tString\t|\tNone\t|\n|\tnumber\t|\tString\t|\tThe order number\t|\n|\torder_date\t|\tString\t|\tThe date the order was aced\t|\n|\torder_number\t|\tString\t|\tNone\t|\n|\tshipping_method\t|\tString\t|\tThe delivery method for the order\t|\n|\tstatus\t|\tString\t|\tThe current status of the order\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"carrier\": \"string\",\n          \"created_at\": \"2025-01-01 12:00:00\",\n          \"grand_total\": 0,\n          \"id\": \"1\",\n          \"increment_id\": \"string\",\n          \"number\": \"przykład / example\",\n          \"order_date\": \"2025-01-01 12:00:00\",\n          \"order_number\": \"string\",\n          \"shipping_method\": \"string\",\n          \"status\": \"OK\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ce0eb767-6b78-4dd0-afa5-f74cfb88cfd3"},{"name":"Get billing address","id":"e9cfd4ae-152b-4991-9036-097712474eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            billing_address {\r\n                city\r\n                company\r\n                country_code\r\n                fax\r\n                firstname\r\n                lastname\r\n                middlename\r\n                postcode\r\n                prefix\r\n                region\r\n                region_id\r\n                street\r\n                suffix\r\n                telephone\r\n                vat_id\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>OrderAddress</td>\n<td>The billing address for the order</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city or town</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The customer’s company</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>CountryCodeEnum</td>\n<td>The customer’s country</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>The fax number</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The family name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>middlename</td>\n<td>String</td>\n<td>The middle name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The customer’s ZIP or postal code</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>An honorific, such as Dr., Mr., or Mrs</td>\n</tr>\n<tr>\n<td>region</td>\n<td>String</td>\n<td>The state or province name</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array of strings that define the street number and name</td>\n</tr>\n<tr>\n<td>suffix</td>\n<td>String</td>\n<td>A value such as Sr., Jr., or III</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The telephone number</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The customer’s Value-added tax (VAT) number (for corporate customers)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"d9bbb2a8-a150-42b1-8ffb-f9fea1017eda","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tbilling_address\t|\tOrderAddress\t|\tThe billing address for the order\t|\n|\tcity\t|\tString\t|\tThe city or town\t|\n|\tcompany\t|\tString \t|\tThe customer’s company\t|\n|\tcountry_code\t|\tCountryCodeEnum\t|\tThe customer’s country\t|\n|\tfax\t|\tString\t|\tThe fax number\t|\n|\tfirstname\t|\tString\t|\tThe first name of the person associated with the shipping/billing address \t|\n|\tlastname\t|\tString\t|\tThe family name of the person associated with the shipping/billing address \t|\n|\tmiddlename\t|\tString\t|\tThe middle name of the person associated with the shipping/billing address \t|\n|\tpostcode\t|\tString\t|\tThe customer’s ZIP or postal code\t|\n|\tprefix\t|\tString\t|\tAn honorific, such as Dr., Mr., or Mrs \t|\n|\tregion\t|\tString\t|\tThe state or province name\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array of strings that define the street number and name\t|\n|\tsuffix\t|\tString\t|\tA value such as Sr., Jr., or III \t|\n|\ttelephone\t|\tString\t|\tThe telephone number\t|\n|\tvat_id\t|\tString\t|\tThe customer’s Value-added tax (VAT) number (for corporate customers)\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"billing_address\": {\n            \"city\": \"przykład / example\",\n            \"company\": \"przykład / example\",\n            \"country_code\": \"przykład / example\",\n            \"fax\": \"string\",\n            \"firstname\": \"przykład / example\",\n            \"lastname\": \"przykład / example\",\n            \"middlename\": \"string\",\n            \"postcode\": \"przykład / example\",\n            \"prefix\": \"string\",\n            \"region\": \"przykład / example\",\n            \"region_id\": \"string\",\n            \"street\": \"przykład / example\",\n            \"suffix\": \"string\",\n            \"telephone\": \"przykład / example\",\n            \"vat_id\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e9cfd4ae-152b-4991-9036-097712474eac"},{"name":"Get comments","id":"655a279c-6340-4db8-9bd7-a8bf56cb9aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            comments {\r\n                message\r\n                timestamp\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>SalesCommentItem</td>\n<td>Comments about the order</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>The text of the message</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>The timestamp of the comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f64b5f0f-bfb6-4957-a7fc-21dc3bbc4adb","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tcomments\t|\tSalesCommentItem\t|\tComments about the order\t|\n|\tmessage\t|\tString\t|\tThe text of the message\t|\n|\ttimestamp\t|\tString\t|\tThe timestamp of the comment\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"comments\": [\n            {\n              \"message\": \"przykład / example\",\n              \"timestamp\": \"string\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"655a279c-6340-4db8-9bd7-a8bf56cb9aad"},{"name":"Get gift message","id":"0c85ec78-1aa0-446b-a60d-94659ba22abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            gift_message {\r\n                from\r\n                message\r\n                to\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The entered gift message for the order</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ae37cef6-d112-4f15-8af4-a683009af11d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tgift_message\t|\tGiftMessage\t|\tThe entered gift message for the order\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"gift_message\": {\n            \"from\": \"string\",\n            \"message\": \"przykład / example\",\n            \"to\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"0c85ec78-1aa0-446b-a60d-94659ba22abd"},{"name":"Get payment methods","id":"1bae7d53-b201-488f-84ea-42e24db54c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            payment_methods {\r\n                name\r\n                type\r\n                additional_data {\r\n                    name\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>additional_data</td>\n<td>KeyValue</td>\n<td>Additional data per payment method type</td>\n</tr>\n<tr>\n<td>additional_data &gt; name</td>\n<td>String</td>\n<td>The name part of the key/value pair</td>\n</tr>\n<tr>\n<td>additional_data &gt; value</td>\n<td>String</td>\n<td>The value part of the key/value pair</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The label that describes the payment method</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>The payment method code that indicates how the order was paid for</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"b1aec75e-4a0b-40c2-8f95-0f0c4e0f4a6f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tadditional_data\t|\tKeyValue\t|\tAdditional data per payment method type\t|\n|\tadditional_data > name\t|\tString\t|\tThe name part of the key/value pair\t|\n|\tadditional_data > value\t|\tString\t|\tThe value part of the key/value pair\t|\n|\tname\t|\tString\t|\tThe label that describes the payment method\t|\n|\ttype\t|\tString\t|\tThe payment method code that indicates how the order was paid for\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"payment_methods\": [\n            {\n              \"name\": \"przykład / example\",\n              \"type\": \"simple\",\n              \"additional_data\": {\n                \"name\": \"przykład / example\",\n                \"value\": 0\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1bae7d53-b201-488f-84ea-42e24db54c9a"},{"name":"Get shipping address","id":"7180ec97-d2dc-4340-86a1-96756e10e0fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        items {\r\n            shipping_address {\r\n                city\r\n                company\r\n                country_code\r\n                fax\r\n                firstname\r\n                lastname\r\n                middlename\r\n                postcode\r\n                prefix\r\n                region\r\n                region_id\r\n                street\r\n                suffix\r\n                telephone\r\n                vat_id\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>CustomerOrder</td>\n<td>An array of customer orders</td>\n</tr>\n<tr>\n<td>shipping_addresses</td>\n<td>OrderAddress</td>\n<td>The shipping address for the order</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>The city or town</td>\n</tr>\n<tr>\n<td>company</td>\n<td>String</td>\n<td>The customer’s company</td>\n</tr>\n<tr>\n<td>country_code</td>\n<td>CountryCodeEnum</td>\n<td>The customer’s country</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>String</td>\n<td>The fax number</td>\n</tr>\n<tr>\n<td>firstname</td>\n<td>String</td>\n<td>The first name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>lastname</td>\n<td>String</td>\n<td>The family name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>middlename</td>\n<td>String</td>\n<td>The middle name of the person associated with the shipping/billing address</td>\n</tr>\n<tr>\n<td>postcode</td>\n<td>String</td>\n<td>The customer’s ZIP or postal code</td>\n</tr>\n<tr>\n<td>prefix</td>\n<td>String</td>\n<td>An honorific, such as Dr., Mr., or Mrs</td>\n</tr>\n<tr>\n<td>region</td>\n<td>String</td>\n<td>The state or province name</td>\n</tr>\n<tr>\n<td>region_id</td>\n<td>Int</td>\n<td>The unique ID for a pre-defined region</td>\n</tr>\n<tr>\n<td>street</td>\n<td>String</td>\n<td>An array of strings that define the street number and name</td>\n</tr>\n<tr>\n<td>suffix</td>\n<td>String</td>\n<td>A value such as Sr., Jr., or III</td>\n</tr>\n<tr>\n<td>telephone</td>\n<td>String</td>\n<td>The telephone number</td>\n</tr>\n<tr>\n<td>vat_id</td>\n<td>String</td>\n<td>The customer’s Value-added tax (VAT) number (for corporate customers)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"db48e0af-28a1-4da1-98bb-7fc1600ada85","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tCustomerOrder\t|\tAn array of customer orders \t|\n|\tshipping_addresses\t|\tOrderAddress\t|\tThe shipping address for the order\t|\n|\tcity\t|\tString\t|\tThe city or town\t|\n|\tcompany\t|\tString \t|\tThe customer’s company\t|\n|\tcountry_code\t|\tCountryCodeEnum\t|\tThe customer’s country\t|\n|\tfax\t|\tString\t|\tThe fax number\t|\n|\tfirstname\t|\tString\t|\tThe first name of the person associated with the shipping/billing address \t|\n|\tlastname\t|\tString\t|\tThe family name of the person associated with the shipping/billing address \t|\n|\tmiddlename\t|\tString\t|\tThe middle name of the person associated with the shipping/billing address \t|\n|\tpostcode\t|\tString\t|\tThe customer’s ZIP or postal code\t|\n|\tprefix\t|\tString\t|\tAn honorific, such as Dr., Mr., or Mrs \t|\n|\tregion\t|\tString\t|\tThe state or province name\t|\n|\tregion_id\t|\tInt\t|\tThe unique ID for a pre-defined region\t|\n|\tstreet\t|\tString\t|\tAn array of strings that define the street number and name\t|\n|\tsuffix\t|\tString\t|\tA value such as Sr., Jr., or III \t|\n|\ttelephone\t|\tString\t|\tThe telephone number\t|\n|\tvat_id\t|\tString\t|\tThe customer’s Value-added tax (VAT) number (for corporate customers)\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"items\": [\n        {\n          \"shipping_address\": {\n            \"city\": \"przykład / example\",\n            \"company\": \"przykład / example\",\n            \"country_code\": \"przykład / example\",\n            \"fax\": \"string\",\n            \"firstname\": \"przykład / example\",\n            \"lastname\": \"przykład / example\",\n            \"middlename\": \"string\",\n            \"postcode\": \"przykład / example\",\n            \"prefix\": \"string\",\n            \"region\": \"przykład / example\",\n            \"region_id\": \"string\",\n            \"street\": \"przykład / example\",\n            \"suffix\": \"string\",\n            \"telephone\": \"przykład / example\",\n            \"vat_id\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7180ec97-d2dc-4340-86a1-96756e10e0fb"}],"id":"280b022c-d791-4bcb-b7c8-b63efd15c6e6","description":"<p>An array of customer orders.</p>\n","_postman_id":"280b022c-d791-4bcb-b7c8-b63efd15c6e6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get page info","id":"9f31a349-48b8-4dd0-8b61-44d48e5015b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        page_info {\r\n            current_page\r\n            is_spellchecked\r\n            page_size\r\n            total_pages\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page_info</td>\n<td>SearchResultPageInfo</td>\n<td>Pagination metadata</td>\n</tr>\n<tr>\n<td>current_page</td>\n<td>Int</td>\n<td>The specific page to return</td>\n</tr>\n<tr>\n<td>is_spellchecked</td>\n<td>Boolean</td>\n<td>None</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>Int</td>\n<td>The maximum number of items to return per page of results</td>\n</tr>\n<tr>\n<td>total_pages</td>\n<td>Int</td>\n<td>The total number of pages in the response</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"233e9721-0f4e-4ab6-85f3-18a594f61457","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| page_info | SearchResultPageInfo | Pagination metadata |\n| current_page | Int | The specific page to return |\n| is_spellchecked | Boolean | None |\n| page_size | Int | The maximum number of items to return per page of results |\n| total_pages | Int | The total number of pages in the response |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"page_info\": {\n        \"current_page\": 1,\n        \"is_spellchecked\": \"string\",\n        \"page_size\": 1,\n        \"total_pages\": 1\n      }\n    }\n  }\n}"}],"_postman_id":"9f31a349-48b8-4dd0-8b61-44d48e5015b7"},{"name":"Get total count","id":"22deca29-acb5-4221-be9b-4aa3b5af0f3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomerOrders {\r\n    customerOrders {\r\n        total_count\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customerOrders</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>total_count</td>\n<td>Int</td>\n<td>The total count of customer orders</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"32d7f573-3201-476d-8273-7a2f54fd81f2","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista i szczegóły zamówień zalogowanego klienta.\nEN — list and details of the logged-in customer's orders.\n\n*Operacja GraphQL / GraphQL operation:* `query customerOrders`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\ttotal_count\t|\tInt\t|\tThe total count of customer orders\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customerOrders\": {\n      \"total_count\": 1\n    }\n  }\n}"}],"_postman_id":"22deca29-acb5-4221-be9b-4aa3b5af0f3b"}],"id":"def7c62d-1d1f-46ce-b57b-b043d2d7da41","_postman_id":"def7c62d-1d1f-46ce-b57b-b043d2d7da41","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"01f5aee8-4bdc-42f7-9cda-f5f096dcb1aa","description":"<p>Group containing customer queries</p>\n","_postman_id":"01f5aee8-4bdc-42f7-9cda-f5f096dcb1aa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"requestPasswordResetEmail","id":"1db5fe0b-71a6-4570-8a03-a94272afa795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation RequestPasswordResetEmail {\r\n    requestPasswordResetEmail(email: \"john.doe@gmail.com\")\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — wysłanie e-maila z linkiem do resetu hasła.\nEN — send a password-reset link by e-mail.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation requestPasswordResetEmail(email)</code></p>\n<p>Request an email with a reset password token for the registered customer identified by the specified email</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The customer’s email address</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c9b75848-5fc7-46b0-bbd4-23dccc7fa9c7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — wysłanie e-maila z linkiem do resetu hasła.\nEN — send a password-reset link by e-mail.\n\n*Operacja GraphQL / GraphQL operation:* `mutation requestPasswordResetEmail(email)`\n\nRequest an email with a reset password token for the registered customer identified by the specified email\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\temail\t|\tString\t|\tThe customer’s email address\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"requestPasswordResetEmail\": \"ex@ex.pl\"\n  }\n}"}],"_postman_id":"1db5fe0b-71a6-4570-8a03-a94272afa795"},{"name":"resetPassword","id":"ec20b891-acf0-4971-861e-2198a955082f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation ResetPassword {\r\n    resetPassword(\r\n        email: \"john.doe@gmail.com\"\r\n        resetPasswordToken: \"token\"\r\n        newPassword: \"john1234\"\r\n    )\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — ustawienie nowego hasła na podstawie tokenu z e-maila.\nEN — set a new password using the token from the e-mail.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation resetPassword(email, resetPasswordToken, newPassword)</code></p>\n<p>Reset a customer's password using the reset password token that the customer received in an email after requesting it using <code>requestPasswordResetEmail</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>String</td>\n<td>The customer’s email address</td>\n</tr>\n<tr>\n<td>resetPasswordToken</td>\n<td>String</td>\n<td>A runtime token generated by the <code>requestPasswordResetEmail</code> mutation</td>\n</tr>\n<tr>\n<td>newPassword</td>\n<td>String</td>\n<td>The customer’s new password</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"65227726-b889-4474-b44c-9e4b49e8cb26","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — ustawienie nowego hasła na podstawie tokenu z e-maila.\nEN — set a new password using the token from the e-mail.\n\n*Operacja GraphQL / GraphQL operation:* `mutation resetPassword(email, resetPasswordToken, newPassword)`\n\nReset a customer's password using the reset password token that the customer received in an email after requesting it using `requestPasswordResetEmail`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\temail\t|\tString\t|\tThe customer’s email address\t|\n|\tresetPasswordToken\t|\tString\t|\tA runtime token generated by the `requestPasswordResetEmail` mutation\t|\n|\tnewPassword\t|\tString\t|\tThe customer’s new password\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"resetPassword\": \"string\"\n  }\n}"}],"_postman_id":"ec20b891-acf0-4971-861e-2198a955082f"},{"name":"deleteCustomer","id":"b08e58f3-9107-48fd-995d-7ac3a0b21796","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation DeleteCustomer {\r\n    deleteCustomer\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — usunięcie konta zalogowanego klienta (operacja nieodwracalna).\nEN — delete the logged-in customer's account (irreversible).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation deleteCustomer</code></p>\n<p>Delete customer account</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"33c6785b-34ad-40de-8636-aa4724992db0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — usunięcie konta zalogowanego klienta (operacja nieodwracalna).\nEN — delete the logged-in customer's account (irreversible).\n\n*Operacja GraphQL / GraphQL operation:* `mutation deleteCustomer`\n\nDelete customer account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"deleteCustomer\": \"string\"\n  }\n}"}],"_postman_id":"b08e58f3-9107-48fd-995d-7ac3a0b21796"},{"name":"deleteCustomerAddress","id":"5af9be68-90b2-426c-a126-f4ee726f5b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation DeleteCustomerAddress {\r\n    deleteCustomerAddress(id: 1)\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — usunięcie adresu klienta po <code>id</code>.\nEN — delete a customer address by <code>id</code>.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation deleteCustomerAddress(id)</code></p>\n<p>Delete the billing or shipping address of a customer</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID of the customer address to be deleted</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"08ef8d8a-6174-401a-8b68-8e1fe26c11c7","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — usunięcie adresu klienta po `id`.\nEN — delete a customer address by `id`.\n\n*Operacja GraphQL / GraphQL operation:* `mutation deleteCustomerAddress(id)`\n\nDelete the billing or shipping address of a customer\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tid\t|\tInt\t|\tThe ID of the customer address to be deleted\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"deleteCustomerAddress\": \"string\"\n  }\n}"}],"_postman_id":"5af9be68-90b2-426c-a126-f4ee726f5b78"}],"id":"ba2417d5-5a8f-4886-8cfa-3b82ca9991e7","description":"<p>Konto klienta — dane, adresy, zamówienia, recenzje, wishlisty oraz mutacje konta.</p>\n<ul>\n<li><code>Customer</code> — dane zalogowanego klienta (głębokie drzewo: adresy, orders, reviews, wishlist…).</li>\n<li>Mutacje: <code>requestPasswordResetEmail</code>, <code>resetPassword</code>, <code>deleteCustomer</code>, <code>deleteCustomerAddress</code>.</li>\n</ul>\n<p><strong>Wymaga <code></code></strong> (poza resetem hasła, który działa bez tokenu).</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Customer account — data, addresses, orders, reviews, wishlists and account mutations.</p>\n<ul>\n<li><code>Customer</code> — logged-in customer data (deep tree: addresses, orders, reviews, wishlist…).</li>\n<li>Mutations: <code>requestPasswordResetEmail</code>, <code>resetPassword</code>, <code>deleteCustomer</code>, <code>deleteCustomerAddress</code>.</li>\n</ul>\n<p><strong>Requires <code></code></strong> (except password reset, which works without a token).</p>\n","_postman_id":"ba2417d5-5a8f-4886-8cfa-3b82ca9991e7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Orders","item":[{"name":"getOrder","item":[{"name":"Items","item":[{"name":"Get information","id":"3d82d9cb-68ef-411e-8b58-58bb5e25bab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder {\r\n        items {\r\n            gross_price\r\n            id\r\n            index\r\n            name\r\n            net_price\r\n            product_name\r\n            product_sku\r\n            product_type\r\n            product_url_key\r\n            quantity\r\n            quantity_canceled\r\n            quantity_invoiced\r\n            quantity_ordered\r\n            quantity_refunded\r\n            quantity_returned\r\n            quantity_shipped\r\n            row_total_gross\r\n            row_total_net\r\n            row_total_tax\r\n            sku\r\n            status\r\n            tax_rate\r\n            unit\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>String</td>\n<td>The unique ID for an <code>Order</code> object</td>\n</tr>\n<tr>\n<td>ordered_at</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>ordered_by_email</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>products_gross_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>products_net_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>products_tax_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipped_at</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_gross_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_net_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_tracking_link</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fcb7917b-17a3-42a0-a698-ea230a449731","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\tbilling_address\t|\tString\t|\tNone\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\torder_number\t|\tString\t|\tThe unique ID for an `Order` object\t|\n|\tordered_at\t|\tString\t|\tNone\t|\n|\tordered_by_email\t|\tString\t|\tNone\t|\n|\tproducts_gross_total\t|\tFloat\t|\tNone\t|\n|\tproducts_net_total\t|\tFloat\t|\tNone\t|\n|\tproducts_tax_total\t|\tFloat\t|\tNone\t|\n|\tshipped_at\t|\tString\t|\tNone\t|\n|\tshipping_address\t|\tString\t|\tNone\t|\n|\tshipping_gross_total\t|\tFloat\t|\tNone\t|\n|\tshipping_method\t|\tString\t|\tNone\t|\n|\tshipping_net_total\t|\tFloat\t|\tNone\t|\n|\tshipping_number\t|\tString\t|\tNone\t|\n|\tshipping_tracking_link\t|\tString\t|\tNone\t|\n|\tstatus\t|\tString\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"gross_price\": 0,\n          \"id\": \"1\",\n          \"index\": \"string\",\n          \"name\": \"przykład / example\",\n          \"net_price\": 0,\n          \"product_name\": \"string\",\n          \"product_sku\": \"string\",\n          \"product_type\": \"string\",\n          \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"quantity\": 1,\n          \"quantity_canceled\": \"string\",\n          \"quantity_invoiced\": \"string\",\n          \"quantity_ordered\": \"string\",\n          \"quantity_refunded\": \"string\",\n          \"quantity_returned\": \"string\",\n          \"quantity_shipped\": \"string\",\n          \"row_total_gross\": 0,\n          \"row_total_net\": 0,\n          \"row_total_tax\": 0,\n          \"sku\": \"SKU-001\",\n          \"status\": \"OK\",\n          \"tax_rate\": 23,\n          \"unit\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"3d82d9cb-68ef-411e-8b58-58bb5e25bab1"},{"name":"Get discounts","id":"1c371666-9d84-4894-9c2d-03267ed8e9a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            discounts {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"47913001-38d1-48cb-8893-ade1c4affc0e","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR\t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"discounts\": [\n            {\n              \"label\": \"przykład / example\",\n              \"amount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1c371666-9d84-4894-9c2d-03267ed8e9a2"},{"name":"Get entered options","id":"6eeae552-825a-4fba-9f1d-f8eb7d852f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            entered_options {\r\n                label\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ea062d8f-c5c0-4620-af05-5645573a6c02","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as logo or image\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"entered_options\": [\n            {\n              \"label\": \"przykład / example\",\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6eeae552-825a-4fba-9f1d-f8eb7d852f7e"},{"name":"Get gift message","id":"7d576f00-a750-4697-9cc4-dc5705dc8021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            gift_message {\r\n                from\r\n                message\r\n                to\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"44a16b6e-65c4-4c9e-81a8-3fcd4f5c72ce","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"gift_message\": {\n            \"from\": \"string\",\n            \"message\": \"przykład / example\",\n            \"to\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7d576f00-a750-4697-9cc4-dc5705dc8021"},{"name":"Get product sale price","id":"dc48087d-bd10-4cde-a1d1-0370412643b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            product_sale_price {\r\n                currency\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price of the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"4c77e459-efa4-43c8-ad74-daf5808e33ec","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price of the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR\t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"product_sale_price\": {\n            \"currency\": \"PLN\",\n            \"value\": 0\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"dc48087d-bd10-4cde-a1d1-0370412643b5"},{"name":"Get selected options","id":"2a41175e-a874-48d3-b395-37fa6f2da318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            selected_options {\r\n                label\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"ecb2bea6-7ea3-40cc-bf29-bdbd698d2570","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"selected_options\": [\n            {\n              \"label\": \"przykład / example\",\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2a41175e-a874-48d3-b395-37fa6f2da318"}],"id":"ebb4dde5-d0ab-4391-8d42-a3306484bfd2","_postman_id":"ebb4dde5-d0ab-4391-8d42-a3306484bfd2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"6b79dd84-4005-4fd6-b4a7-75c7ed2332f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        billing_address\r\n        order_id\r\n        order_number\r\n        ordered_at\r\n        ordered_by_email\r\n        products_gross_total\r\n        products_net_total\r\n        products_tax_total\r\n        shipped_at\r\n        shipping_address\r\n        shipping_gross_total\r\n        shipping_method\r\n        shipping_net_total\r\n        shipping_number\r\n        shipping_tracking_link\r\n        status\r\n        updated_at\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gross_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>index</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>net_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>row_total_gross</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>row_total_net</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>row_total_tax</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n<tr>\n<td>tax_rate</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>String</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"482bcd6c-79a8-49b0-8647-e909188e85fa","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tgross_price\t|\tFloat\t|\tNone\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tindex\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tNone\t|\n|\tnet_price\t|\tFloat\t|\tNone\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity\t|\tFloat\t|\tNone\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tNone\t|\n|\trow_total_gross\t|\tFloat\t|\tNone\t|\n|\trow_total_net\t|\tFloat\t|\tNone\t|\n|\trow_total_tax\t|\tFloat\t|\tNone\t|\n|\tsku\t|\tString\t|\tNone\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n|\ttax_rate\t|\tFloat\t|\tNone\t|\n|\tunit\t|\tString\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"billing_address\": \"string\",\n      \"order_id\": \"1\",\n      \"order_number\": \"string\",\n      \"ordered_at\": \"2025-01-01 12:00:00\",\n      \"ordered_by_email\": \"ex@ex.pl\",\n      \"products_gross_total\": 0,\n      \"products_net_total\": 0,\n      \"products_tax_total\": 0,\n      \"shipped_at\": \"2025-01-01 12:00:00\",\n      \"shipping_address\": \"string\",\n      \"shipping_gross_total\": 0,\n      \"shipping_method\": \"string\",\n      \"shipping_net_total\": 0,\n      \"shipping_number\": \"string\",\n      \"shipping_tracking_link\": \"https://hurtownia.agrorami.pl/...\",\n      \"status\": \"OK\",\n      \"updated_at\": \"2025-01-01 12:00:00\"\n    }\n  }\n}"}],"_postman_id":"6b79dd84-4005-4fd6-b4a7-75c7ed2332f8"}],"id":"9c06e87c-1df8-49e9-a454-9d12a1e05e25","_postman_id":"9c06e87c-1df8-49e9-a454-9d12a1e05e25","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"getOrderList","item":[{"name":"Items","item":[{"name":"Get information","id":"d0baa6d9-7dbd-40a8-a2bb-3c593ac03608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder {\r\n        items {\r\n            gross_price\r\n            id\r\n            index\r\n            name\r\n            net_price\r\n            product_name\r\n            product_sku\r\n            product_type\r\n            product_url_key\r\n            quantity\r\n            quantity_canceled\r\n            quantity_invoiced\r\n            quantity_ordered\r\n            quantity_refunded\r\n            quantity_returned\r\n            quantity_shipped\r\n            row_total_gross\r\n            row_total_net\r\n            row_total_tax\r\n            sku\r\n            status\r\n            tax_rate\r\n            unit\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>order_number</td>\n<td>String</td>\n<td>The unique ID for an <code>Order</code> object</td>\n</tr>\n<tr>\n<td>ordered_at</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>ordered_by_email</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>products_gross_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>products_net_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>products_tax_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipped_at</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_address</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_gross_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_method</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_net_total</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>shipping_tracking_link</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"493970bb-6f4e-4910-bdd9-9fdee0af8d0d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\tbilling_address\t|\tString\t|\tNone\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\torder_number\t|\tString\t|\tThe unique ID for an `Order` object\t|\n|\tordered_at\t|\tString\t|\tNone\t|\n|\tordered_by_email\t|\tString\t|\tNone\t|\n|\tproducts_gross_total\t|\tFloat\t|\tNone\t|\n|\tproducts_net_total\t|\tFloat\t|\tNone\t|\n|\tproducts_tax_total\t|\tFloat\t|\tNone\t|\n|\tshipped_at\t|\tString\t|\tNone\t|\n|\tshipping_address\t|\tString\t|\tNone\t|\n|\tshipping_gross_total\t|\tFloat\t|\tNone\t|\n|\tshipping_method\t|\tString\t|\tNone\t|\n|\tshipping_net_total\t|\tFloat\t|\tNone\t|\n|\tshipping_number\t|\tString\t|\tNone\t|\n|\tshipping_tracking_link\t|\tString\t|\tNone\t|\n|\tstatus\t|\tString\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"gross_price\": 0,\n          \"id\": \"1\",\n          \"index\": \"string\",\n          \"name\": \"przykład / example\",\n          \"net_price\": 0,\n          \"product_name\": \"string\",\n          \"product_sku\": \"string\",\n          \"product_type\": \"string\",\n          \"product_url_key\": \"https://hurtownia.agrorami.pl/...\",\n          \"quantity\": 1,\n          \"quantity_canceled\": \"string\",\n          \"quantity_invoiced\": \"string\",\n          \"quantity_ordered\": \"string\",\n          \"quantity_refunded\": \"string\",\n          \"quantity_returned\": \"string\",\n          \"quantity_shipped\": \"string\",\n          \"row_total_gross\": 0,\n          \"row_total_net\": 0,\n          \"row_total_tax\": 0,\n          \"sku\": \"SKU-001\",\n          \"status\": \"OK\",\n          \"tax_rate\": 23,\n          \"unit\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d0baa6d9-7dbd-40a8-a2bb-3c593ac03608"},{"name":"Get discounts","id":"4466ca20-003f-4b60-b842-b6fe1cb2d3e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            discounts {\r\n                label\r\n                amount {\r\n                    currency\r\n                    value\r\n                }\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>discounts</td>\n<td>Discount</td>\n<td>The final discount information for the product</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Money</td>\n<td>The amount of the discount</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>A description of the discount</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"6e19f55c-1a4c-468c-a5fd-42f13c8381a0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tdiscounts\t|\tDiscount\t|\tThe final discount information for the product\t|\n|\tamount\t|\tMoney\t|\tThe amount of the discount\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR\t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n|\tlabel\t|\tString\t|\tA description of the discount\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"discounts\": [\n            {\n              \"label\": \"przykład / example\",\n              \"amount\": {\n                \"currency\": \"PLN\",\n                \"value\": 0\n              }\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"4466ca20-003f-4b60-b842-b6fe1cb2d3e5"},{"name":"Get entered options","id":"ac7731ee-efe6-4e11-a633-4bed8b6dc130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            entered_options {\r\n                label\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>entered_options</td>\n<td>OrderItemOption</td>\n<td>The entered option for the base product, such as logo or image</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e580ed18-febe-459b-98e8-12b254422268","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tentered_options\t|\tOrderItemOption\t|\tThe entered option for the base product, such as logo or image\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"entered_options\": [\n            {\n              \"label\": \"przykład / example\",\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"ac7731ee-efe6-4e11-a633-4bed8b6dc130"},{"name":"Get gift message","id":"697a09b4-ab79-4530-8265-be3bfcbaddc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            gift_message {\r\n                from\r\n                message\r\n                to\r\n            }\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message</td>\n<td>GiftMessage</td>\n<td>The selected gift message for the order item</td>\n</tr>\n<tr>\n<td>from</td>\n<td>String</td>\n<td>Sender name</td>\n</tr>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>Gift message text</td>\n</tr>\n<tr>\n<td>to</td>\n<td>String</td>\n<td>Recipient name</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"1d7dfaa9-47ae-4bf3-bd3b-3585df0a6d80","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tgift_message\t|\tGiftMessage\t|\tThe selected gift message for the order item\t|\n|\tfrom\t|\tString\t|\tSender name\t|\n|\tmessage\t|\tString\t|\tGift message text\t|\n|\tto\t|\tString\t|\tRecipient name\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"gift_message\": {\n            \"from\": \"string\",\n            \"message\": \"przykład / example\",\n            \"to\": \"string\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"697a09b4-ab79-4530-8265-be3bfcbaddc0"},{"name":"Get product sale price","id":"df754b5d-8a46-4841-b66c-c9645dc9d5ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            product_sale_price {\r\n                currency\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>product_sale_price</td>\n<td>Money</td>\n<td>The sale price of the base product, including selected options</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>CurrencyEnum</td>\n<td>A three-letter currency code, such as USD or EUR</td>\n</tr>\n<tr>\n<td>value</td>\n<td>Float</td>\n<td>A number expressing a monetary value</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"e934c3c0-7fdf-41a1-a0f6-116ba6c15832","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tproduct_sale_price\t|\tMoney\t|\tThe sale price of the base product, including selected options\t|\n|\tcurrency\t|\tCurrencyEnum\t|\tA three-letter currency code, such as USD or EUR\t|\n|\tvalue\t|\tFloat\t|\tA number expressing a monetary value\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"product_sale_price\": {\n            \"currency\": \"PLN\",\n            \"value\": 0\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"df754b5d-8a46-4841-b66c-c9645dc9d5ec"},{"name":"Get selected options","id":"f5e392cc-bb3e-48c0-9fd1-b24970894f21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        items {\r\n            selected_options {\r\n                label\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>selected_options</td>\n<td>OrderItemOption</td>\n<td>The selected options for the base product, such as color or size</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The name of the option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The value of the option</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"a9829faf-17bd-46ce-8abd-1c928fd97f8d","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tselected_options\t|\tOrderItemOption\t|\tThe selected options for the base product, such as color or size\t|\n|\tlabel\t|\tString\t|\tThe name of the option\t|\n|\tvalue\t|\tString\t|\tThe value of the option\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"items\": [\n        {\n          \"selected_options\": [\n            {\n              \"label\": \"przykład / example\",\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f5e392cc-bb3e-48c0-9fd1-b24970894f21"}],"id":"fc9c3fd7-8f32-4f2a-86dc-af0ad7a5f1a2","_postman_id":"fc9c3fd7-8f32-4f2a-86dc-af0ad7a5f1a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"d50787b8-7e00-4cbb-b54d-30a3fb3cb385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetOrder {\r\n    getOrder(order_id: 1) {\r\n        billing_address\r\n        order_id\r\n        order_number\r\n        ordered_at\r\n        ordered_by_email\r\n        products_gross_total\r\n        products_net_total\r\n        products_tax_total\r\n        shipped_at\r\n        shipping_address\r\n        shipping_gross_total\r\n        shipping_method\r\n        shipping_net_total\r\n        shipping_number\r\n        shipping_tracking_link\r\n        status\r\n        updated_at\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — szczegóły pojedynczego zamówienia po <code>order_id</code> (customowy resolver tej instancji).\nEN — details of a single order by <code>order_id</code> (custom resolver of this instance).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getOrder(order_id)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>order_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>items</td>\n<td>OrderItem</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gross_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>ID</td>\n<td>The unique ID for an <code>OrderItemInterface</code> object</td>\n</tr>\n<tr>\n<td>index</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>net_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>product_name</td>\n<td>String</td>\n<td>The name of the base product</td>\n</tr>\n<tr>\n<td>product_sku</td>\n<td>String</td>\n<td>The SKU of the base product</td>\n</tr>\n<tr>\n<td>product_type</td>\n<td>String</td>\n<td>The type of product, such as sime, configurable, etc.</td>\n</tr>\n<tr>\n<td>product_url_key</td>\n<td>String</td>\n<td>URL key of the base product</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>quantity_canceled</td>\n<td>Float</td>\n<td>The number of canceled items</td>\n</tr>\n<tr>\n<td>quantity_invoiced</td>\n<td>Float</td>\n<td>The number of invoiced items</td>\n</tr>\n<tr>\n<td>quantity_ordered</td>\n<td>Float</td>\n<td>The number of units ordered for this item</td>\n</tr>\n<tr>\n<td>quantity_refunded</td>\n<td>Float</td>\n<td>The number of refunded items</td>\n</tr>\n<tr>\n<td>quantity_returned</td>\n<td>Float</td>\n<td>The number of returned items</td>\n</tr>\n<tr>\n<td>quantity_shipped</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>row_total_gross</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>row_total_net</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>row_total_tax</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>The status of the order item</td>\n</tr>\n<tr>\n<td>tax_rate</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>String</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"519de49c-04c1-46e6-bea3-bfaf58040e0f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — szczegóły pojedynczego zamówienia po `order_id` (customowy resolver tej instancji).\nEN — details of a single order by `order_id` (custom resolver of this instance).\n\n*Operacja GraphQL / GraphQL operation:* `query getOrder(order_id)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\torder_id\t|\tInt\t|\tNone\t|\n|\titems\t|\tOrderItem\t|\tNone\t|\n|\tgross_price\t|\tFloat\t|\tNone\t|\n|\tid\t|\tID\t|\tThe unique ID for an `OrderItemInterface` object\t|\n|\tindex\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tNone\t|\n|\tnet_price\t|\tFloat\t|\tNone\t|\n|\tproduct_name\t|\tString\t|\tThe name of the base product\t|\n|\tproduct_sku\t|\tString\t|\tThe SKU of the base product\t|\n|\tproduct_type\t|\tString\t|\tThe type of product, such as sime, configurable, etc.\t|\n|\tproduct_url_key\t|\tString\t|\tURL key of the base product\t|\n|\tquantity\t|\tFloat\t|\tNone\t|\n|\tquantity_canceled\t|\tFloat\t|\tThe number of canceled items\t|\n|\tquantity_invoiced\t|\tFloat\t|\tThe number of invoiced items\t|\n|\tquantity_ordered\t|\tFloat\t|\tThe number of units ordered for this item\t|\n|\tquantity_refunded\t|\tFloat\t|\tThe number of refunded items\t|\n|\tquantity_returned\t|\tFloat\t|\tThe number of returned items\t|\n|\tquantity_shipped\t|\tFloat\t|\tNone\t|\n|\trow_total_gross\t|\tFloat\t|\tNone\t|\n|\trow_total_net\t|\tFloat\t|\tNone\t|\n|\trow_total_tax\t|\tFloat\t|\tNone\t|\n|\tsku\t|\tString\t|\tNone\t|\n|\tstatus\t|\tString\t|\tThe status of the order item\t|\n|\ttax_rate\t|\tFloat\t|\tNone\t|\n|\tunit\t|\tString\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getOrder\": {\n      \"billing_address\": \"string\",\n      \"order_id\": \"1\",\n      \"order_number\": \"string\",\n      \"ordered_at\": \"2025-01-01 12:00:00\",\n      \"ordered_by_email\": \"ex@ex.pl\",\n      \"products_gross_total\": 0,\n      \"products_net_total\": 0,\n      \"products_tax_total\": 0,\n      \"shipped_at\": \"2025-01-01 12:00:00\",\n      \"shipping_address\": \"string\",\n      \"shipping_gross_total\": 0,\n      \"shipping_method\": \"string\",\n      \"shipping_net_total\": 0,\n      \"shipping_number\": \"string\",\n      \"shipping_tracking_link\": \"https://hurtownia.agrorami.pl/...\",\n      \"status\": \"OK\",\n      \"updated_at\": \"2025-01-01 12:00:00\"\n    }\n  }\n}"}],"_postman_id":"d50787b8-7e00-4cbb-b54d-30a3fb3cb385"}],"id":"18fb1469-0081-47d8-83fa-ebe72f5f4f52","_postman_id":"18fb1469-0081-47d8-83fa-ebe72f5f4f52","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"getSettlementHistory","item":[{"name":"Get settlement history","id":"cc41f84e-e832-40a6-951a-65252bde50b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query GetSettlementHistory {\r\n    getSettlementHistory {\r\n        merchant_credit {\r\n            label\r\n            value\r\n        }\r\n        sales_documents {\r\n            billing_address\r\n            document_number\r\n            file_download_link_edi\r\n            file_download_link_pdf\r\n            file_download_link_xml\r\n            settlements\r\n            status\r\n            type\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — historia rozliczeń i dokumenty sprzedaży (customowy resolver B2B).\nEN — settlement history and sales documents (custom B2B resolver).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query getSettlementHistory</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchant_credit</td>\n<td>MerchantCreditInfo</td>\n<td>None</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>sales_documents</td>\n<td>SalesDocument</td>\n<td>None</td>\n</tr>\n<tr>\n<td>billing_address</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>document_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>file_download_link_edi</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>file_download_link_pdf</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>file_download_link_xml</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>settlements</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>status</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>None</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"1825edb4-39a2-44a4-8a3f-e131ddaabe42","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — historia rozliczeń i dokumenty sprzedaży (customowy resolver B2B).\nEN — settlement history and sales documents (custom B2B resolver).\n\n*Operacja GraphQL / GraphQL operation:* `query getSettlementHistory`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tmerchant_credit\t|\tMerchantCreditInfo\t|\tNone\t|\n|\tlabel\t|\tString\t|\tNone\t|\n|\tvalue\t|\tString\t|\tNone\t|\n|\tsales_documents\t|\tSalesDocument\t|\tNone\t|\n|\tbilling_address\t|\tString\t|\tNone\t|\n|\tdocument_number\t|\tString\t|\tNone\t|\n|\tfile_download_link_edi\t|\tString\t|\tNone\t|\n|\tfile_download_link_pdf\t|\tString\t|\tNone\t|\n|\tfile_download_link_xml\t|\tString\t|\tNone\t|\n|\tsettlements\t|\tString\t|\tNone\t|\n|\tstatus\t|\tString\t|\tNone\t|\n|\ttype\t|\tString\t|\tNone\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"getSettlementHistory\": {\n      \"merchant_credit\": {\n        \"label\": \"przykład / example\",\n        \"value\": 0\n      },\n      \"sales_documents\": [\n        {\n          \"billing_address\": \"string\",\n          \"document_number\": \"przykład / example\",\n          \"file_download_link_edi\": \"https://hurtownia.agrorami.pl/...\",\n          \"file_download_link_pdf\": \"https://hurtownia.agrorami.pl/...\",\n          \"file_download_link_xml\": \"https://hurtownia.agrorami.pl/...\",\n          \"settlements\": \"string\",\n          \"status\": \"OK\",\n          \"type\": \"simple\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"cc41f84e-e832-40a6-951a-65252bde50b8"}],"id":"410fde93-e395-45e9-a387-ce9e52af543f","_postman_id":"410fde93-e395-45e9-a387-ce9e52af543f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"e932f8f0-890e-4ac7-9830-e0475915e9e5","description":"<p>Zamówienia i rozliczenia.</p>\n<ul>\n<li><code>getOrder</code> / <code>getOrderList</code> — zamówienie po ID / lista zamówień.</li>\n<li><code>getSettlementHistory</code> — historia rozliczeń i dokumenty sprzedaży.</li>\n</ul>\n<blockquote>\n<p>Uwaga: <code>getOrder</code>, <code>getOrderList</code>, <code>getSettlementHistory</code> to <strong>customowe resolvery</strong> tej instancji, a nie standard Adobe Commerce (standardem jest <code>customerOrders</code>). Wymaga <code></code>.</p>\n</blockquote>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Orders and settlements.</p>\n<ul>\n<li><code>getOrder</code> / <code>getOrderList</code> — order by ID / order list.</li>\n<li><code>getSettlementHistory</code> — settlement history and sales documents.</li>\n</ul>\n<blockquote>\n<p>Note: <code>getOrder</code>, <code>getOrderList</code>, <code>getSettlementHistory</code> are <strong>custom resolvers</strong> of this instance, not standard Adobe Commerce (<code>customerOrders</code>). Requires <code></code>.</p>\n</blockquote>\n","_postman_id":"e932f8f0-890e-4ac7-9830-e0475915e9e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Wishlist","item":[{"name":"Wishlist","item":[{"name":"Items","item":[{"name":"Get information","id":"37d13385-795b-4adb-90d7-8db98bfbbf95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Wishlist {\r\n    wishlist {\r\n        items {\r\n            added_at\r\n            description\r\n            id\r\n            qty\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista życzeń klienta wraz z danymi produktów.\nEN — the customer's wish list with product data.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query wishlist</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>An array of items in the customer’s wishlist</td>\n</tr>\n<tr>\n<td>added_at</td>\n<td>String</td>\n<td>The time when the customer added the item to the wish list</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String</td>\n<td>The customer’s comment about this item</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The unique ID for a <code>WishlistItem</code> object</td>\n</tr>\n<tr>\n<td>qty</td>\n<td>Float</td>\n<td>The quantity of this wish list item</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"fb3229da-7ac2-45ac-8817-e24197ffdce4","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista życzeń klienta wraz z danymi produktów.\nEN — the customer's wish list with product data.\n\n*Operacja GraphQL / GraphQL operation:* `query wishlist`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tWishlistItem\t|\tAn array of items in the customer’s wishlist\t|\n|\tadded_at\t|\tString\t|\tThe time when the customer added the item to the wish list\t|\n|\tdescription\t|\tString\t|\tThe customer’s comment about this item\t|\n|\tid\t|\tInt\t|\tThe unique ID for a `WishlistItem` object\t|\n|\tqty\t|\tFloat\t|\tThe quantity of this wish list item\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"wishlist\": {\n      \"items\": [\n        {\n          \"added_at\": \"2025-01-01 12:00:00\",\n          \"description\": \"string\",\n          \"id\": \"1\",\n          \"qty\": 1\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"37d13385-795b-4adb-90d7-8db98bfbbf95"},{"name":"Get product information","id":"23619bd8-9505-44af-a28a-593f217dbe51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Wishlist {\r\n    wishlist {\r\n        items {\r\n            product {\r\n                air_pressure\r\n                attachments_links\r\n                attribute_set_id\r\n                breadcrumbs_category\r\n                canonical_url\r\n                catalog_number\r\n                color\r\n                country_of_manufacture\r\n                created_at\r\n                express_external_shipping_price\r\n                gift_message_available\r\n                hole\r\n                id\r\n                is_external_shipping_allowed\r\n                manufacturer\r\n                meta_description\r\n                meta_keyword\r\n                meta_title\r\n                mp_specific_customer\r\n                mp_tier_group\r\n                name\r\n                new_from_date\r\n                new_to_date\r\n                only_x_left_in_stock\r\n                options_container\r\n                product_flag\r\n                rating_summary\r\n                review_count\r\n                sku\r\n                special_from_date\r\n                special_price\r\n                special_to_date\r\n                standard_external_shipping_price\r\n                stock_status\r\n                swatch_image\r\n                tier_price\r\n                type_id\r\n                uid\r\n                unit\r\n                updated_at\r\n                url_key\r\n                url_path\r\n                url_suffix\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista życzeń klienta wraz z danymi produktów.\nEN — the customer's wish list with product data.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query wishlist</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>WishlistItem</td>\n<td>An array of items in the customer’s wishlist</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about the wish list item</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cb796b06-389c-4d6e-9c36-5ed33ca88112","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista życzeń klienta wraz z danymi produktów.\nEN — the customer's wish list with product data.\n\n*Operacja GraphQL / GraphQL operation:* `query wishlist`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tWishlistItem\t|\tAn array of items in the customer’s wishlist\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about the wish list item\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"wishlist\": {\n      \"items\": [\n        {\n          \"product\": {\n            \"air_pressure\": \"string\",\n            \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n            \"attribute_set_id\": \"string\",\n            \"breadcrumbs_category\": \"string\",\n            \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n            \"catalog_number\": \"string\",\n            \"color\": \"string\",\n            \"country_of_manufacture\": \"string\",\n            \"created_at\": \"2025-01-01 12:00:00\",\n            \"express_external_shipping_price\": 0,\n            \"gift_message_available\": \"string\",\n            \"hole\": \"string\",\n            \"id\": \"1\",\n            \"is_external_shipping_allowed\": \"string\",\n            \"manufacturer\": \"string\",\n            \"meta_description\": \"string\",\n            \"meta_keyword\": \"string\",\n            \"meta_title\": \"string\",\n            \"mp_specific_customer\": \"string\",\n            \"mp_tier_group\": \"string\",\n            \"name\": \"przykład / example\",\n            \"new_from_date\": \"2025-01-01 12:00:00\",\n            \"new_to_date\": \"2025-01-01 12:00:00\",\n            \"only_x_left_in_stock\": \"string\",\n            \"options_container\": \"string\",\n            \"product_flag\": \"string\",\n            \"rating_summary\": \"string\",\n            \"review_count\": \"string\",\n            \"sku\": \"SKU-001\",\n            \"special_from_date\": \"2025-01-01 12:00:00\",\n            \"special_price\": 0,\n            \"special_to_date\": \"2025-01-01 12:00:00\",\n            \"standard_external_shipping_price\": 0,\n            \"stock_status\": \"IN_STOCK\",\n            \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n            \"tier_price\": 0,\n            \"type_id\": \"string\",\n            \"uid\": \"1\",\n            \"unit\": \"string\",\n            \"updated_at\": \"2025-01-01 12:00:00\",\n            \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n            \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n            \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"23619bd8-9505-44af-a28a-593f217dbe51"}],"id":"cb3d3f44-402f-4ed1-81a1-ec37fc26135b","description":"<p>An array of items in the customer's wish list.</p>\n","_postman_id":"cb3d3f44-402f-4ed1-81a1-ec37fc26135b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"4b1afbb2-cd92-46aa-8564-6996ff3583fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Wishlist {\r\n    wishlist {\r\n        items_count\r\n        name\r\n        sharing_code\r\n        updated_at\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista życzeń klienta wraz z danymi produktów.\nEN — the customer's wish list with product data.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query wishlist</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items_count</td>\n<td>Int</td>\n<td>The number of items in the wish list</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>When multie wish lists are enabled, the name of the customer assigns to the wishlist</td>\n</tr>\n<tr>\n<td>sharing_code</td>\n<td>String</td>\n<td>An encrypted code that links to the wish list</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>The time of the last modification to the wish list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"774ccdbc-14e5-4fcb-8c6e-5fe4adaf0095","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista życzeń klienta wraz z danymi produktów.\nEN — the customer's wish list with product data.\n\n*Operacja GraphQL / GraphQL operation:* `query wishlist`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems_count\t|\tInt\t|\tThe number of items in the wish list\t|\n|\tname\t|\tString\t|\tWhen multie wish lists are enabled, the name of the customer assigns to the wishlist\t|\n|\tsharing_code\t|\tString\t|\tAn encrypted code that links to the wish list\t|\n|\tupdated_at\t|\tString\t|\tThe time of the last modification to the wish list\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"wishlist\": {\n      \"items_count\": 1,\n      \"name\": \"przykład / example\",\n      \"sharing_code\": \"string\",\n      \"updated_at\": \"2025-01-01 12:00:00\"\n    }\n  }\n}"}],"_postman_id":"4b1afbb2-cd92-46aa-8564-6996ff3583fb"}],"id":"6ad574f3-af39-4cc1-8c10-fc6877459ce3","description":"<p>Return the contents of a customer's wish list.</p>\n","_postman_id":"6ad574f3-af39-4cc1-8c10-fc6877459ce3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"d95a35fd-ff7b-4bee-a85a-672de41d5b05","description":"<p>Listy życzeń klienta.</p>\n<ul>\n<li><code>Wishlist</code> — pozycje wishlisty wraz z danymi produktów.</li>\n</ul>\n<p>Wymaga <code></code>.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Customer wish lists.</p>\n<ul>\n<li><code>Wishlist</code> — wishlist items with product data.</li>\n</ul>\n<p>Requires <code></code>.</p>\n","_postman_id":"d95a35fd-ff7b-4bee-a85a-672de41d5b05","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Compare List","item":[{"name":"Compare list","item":[{"name":"Items","item":[{"name":"Get information","id":"7d7bfcea-3989-4a42-bdbf-d5f5e4b9d373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CompareList {\r\n    compareList(uid: \"1\") {\r\n        items {\r\n            attributes {\r\n                code\r\n                value\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — zawartość listy porównań po <code>uid</code>.\nEN — contents of a comparison list by <code>uid</code>.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query compareList(uid)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>ComparableItem</td>\n<td>An array of products to compare</td>\n</tr>\n<tr>\n<td>attributes</td>\n<td>ComparableAttribute</td>\n<td>An array of attributes that can be used for comparing products</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>An attribute code that is enabled for product comparisons</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label of the attribute code</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"054450e7-2ae7-4f2b-8bbb-1879909519e9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — zawartość listy porównań po `uid`.\nEN — contents of a comparison list by `uid`.\n\n*Operacja GraphQL / GraphQL operation:* `query compareList(uid)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tComparableItem\t|\tAn array of products to compare\t|\n|\tattributes\t|\tComparableAttribute\t|\tAn array of attributes that can be used for comparing products \t|\n|\tcode\t|\tString\t|\tAn attribute code that is enabled for product comparisons \t|\n|\tlabel\t|\tString\t|\tThe label of the attribute code\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"compareList\": {\n      \"items\": [\n        {\n          \"attributes\": [\n            {\n              \"code\": \"przykład / example\",\n              \"value\": 0\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7d7bfcea-3989-4a42-bdbf-d5f5e4b9d373"},{"name":"Get product information","id":"b793d343-a648-44ca-aba4-ba66620f38ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CompareList {\r\n    compareList(uid: \"1\") {\r\n        items {\r\n            product {\r\n                air_pressure\r\n                attachments_links\r\n                attribute_set_id\r\n                breadcrumbs_category\r\n                canonical_url\r\n                catalog_number\r\n                color\r\n                country_of_manufacture\r\n                created_at\r\n                express_external_shipping_price\r\n                gift_message_available\r\n                hole\r\n                id\r\n                indeks\r\n                is_external_shipping_allowed\r\n                manufacturer\r\n                meta_description\r\n                meta_keyword\r\n                meta_title\r\n                mp_specific_customer\r\n                mp_tier_group\r\n                name\r\n                new_from_date\r\n                new_to_date\r\n                nr_katalogowy\r\n                only_x_left_in_stock\r\n                options_container\r\n                product_flag\r\n                rating_summary\r\n                review_count\r\n                sku\r\n                special_from_date\r\n                special_price\r\n                special_to_date\r\n                standard_external_shipping_price\r\n                stock_status\r\n                swatch_image\r\n                tier_price\r\n                type_id\r\n                uid\r\n                unit\r\n                updated_at\r\n                url_key\r\n                url_path\r\n                url_suffix\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — zawartość listy porównań po <code>uid</code>.\nEN — contents of a comparison list by <code>uid</code>.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query compareList(uid)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>items</td>\n<td>ComparableItem</td>\n<td>An array of products to compare</td>\n</tr>\n<tr>\n<td>product</td>\n<td>ProductInterface</td>\n<td>Details about an item in the cart</td>\n</tr>\n<tr>\n<td>air_pressure</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attachments_links</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>attribute_set_id</td>\n<td>Int</td>\n<td>The attribute set assigned to the product</td>\n</tr>\n<tr>\n<td>breadcrumbs_category</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>canonical_url</td>\n<td>String</td>\n<td>The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled</td>\n</tr>\n<tr>\n<td>catalog_number</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>color</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>country_of_manufacture</td>\n<td>String</td>\n<td>The product’s country of origin</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>express_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>gift_message_available</td>\n<td>String</td>\n<td>Indicates whether a gift message is available</td>\n</tr>\n<tr>\n<td>hole</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the product</td>\n</tr>\n<tr>\n<td>is_external_shipping_allowed</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>Int</td>\n<td>A number representing the product’s manufacturer</td>\n</tr>\n<tr>\n<td>meta_description</td>\n<td>String</td>\n<td>A brief overview of the product for search results listings, maximum 255 characters</td>\n</tr>\n<tr>\n<td>meta_keyword</td>\n<td>String</td>\n<td>A comma-separated list of keywords that are visible only to search engines</td>\n</tr>\n<tr>\n<td>meta_title</td>\n<td>String</td>\n<td>A string that is disayed in the title bar and tab of the browser and in search results lists</td>\n</tr>\n<tr>\n<td>mp_specific_customer</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>mp_tier_group</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n<td>The product name. Customers use this name to identify the product</td>\n</tr>\n<tr>\n<td>new_from_date</td>\n<td>String</td>\n<td>The beginning date for new product listings, and determines if the product is featured as a new product</td>\n</tr>\n<tr>\n<td>new_to_date</td>\n<td>String</td>\n<td>The end date for new product listings</td>\n</tr>\n<tr>\n<td>only_x_left_in_stock</td>\n<td>Float</td>\n<td>Product stock only x left count</td>\n</tr>\n<tr>\n<td>options_container</td>\n<td>String</td>\n<td>If the product has multie options, determines where they appear on the product page</td>\n</tr>\n<tr>\n<td>product_flag</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>rating_summary</td>\n<td>Float</td>\n<td>The average of all the ratings given to the product</td>\n</tr>\n<tr>\n<td>review_count</td>\n<td>Int</td>\n<td>The total count of all the reviews given to the product</td>\n</tr>\n<tr>\n<td>sku</td>\n<td>String</td>\n<td>A number or code assigned to a product to identify the product, options, price, and manufacturer</td>\n</tr>\n<tr>\n<td>special_from_date</td>\n<td>String</td>\n<td>The beginning date that a product has a special price</td>\n</tr>\n<tr>\n<td>special_price</td>\n<td>Float</td>\n<td>The discounted price of the product</td>\n</tr>\n<tr>\n<td>standard_external_shipping_price</td>\n<td>Float</td>\n<td>None</td>\n</tr>\n<tr>\n<td>stock_status</td>\n<td>ProductStockStatus</td>\n<td>Stock status of the product</td>\n</tr>\n<tr>\n<td>swatch_image</td>\n<td>String</td>\n<td>The file name of a swatch image</td>\n</tr>\n<tr>\n<td>tier_price</td>\n<td>Float</td>\n<td>The price when tier pricing is in effect and the items purchased threshold has been reached</td>\n</tr>\n<tr>\n<td>type_id</td>\n<td>String</td>\n<td>One of sime, virtual, bundle, downloadable, grouped, or configurable</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>ProductInterface</code> object</td>\n</tr>\n<tr>\n<td>unit</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>String</td>\n<td>Timestamp indicating when the product was created</td>\n</tr>\n<tr>\n<td>url_key</td>\n<td>String</td>\n<td>The part of the category URL that identifies the product</td>\n</tr>\n<tr>\n<td>url_path</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>url_suffix</td>\n<td>String</td>\n<td>The part of the product URL that is appended after the url key</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"f1bf0d97-aa82-4b8b-98ed-fed4e80665e0","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — zawartość listy porównań po `uid`.\nEN — contents of a comparison list by `uid`.\n\n*Operacja GraphQL / GraphQL operation:* `query compareList(uid)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titems\t|\tComparableItem\t|\tAn array of products to compare\t|\n|\tproduct\t|\tProductInterface\t|\tDetails about an item in the cart\t|\n|\tair_pressure\t|\tString\t|\tNone\t|\n|\tattachments_links\t|\tString\t|\tNone\t|\n|\tattribute_set_id\t|\tInt\t|\tThe attribute set assigned to the product\t|\n|\tbreadcrumbs_category\t|\tString\t|\tNone\t|\n|\tcanonical_url\t|\tString\t|\tThe relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled \t|\n|\tcatalog_number\t|\tString\t|\tNone\t|\n|\tcolor\t|\tInt\t|\tNone\t|\n|\tcountry_of_manufacture\t|\tString\t|\tThe product’s country of origin\t|\n|\tcreated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\texpress_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tgift_message_available\t|\tString\t|\tIndicates whether a gift message is available\t|\n|\thole\t|\tString\t|\tNone\t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the product\t|\n|\tis_external_shipping_allowed\t|\tInt\t|\tNone\t|\n|\tmanufacturer\t|\tInt\t|\tA number representing the product’s manufacturer\t|\n|\tmeta_description\t|\tString\t|\tA brief overview of the product for search results listings, maximum 255 characters \t|\n|\tmeta_keyword\t|\tString\t|\tA comma-separated list of keywords that are visible only to search engines \t|\n|\tmeta_title\t|\tString\t|\tA string that is disayed in the title bar and tab of the browser and in search results lists \t|\n|\tmp_specific_customer\t|\tString\t|\tNone\t|\n|\tmp_tier_group\t|\tString\t|\tNone\t|\n|\tname\t|\tString\t|\tThe product name. Customers use this name to identify the product \t|\n|\tnew_from_date\t|\tString\t|\tThe beginning date for new product listings, and determines if the product is featured as a new product \t|\n|\tnew_to_date\t|\tString\t|\tThe end date for new product listings\t|\n|\tonly_x_left_in_stock\t|\tFloat\t|\tProduct stock only x left count\t|\n|\toptions_container\t|\tString\t|\tIf the product has multie options, determines where they appear on the product page\t|\n|\tproduct_flag\t|\tString\t|\tNone\t|\n|\trating_summary\t|\tFloat\t|\tThe average of all the ratings given to the product\t|\n|\treview_count\t|\tInt\t|\tThe total count of all the reviews given to the product\t|\n|\tsku\t|\tString\t|\tA number or code assigned to a product to identify the product, options, price, and manufacturer \t|\n|\tspecial_from_date\t|\tString\t|\tThe beginning date that a product has a special price \t|\n|\tspecial_price\t|\tFloat\t|\tThe discounted price of the product \t|\n|\tstandard_external_shipping_price\t|\tFloat\t|\tNone\t|\n|\tstock_status\t|\tProductStockStatus\t|\tStock status of the product\t|\n|\tswatch_image\t|\tString\t|\tThe file name of a swatch image\t|\n|\ttier_price\t|\tFloat\t|\tThe price when tier pricing is in effect and the items purchased threshold has been reached \t|\n|\ttype_id\t|\tString\t|\tOne of sime, virtual, bundle, downloadable, grouped, or configurable\t|\n|\tuid\t|\tID\t|\tThe unique ID for a `ProductInterface` object \t|\n|\tunit\t|\tInt\t|\tNone\t|\n|\tupdated_at\t|\tString\t|\tTimestamp indicating when the product was created\t|\n|\turl_key\t|\tString\t|\tThe part of the category URL that identifies the product\t|\n|\turl_path\t|\tString\t|\tNone\t|\n|\turl_suffix\t|\tString\t|\tThe part of the product URL that is appended after the url key\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"compareList\": {\n      \"items\": [\n        {\n          \"product\": {\n            \"air_pressure\": \"string\",\n            \"attachments_links\": \"https://hurtownia.agrorami.pl/...\",\n            \"attribute_set_id\": \"string\",\n            \"breadcrumbs_category\": \"string\",\n            \"canonical_url\": \"https://hurtownia.agrorami.pl/...\",\n            \"catalog_number\": \"string\",\n            \"color\": \"string\",\n            \"country_of_manufacture\": \"string\",\n            \"created_at\": \"2025-01-01 12:00:00\",\n            \"express_external_shipping_price\": 0,\n            \"gift_message_available\": \"string\",\n            \"hole\": \"string\",\n            \"id\": \"1\",\n            \"indeks\": \"string\",\n            \"is_external_shipping_allowed\": \"string\",\n            \"manufacturer\": \"string\",\n            \"meta_description\": \"string\",\n            \"meta_keyword\": \"string\",\n            \"meta_title\": \"string\",\n            \"mp_specific_customer\": \"string\",\n            \"mp_tier_group\": \"string\",\n            \"name\": \"przykład / example\",\n            \"new_from_date\": \"2025-01-01 12:00:00\",\n            \"new_to_date\": \"2025-01-01 12:00:00\",\n            \"nr_katalogowy\": \"string\",\n            \"only_x_left_in_stock\": \"string\",\n            \"options_container\": \"string\",\n            \"product_flag\": \"string\",\n            \"rating_summary\": \"string\",\n            \"review_count\": \"string\",\n            \"sku\": \"SKU-001\",\n            \"special_from_date\": \"2025-01-01 12:00:00\",\n            \"special_price\": 0,\n            \"special_to_date\": \"2025-01-01 12:00:00\",\n            \"standard_external_shipping_price\": 0,\n            \"stock_status\": \"IN_STOCK\",\n            \"swatch_image\": \"https://hurtownia.agrorami.pl/...\",\n            \"tier_price\": 0,\n            \"type_id\": \"string\",\n            \"uid\": \"1\",\n            \"unit\": \"string\",\n            \"updated_at\": \"2025-01-01 12:00:00\",\n            \"url_key\": \"https://hurtownia.agrorami.pl/...\",\n            \"url_path\": \"https://hurtownia.agrorami.pl/...\",\n            \"url_suffix\": \"https://hurtownia.agrorami.pl/...\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b793d343-a648-44ca-aba4-ba66620f38ab"}],"id":"42100c93-7a1f-409e-9e21-9779d6fbe493","description":"<p>Return products that have been added to the specified compare list.</p>\n","_postman_id":"42100c93-7a1f-409e-9e21-9779d6fbe493","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Get information","id":"d4b98515-906c-4ad3-8bfe-70c92579ba5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CompareList {\r\n    compareList(uid: \"1\") {\r\n        item_count\r\n        uid\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — zawartość listy porównań po <code>uid</code>.\nEN — contents of a comparison list by <code>uid</code>.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query compareList(uid)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_count</td>\n<td>Int</td>\n<td>The number of items in the compare list</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID assigned to the compare list</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"8120843b-2d0a-4d4e-8d43-6d0375ebed6a","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — zawartość listy porównań po `uid`.\nEN — contents of a comparison list by `uid`.\n\n*Operacja GraphQL / GraphQL operation:* `query compareList(uid)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\titem_count\t|\tInt\t|\tThe number of items in the compare list\t|\n|\tuid\t|\tID\t|\tThe unique ID assigned to the compare list\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"compareList\": {\n      \"item_count\": \"string\",\n      \"uid\": \"1\"\n    }\n  }\n}"}],"_postman_id":"d4b98515-906c-4ad3-8bfe-70c92579ba5c"},{"name":"Get attributes","id":"d10065a6-5b56-4cba-97cb-71e36cac33b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CompareList {\r\n    compareList(uid: \"1\") {\r\n        attributes {\r\n            code\r\n            label\r\n        }\r\n    }\r\n}\r\n\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — zawartość listy porównań po <code>uid</code>.\nEN — contents of a comparison list by <code>uid</code>.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query compareList(uid)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>attributes</td>\n<td>ComparableAttribute</td>\n<td>An array of attributes that can be used for comparing products</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>An attribute code that is enabled for product comparisons</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label of the attribute code</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"cafbd384-9cd1-4e54-93a4-3bb2a680ddb3","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — zawartość listy porównań po `uid`.\nEN — contents of a comparison list by `uid`.\n\n*Operacja GraphQL / GraphQL operation:* `query compareList(uid)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tattributes\t|\tComparableAttribute\t|\tAn array of attributes that can be used for comparing products \t|\n|\tcode\t|\tString\t|\tAn attribute code that is enabled for product comparisons \t|\n|\tlabel\t|\tString\t|\tThe label of the attribute code\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"compareList\": {\n      \"attributes\": [\n        {\n          \"code\": \"przykład / example\",\n          \"label\": \"przykład / example\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"d10065a6-5b56-4cba-97cb-71e36cac33b7"}],"id":"f48b08a2-5d47-4130-b632-7579c2f7d7a9","description":"<p>Return products that have been added to the specified compare list.</p>\n","_postman_id":"f48b08a2-5d47-4130-b632-7579c2f7d7a9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"deleteCompareList","id":"fc8d9a44-5bd9-4168-8e6c-bfb8290e8df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation DeleteCompareList {\r\n    deleteCompareList(uid: \"1\") {\r\n        result\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — usunięcie listy porównań po <code>uid</code>.\nEN — delete a comparison list by <code>uid</code>.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation deleteCompareList(uid)</code></p>\n<p>Delete the specified compare list</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uid</td>\n<td>ID</td>\n<td>The unique ID of the compare list to be deleted</td>\n</tr>\n<tr>\n<td>result</td>\n<td>Boolean</td>\n<td>Indicates whether the compare list was successfully deleted</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"c3263906-65b0-42e2-9d0b-76a8967e2685","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — usunięcie listy porównań po `uid`.\nEN — delete a comparison list by `uid`.\n\n*Operacja GraphQL / GraphQL operation:* `mutation deleteCompareList(uid)`\n\nDelete the specified compare list\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tuid\t|\tID\t|\tThe unique ID of the compare list to be deleted\t|\n|\tresult\t|\tBoolean\t|\tIndicates whether the compare list was successfully deleted\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"deleteCompareList\": {\n      \"result\": \"string\"\n    }\n  }\n}"}],"_postman_id":"fc8d9a44-5bd9-4168-8e6c-bfb8290e8df4"}],"id":"3c9d8be8-e847-4b6a-9671-28e20a6d37be","description":"<p>Listy porównań produktów.</p>\n<ul>\n<li><code>Compare list</code> — zawartość i atrybuty listy porównań.</li>\n<li><code>deleteCompareList</code> — usunięcie listy.</li>\n</ul>\n<p>Działa dla gościa (po <code>uid</code>) lub zalogowanego klienta.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Product comparison lists.</p>\n<ul>\n<li><code>Compare list</code> — contents and attributes of the comparison list.</li>\n<li><code>deleteCompareList</code> — delete the list.</li>\n</ul>\n<p>Works for a guest (by <code>uid</code>) or a logged-in customer.</p>\n","_postman_id":"3c9d8be8-e847-4b6a-9671-28e20a6d37be","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Store & Config","item":[{"name":"availableStores","item":[{"name":"Get available stores","id":"128bf5e5-ab0b-4dc4-8cc9-6aed7ff24ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query AvailableStores {\r\n    availableStores(useCurrentGroup: false) {\r\n        absolute_footer\r\n        allow_guests_to_write_product_reviews\r\n        allow_items\r\n        allow_order\r\n        autocomete_on_storefront\r\n        base_currency_code\r\n        base_link_url\r\n        base_media_url\r\n        base_static_url\r\n        base_url\r\n        catalog_default_sort_by\r\n        category_fixed_product_tax_disay_setting\r\n        category_url_suffix\r\n        check_money_order_enable_for_specific_countries\r\n        check_money_order_enabled\r\n        check_money_order_make_check_payable_to\r\n        check_money_order_max_order_total\r\n        check_money_order_min_order_total\r\n        check_money_order_new_order_status\r\n        check_money_order_payment_from_specific_countries\r\n        check_money_order_send_check_to\r\n        check_money_order_sort_order\r\n        check_money_order_title\r\n        cms_home_page\r\n        cms_no_cookies\r\n        cms_no_route\r\n        code\r\n        configurable_thumbnail_source\r\n        copyright\r\n        default_description\r\n        default_disay_currency_code\r\n        default_keywords\r\n        default_title\r\n        demonotice\r\n        front\r\n        grid_per_page\r\n        grid_per_page_values\r\n        head_includes\r\n        head_shortcut_icon\r\n        header_logo_src\r\n        id\r\n        is_default_store\r\n        is_default_store_group\r\n        list_mode\r\n        list_per_page\r\n        list_per_page_values\r\n        locale\r\n        logo_alt\r\n        logo_height\r\n        logo_width\r\n        magento_wishlist_general_is_enabled\r\n        minimum_password_length\r\n        no_route\r\n        product_fixed_product_tax_disay_setting\r\n        product_reviews_enabled\r\n        product_url_suffix\r\n        required_character_classes_number\r\n        root_category_id\r\n        root_category_uid\r\n        sales_fixed_product_tax_disay_setting\r\n        secure_base_link_url\r\n        secure_base_media_url\r\n        secure_base_static_url\r\n        secure_base_url\r\n        show_cms_breadcrumbs\r\n        store_code\r\n        store_group_code\r\n        store_group_name\r\n        store_name\r\n        store_sort_order\r\n        timezone\r\n        title_prefix\r\n        title_separator\r\n        title_suffix\r\n        use_store_in_url\r\n        website_code\r\n        website_id\r\n        website_name\r\n        weight_unit\r\n        welcome\r\n        zero_subtotal_enable_for_specific_countries\r\n        zero_subtotal_enabled\r\n        zero_subtotal_new_order_status\r\n        zero_subtotal_payment_action\r\n        zero_subtotal_payment_from_specific_countries\r\n        zero_subtotal_sort_order\r\n        zero_subtotal_title\r\n        send_friend {\r\n            enabled_for_customers\r\n            enabled_for_guests\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — lista dostępnych widoków sklepu (store views) i ich konfiguracji.\nEN — list of available store views and their configuration.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query availableStores(useCurrentGroup)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>useCurrentGroup</td>\n<td>Boolean</td>\n<td>Filter store views by the current store group</td>\n</tr>\n<tr>\n<td>absolute_footer</td>\n<td>String</td>\n<td>Contains scripts that must be included in the HTML before the closing <code>&lt;body&gt;</code> tag</td>\n</tr>\n<tr>\n<td>allow_guests_to_write_product_reviews</td>\n<td>String</td>\n<td>Indicates whether guest users can write product reviews. Possible values: 1 (Yes) and 0 (No)</td>\n</tr>\n<tr>\n<td>allow_items</td>\n<td>String</td>\n<td>The value of the Allow Gift Messages for Order Items option</td>\n</tr>\n<tr>\n<td>allow_order</td>\n<td>String</td>\n<td>The value of the Allow Gift Messages on Order Level option</td>\n</tr>\n<tr>\n<td>autocomete_on_storefront</td>\n<td>Boolean</td>\n<td>Indicates whether to enable autocomete on login and forgot password forms</td>\n</tr>\n<tr>\n<td>base_currency_code</td>\n<td>String</td>\n<td>The base currency code</td>\n</tr>\n<tr>\n<td>base_link_url</td>\n<td>String</td>\n<td>A fully-qualified URL that is used to create relative links to the <code>base_url</code></td>\n</tr>\n<tr>\n<td>base_media_url</td>\n<td>String</td>\n<td>The fully-qualified URL that specifies the location of media files</td>\n</tr>\n<tr>\n<td>base_static_url</td>\n<td>String</td>\n<td>The fully-qualified URL that specifies the location of static view files</td>\n</tr>\n<tr>\n<td>catalog_default_sort_by</td>\n<td>String</td>\n<td>The default sort order of the search results list</td>\n</tr>\n<tr>\n<td>category_fixed_product_tax_disay_setting</td>\n<td>FixedProductTaxDisaySettings</td>\n<td>Corresponds to the 'Disay Prices In Product Lists' field in the Admin. It indicates how FPT information is disayed on category pages</td>\n</tr>\n<tr>\n<td>category_url_suffix</td>\n<td>String</td>\n<td>The suffix applied to category pages, such as <code>.htm</code> or <code>.html</code></td>\n</tr>\n<tr>\n<td>check_money_order_enable_for_specific_countries</td>\n<td>Boolean</td>\n<td>Indicates whether only specific countries can use this payment method</td>\n</tr>\n<tr>\n<td>check_money_order_enabled</td>\n<td>Boolean</td>\n<td>Indicates whether the Check/Money Order payment method is enabled</td>\n</tr>\n<tr>\n<td>check_money_order_make_check_payable_to</td>\n<td>String</td>\n<td>The name of the party to whom the check must be payable</td>\n</tr>\n<tr>\n<td>check_money_order_max_order_total</td>\n<td>String</td>\n<td>The maximum order amount required to qualify for the Check/Money Order payment method</td>\n</tr>\n<tr>\n<td>check_money_order_min_order_total</td>\n<td>String</td>\n<td>The minimum order amount required to qualify for the Check/Money Order payment method</td>\n</tr>\n<tr>\n<td>check_money_order_new_order_status</td>\n<td>String</td>\n<td>The status of new orders aced using the Check/Money Order payment method</td>\n</tr>\n<tr>\n<td>check_money_order_payment_from_specific_countries</td>\n<td>String</td>\n<td>A comma-separated list of specific countries allowed to use the Check/Money Order payment method</td>\n</tr>\n<tr>\n<td>check_money_order_send_check_to</td>\n<td>String</td>\n<td>The full street address or PO Box where the checks are mailed</td>\n</tr>\n<tr>\n<td>check_money_order_sort_order</td>\n<td>Int</td>\n<td>A number indicating the position of the Check/Money Order payment method in the list of available payment methods during checkout</td>\n</tr>\n<tr>\n<td>check_money_order_title</td>\n<td>String</td>\n<td>The title of the Check/Money Order payment method disayed on the storefront</td>\n</tr>\n<tr>\n<td>cms_home_page</td>\n<td>String</td>\n<td>The name of the CMS page that identifies the home page for the store</td>\n</tr>\n<tr>\n<td>cms_no_cookies</td>\n<td>String</td>\n<td>A specific CMS page that disays when cookies are not enabled for the browser</td>\n</tr>\n<tr>\n<td>cms_no_route</td>\n<td>String</td>\n<td>A specific CMS page that disays when a 404 'Page Not Found' error occurs</td>\n</tr>\n<tr>\n<td>code</td>\n<td>String</td>\n<td>A code assigned to the store to identify it</td>\n</tr>\n<tr>\n<td>configurable_thumbnail_source</td>\n<td>String</td>\n<td>Indicates whether the <code>parent</code> or child (<code>itself</code>) thumbnail should be used in the cart for configurable products</td>\n</tr>\n<tr>\n<td>copyright</td>\n<td>String</td>\n<td>The copyright statement that appears at the bottom of each page</td>\n</tr>\n<tr>\n<td>default_description</td>\n<td>String</td>\n<td>The description that provides a summary of your site for search engine listings. It should not be more than 160 characters in length</td>\n</tr>\n<tr>\n<td>default_disay_currency_code</td>\n<td>String</td>\n<td>The default disay currency code</td>\n</tr>\n<tr>\n<td>default_keywords</td>\n<td>String</td>\n<td>A series of keywords that describe your store, each separated by a comma</td>\n</tr>\n<tr>\n<td>default_title</td>\n<td>String</td>\n<td>The title that appears at the title bar of each page when viewed in a browser</td>\n</tr>\n<tr>\n<td>demonotice</td>\n<td>Int</td>\n<td>Controls the disay of the demo store notice at the top of the page. Options: 0 (No) or 1 (Yes)</td>\n</tr>\n<tr>\n<td>front</td>\n<td>String</td>\n<td>The landing page that is associated with the base URL</td>\n</tr>\n<tr>\n<td>grid_per_page</td>\n<td>Int</td>\n<td>The default number of products per page in Grid View</td>\n</tr>\n<tr>\n<td>grid_per_page_values</td>\n<td>String</td>\n<td>A list of numbers that define how many products can be disayed in Grid View</td>\n</tr>\n<tr>\n<td>head_includes</td>\n<td>String</td>\n<td>Scripts that must be included in the HTML before the closing <code>&lt;head&gt;</code> tag</td>\n</tr>\n<tr>\n<td>head_shortcut_icon</td>\n<td>String</td>\n<td>The small graphic image (favicon) that appears in the address bar and tab of the browser</td>\n</tr>\n<tr>\n<td>header_logo_src</td>\n<td>String</td>\n<td>The path to the logo that appears in the header</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Int</td>\n<td>The ID number assigned to the store</td>\n</tr>\n<tr>\n<td>is_default_store</td>\n<td>Boolean</td>\n<td>Indicates whether the store view has been designated as the default within the store group</td>\n</tr>\n<tr>\n<td>is_default_store_group</td>\n<td>Boolean</td>\n<td>Indicates whether the store group has been designated as the default within the website</td>\n</tr>\n<tr>\n<td>list_mode</td>\n<td>String</td>\n<td>The format of the search results list</td>\n</tr>\n<tr>\n<td>list_per_page</td>\n<td>Int</td>\n<td>The default number of products per page in List View</td>\n</tr>\n<tr>\n<td>list_per_page_values</td>\n<td>String</td>\n<td>A list of numbers that define how many products can be disayed in List View</td>\n</tr>\n<tr>\n<td>locale</td>\n<td>String</td>\n<td>The store locale</td>\n</tr>\n<tr>\n<td>logo_alt</td>\n<td>String</td>\n<td>The Alt text that is associated with the logo</td>\n</tr>\n<tr>\n<td>logo_height</td>\n<td>Int</td>\n<td>The height of the logo image, in pixels</td>\n</tr>\n<tr>\n<td>logo_width</td>\n<td>Int</td>\n<td>The width of the logo image, in pixels</td>\n</tr>\n<tr>\n<td>magento_wishlist_general_is_enabled</td>\n<td>String</td>\n<td>Indicates whether wishlists are enabled (1) or disabled (0)</td>\n</tr>\n<tr>\n<td>minimum_password_length</td>\n<td>String</td>\n<td>The minimum number of characters required for a valid password</td>\n</tr>\n<tr>\n<td>no_route</td>\n<td>String</td>\n<td>The default page that disays when a 404 'Page not Found' error occurs</td>\n</tr>\n<tr>\n<td>product_fixed_product_tax_disay_setting</td>\n<td>FixedProductTaxDisaySettings</td>\n<td>Corresponds to the 'Disay Prices On Product View Page' field in the Admin. It indicates how FPT information is disayed on product pages</td>\n</tr>\n<tr>\n<td>product_reviews_enabled</td>\n<td>String</td>\n<td>Indicates whether product reviews are enabled. Possible values: 1 (Yes) and 0 (No)</td>\n</tr>\n<tr>\n<td>product_url_suffix</td>\n<td>String</td>\n<td>The suffix applied to product pages, such as <code>.htm</code> or <code>.html</code></td>\n</tr>\n<tr>\n<td>required_character_classes_number</td>\n<td>String</td>\n<td>The number of different character classes (lowercase, uppercase, digits, special characters) required in a password</td>\n</tr>\n<tr>\n<td>root_category_id</td>\n<td>Int</td>\n<td>The ID of the root category</td>\n</tr>\n<tr>\n<td>root_category_uid</td>\n<td>ID</td>\n<td>The unique ID for a <code>CategoryInterface</code> object</td>\n</tr>\n<tr>\n<td>sales_fixed_product_tax_disay_setting</td>\n<td>FixedProductTaxDisaySettings</td>\n<td>Corresponds to the 'Disay Prices In Sales Modules' field in the Admin. It indicates how FPT information is disayed on cart, checkout, and order pages</td>\n</tr>\n<tr>\n<td>secure_base_link_url</td>\n<td>String</td>\n<td>A secure fully-qualified URL that is used to create relative links to the <code>base_url</code></td>\n</tr>\n<tr>\n<td>secure_base_media_url</td>\n<td>String</td>\n<td>The secure fully-qualified URL that specifies the location of media files</td>\n</tr>\n<tr>\n<td>secure_base_static_url</td>\n<td>String</td>\n<td>The secure fully-qualified URL that specifies the location of static view files</td>\n</tr>\n<tr>\n<td>secure_base_url</td>\n<td>String</td>\n<td>The store’s fully-qualified secure base URL</td>\n</tr>\n<tr>\n<td>send_friend</td>\n<td>SendFriendConfiguration</td>\n<td>Email to a Friend configuration</td>\n</tr>\n<tr>\n<td>enabled_for_customers</td>\n<td>Boolean</td>\n<td>Indicates whether the Email to a Friend feature is enabled</td>\n</tr>\n<tr>\n<td>enabled_for_guests</td>\n<td>Boolean</td>\n<td>Indicates whether the Email to a Friend feature is enabled for guests</td>\n</tr>\n<tr>\n<td>show_cms_breadcrumbs</td>\n<td>Int</td>\n<td>Indicates whether a breadcrumb trail appears on all CMS pages in the catalog. 0 (No) or 1 (Yes)</td>\n</tr>\n<tr>\n<td>store_code</td>\n<td>ID</td>\n<td>The unique ID of the store view. In the Admin, this is called the Store View Code. When making a GraphQL call, assign this value to the <code>Store</code> header to provide the scope</td>\n</tr>\n<tr>\n<td>store_group_code</td>\n<td>ID</td>\n<td>The unique ID assigned to the store group. In the Admin, this is called the Store Name</td>\n</tr>\n<tr>\n<td>store_group_name</td>\n<td>String</td>\n<td>The label assigned to the store group</td>\n</tr>\n<tr>\n<td>store_sort_order</td>\n<td>Int</td>\n<td>The store view sort order</td>\n</tr>\n<tr>\n<td>timezone</td>\n<td>String</td>\n<td>The time zone of the store</td>\n</tr>\n<tr>\n<td>title_prefix</td>\n<td>String</td>\n<td>A prefix that appears before the title to create a two- or three-part title</td>\n</tr>\n<tr>\n<td>title_separator</td>\n<td>String</td>\n<td>The character that separates the category name and subcategory in the browser title bar</td>\n</tr>\n<tr>\n<td>title_suffix</td>\n<td>String</td>\n<td>A suffix that appears after the title to create a two- or three-part title</td>\n</tr>\n<tr>\n<td>use_store_in_url</td>\n<td>Boolean</td>\n<td>The label assigned to the store view</td>\n</tr>\n<tr>\n<td>website_code</td>\n<td>ID</td>\n<td>The unique ID for the website</td>\n</tr>\n<tr>\n<td>website_id</td>\n<td>Int</td>\n<td>The ID number assigned to the website store</td>\n</tr>\n<tr>\n<td>website_name</td>\n<td>String</td>\n<td>The label assigned to the website</td>\n</tr>\n<tr>\n<td>weight_unit</td>\n<td>String</td>\n<td>The unit of weight</td>\n</tr>\n<tr>\n<td>welcome</td>\n<td>String</td>\n<td>Text that appears in the header of the page and includes the name of the logged in customer</td>\n</tr>\n<tr>\n<td>zero_subtotal_enable_for_specific_countries</td>\n<td>Boolean</td>\n<td>Indicates whether only specific countries can use this payment method</td>\n</tr>\n<tr>\n<td>zero_subtotal_enabled</td>\n<td>Boolean</td>\n<td>Indicates whether the Zero Subtotal payment method is enabled</td>\n</tr>\n<tr>\n<td>zero_subtotal_new_order_status</td>\n<td>String</td>\n<td>The status of new orders aced using the Zero Subtotal payment method</td>\n</tr>\n<tr>\n<td>zero_subtotal_payment_action</td>\n<td>String</td>\n<td>When the new order status is 'Processing', this can be set to <code>authorize_capture</code> to automatically invoice all items that have a zero balance</td>\n</tr>\n<tr>\n<td>zero_subtotal_payment_from_specific_countries</td>\n<td>String</td>\n<td>A comma-separated list of specific countries allowed to use the Zero Subtotal payment method</td>\n</tr>\n<tr>\n<td>zero_subtotal_sort_order</td>\n<td>Int</td>\n<td>A number indicating the position of the Zero Subtotal payment method in the list of available payment methods during checkout</td>\n</tr>\n<tr>\n<td>zero_subtotal_title</td>\n<td>String</td>\n<td>The title of the Zero Subtotal payment method disayed on the storefront</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"57bebc3f-1da6-4803-9262-5dae6d3f4978","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — lista dostępnych widoków sklepu (store views) i ich konfiguracji.\nEN — list of available store views and their configuration.\n\n*Operacja GraphQL / GraphQL operation:* `query availableStores(useCurrentGroup)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tuseCurrentGroup\t|\tBoolean\t|\tFilter store views by the current store group\t|\n|\tabsolute_footer\t|\tString\t|\tContains scripts that must be included in the HTML before the closing `<body>` tag \t|\n|\tallow_guests_to_write_product_reviews\t|\tString\t|\tIndicates whether guest users can write product reviews. Possible values: 1 (Yes) and 0 (No) \t|\n|\tallow_items\t|\tString\t|\tThe value of the Allow Gift Messages for Order Items option\t|\n|\tallow_order\t|\tString\t|\tThe value of the Allow Gift Messages on Order Level option\t|\n|\tautocomete_on_storefront\t|\tBoolean\t|\tIndicates whether to enable autocomete on login and forgot password forms \t|\n|\tbase_currency_code\t|\tString\t|\tThe base currency code\t|\n|\tbase_link_url\t|\tString\t|\tA fully-qualified URL that is used to create relative links to the `base_url`\t|\n|\tbase_media_url\t|\tString\t|\tThe fully-qualified URL that specifies the location of media files\t|\n|\tbase_static_url\t|\tString\t|\tThe fully-qualified URL that specifies the location of static view files\t|\n|\tcatalog_default_sort_by\t|\tString\t|\tThe default sort order of the search results list\t|\n|\tcategory_fixed_product_tax_disay_setting\t|\tFixedProductTaxDisaySettings\t|\tCorresponds to the 'Disay Prices In Product Lists' field in the Admin. It indicates how FPT information is disayed on category pages \t|\n|\tcategory_url_suffix\t|\tString\t|\tThe suffix applied to category pages, such as `.htm` or `.html` \t|\n|\tcheck_money_order_enable_for_specific_countries \t|\tBoolean\t|\tIndicates whether only specific countries can use this payment method \t|\n|\tcheck_money_order_enabled \t|\tBoolean \t|\tIndicates whether the Check/Money Order payment method is enabled \t|\n|\tcheck_money_order_make_check_payable_to \t|\tString\t|\tThe name of the party to whom the check must be payable \t|\n|\tcheck_money_order_max_order_total \t|\tString\t|\tThe maximum order amount required to qualify for the Check/Money Order payment method \t|\n|\tcheck_money_order_min_order_total \t|\tString\t|\tThe minimum order amount required to qualify for the Check/Money Order payment method \t|\n|\tcheck_money_order_new_order_status \t|\tString\t|\tThe status of new orders aced using the Check/Money Order payment method \t|\n|\tcheck_money_order_payment_from_specific_countries \t|\tString\t|\tA comma-separated list of specific countries allowed to use the Check/Money Order payment method \t|\n|\tcheck_money_order_send_check_to \t|\tString\t|\tThe full street address or PO Box where the checks are mailed \t|\n|\tcheck_money_order_sort_order \t|\tInt\t|\tA number indicating the position of the Check/Money Order payment method in the list of available payment methods during checkout \t|\n|\tcheck_money_order_title \t|\tString\t|\tThe title of the Check/Money Order payment method disayed on the storefront \t|\n|\tcms_home_page \t|\tString\t|\tThe name of the CMS page that identifies the home page for the store \t|\n|\tcms_no_cookies \t|\tString\t|\tA specific CMS page that disays when cookies are not enabled for the browser \t|\n|\tcms_no_route \t|\tString\t|\tA specific CMS page that disays when a 404 'Page Not Found' error occurs \t|\n|\tcode \t|\tString\t|\tA code assigned to the store to identify it \t|\n|\tconfigurable_thumbnail_source \t|\tString\t|\tIndicates whether the `parent` or child (`itself`) thumbnail should be used in the cart for configurable products \t|\n|\tcopyright \t|\tString\t|\tThe copyright statement that appears at the bottom of each page \t|\n|\tdefault_description \t|\tString\t|\tThe description that provides a summary of your site for search engine listings. It should not be more than 160 characters in length \t|\n|\tdefault_disay_currency_code \t|\tString\t|\tThe default disay currency code \t|\n|\tdefault_keywords \t|\tString\t|\tA series of keywords that describe your store, each separated by a comma \t|\n|\tdefault_title \t|\tString\t|\tThe title that appears at the title bar of each page when viewed in a browser \t|\n|\tdemonotice \t|\tInt\t|\tControls the disay of the demo store notice at the top of the page. Options: 0 (No) or 1 (Yes) \t|\n|\tfront \t|\tString\t|\tThe landing page that is associated with the base URL \t|\n|\tgrid_per_page \t|\tInt\t|\tThe default number of products per page in Grid View \t|\n|\tgrid_per_page_values \t|\tString\t|\tA list of numbers that define how many products can be disayed in Grid View \t|\n|\thead_includes \t|\tString\t|\tScripts that must be included in the HTML before the closing `<head>` tag \t|\n|\thead_shortcut_icon \t|\tString\t|\tThe small graphic image (favicon) that appears in the address bar and tab of the browser \t|\n|\theader_logo_src \t|\tString\t|\tThe path to the logo that appears in the header \t|\n|\tid\t|\tInt\t|\tThe ID number assigned to the store \t|\n|\tis_default_store \t|\tBoolean \t|\tIndicates whether the store view has been designated as the default within the store group \t|\n|\tis_default_store_group \t|\tBoolean\t|\tIndicates whether the store group has been designated as the default within the website \t|\n|\tlist_mode \t|\tString\t|\tThe format of the search results list \t|\n|\tlist_per_page\t|\tInt\t|\tThe default number of products per page in List View \t|\n|\tlist_per_page_values \t|\tString\t|\tA list of numbers that define how many products can be disayed in List View \t|\n|\tlocale \t|\tString\t|\tThe store locale \t|\n|\tlogo_alt \t|\tString\t|\tThe Alt text that is associated with the logo \t|\n|\tlogo_height \t|\tInt\t|\tThe height of the logo image, in pixels \t|\n|\tlogo_width \t|\tInt\t|\tThe width of the logo image, in pixels \t|\n|\tmagento_wishlist_general_is_enabled \t|\tString\t|\tIndicates whether wishlists are enabled (1) or disabled (0) \t|\n|\tminimum_password_length \t|\tString\t|\tThe minimum number of characters required for a valid password \t|\n|\tno_route \t|\tString\t|\tThe default page that disays when a 404 'Page not Found' error occurs \t|\n|\tproduct_fixed_product_tax_disay_setting \t|\tFixedProductTaxDisaySettings \t|\tCorresponds to the 'Disay Prices On Product View Page' field in the Admin. It indicates how FPT information is disayed on product pages \t|\n|\tproduct_reviews_enabled \t|\tString\t|\tIndicates whether product reviews are enabled. Possible values: 1 (Yes) and 0 (No) \t|\n|\tproduct_url_suffix \t|\tString\t|\tThe suffix applied to product pages, such as `.htm` or `.html` \t|\n|\trequired_character_classes_number \t|\tString\t|\tThe number of different character classes (lowercase, uppercase, digits, special characters) required in a password \t|\n|\troot_category_id \t|\tInt\t|\tThe ID of the root category \t|\n|\troot_category_uid \t|\tID\t|\tThe unique ID for a `CategoryInterface` object \t|\n|\tsales_fixed_product_tax_disay_setting \t|\tFixedProductTaxDisaySettings \t|\tCorresponds to the 'Disay Prices In Sales Modules' field in the Admin. It indicates how FPT information is disayed on cart, checkout, and order pages \t|\n|\tsecure_base_link_url \t|\tString\t|\tA secure fully-qualified URL that is used to create relative links to the `base_url` \t|\n|\tsecure_base_media_url \t|\tString\t|\tThe secure fully-qualified URL that specifies the location of media files \t|\n|\tsecure_base_static_url \t|\tString\t|\tThe secure fully-qualified URL that specifies the location of static view files \t|\n|\tsecure_base_url \t|\tString\t|\tThe store’s fully-qualified secure base URL \t|\n|\tsend_friend \t|\tSendFriendConfiguration \t|\tEmail to a Friend configuration \t|\n|\tenabled_for_customers \t|\tBoolean \t|\tIndicates whether the Email to a Friend feature is enabled \t|\n|\tenabled_for_guests \t|\tBoolean \t|\tIndicates whether the Email to a Friend feature is enabled for guests \t|\n|\tshow_cms_breadcrumbs \t|\tInt\t|\tIndicates whether a breadcrumb trail appears on all CMS pages in the catalog. 0 (No) or 1 (Yes) \t|\n|\tstore_code \t|\tID\t|\tThe unique ID of the store view. In the Admin, this is called the Store View Code. When making a GraphQL call, assign this value to the `Store` header to provide the scope \t|\n|\tstore_group_code \t|\tID\t|\tThe unique ID assigned to the store group. In the Admin, this is called the Store Name \t|\n|\tstore_group_name \t|\tString\t|\tThe label assigned to the store group \t|\n|\tstore_sort_order \t|\tInt\t|\tThe store view sort order \t|\n|\ttimezone \t|\tString\t|\tThe time zone of the store \t|\n|\ttitle_prefix\t|\tString\t|\tA prefix that appears before the title to create a two- or three-part title \t|\n|\ttitle_separator \t|\tString\t|\tThe character that separates the category name and subcategory in the browser title bar \t|\n|\ttitle_suffix \t|\tString\t|\tA suffix that appears after the title to create a two- or three-part title \t|\n|\tuse_store_in_url \t|\tBoolean\t|\tThe label assigned to the store view \t|\n|\twebsite_code \t|\tID\t|\tThe unique ID for the website \t|\n|\twebsite_id \t|\tInt\t|\tThe ID number assigned to the website store \t|\n|\twebsite_name \t|\tString\t|\tThe label assigned to the website \t|\n|\tweight_unit \t|\tString\t|\tThe unit of weight \t|\n|\twelcome \t|\tString\t|\tText that appears in the header of the page and includes the name of the logged in customer \t|\n|\tzero_subtotal_enable_for_specific_countries \t|\tBoolean\t|\tIndicates whether only specific countries can use this payment method \t|\n|\tzero_subtotal_enabled \t|\tBoolean \t|\tIndicates whether the Zero Subtotal payment method is enabled \t|\n|\tzero_subtotal_new_order_status \t|\tString\t|\tThe status of new orders aced using the Zero Subtotal payment method \t|\n|\tzero_subtotal_payment_action \t|\tString\t|\tWhen the new order status is 'Processing', this can be set to `authorize_capture` to automatically invoice all items that have a zero balance \t|\n|\tzero_subtotal_payment_from_specific_countries \t|\tString\t|\tA comma-separated list of specific countries allowed to use the Zero Subtotal payment method \t|\n|\tzero_subtotal_sort_order \t|\tInt\t|\tA number indicating the position of the Zero Subtotal payment method in the list of available payment methods during checkout \t|\n|\tzero_subtotal_title \t|\tString\t|\tThe title of the Zero Subtotal payment method disayed on the storefront \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"availableStores\": [\n      {\n        \"absolute_footer\": \"string\",\n        \"allow_guests_to_write_product_reviews\": \"string\",\n        \"allow_items\": \"string\",\n        \"allow_order\": \"string\",\n        \"autocomete_on_storefront\": \"string\",\n        \"base_currency_code\": \"PLN\",\n        \"base_link_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"base_media_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"base_static_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"base_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"catalog_default_sort_by\": \"string\",\n        \"category_fixed_product_tax_disay_setting\": \"string\",\n        \"category_url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n        \"check_money_order_enable_for_specific_countries\": \"string\",\n        \"check_money_order_enabled\": \"string\",\n        \"check_money_order_make_check_payable_to\": \"string\",\n        \"check_money_order_max_order_total\": 0,\n        \"check_money_order_min_order_total\": 0,\n        \"check_money_order_new_order_status\": \"string\",\n        \"check_money_order_payment_from_specific_countries\": \"string\",\n        \"check_money_order_send_check_to\": \"string\",\n        \"check_money_order_sort_order\": \"string\",\n        \"check_money_order_title\": \"string\",\n        \"cms_home_page\": \"string\",\n        \"cms_no_cookies\": \"string\",\n        \"cms_no_route\": \"string\",\n        \"code\": \"przykład / example\",\n        \"configurable_thumbnail_source\": \"https://hurtownia.agrorami.pl/...\",\n        \"copyright\": \"string\",\n        \"default_description\": \"string\",\n        \"default_disay_currency_code\": \"PLN\",\n        \"default_keywords\": \"string\",\n        \"default_title\": \"string\",\n        \"demonotice\": \"string\",\n        \"front\": \"string\",\n        \"grid_per_page\": \"string\",\n        \"grid_per_page_values\": 0,\n        \"head_includes\": \"string\",\n        \"head_shortcut_icon\": \"string\",\n        \"header_logo_src\": \"string\",\n        \"id\": \"1\",\n        \"is_default_store\": \"string\",\n        \"is_default_store_group\": \"string\",\n        \"list_mode\": \"string\",\n        \"list_per_page\": \"string\",\n        \"list_per_page_values\": 0,\n        \"locale\": \"string\",\n        \"logo_alt\": \"string\",\n        \"logo_height\": \"string\",\n        \"logo_width\": \"string\",\n        \"magento_wishlist_general_is_enabled\": \"string\",\n        \"minimum_password_length\": \"string\",\n        \"no_route\": \"string\",\n        \"product_fixed_product_tax_disay_setting\": \"string\",\n        \"product_reviews_enabled\": \"string\",\n        \"product_url_suffix\": \"https://hurtownia.agrorami.pl/...\",\n        \"required_character_classes_number\": \"string\",\n        \"root_category_id\": \"string\",\n        \"root_category_uid\": \"string\",\n        \"sales_fixed_product_tax_disay_setting\": \"string\",\n        \"secure_base_link_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"secure_base_media_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"secure_base_static_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"secure_base_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"show_cms_breadcrumbs\": \"string\",\n        \"store_code\": \"string\",\n        \"store_group_code\": \"string\",\n        \"store_group_name\": \"string\",\n        \"store_name\": \"string\",\n        \"store_sort_order\": \"string\",\n        \"timezone\": \"string\",\n        \"title_prefix\": \"string\",\n        \"title_separator\": \"string\",\n        \"title_suffix\": \"string\",\n        \"use_store_in_url\": \"https://hurtownia.agrorami.pl/...\",\n        \"website_code\": \"string\",\n        \"website_id\": \"string\",\n        \"website_name\": \"string\",\n        \"weight_unit\": \"string\",\n        \"welcome\": \"string\",\n        \"zero_subtotal_enable_for_specific_countries\": 0,\n        \"zero_subtotal_enabled\": 0,\n        \"zero_subtotal_new_order_status\": 0,\n        \"zero_subtotal_payment_action\": 0,\n        \"zero_subtotal_payment_from_specific_countries\": 0,\n        \"zero_subtotal_sort_order\": 0,\n        \"zero_subtotal_title\": 0,\n        \"send_friend\": {\n          \"enabled_for_customers\": \"string\",\n          \"enabled_for_guests\": \"string\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"128bf5e5-ab0b-4dc4-8cc9-6aed7ff24ec5"}],"id":"91a664b9-f2fc-40fc-9b44-cf31584ce590","description":"<p>Get a list of available store views and their config information</p>\n","_postman_id":"91a664b9-f2fc-40fc-9b44-cf31584ce590","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Currency","item":[{"name":"Get information","id":"7bd0769d-03b2-4553-a8e7-d2b49568e328","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Currency {\r\n    currency {\r\n        available_currency_codes\r\n        base_currency_code\r\n        base_currency_symbol\r\n        default_disay_currecy_code\r\n        default_disay_currecy_symbol\r\n        default_disay_currency_code\r\n        default_disay_currency_symbol\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — konfiguracja walut sklepu (bazowa, wyświetlana, dostępne kody).\nEN — store currency configuration (base, display, available codes).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query currency</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>available_currency_codes</td>\n<td>String</td>\n<td>An array of three-letter currency codes accepted by the store, such as USD and EUR</td>\n</tr>\n<tr>\n<td>base_currency_code</td>\n<td>String</td>\n<td>The base currency set for the store, such as USD</td>\n</tr>\n<tr>\n<td>base_currency_symbol</td>\n<td>String</td>\n<td>The symbol for the specified base currency, such as $</td>\n</tr>\n<tr>\n<td>default_disay_currecy_code</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_disay_currecy_symbol</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>default_disay_currency_code</td>\n<td>String</td>\n<td>The currency that is disayed by default, such as USD</td>\n</tr>\n<tr>\n<td>default_disay_currency_symbol</td>\n<td>String</td>\n<td>The currency symbol that is disayed by default, such as $</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"95aaf983-964c-4751-a8e5-73140de7a7ce","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — konfiguracja walut sklepu (bazowa, wyświetlana, dostępne kody).\nEN — store currency configuration (base, display, available codes).\n\n*Operacja GraphQL / GraphQL operation:* `query currency`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tavailable_currency_codes \t|\tString\t|\tAn array of three-letter currency codes accepted by the store, such as USD and EUR \t|\n|\tbase_currency_code \t|\tString\t|\tThe base currency set for the store, such as USD \t|\n|\tbase_currency_symbol \t|\tString\t|\tThe symbol for the specified base currency, such as $ \t|\n|\tdefault_disay_currecy_code \t|\tString\t|\tNone\t|\n|\tdefault_disay_currecy_symbol \t|\tString\t|\tNone\t|\n|\tdefault_disay_currency_code \t|\tString\t|\tThe currency that is disayed by default, such as USD \t|\n|\tdefault_disay_currency_symbol \t|\tString\t|\tThe currency symbol that is disayed by default, such as $ \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"currency\": {\n      \"available_currency_codes\": \"string\",\n      \"base_currency_code\": \"PLN\",\n      \"base_currency_symbol\": \"string\",\n      \"default_disay_currecy_code\": \"string\",\n      \"default_disay_currecy_symbol\": \"string\",\n      \"default_disay_currency_code\": \"PLN\",\n      \"default_disay_currency_symbol\": \"string\"\n    }\n  }\n}"}],"_postman_id":"7bd0769d-03b2-4553-a8e7-d2b49568e328"},{"name":"Get exchange rates","id":"f32e5805-3b2e-4c3e-8208-84dd87d93d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Currency {\r\n    currency {\r\n        exchange_rates {\r\n            currency_to\r\n            rate\r\n        }\r\n    }\r\n}","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — konfiguracja walut sklepu (bazowa, wyświetlana, dostępne kody).\nEN — store currency configuration (base, display, available codes).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query currency</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>exchange_rates</td>\n<td>ExchangeRate</td>\n<td>An array of exchange rates for currencies defined in the store</td>\n</tr>\n<tr>\n<td>currency_to</td>\n<td>String</td>\n<td>Specifies the store’s default currency to exchange to</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>Float</td>\n<td>The exchange rate for the store’s default currency</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"822beaf9-04b2-4040-a01e-b788054725a9","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — konfiguracja walut sklepu (bazowa, wyświetlana, dostępne kody).\nEN — store currency configuration (base, display, available codes).\n\n*Operacja GraphQL / GraphQL operation:* `query currency`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\texchange_rates \t|\tExchangeRate\t|\tAn array of exchange rates for currencies defined in the store \t|\n|\tcurrency_to\t|\tString\t|\tSpecifies the store’s default currency to exchange to \t|\n|\trate\t|\tFloat\t|\tThe exchange rate for the store’s default currency \t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"currency\": {\n      \"exchange_rates\": [\n        {\n          \"currency_to\": \"string\",\n          \"rate\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f32e5805-3b2e-4c3e-8208-84dd87d93d7c"}],"id":"f3d682dd-eeb1-45de-bfea-4466c55e933a","description":"<p>Return information about the store's currency.</p>\n","_postman_id":"f3d682dd-eeb1-45de-bfea-4466c55e933a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"customAttributeMetadata","item":[{"name":"Get information","id":"5bbebc64-429d-4e18-a23d-079e04e974df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query CustomAttributeMetadata {\r\n    customAttributeMetadata(\r\n        attributes: { attribute_code: \"attribute_code\", entity_type: \"entity_type\" }\r\n    ) {\r\n        items {\r\n            attribute_code\r\n            attribute_type\r\n            entity_type\r\n            input_type\r\n            attribute_options {\r\n                label\r\n                value\r\n            }\r\n            storefront_properties {\r\n                position\r\n                use_in_layered_navigation\r\n                use_in_product_listing\r\n                use_in_search_results_layered_navigation\r\n                visible_on_catalog_pages\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — metadane atrybutów — typy, etykiety, dostępne opcje.\nEN — attribute metadata — types, labels, available options.</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>query customAttributeMetadata(attributes)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>attributes</td>\n<td>AttributeInput</td>\n<td>An input object that specifies the attribute code and entity type to search</td>\n</tr>\n<tr>\n<td>attribute_code</td>\n<td>String</td>\n<td>The unique identifier for an attribute code. This value should be in lowercase letters without spaces</td>\n</tr>\n<tr>\n<td>entity_type</td>\n<td>String</td>\n<td>The type of entity that defines the attribute</td>\n</tr>\n<tr>\n<td>items</td>\n<td>Attribute</td>\n<td>An array of attributes</td>\n</tr>\n<tr>\n<td>attribute_options</td>\n<td>AttributeOption</td>\n<td>Attribute options list</td>\n</tr>\n<tr>\n<td>label</td>\n<td>String</td>\n<td>The label assigned to the attribute option</td>\n</tr>\n<tr>\n<td>value</td>\n<td>String</td>\n<td>The attribute option value</td>\n</tr>\n<tr>\n<td>attribute_type</td>\n<td>String</td>\n<td>The data type of the attribute</td>\n</tr>\n<tr>\n<td>entity_type</td>\n<td>String</td>\n<td>The type of entity that defines the attribute</td>\n</tr>\n<tr>\n<td>input_type</td>\n<td>String</td>\n<td>The frontend input type of the attribute</td>\n</tr>\n<tr>\n<td>storefront_properties</td>\n<td>StorefrontProperties</td>\n<td>Details about the storefront properties configured for the attribute</td>\n</tr>\n<tr>\n<td>position</td>\n<td>Int</td>\n<td>The relative position of the attribute in the layered navigation block</td>\n</tr>\n<tr>\n<td>use_in_layered_navigation</td>\n<td>UseInLayeredNavigationOptions</td>\n<td>Indicates whether the attribute is filterable with results, without results, or not at all</td>\n</tr>\n<tr>\n<td>use_in_product_listing</td>\n<td>Boolean</td>\n<td>Indicates whether the attribute is disayed in product listings</td>\n</tr>\n<tr>\n<td>use_in_search_results_layered_navigation</td>\n<td>Boolean</td>\n<td>Indicates whether the attribute can be used in layered navigation on search results pages</td>\n</tr>\n<tr>\n<td>visible_on_catalog_pages</td>\n<td>Boolean</td>\n<td>Indicates whether the attribute is disayed on product pages</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"afc9f2a8-50c2-426f-977e-fa65fc776c0f","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — metadane atrybutów — typy, etykiety, dostępne opcje.\nEN — attribute metadata — types, labels, available options.\n\n*Operacja GraphQL / GraphQL operation:* `query customAttributeMetadata(attributes)`\n\n| Variable | Type | Description |\n| --- | --- | --- |\n| attributes | AttributeInput | An input object that specifies the attribute code and entity type to search |\n| attribute_code | String | The unique identifier for an attribute code. This value should be in lowercase letters without spaces |\n| entity_type | String | The type of entity that defines the attribute |\n| items | Attribute | An array of attributes |\n| attribute_options | AttributeOption | Attribute options list |\n| label | String | The label assigned to the attribute option |\n| value | String | The attribute option value |\n| attribute_type | String | The data type of the attribute |\n| entity_type | String | The type of entity that defines the attribute |\n| input_type | String | The frontend input type of the attribute |\n| storefront_properties | StorefrontProperties | Details about the storefront properties configured for the attribute |\n| position | Int | The relative position of the attribute in the layered navigation block |\n| use_in_layered_navigation | UseInLayeredNavigationOptions | Indicates whether the attribute is filterable with results, without results, or not at all |\n| use_in_product_listing | Boolean | Indicates whether the attribute is disayed in product listings |\n| use_in_search_results_layered_navigation | Boolean | Indicates whether the attribute can be used in layered navigation on search results pages |\n| visible_on_catalog_pages | Boolean | Indicates whether the attribute is disayed on product pages |"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"customAttributeMetadata\": {\n      \"items\": [\n        {\n          \"attribute_code\": \"string\",\n          \"attribute_type\": \"string\",\n          \"entity_type\": \"string\",\n          \"input_type\": \"string\",\n          \"attribute_options\": [\n            {\n              \"label\": \"przykład / example\",\n              \"value\": 0\n            }\n          ],\n          \"storefront_properties\": [\n            {\n              \"position\": 1,\n              \"use_in_layered_navigation\": \"string\",\n              \"use_in_product_listing\": \"string\",\n              \"use_in_search_results_layered_navigation\": \"string\",\n              \"visible_on_catalog_pages\": \"string\"\n            }\n          ]\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"5bbebc64-429d-4e18-a23d-079e04e974df"}],"id":"e1f1b65f-8ae7-45c0-ba8f-a83b63cc33ed","description":"<p>Return the attribute type, given an attribute code and entity type</p>\n","_postman_id":"e1f1b65f-8ae7-45c0-ba8f-a83b63cc33ed","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"74684ad5-98aa-4ee1-95c9-293b3b3a1ac2","description":"<p>Konfiguracja sklepu i metadane.</p>\n<ul>\n<li><code>availableStores</code> — dostępne store views i ich konfiguracja.</li>\n<li><code>Currency</code> — waluty sklepu.</li>\n<li><code>customAttributeMetadata</code> / <code>Custom attribute metadata</code> — metadane atrybutów.</li>\n</ul>\n<p>Operacje publiczne.</p>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Store configuration and metadata.</p>\n<ul>\n<li><code>availableStores</code> — available store views and their config.</li>\n<li><code>Currency</code> — store currencies.</li>\n<li><code>customAttributeMetadata</code> — attribute metadata.</li>\n</ul>\n<p>Public operations.</p>\n","_postman_id":"74684ad5-98aa-4ee1-95c9-293b3b3a1ac2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}},{"name":"Pozostałe","item":[{"name":"addCommentToPost","id":"9913fef1-ef8a-4957-9afb-6fae6574b859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation AddCommentToPost {\r\n    addCommentToPost(\r\n        input: {\r\n            author_email: \"john.doe@gmail.com\"\r\n            author_nickname: \"john21\"\r\n            parent_id: 1\r\n            post_id: 1\r\n            text: \"Comment text\"\r\n        }\r\n        pageSize: 20\r\n        currentPage: 1\r\n    ) {\r\n        total_count\r\n        total_pages\r\n        comments {\r\n            admin_id\r\n            author_email\r\n            author_nickname\r\n            author_type\r\n            comment_id\r\n            creation_time\r\n            customer_id\r\n            parent_id\r\n            post_id\r\n            status\r\n            text\r\n            update_time\r\n        }\r\n    }\r\n}\r\n","variables":""}},"url":"https://hurtownia.agrorami.pl/graphql?store=en","description":"<p><strong>Funkcja / Function</strong>\nPL — dodanie komentarza do wpisu bloga (rozszerzenie, nie rdzeń Magento).\nEN — add a comment to a blog post (extension, not Magento core).</p>\n<p><em>Operacja GraphQL / GraphQL operation:</em> <code>mutation addCommentToPost(input, pageSize, currentPage)</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pageSize</td>\n<td>Int</td>\n<td>Specifies the maximum number of results to return at once. This attribute is optional</td>\n</tr>\n<tr>\n<td>currentPage</td>\n<td>Int</td>\n<td>Specifies which page of results to return. The default value if 1</td>\n</tr>\n<tr>\n<td>Input &gt; autor_email</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Input &gt; autor_nickname</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Input &gt; parent_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Input &gt; post_id</td>\n<td>Int</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Input &gt; text</td>\n<td>String</td>\n<td>None</td>\n</tr>\n<tr>\n<td>comments</td>\n<td>BlogComment</td>\n<td>None</td>\n</tr>\n<tr>\n<td>admin_id</td>\n<td>Int</td>\n<td>Blog Comment Admin id</td>\n</tr>\n<tr>\n<td>author_email</td>\n<td>String</td>\n<td>Blog Comment Author email</td>\n</tr>\n<tr>\n<td>author_nickname</td>\n<td>String</td>\n<td>Blog Comment Author nickname</td>\n</tr>\n<tr>\n<td>author_type</td>\n<td>Int</td>\n<td>Blog Comment Author type</td>\n</tr>\n<tr>\n<td>author_id</td>\n<td>Int</td>\n<td>Blog Comment Author id</td>\n</tr>\n<tr>\n<td>comment_id</td>\n<td>Int</td>\n<td>Blog Comment Comment id</td>\n</tr>\n<tr>\n<td>creation_time</td>\n<td>String</td>\n<td>Blog Comment Creation time</td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>Int</td>\n<td>Blog Comment Customer id</td>\n</tr>\n<tr>\n<td>parent_id</td>\n<td>Int</td>\n<td>Blog Comment Parent id</td>\n</tr>\n<tr>\n<td>post_id</td>\n<td>Int</td>\n<td>Blog Comment Comment id</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Int</td>\n<td>Blog Comment Is active</td>\n</tr>\n<tr>\n<td>text</td>\n<td>String</td>\n<td>Blog Comment Text</td>\n</tr>\n<tr>\n<td>update_time</td>\n<td>String</td>\n<td>Blog Comment Update time</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}},"urlObject":{"protocol":"https","path":["graphql"],"host":["hurtownia.agrorami.pl"],"query":[{"description":{"content":"<p>Required when using non-Polish version</p>\n","type":"text/plain"},"key":"store","value":"en"}],"variable":[]}},"response":[{"id":"9d43a7c7-5502-408b-884d-88689ecc3989","name":"Przykład poglądowy / Illustrative (auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":{"raw":"https://hurtownia.agrorami.pl/graphql?store=en","protocol":"https","host":["hurtownia.agrorami.pl"],"path":["graphql"],"query":[{"key":"store","value":"en","description":"Required when using non-Polish version"}]},"description":"**Funkcja / Function**\nPL — dodanie komentarza do wpisu bloga (rozszerzenie, nie rdzeń Magento).\nEN — add a comment to a blog post (extension, not Magento core).\n\n*Operacja GraphQL / GraphQL operation:* `mutation addCommentToPost(input, pageSize, currentPage)`\n\n|\tVariable\t|\tType\t|\tDescription\t|\n|\t-----------------\t|\t--------\t|\t------------------\t|\n|\tpageSize\t|\tInt\t|\tSpecifies the maximum number of results to return at once. This attribute is optional\t|\n|\tcurrentPage\t|\tInt\t|\tSpecifies which page of results to return. The default value if 1\t|\n|\tInput > autor_email\t|\tString\t|\tNone\t|\n|\tInput > autor_nickname\t|\tString\t|\tNone\t|\n|\tInput > parent_id\t|\tInt\t|\tNone\t|\n|\tInput > post_id\t|\tInt\t|\tNone\t|\n|\tInput > text\t|\tString\t|\tNone\t|\n|\tcomments\t|\tBlogComment\t|\tNone\t|\n|\tadmin_id\t|\tInt\t|\tBlog Comment Admin id\t|\n|\tauthor_email\t|\tString\t|\tBlog Comment Author email\t|\n|\tauthor_nickname\t|\tString\t|\tBlog Comment Author nickname\t|\n|\tauthor_type\t|\tInt\t|\tBlog Comment Author type\t|\n|\tauthor_id\t|\tInt\t|\tBlog Comment Author id\t|\n|\tcomment_id\t|\tInt\t|\tBlog Comment Comment id\t|\n|\tcreation_time\t|\tString\t|\tBlog Comment Creation time\t|\n|\tcustomer_id\t|\tInt\t|\tBlog Comment Customer id\t|\n|\tparent_id\t|\tInt\t|\tBlog Comment Parent id\t|\n|\tpost_id\t|\tInt\t|\tBlog Comment Comment id\t|\n|\tstatus\t|\tInt\t|\tBlog Comment Is active\t|\n|\ttext\t|\tString\t|\tBlog Comment Text\t|\n|\tupdate_time\t|\tString\t|\tBlog Comment Update time\t|\n"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"addCommentToPost\": {\n      \"total_count\": 1,\n      \"total_pages\": 1,\n      \"comments\": [\n        {\n          \"admin_id\": \"string\",\n          \"author_email\": \"ex@ex.pl\",\n          \"author_nickname\": \"string\",\n          \"author_type\": \"string\",\n          \"comment_id\": \"string\",\n          \"creation_time\": \"string\",\n          \"customer_id\": \"1\",\n          \"parent_id\": \"string\",\n          \"post_id\": \"string\",\n          \"status\": \"OK\",\n          \"text\": \"string\",\n          \"update_time\": \"string\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"9913fef1-ef8a-4957-9afb-6fae6574b859"}],"id":"d0888cac-d422-4d85-9bff-9d3f93ed4596","description":"<p>Operacje spoza rdzenia e-commerce.</p>\n<ul>\n<li><code>addCommentToPost</code> — komentarz do wpisu bloga (rozszerzenie typu Magefan Blog). Zweryfikuj, czy rozszerzenie jest zainstalowane na Twojej instancji.</li>\n</ul>\n<hr />\n<h3 id=\"english\">English</h3>\n<p>Operations outside the e-commerce core.</p>\n<ul>\n<li><code>addCommentToPost</code> — blog post comment (Magefan-style extension). Verify the extension is installed on your instance.</li>\n</ul>\n","_postman_id":"d0888cac-d422-4d85-9bff-9d3f93ed4596","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"id":"fedc956e-a356-4fe0-9732-f59ec0bf32a9","description":"<h2 id=\"📚-referencja-schematu-pełny-schemat-graphql\">📚 Referencja schematu (pełny schemat GraphQL)</h2>\n<p>Automatyczny, wyczerpujący zrzut schematu pogrupowany po domenach. Każdy podfolder odpowiada obszarowi API, a w środku znajdziesz zapytania pokrywające pola danego typu — do <strong>przeszukiwania i kopiowania pojedynczych fragmentów</strong>.</p>\n<blockquote>\n<p><strong>Do codziennych zadań użyj folderu „01 · Praktyczne scenariusze”</strong> — tam są gotowe, ponumerowane ścieżki. Ten dział trzymaj jako słownik schematu.</p>\n</blockquote>\n<p><strong>Domeny:</strong> Catalog (produkty i kategorie) · Cart &amp; Checkout · Customer · Orders · Wishlist · Compare List · Store &amp; Config · Pozostałe.</p>\n<p><em>EN: exhaustive auto-generated schema dump grouped by domain — use it as a field/type dictionary; for real tasks go to folder 01.</em></p>\n","_postman_id":"fedc956e-a356-4fe0-9732-f59ec0bf32a9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"590038c0-c292-4473-b94e-08ca84018a8f","id":"590038c0-c292-4473-b94e-08ca84018a8f","name":"AGRO-RAMI API Doc","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"3a1d159d-4bbb-4b3a-9afb-5362485407e9","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"dcd42ca8-4da9-4cea-a568-521b6eaa9fca","type":"text/javascript","packages":{},"requests":{},"exec":["// [auto] Magento zwraca HTTP 200 nawet przy błędzie GraphQL — wyłapujemy errors[].","try {","  const j = pm.response.json();","  if (j && Array.isArray(j.errors) && j.errors.length) {","    const msg = j.errors.map(e => e.message).join(' | ');","    pm.test('GraphQL bez błędów / no GraphQL errors', () => pm.expect.fail(msg));","  } else {","    pm.test('HTTP 200', () => pm.response.to.have.status(200));","  }","} catch (e) { /* odpowiedź nie-JSON, pomijamy */ }"]}}],"variable":[{"key":"baseUrl","value":"hurtownia.agrorami.pl"},{"key":"customerToken","value":""},{"key":"adminToken","value":""},{"key":"cartId","value":""},{"key":"lastSyncAt","value":"2024-06-07 00:00:00"},{"key":"syncFrom","value":"2024-06-07 00:00:00"},{"key":"syncTo","value":"2024-06-08 00:00:00"},{"key":"syncPage","value":"1"},{"key":"pricePage","value":"1"},{"key":"stockPage","value":"1"},{"key":"fullPage","value":"1"}]}