{"info":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","description":"<html><head></head><body><p><strong>Authenticating Requests</strong></p>\n<p>All requests (other than those to perform authentication) require a bearer token to be sent under the <code>Authorization</code> header. The format of the value should be:</p>\n<p>Token token=\"<code>authorizationToken</code>\", email=\"<code>authorizationEmail</code>\"</p>\n<p>Where:<br><code>authorizationToken</code> is provided in the response to a successful login<br><code>authorizationEmail</code> is the email of the user who has authenticated</p>\n<p>You can only have one concurrent login per account, so if you login to the application via the web browser you will be required to reauthenticate.</p>\n<p><strong>Base URL</strong></p>\n<p>If you see <code>apiProtocol</code> and <code>apiEndpoint</code> in the documentation, then the following values can be used:</p>\n<p><code>apiProtocol</code> is <strong>https</strong><br><code>apiEndpoint</code> is <strong>yoursubdomain.api.clarus.ws</strong></p>\n<p>where yoursubdomain should be replaced with your subdomain.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7961749","collectionId":"c6ed098e-3fea-4bd5-aed7-571876129543","publishedId":"UVJhBtuK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"007F5C"},"publishDate":"2024-02-14T10:22:34.000Z"},"item":[{"name":"Authentication","item":[{"name":"/users/sign_in","event":[{"listen":"test","script":{"id":"87903031-649c-46de-9e3a-2cf0a36ac407","exec":["var jsonData = JSON.parse(responseBody);","postman.clearEnvironmentVariable(\"authorizationToken\");","postman.clearEnvironmentVariable(\"authorizationEmail\");","postman.setEnvironmentVariable(\"authorizationToken\", jsonData.token);","postman.setEnvironmentVariable(\"authorizationEmail\", jsonData.email);",""],"type":"text/javascript"}}],"id":"97f160ab-4ccc-4d77-8399-df5cb5c92fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user\": {\n\t\t\"email\": \"your@email.com\",\n\t\t\"password\": \"\"\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/users/sign_in","description":"<p>Request an API token.</p>\n","urlObject":{"protocol":"{{apiProtocol}}","path":["users","sign_in"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"75934ed7-0f38-46dd-a533-77bec6fd7dc2","name":"/users/sign_in","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"user\": {\n\t\t\"email\": \"your@email.com\",\n\t\t\"password\": \"MySuperSecretPassword\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/users/sign_in"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 3643,\n    \"token\": \"fr4CFQCZY29B9iiXcdf3\",\n    \"email\": \"your@email.com\"\n}"}],"_postman_id":"97f160ab-4ccc-4d77-8399-df5cb5c92fa2"},{"name":"/rf_users/sign_in","event":[{"listen":"test","script":{"id":"87903031-649c-46de-9e3a-2cf0a36ac407","exec":["var jsonData = JSON.parse(responseBody);","postman.clearEnvironmentVariable(\"authorizationToken\");","postman.clearEnvironmentVariable(\"authorizationEmail\");","postman.setEnvironmentVariable(\"authorizationToken\", jsonData.token);","postman.setEnvironmentVariable(\"authorizationEmail\", jsonData.email);",""],"type":"text/javascript"}}],"id":"b95683c4-afcc-4027-bfd9-4da6455a5fda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rf_user\": {\n\t\t\"username\": \"my.username\",\n\t\t\"password\": \"\"\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/rf_users/sign_in","description":"<p>Request an API token.</p>\n","urlObject":{"protocol":"{{apiProtocol}}","path":["rf_users","sign_in"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b95683c4-afcc-4027-bfd9-4da6455a5fda"}],"id":"9b5dce8b-cae6-4c0f-84b3-41217ebb9942","description":"<p>Authentication endpoints.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ba5bcf41-5a6e-41ab-85cc-1b503174a8f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4911f901-a66c-4cb7-9277-d67a3cd42210","type":"text/javascript","exec":[""]}}],"_postman_id":"9b5dce8b-cae6-4c0f-84b3-41217ebb9942"},{"name":"GraphQL","item":[{"name":"Automations","item":[{"name":"automations::all","id":"5697a2f3-0d2e-4371-801d-4621432a28ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID) {\n    automations {\n        all(id: $id) {\n            edges {\n                node {\n                    id\n                    integration_id\n                    event\n                    automation_actions {\n                        destination_code\n                        destination_type\n                    }\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the automations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5697a2f3-0d2e-4371-801d-4621432a28ac"}],"id":"b779560f-b593-4fd9-901b-115094e6d8be","_postman_id":"b779560f-b593-4fd9-901b-115094e6d8be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Accounts","item":[{"name":"accounts:all","id":"630870d7-8559-42f3-b47d-3c1ef0d1188c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    accounts {\n        all {\n            edges {\n                node {\n                    id\n                    templates {\n                        template_type {\n                            code\n                        }\n                        name\n                        id\n                    }\n                    name\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the accounts.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"630870d7-8559-42f3-b47d-3c1ef0d1188c"}],"id":"94cdf650-4e7c-4694-be96-be1d20a99034","_postman_id":"94cdf650-4e7c-4694-be96-be1d20a99034","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Currencies","item":[{"name":"currencies::all","id":"d6ae0587-a370-4218-bb62-e8a70c823179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    currencies {\n        all {\n            edges {\n                node {\n                    id\n                    code\n                    name\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the currencies registered in your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6ae0587-a370-4218-bb62-e8a70c823179"}],"id":"fdbc5fa0-9be1-4ea9-acae-86fb230814d0","_postman_id":"fdbc5fa0-9be1-4ea9-acae-86fb230814d0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Charges","item":[{"name":"charge_cards","id":"bf742df8-5ca1-43ea-b50d-a73be52606d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getChargeCards {\n  charge_cards {\n    all(\n      first: 50\n      filter: { active: { eq: true } }\n      sort_column: name\n      sort_direction: asc\n    ) {\n      edges {\n        node {\n          id\n          code\n          name\n          description\n          active\n        }\n      }\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n      meta {\n        total_records\n      }\n    }\n  }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the currencies registered in your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf742df8-5ca1-43ea-b50d-a73be52606d1"},{"name":"charge_baskets","id":"3c16f44a-8972-430d-9b03-a634687c3d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n  charge_baskets {\n    all(\n      first: 20\n      filter: { status: { eq: OPEN } }\n      sort_column: end_at\n      sort_direction: desc\n    ) {\n      edges {\n        node {\n          id\n          status\n          invoice_status\n          start_at\n          end_at\n          start_at_formatted\n          end_at_formatted\n          account {\n            id\n            name\n            code\n          }\n          charge_card {\n            id\n            name\n            code\n          }\n        }\n      }\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n      meta {\n        total_records\n      }\n    }\n  }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the currencies registered in your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c16f44a-8972-430d-9b03-a634687c3d31"},{"name":"charge_lines","id":"3de3e5f9-58a1-4a65-9228-33b50d42394f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getChargeLines($charge_basket_id: ID) {\n  charge_lines {\n    all(\n      first: 50\n      charge_basket_id: $charge_basket_id\n      sort_column: created_at\n      sort_direction: desc\n    ) {\n      edges {\n        node {\n          id\n          code\n          name\n          description\n          charge_type\n          quantity\n          price\n          charged_quantity\n          charged_price\n          total\n          unit_of_measure\n          is_automatic\n          created_at\n          updated_at\n          charge_basket {\n            id\n            status\n          }\n          product {\n            id\n            code\n            description\n          }\n          storage_unit {\n            id\n            reference\n          }\n        }\n      }\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n      meta {\n        total_records\n        sum_total\n      }\n    }\n  }\n}","variables":"{\n  \"charge_basket_id\": 31\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the currencies registered in your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3de3e5f9-58a1-4a65-9228-33b50d42394f"}],"id":"ec7a8b54-0224-4d5e-ad35-cc816ff58572","_postman_id":"ec7a8b54-0224-4d5e-ad35-cc816ff58572","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Custom Carrier Types","item":[{"name":"custom_carriers:all","id":"4260c401-9fc2-49e6-9d2f-ac69d59cffdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query {\n  carriers {\n    all(first: 100) {\n      edges {\n        node {\n          id\n          name\n          code\n          description\n          active\n          carrier_type\n          carrier_services {\n            id\n            name\n            code\n            active\n            is_default\n          }\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"id\": 1\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4260c401-9fc2-49e6-9d2f-ac69d59cffdc"}],"id":"03b01f63-7ffc-4577-aa4a-c9cea4b7cbd1","_postman_id":"03b01f63-7ffc-4577-aa4a-c9cea4b7cbd1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Event Triggers","item":[{"name":"event_triggers:all","id":"0fbba72e-02f1-4ef8-bdcb-2bc10563b8ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getEventTriggers(\n    $id: ID,\n    $account_id: ID\n) {\n    event_triggers {\n        all(\n            id: $id\n            account_id: $account_id\n        ) {\n            edges {\n                node {\n                    id\n                    account_id\n                    account {\n                        code\n                        name\n                    }\n                    action\n                    category\n                    event\n                    name\n                    parameters\n                    status\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"account_id\": 79\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the loads.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fbba72e-02f1-4ef8-bdcb-2bc10563b8ec"}],"id":"bbca8b6b-b63d-4f24-84b9-073eab7de657","event":[{"listen":"prerequest","script":{"id":"22a29731-02ee-436c-9705-418276919c7d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"186ef8d9-d478-46ec-ad98-548cd45bcefe","type":"text/javascript","exec":[""]}}],"_postman_id":"bbca8b6b-b63d-4f24-84b9-073eab7de657","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"External Entities","item":[{"name":"external_entities::all","id":"8eaa94a5-58eb-4915-83b7-e19d7484d8bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getExternalEntities($filter:ExternalEntityFilterType) {\n  external_entities  {\n    all (\n        filter: $filter\n    ) {\n      edges {\n        node {\n            id\n            code\n            description\n            entity_type\n            external_system_reference1\n            external_system_reference2\n            external_system_reference3\n            integration {\n                id\n                integration_provider\n                integration_type\n            }\n            integration_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\n    \"filter\": {\n        \"integration_id\": {\"eq\": 2},\n        \"entity_type\": {\"eq\": \"product\"}\n    }\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the products.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"7d9e82bf-af1c-4da4-8994-e0d112c73760","name":"products::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: ProductsSortColumn, $sortDirection: SortDirection, $account_id: ID, $account_ids: [ID], $all_codes: StringArray, $assemble_on_pick: Boolean, $barcode: String, $case_allow_order: Boolean, $case_allow_receipt: Boolean, $case_barcode: String, $case_cube: Float, $case_height: Float, $case_length: Float, $case_stock_unit_type_code: String, $case_stock_unit_type_id: ID, $case_unit_of_measure: UnitOfMeasure, $case_units_of_measure: [UnitOfMeasure], $case_value: Float, $case_weight: Float, $case_width: Float, $code_or_description: String, $code: String, $created_at_from: Chronic, $created_at_to: Chronic, $default_order_configuration: StockConfiguration, $default_receipt_configuration: StockConfiguration, $default_stock_description: String, $description: String, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $inner_allow_order: Boolean, $inner_allow_receipt: Boolean, $inner_barcode: String, $inner_cube: Float, $inner_height: Float, $inner_length: Float, $inner_stock_unit_type_code: String, $inner_stock_unit_type_id: ID, $inner_unit_of_measure: UnitOfMeasure, $inner_units_of_measure: [UnitOfMeasure], $inner_value: Float, $inner_weight: Float, $inner_width: Float, $is_new_product: Int, $long_description: String, $obsolete: Int, $outer_allow_order: Boolean, $outer_allow_receipt: Boolean, $outer_barcode: String, $outer_cube: Float, $outer_height: Float, $outer_length: Float, $outer_stock_unit_type_code: String, $outer_stock_unit_type_id: ID, $outer_unit_of_measure: UnitOfMeasure, $outer_units_of_measure: [UnitOfMeasure], $outer_value: Float, $outer_weight: Float, $outer_width: Float, $output_quantity: Float, $product_type: ProductProductType, $product_types: [ProductProductType], $require_dimensions_on_receipt: Boolean, $shelf_life_max: String, $shelf_life_min: String, $stock_unit_type_code: String, $stock_unit_type_id: ID, $stop: Boolean, $unit_allow_order: Boolean, $unit_allow_receipt: Boolean, $unit_cube: Float, $unit_height: Float, $unit_length: Float, $unit_unit_of_measure: UnitOfMeasure, $unit_units_of_measure: [UnitOfMeasure], $unit_value: Float, $unit_weight: Float, $unit_width: Float, $units_per_case: Float, $units_per_inner: Float, $units_per_outer: Float, $updated_at_from: Chronic, $updated_at_to: Chronic, $with_account_products: Boolean = false, $with_case_dimensions: Boolean = false, $with_case_stock_unit_type: Boolean = false, $with_inner_dimensions: Boolean = false, $with_inner_stock_unit_type: Boolean = false, $with_outer_dimensions: Boolean = false, $with_outer_stock_unit_type: Boolean = false, $with_product_storage_units: Boolean = false, $with_product_storage_units_storage_unit_type: Boolean = false, $with_stock_unit_type: Boolean = false, $with_unit_dimensions: Boolean = false) {\n  products {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_id: $account_id\n      account_ids: $account_ids\n      all_codes: $all_codes\n      assemble_on_pick: $assemble_on_pick\n      barcode: $barcode\n      case_allow_order: $case_allow_order\n      case_allow_receipt: $case_allow_receipt\n      case_barcode: $case_barcode\n      case_cube: $case_cube\n      case_height: $case_height\n      case_length: $case_length\n      case_stock_unit_type_code: $case_stock_unit_type_code\n      case_stock_unit_type_id: $case_stock_unit_type_id\n      case_unit_of_measure: $case_unit_of_measure\n      case_units_of_measure: $case_units_of_measure\n      case_value: $case_value\n      case_weight: $case_weight\n      case_width: $case_width\n      code_or_description: $code_or_description\n      code: $code\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      default_order_configuration: $default_order_configuration\n      default_receipt_configuration: $default_receipt_configuration\n      default_stock_description: $default_stock_description\n      description: $description\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      id: $id\n      inner_allow_order: $inner_allow_order\n      inner_allow_receipt: $inner_allow_receipt\n      inner_barcode: $inner_barcode\n      inner_cube: $inner_cube\n      inner_height: $inner_height\n      inner_length: $inner_length\n      inner_stock_unit_type_code: $inner_stock_unit_type_code\n      inner_stock_unit_type_id: $inner_stock_unit_type_id\n      inner_unit_of_measure: $inner_unit_of_measure\n      inner_units_of_measure: $inner_units_of_measure\n      inner_value: $inner_value\n      inner_weight: $inner_weight\n      inner_width: $inner_width\n      is_new_product: $is_new_product\n      long_description: $long_description\n      obsolete: $obsolete\n      outer_allow_order: $outer_allow_order\n      outer_allow_receipt: $outer_allow_receipt\n      outer_barcode: $outer_barcode\n      outer_cube: $outer_cube\n      outer_height: $outer_height\n      outer_length: $outer_length\n      outer_stock_unit_type_code: $outer_stock_unit_type_code\n      outer_stock_unit_type_id: $outer_stock_unit_type_id\n      outer_unit_of_measure: $outer_unit_of_measure\n      outer_units_of_measure: $outer_units_of_measure\n      outer_value: $outer_value\n      outer_weight: $outer_weight\n      outer_width: $outer_width\n      output_quantity: $output_quantity\n      product_type: $product_type\n      product_types: $product_types\n      require_dimensions_on_receipt: $require_dimensions_on_receipt\n      shelf_life_max: $shelf_life_max\n      shelf_life_min: $shelf_life_min\n      stock_unit_type_code: $stock_unit_type_code\n      stock_unit_type_id: $stock_unit_type_id\n      stop: $stop\n      unit_allow_order: $unit_allow_order\n      unit_allow_receipt: $unit_allow_receipt\n      unit_cube: $unit_cube\n      unit_height: $unit_height\n      unit_length: $unit_length\n      unit_unit_of_measure: $unit_unit_of_measure\n      unit_units_of_measure: $unit_units_of_measure\n      unit_value: $unit_value\n      unit_weight: $unit_weight\n      unit_width: $unit_width\n      units_per_case: $units_per_case\n      units_per_inner: $units_per_inner\n      units_per_outer: $units_per_outer\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_products @include(if: $with_account_products) {\n            id\n            account {\n              code\n              id\n              name\n            }\n          }\n          assemble_on_pick\n          barcode\n          case_allow_order\n          case_allow_receipt\n          case_barcode\n          case_dimensions @include(if: $with_case_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          case_stock_unit_type @include(if: $with_case_stock_unit_type) {\n            code\n            id\n            name\n          }\n          code\n          created_at\n          default_order_configuration\n          default_receipt_configuration\n          default_stock_description\n          description\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          id\n          inner_allow_order\n          inner_allow_receipt\n          inner_barcode\n          inner_dimensions @include(if: $with_inner_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          inner_stock_unit_type @include(if: $with_inner_stock_unit_type) {\n            code\n            id\n            name\n          }\n          is_new_product\n          long_description\n          obsolete\n          outer_allow_order\n          outer_allow_receipt\n          outer_barcode\n          outer_dimensions @include(if: $with_outer_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          outer_stock_unit_type @include(if: $with_outer_stock_unit_type) {\n            code\n            id\n            name\n          }\n          output_quantity\n          product_type\n          product_storage_units @include(if: $with_product_storage_units) {\n            id\n            priority\n            storage_unit_type @include(if: $with_product_storage_units_storage_unit_type) {\n              code\n              id\n              name\n              unit_name\n            }\n          }\n          require_dimensions_on_receipt\n          shelf_life_max\n          shelf_life_min\n          stock_unit_type @include(if: $with_stock_unit_type) {\n            code\n            id\n            name\n          }\n          stock_unit_type_id\n          stop\n          unit_allow_order\n          unit_allow_receipt\n          unit_dimensions @include(if: $with_unit_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          units_per_case\n          units_per_inner\n          units_per_outer\n          updated_at\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"1\",\r\n  \"first\": 1,\r\n  \"with_account_products\": true,\r\n  \"with_case_dimensions\": true,\r\n  \"with_case_stock_unit_type\": true,\r\n  \"with_inner_dimensions\": true,\r\n  \"with_inner_stock_unit_type\": true,\r\n  \"with_outer_dimensions\": true,\r\n  \"with_outer_stock_unit_type\": true,\r\n  \"with_stock_unit_type\": true,\r\n  \"with_unit_dimensions\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"meta\": {\n                    \"total_records\": 1\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account_products\": [],\n                            \"assemble_on_pick\": false,\n                            \"barcode\": null,\n                            \"case_allow_order\": false,\n                            \"case_allow_receipt\": false,\n                            \"case_barcode\": null,\n                            \"case_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"case_stock_unit_type\": null,\n                            \"code\": \"PROD01\",\n                            \"created_at\": \"2017-04-13T21:08:17.112+01:00\",\n                            \"default_order_configuration\": \"unit\",\n                            \"default_receipt_configuration\": \"unit\",\n                            \"default_stock_description\": null,\n                            \"description\": \"Product 01\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"id\": \"1\",\n                            \"inner_allow_order\": false,\n                            \"inner_allow_receipt\": false,\n                            \"inner_barcode\": null,\n                            \"inner_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"inner_stock_unit_type\": null,\n                            \"is_new_product\": 1,\n                            \"long_description\": null,\n                            \"obsolete\": 0,\n                            \"outer_allow_order\": false,\n                            \"outer_allow_receipt\": false,\n                            \"outer_barcode\": null,\n                            \"outer_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"outer_stock_unit_type\": null,\n                            \"output_quantity\": 1,\n                            \"product_type\": \"single\",\n                            \"require_dimensions_on_receipt\": false,\n                            \"shelf_life_max\": \"0\",\n                            \"shelf_life_min\": \"0\",\n                            \"stock_unit_type\": {\n                                \"code\": \"ITEMS\",\n                                \"id\": \"1\",\n                                \"name\": \"ITEMS\"\n                            },\n                            \"stock_unit_type_id\": \"1\",\n                            \"stop\": false,\n                            \"unit_allow_order\": true,\n                            \"unit_allow_receipt\": true,\n                            \"unit_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"units_per_case\": null,\n                            \"units_per_inner\": null,\n                            \"units_per_outer\": null,\n                            \"updated_at\": \"2019-10-28T07:39:01.557+00:00\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"8eaa94a5-58eb-4915-83b7-e19d7484d8bb"}],"id":"e02ac523-4a22-4107-ad01-f7b011ab05d3","event":[{"listen":"prerequest","script":{"id":"1231dfcf-2354-4303-ab3f-c0030751c44f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7d42eec-d8b0-4994-a2d2-18d61d87cadd","type":"text/javascript","exec":[""]}}],"_postman_id":"e02ac523-4a22-4107-ad01-f7b011ab05d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Import Templates","item":[{"name":"import_templates::all","id":"9b161e76-21a1-409d-b466-a9fd39733309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    import_templates {\n        all {\n            edges {\n                node {\n                    id\n                    ftp_user_id\n                    mapping_group_id\n                    file_regexp\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the import template of choice.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b161e76-21a1-409d-b466-a9fd39733309"}],"id":"339ecba7-c841-484d-8859-15f296b423d3","_postman_id":"339ecba7-c841-484d-8859-15f296b423d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods In Receipts","item":[{"name":"goods_in_receipts::all","id":"7fb8a71f-899b-4668-8491-ed3acf2f50c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsInReceipts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsInReceiptsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $actual_date_of_receipt_from: Chronic, $actual_date_of_receipt_to: Chronic, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_id: ID, $address_name: String, $address_postcode: String, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_code: String, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_receipt_from: Chronic, $expected_date_of_receipt_to: Chronic, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $location_code: String, $location_id: ID, $inbound_method: GoodsInReceiptInboundMethod, $inbound_methods: [GoodsInReceiptInboundMethod], $notes: String, $receipt_type: GoodsInReceiptReceiptType, $reference: String, $status: GoodsInReceiptsStatus, $statuses: [GoodsInReceiptsStatus], $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $supplier_code: String, $supplier_id: ID, $supplier_name: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account_collection_addresses: Boolean = false, $with_account: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_goods_in_receipt_kind: Boolean = false, $with_goods_in_receipt_lines_product_product_storage_units_storage_unit_type: Boolean = false, $with_goods_in_receipt_lines_product_product_storage_units: Boolean = false, $with_goods_in_receipt_lines_product_stock_unit_type: Boolean = false, $with_goods_in_receipt_lines_product_storage_unit_storage_unit_type: Boolean = false, $with_goods_in_receipt_lines_product_storage_unit: Boolean = false, $with_goods_in_receipt_lines_product: Boolean = false, $with_goods_in_receipt_lines: Boolean = false, $with_location: Boolean = false, $with_supplier: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_in_receipts {\n    all(\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      actual_date_of_receipt_from: $actual_date_of_receipt_from\n      actual_date_of_receipt_to: $actual_date_of_receipt_to\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      after: $after\n      before: $before\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_code: $carrier_code\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_receipt_from: $expected_date_of_receipt_from\n      expected_date_of_receipt_to: $expected_date_of_receipt_to\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      first: $first\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      last: $last\n      location_code: $location_code\n      location_id: $location_id\n      inbound_method: $inbound_method\n      inbound_methods: $inbound_methods\n      notes: $notes\n      receipt_type: $receipt_type\n      reference: $reference\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      status: $status\n      statuses: $statuses\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      supplier_code: $supplier_code\n      supplier_id: $supplier_id\n      supplier_name: $supplier_name\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_id\n          account @include(if: $with_account) {\n            charge_card_id\n            code\n            id\n            name\n            use_boolean1\n            use_boolean2\n            use_boolean3\n            use_boolean4\n            use_boolean5\n            use_datetime1\n            use_datetime2\n            use_datetime3\n            use_datetime4\n            use_datetime5\n            use_integer1\n            use_integer2\n            use_integer3\n            use_integer4\n            use_integer5\n            use_stock_description\n            use_string1\n            use_string2\n            use_string3\n            use_string4\n            use_string5\n            collection_addresses @include(if: $with_account_collection_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              id\n              name\n              postcode\n            }\n          }\n          actual_date_of_receipt\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            name\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_receipt\n          expected_date_of_receipt_formatted\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_in_receipt_kind @include(if: $with_goods_in_receipt_kind) {\n            code\n            name\n          }\n          goods_in_receipt_kind_id\n          goods_in_receipt_lines {\n            alt_line_note\n            alt_line_number\n            alt_line_reference\n            alt_product_code\n            boolean1\n            boolean2\n            boolean3\n            boolean4\n            boolean5\n            datetime1\n            datetime2\n            datetime3\n            datetime4\n            datetime5\n            id\n            integer1\n            integer2\n            integer3\n            integer4\n            integer5\n            product @include(if: $with_goods_in_receipt_lines_product) {\n              code\n              description\n              id\n              product_storage_units @include(if: $with_goods_in_receipt_lines_product_product_storage_units) {\n                id\n                storage_unit_type @include(if: $with_goods_in_receipt_lines_product_product_storage_units_storage_unit_type) {\n                  code\n                  is_pickable\n                  name\n                }\n              }\n              stock_unit_type @include(if: $with_goods_in_receipt_lines_product_stock_unit_type) {\n                name\n              }\n            }\n            product_storage_unit @include(if: $with_goods_in_receipt_lines_product_storage_unit) {\n              id\n              storage_unit_type @include(if: $with_goods_in_receipt_lines_product_storage_unit_storage_unit_type) {\n                code\n                is_pickable\n                name\n                unit_name\n              }\n            }\n            quantity\n            stock_description\n            storage_unit_quantity\n            storage_unit_reference\n            string1\n            string2\n            string3\n            string4\n            string5\n          }\n          id\n          inbound_method\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          location_id\n          location @include(if: $with_location) {\n            code\n            description\n            id\n          }\n          inbound_method\n          notes\n          order_type_id\n          original_collection_address_id\n          receipt_type\n          reference\n          status\n          string1\n          string2\n          string3\n          string4\n          string5\n          goods_in_receipt_lines{\n            alt_line_number\n            alt_line_reference\n          }\n          supplier @include(if: $with_supplier) {\n            code\n            id\n            name\n          }\n          supplier_id\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"206502\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the goods in receipts.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"5a13c2b4-e7b0-4b1f-9554-f060b3e3c0b0","name":"goods_in_receipts::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsInReceipts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsInReceiptsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $actual_date_of_receipt_from: Chronic, $actual_date_of_receipt_to: Chronic, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_id: ID, $address_name: String, $address_postcode: String, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_code: String, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_receipt_from: Chronic, $expected_date_of_receipt_to: Chronic, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $location_code: String, $location_id: ID, $inbound_method: GoodsInReceiptInboundMethod, $inbound_methods: [GoodsInReceiptInboundMethod], $notes: String, $receipt_type: GoodsInReceiptReceiptType, $reference: String, $status: GoodsInReceiptsStatus, $statuses: [GoodsInReceiptsStatus], $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $supplier_code: String, $supplier_id: ID, $supplier_name: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account_collection_addresses: Boolean = false, $with_account: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_goods_in_receipt_kind: Boolean = false, $with_goods_in_receipt_lines_product_product_storage_units_storage_unit_type: Boolean = false, $with_goods_in_receipt_lines_product_product_storage_units: Boolean = false, $with_goods_in_receipt_lines_product_stock_unit_type: Boolean = false, $with_goods_in_receipt_lines_product_storage_unit_storage_unit_type: Boolean = false, $with_goods_in_receipt_lines_product_storage_unit: Boolean = false, $with_goods_in_receipt_lines_product: Boolean = false, $with_goods_in_receipt_lines: Boolean = false, $with_location: Boolean = false, $with_supplier: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_in_receipts {\n    all(\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      actual_date_of_receipt_from: $actual_date_of_receipt_from\n      actual_date_of_receipt_to: $actual_date_of_receipt_to\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      after: $after\n      before: $before\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_code: $carrier_code\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_receipt_from: $expected_date_of_receipt_from\n      expected_date_of_receipt_to: $expected_date_of_receipt_to\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      first: $first\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      last: $last\n      location_code: $location_code\n      location_id: $location_id\n      inbound_method: $inbound_method\n      inbound_methods: $inbound_methods\n      notes: $notes\n      receipt_type: $receipt_type\n      reference: $reference\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      status: $status\n      statuses: $statuses\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      supplier_code: $supplier_code\n      supplier_id: $supplier_id\n      supplier_name: $supplier_name\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_id\n          account @include(if: $with_account) {\n            charge_card_id\n            code\n            id\n            name\n            use_boolean1\n            use_boolean2\n            use_boolean3\n            use_boolean4\n            use_boolean5\n            use_datetime1\n            use_datetime2\n            use_datetime3\n            use_datetime4\n            use_datetime5\n            use_integer1\n            use_integer2\n            use_integer3\n            use_integer4\n            use_integer5\n            use_stock_description\n            use_string1\n            use_string2\n            use_string3\n            use_string4\n            use_string5\n            collection_addresses @include(if: $with_account_collection_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              id\n              name\n              postcode\n            }\n          }\n          actual_date_of_receipt\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            name\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_receipt\n          expected_date_of_receipt_formatted\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_in_receipt_kind @include(if: $with_goods_in_receipt_kind) {\n            code\n            name\n          }\n          goods_in_receipt_kind_id\n          goods_in_receipt_lines @include(if: $with_goods_in_receipt_lines) {\n            boolean1\n            boolean2\n            boolean3\n            boolean4\n            boolean5\n            datetime1\n            datetime2\n            datetime3\n            datetime4\n            datetime5\n            id\n            integer1\n            integer2\n            integer3\n            integer4\n            integer5\n            product @include(if: $with_goods_in_receipt_lines_product) {\n              code\n              description\n              id\n              product_storage_units @include(if: $with_goods_in_receipt_lines_product_product_storage_units) {\n                id\n                storage_unit_type @include(if: $with_goods_in_receipt_lines_product_product_storage_units_storage_unit_type) {\n                  code\n                  is_pickable\n                  name\n                }\n              }\n              stock_unit_type @include(if: $with_goods_in_receipt_lines_product_stock_unit_type) {\n                name\n              }\n            }\n            product_storage_unit @include(if: $with_goods_in_receipt_lines_product_storage_unit) {\n              id\n              storage_unit_type @include(if: $with_goods_in_receipt_lines_product_storage_unit_storage_unit_type) {\n                code\n                is_pickable\n                name\n                unit_name\n              }\n            }\n            quantity\n            stock_description\n            storage_unit_quantity\n            storage_unit_reference\n            string1\n            string2\n            string3\n            string4\n            string5\n          }\n          id\n          inbound_method\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          location_id\n          location @include(if: $with_location) {\n            code\n            description\n            id\n          }\n          inbound_method\n          notes\n          order_type_id\n          original_collection_address_id\n          receipt_type\n          reference\n          status\n          string1\n          string2\n          string3\n          string4\n          string5\n          supplier @include(if: $with_supplier) {\n            code\n            id\n            name\n          }\n          supplier_id\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"65\",\r\n  \"receipt_type\": \"receipt\",\r\n  \"first\": 1,\r\n  \"with_account_collection_addresses\": true,\r\n  \"with_account\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_goods_in_receipt_kind\": true,\r\n  \"with_goods_in_receipt_lines_product_product_storage_units_storage_unit_type\": true,\r\n  \"with_goods_in_receipt_lines_product_product_storage_units\": true,\r\n  \"with_goods_in_receipt_lines_product_stock_unit_type\": true,\r\n  \"with_goods_in_receipt_lines_product_storage_unit_storage_unit_type\": true,\r\n  \"with_goods_in_receipt_lines_product_storage_unit\": true,\r\n  \"with_goods_in_receipt_lines_product\": true,\r\n  \"with_goods_in_receipt_lines\": true,\r\n  \"with_location\": true,\r\n  \"with_supplier\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_in_receipts\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"meta\": {\n                    \"total_records\": 1\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account_id\": \"1\",\n                            \"account\": {\n                                \"charge_card_id\": 1,\n                                \"code\": \"ACC01\",\n                                \"id\": \"1\",\n                                \"name\": \"Account 01\",\n                                \"use_boolean1\": null,\n                                \"use_boolean2\": null,\n                                \"use_boolean3\": null,\n                                \"use_boolean4\": null,\n                                \"use_boolean5\": null,\n                                \"use_datetime1\": true,\n                                \"use_datetime2\": true,\n                                \"use_datetime3\": null,\n                                \"use_datetime4\": null,\n                                \"use_datetime5\": null,\n                                \"use_integer1\": null,\n                                \"use_integer2\": null,\n                                \"use_integer3\": null,\n                                \"use_integer4\": null,\n                                \"use_integer5\": null,\n                                \"use_stock_description\": true,\n                                \"use_string1\": true,\n                                \"use_string2\": null,\n                                \"use_string3\": null,\n                                \"use_string4\": null,\n                                \"use_string5\": null,\n                                \"collection_addresses\": [\n                                    {\n                                        \"address_1\": \"81 Lever Park Avenue\",\n                                        \"address_2\": \"Horwich\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": null,\n                                        \"address_5\": null,\n                                        \"code\": \"COL01\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"id\": \"103\",\n                                        \"name\": \"Collection Address 01\",\n                                        \"postcode\": \"BL6 7LQ\"\n                                    }\n                                ]\n                            },\n                            \"actual_date_of_receipt\": null,\n                            \"address\": null,\n                            \"address_id\": null,\n                            \"boolean1\": null,\n                            \"boolean2\": null,\n                            \"boolean3\": null,\n                            \"boolean4\": null,\n                            \"boolean5\": null,\n                            \"carrier\": {\n                                \"code\": \"CAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Carrier 01\"\n                            },\n                            \"carrier_id\": \"1\",\n                            \"created_at\": \"2022-02-22T14:35:50.338+00:00\",\n                            \"datetime1\": null,\n                            \"datetime1_formatted\": null,\n                            \"datetime2\": null,\n                            \"datetime2_formatted\": null,\n                            \"datetime3\": null,\n                            \"datetime3_formatted\": null,\n                            \"datetime4\": null,\n                            \"datetime4_formatted\": null,\n                            \"datetime5\": null,\n                            \"datetime5_formatted\": null,\n                            \"expected_date_of_receipt\": \"2022-02-22T14:34:00.000+00:00\",\n                            \"expected_date_of_receipt_formatted\": \"22/02/2022 14:34\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_in_receipt_kind\": {\n                                \"code\": \"GI\",\n                                \"name\": \"Goods In\"\n                            },\n                            \"goods_in_receipt_kind_id\": \"1\",\n                            \"goods_in_receipt_lines\": [\n                                {\n                                    \"boolean1\": null,\n                                    \"boolean2\": null,\n                                    \"boolean3\": null,\n                                    \"boolean4\": null,\n                                    \"boolean5\": null,\n                                    \"datetime1\": \"2022-02-22T14:35:00.000+00:00\",\n                                    \"datetime2\": \"2022-02-22T14:35:00.000+00:00\",\n                                    \"datetime3\": null,\n                                    \"datetime4\": null,\n                                    \"datetime5\": null,\n                                    \"id\": \"89\",\n                                    \"integer1\": null,\n                                    \"integer2\": null,\n                                    \"integer3\": null,\n                                    \"integer4\": null,\n                                    \"integer5\": null,\n                                    \"product\": {\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\",\n                                        \"id\": \"1\",\n                                        \"product_storage_units\": [\n                                            {\n                                                \"id\": \"1\",\n                                                \"storage_unit_type\": {\n                                                    \"code\": \"STD\",\n                                                    \"is_pickable\": true,\n                                                    \"name\": \"Standard Pallet\"\n                                                }\n                                            }\n                                        ],\n                                        \"stock_unit_type\": {\n                                            \"name\": \"ITEMS\"\n                                        }\n                                    },\n                                    \"product_storage_unit\": {\n                                        \"id\": \"1\",\n                                        \"storage_unit_type\": {\n                                            \"code\": \"STD\",\n                                            \"is_pickable\": true,\n                                            \"name\": \"Standard Pallet\",\n                                            \"unit_name\": \"Pallets\"\n                                        }\n                                    },\n                                    \"quantity\": 20,\n                                    \"stock_description\": \"My description\",\n                                    \"storage_unit_quantity\": 3,\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": \"My Batch\",\n                                    \"string2\": null,\n                                    \"string3\": null,\n                                    \"string4\": null,\n                                    \"string5\": null\n                                }\n                            ],\n                            \"id\": \"65\",\n                            \"inbound_method\": \"delivery\",\n                            \"integer1\": null,\n                            \"integer2\": null,\n                            \"integer3\": null,\n                            \"integer4\": null,\n                            \"integer5\": null,\n                            \"location_id\": \"1\",\n                            \"location\": {\n                                \"code\": \"GIBAY\",\n                                \"description\": \"Goods In Bay\",\n                                \"id\": \"1\"\n                            },\n                            \"notes\": \"My notes\",\n                            \"order_type_id\": \"2\",\n                            \"original_collection_address_id\": null,\n                            \"receipt_type\": \"receipt\",\n                            \"reference\": \"22-03-22-02\",\n                            \"status\": \"PENDING\",\n                            \"string1\": null,\n                            \"string2\": null,\n                            \"string3\": null,\n                            \"string4\": null,\n                            \"string5\": null,\n                            \"supplier\": {\n                                \"code\": \"SUP01\",\n                                \"id\": \"1\",\n                                \"name\": \"Supplier 01\"\n                            },\n                            \"supplier_id\": \"1\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"7fb8a71f-899b-4668-8491-ed3acf2f50c7"}],"id":"c94c45f3-e405-4f3e-a0e9-d1e944a667f2","event":[{"listen":"prerequest","script":{"id":"dab42102-374c-4a4e-8337-0891df8dabb4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"400ef83c-26cd-481a-8ff0-066242a1ebad","type":"text/javascript","exec":[""]}}],"_postman_id":"c94c45f3-e405-4f3e-a0e9-d1e944a667f2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods Out","item":[{"name":"Goods Out Sales Orders","item":[{"name":"goods_outs::all","id":"11450e37-af00-476e-ae34-c368607d3212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_id: ID, $address_name: String, $address_postcode: String, $associated_with_goods_out_pick_list: Boolean = false, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $customer_code: String, $customer_id: ID, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $goods_out_status_id: ID, $goods_out_status_name: String, $goods_out_type_codes: [GoodsOutTypeCode], $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $load_reference: String, $location_code: String, $location_id: ID, $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_account_linked_accounts: Boolean = false, $with_account_parent_accounts: Boolean = false, $with_account_warehouse: Boolean = false, $with_account_warehouses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_goods_out_lines: Boolean = false, $with_lines_total_count: Boolean = false, $with_lines_total_items_allocated: Boolean = false, $with_lines_total_items_converted: Boolean = false, $with_lines_total_items_dispatched: Boolean = false, $with_lines_total_items_left_to_allocate: Boolean = false, $with_lines_total_items_ordered: Boolean = false, $with_lines_total_items_originally_ordered: Boolean = false, $with_lines_total_items_picked: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_outs {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_status_name: $goods_out_status_name\n      goods_out_type_codes: $goods_out_type_codes\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            id\n            linked_accounts @include(if: $with_account_linked_accounts) {\n              code\n              id\n              name\n            }\n            name\n            order_from_linked_accounts\n            parent_accounts @include(if: $with_account_parent_accounts) {\n              code\n              id\n              name\n            }\n            pick_from_linked_accounts_if_stock_is_unavailable\n            warehouse @include(if: $with_account_warehouse) {\n              code\n              id\n              name\n            }\n            warehouses @include(if: $with_account_warehouses) {\n              code\n              id\n              name\n            }\n          }\n          account_id\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            name\n          }\n          carrier_service_id\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines(\n            associated_with_goods_out_pick_list: $associated_with_goods_out_pick_list\n          ) @include(if: $with_goods_out_lines) {\n            allocated_quantity\n            created_at\n            datetime1_from\n            datetime1_to\n            datetime2_from\n            datetime2_to\n            dispatch_quantity\n            external_system_reference1\n            external_system_reference2\n            external_system_reference3\n            goods_out_id\n            id\n            order_quantity\n            order_quantity_dimension\n            original_order_quantity\n            pick_quantity\n            product_id\n            product {\n              assemble_on_pick\n              code\n              description\n              id\n              output_quantity\n              product_type\n            }\n            quantity_to_allocate\n            short_status\n            stock_balance_available\n            stock_description\n            stock_to_pick {\n              account {\n                code\n              }\n            }\n            stock_to_pick_id\n            storage_unit_reference\n            string1\n          }\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          lines_total_count @include(if: $with_lines_total_count)\n          lines_total_items_allocated @include(if: $with_lines_total_items_allocated)\n          lines_total_items_converted @include(if: $with_lines_total_items_converted)\n          lines_total_items_dispatched @include(if: $with_lines_total_items_dispatched)\n          lines_total_items_left_to_allocate @include(if: $with_lines_total_items_left_to_allocate)\n          lines_total_items_ordered @include(if: $with_lines_total_items_ordered)\n          lines_total_items_originally_ordered @include(if: $with_lines_total_items_originally_ordered)\n          lines_total_items_picked @include(if: $with_lines_total_items_picked)\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          order_notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"1\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_account_linked_accounts\": true,\r\n  \"with_account_parent_accounts\": true,\r\n  \"with_account_warehouse\": true,\r\n  \"with_account_warehouses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_lines\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_lines_total_items_allocated\": true,\r\n  \"with_lines_total_items_dispatched\": true,\r\n  \"with_lines_total_items_left_to_allocate\": true,\r\n  \"with_lines_total_items_ordered\": true,\r\n  \"with_lines_total_items_originally_ordered\": true,\r\n  \"with_lines_total_items_picked\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the goods outs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"a8737bad-3601-4383-9235-b9d9ab804310","name":"goods_outs::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_id: ID, $address_name: String, $address_postcode: String, $associated_with_goods_out_pick_list: Boolean = false, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $customer_code: String, $customer_id: ID, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $goods_out_status_id: ID, $goods_out_status_name: String, $goods_out_type_codes: [GoodsOutTypeCode], $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $load_reference: String, $location_code: String, $location_id: ID, $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_account_linked_accounts: Boolean = false, $with_account_parent_accounts: Boolean = false, $with_account_warehouse: Boolean = false, $with_account_warehouses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_goods_out_lines: Boolean = false, $with_lines_total_count: Boolean = false, $with_lines_total_items_allocated: Boolean = false, $with_lines_total_items_converted: Boolean = false, $with_lines_total_items_dispatched: Boolean = false, $with_lines_total_items_left_to_allocate: Boolean = false, $with_lines_total_items_ordered: Boolean = false, $with_lines_total_items_originally_ordered: Boolean = false, $with_lines_total_items_picked: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_outs {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_status_name: $goods_out_status_name\n      goods_out_type_codes: $goods_out_type_codes\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            id\n            linked_accounts @include(if: $with_account_linked_accounts) {\n              code\n              id\n              name\n            }\n            name\n            order_from_linked_accounts\n            parent_accounts @include(if: $with_account_parent_accounts) {\n              code\n              id\n              name\n            }\n            pick_from_linked_accounts_if_stock_is_unavailable\n            warehouse @include(if: $with_account_warehouse) {\n              code\n              id\n              name\n            }\n            warehouses @include(if: $with_account_warehouses) {\n              code\n              id\n              name\n            }\n          }\n          account_id\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            name\n          }\n          carrier_service_id\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines(\n            associated_with_goods_out_pick_list: $associated_with_goods_out_pick_list\n          ) @include(if: $with_goods_out_lines) {\n            allocated_quantity\n            created_at\n            datetime1_from\n            datetime1_to\n            datetime2_from\n            datetime2_to\n            dispatch_quantity\n            goods_out_id\n            id\n            order_quantity\n            original_order_quantity\n            pick_quantity\n            product_id\n            product {\n              assemble_on_pick\n              code\n              description\n              id\n              output_quantity\n              product_type\n            }\n            quantity_to_allocate\n            short_status\n            stock_balance_available\n            stock_description\n            stock_to_pick {\n              account {\n                code\n              }\n            }\n            stock_to_pick_id\n            storage_unit_reference\n            string1\n          }\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          lines_total_count @include(if: $with_lines_total_count)\n          lines_total_items_allocated @include(if: $with_lines_total_items_allocated)\n          lines_total_items_converted @include(if: $with_lines_total_items_converted)\n          lines_total_items_dispatched @include(if: $with_lines_total_items_dispatched)\n          lines_total_items_left_to_allocate @include(if: $with_lines_total_items_left_to_allocate)\n          lines_total_items_ordered @include(if: $with_lines_total_items_ordered)\n          lines_total_items_originally_ordered @include(if: $with_lines_total_items_originally_ordered)\n          lines_total_items_picked @include(if: $with_lines_total_items_picked)\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          order_notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"87\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_account_linked_accounts\": true,\r\n  \"with_account_parent_accounts\": true,\r\n  \"with_account_warehouse\": true,\r\n  \"with_account_warehouses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_lines\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_lines_total_items_allocated\": true,\r\n  \"with_lines_total_items_dispatched\": true,\r\n  \"with_lines_total_items_left_to_allocate\": true,\r\n  \"with_lines_total_items_ordered\": true,\r\n  \"with_lines_total_items_originally_ordered\": true,\r\n  \"with_lines_total_items_picked\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_outs\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"code\": \"ACC01\",\n                                \"delivery_addresses\": [\n                                    {\n                                        \"address_1\": \"36/42 Bath Street\",\n                                        \"address_2\": \"Bolton\",\n                                        \"address_3\": null,\n                                        \"address_4\": null,\n                                        \"address_5\": null,\n                                        \"code\": \"DEL02\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"8\",\n                                        \"is_active\": true,\n                                        \"name\": \"Work\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL1 2DJ\"\n                                    },\n                                    {\n                                        \"address_1\": \"41 Whitehall Lane\",\n                                        \"address_2\": \"Blackrod\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"\",\n                                        \"address_5\": null,\n                                        \"code\": \"DEL03\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"43\",\n                                        \"is_active\": false,\n                                        \"name\": \"Temporary Address\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL6 7LQ\"\n                                    },\n                                    {\n                                        \"address_1\": \"81 Lever Park Avenue\",\n                                        \"address_2\": \"Horwich\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"Greater Manchester\",\n                                        \"address_5\": \"England\",\n                                        \"code\": \"DEL01\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": \"as@as.com\",\n                                        \"id\": \"6\",\n                                        \"is_active\": true,\n                                        \"name\": \"Delivery Address 01\",\n                                        \"phone_number\": \"12121212\",\n                                        \"postcode\": \"BL6 7LQ\"\n                                    }\n                                ],\n                                \"id\": \"1\",\n                                \"linked_accounts\": [],\n                                \"name\": \"Account 01\",\n                                \"order_from_linked_accounts\": true,\n                                \"parent_accounts\": [],\n                                \"pick_from_linked_accounts_if_stock_is_unavailable\": true,\n                                \"warehouse\": null,\n                                \"warehouses\": [\n                                    {\n                                        \"code\": \"WAR01\",\n                                        \"id\": \"1\",\n                                        \"name\": \"Warehouse 01\"\n                                    },\n                                    {\n                                        \"code\": \"WAR02\",\n                                        \"id\": \"2\",\n                                        \"name\": \"Warehouse 02\"\n                                    }\n                                ]\n                            },\n                            \"account_id\": \"1\",\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"phone_number\": \"12121212\",\n                                \"postcode\": \"BL6 7LQ\"\n                            },\n                            \"address_id\": \"176\",\n                            \"boolean1\": null,\n                            \"boolean2\": null,\n                            \"boolean3\": null,\n                            \"boolean4\": null,\n                            \"boolean5\": null,\n                            \"carrier\": {\n                                \"code\": \"CAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Carrier 01\"\n                            },\n                            \"carrier_id\": \"1\",\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"customer\": {\n                                \"code\": \"CUS01\",\n                                \"name\": \"Customer 01\"\n                            },\n                            \"customer_id\": \"1\",\n                            \"created_at\": \"2022-02-22T15:01:47.415+00:00\",\n                            \"datetime1\": null,\n                            \"datetime1_formatted\": null,\n                            \"datetime2\": null,\n                            \"datetime2_formatted\": null,\n                            \"datetime3\": null,\n                            \"datetime3_formatted\": null,\n                            \"datetime4\": null,\n                            \"datetime4_formatted\": null,\n                            \"datetime5\": null,\n                            \"datetime5_formatted\": null,\n                            \"expected_date_of_dispatch\": \"2022-02-22T15:01:00.000+00:00\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_lines\": [\n                                {\n                                    \"allocated_quantity\": 25,\n                                    \"created_at\": \"2022-02-22T15:01:47.436+00:00\",\n                                    \"datetime1_from\": null,\n                                    \"datetime1_to\": null,\n                                    \"datetime2_from\": null,\n                                    \"datetime2_to\": null,\n                                    \"dispatch_quantity\": 0,\n                                    \"goods_out_id\": \"87\",\n                                    \"id\": \"215\",\n                                    \"order_quantity\": 25,\n                                    \"original_order_quantity\": 25,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"assemble_on_pick\": false,\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\",\n                                        \"id\": \"1\",\n                                        \"output_quantity\": 1,\n                                        \"product_type\": \"single\"\n                                    },\n                                    \"quantity_to_allocate\": 0,\n                                    \"short_status\": \"SHORT/AMENDED\",\n                                    \"stock_balance_available\": 419,\n                                    \"stock_description\": null,\n                                    \"stock_to_pick\": null,\n                                    \"stock_to_pick_id\": null,\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                }\n                            ],\n                            \"goods_out_status\": {\n                                \"code\": \"ALLOCATED\",\n                                \"name\": \"Allocated\"\n                            },\n                            \"goods_out_status_id\": \"5\",\n                            \"goods_out_type\": \"sales_order\",\n                            \"id\": \"87\",\n                            \"integer1\": null,\n                            \"integer2\": null,\n                            \"integer3\": null,\n                            \"integer4\": null,\n                            \"integer5\": null,\n                            \"lines_total_items_allocated\": 25,\n                            \"lines_total_items_dispatched\": 0,\n                            \"lines_total_items_left_to_allocate\": 0,\n                            \"lines_total_items_ordered\": 25,\n                            \"lines_total_items_originally_ordered\": 25,\n                            \"lines_total_items_picked\": 0,\n                            \"load_reference\": null,\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"order_notes\": null,\n                            \"original_delivery_address_id\": \"6\",\n                            \"pick_reference\": null,\n                            \"pick_type\": \"tote\",\n                            \"priority\": 0,\n                            \"reference\": \"22-02-22-01\",\n                            \"string1\": null,\n                            \"string2\": null,\n                            \"string3\": null,\n                            \"string4\": null,\n                            \"string5\": null,\n                            \"updated_at\": \"2022-02-22T15:01:59.117+00:00\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"3a5fe570-ba36-4964-a17a-764867daf2f9","name":"Find By External System Reference 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($external_system_reference1: String) {\n  goods_outs {\n    all(\n      external_system_reference1: $external_system_reference1\n    ) {\n      edges {\n        cursor\n        node {\n          account {\n            code\n            name\n          }\n          account_id\n          address {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          carrier {\n            code\n            name\n          }\n          carrier_id\n          carrier_service {\n            code\n            name\n          }\n          carrier_service_id\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines {\n            allocated_quantity\n            id\n            order_quantity\n            pick_quantity\n            product_id\n            product {\n              code\n              description\n            }\n            storage_unit_reference\n            string1\n          }\n          goods_out_status {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          location {\n            code\n          }\n          location_id\n          order_notes\n          pick_reference\n          pick_type\n          priority\n          reference\n          warehouse {\n            code\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"external_system_reference1\": \"myref\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jul 2024 12:50:44 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"1843"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"4548b8f7406cde6d2b3138825f995e93\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ed721110-d345-4a5a-8c7c-61f9fedb7680"},{"key":"X-Runtime","value":"0.058832"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_outs\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"code\": \"ACC01\",\n                                \"name\": \"Account 01\"\n                            },\n                            \"account_id\": \"1\",\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"phone_number\": \"12121212\",\n                                \"postcode\": \"BL6 7LQ\"\n                            },\n                            \"address_id\": \"687\",\n                            \"carrier\": null,\n                            \"carrier_id\": null,\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"expected_date_of_dispatch\": \"2024-07-12T12:14:00.000+01:00\",\n                            \"external_system_reference1\": \"myref\",\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_lines\": [\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"772\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"203\",\n                                    \"product\": {\n                                        \"code\": \"PROD02\",\n                                        \"description\": \"Product 02\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"774\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"203\",\n                                    \"product\": {\n                                        \"code\": \"PROD02\",\n                                        \"description\": \"Product 02\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"771\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 1,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"773\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 1,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                }\n                            ],\n                            \"goods_out_status\": {\n                                \"code\": \"ALLOCATED\",\n                                \"name\": \"Allocated\"\n                            },\n                            \"goods_out_status_id\": \"5\",\n                            \"goods_out_type\": \"sales_order\",\n                            \"id\": \"301\",\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"order_notes\": null,\n                            \"pick_reference\": null,\n                            \"pick_type\": \"standard\",\n                            \"priority\": 2000,\n                            \"reference\": \"24-07-12-01\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"11450e37-af00-476e-ae34-c368607d3212"},{"name":"goods_outs::all (Simple)","id":"a1d13dd1-5e13-4d54-96a0-36018b62cffd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($id: ID) {\n  goods_outs {\n    all(\n      id: $id\n    ) {\n      edges {\n        node {\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          created_at_formatted\n          goods_out_lines(associated_with_goods_out_pick_list: false) {\n            external_system_reference1\n            external_system_reference2\n            external_system_reference3\n            alt_line_number\n            alt_line_reference\n            created_at_formatted\n            updated_at_formatted\n            id\n            order_quantity\n            carrier_id\n            carrier_service_id\n            product {\n              code\n              description\n              id\n            }\n          }\n          reference\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"3042\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"7133c5e9-9a11-45aa-bdd9-16197b0d83a4","name":"goods_outs::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_id: ID, $address_name: String, $address_postcode: String, $associated_with_goods_out_pick_list: Boolean = false, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $customer_code: String, $customer_id: ID, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $goods_out_status_id: ID, $goods_out_status_name: String, $goods_out_type_codes: [GoodsOutTypeCode], $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $load_reference: String, $location_code: String, $location_id: ID, $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_account_linked_accounts: Boolean = false, $with_account_parent_accounts: Boolean = false, $with_account_warehouse: Boolean = false, $with_account_warehouses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_goods_out_lines: Boolean = false, $with_lines_total_count: Boolean = false, $with_lines_total_items_allocated: Boolean = false, $with_lines_total_items_converted: Boolean = false, $with_lines_total_items_dispatched: Boolean = false, $with_lines_total_items_left_to_allocate: Boolean = false, $with_lines_total_items_ordered: Boolean = false, $with_lines_total_items_originally_ordered: Boolean = false, $with_lines_total_items_picked: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_outs {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_status_name: $goods_out_status_name\n      goods_out_type_codes: $goods_out_type_codes\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            id\n            linked_accounts @include(if: $with_account_linked_accounts) {\n              code\n              id\n              name\n            }\n            name\n            order_from_linked_accounts\n            parent_accounts @include(if: $with_account_parent_accounts) {\n              code\n              id\n              name\n            }\n            pick_from_linked_accounts_if_stock_is_unavailable\n            warehouse @include(if: $with_account_warehouse) {\n              code\n              id\n              name\n            }\n            warehouses @include(if: $with_account_warehouses) {\n              code\n              id\n              name\n            }\n          }\n          account_id\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            name\n          }\n          carrier_service_id\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines(\n            associated_with_goods_out_pick_list: $associated_with_goods_out_pick_list\n          ) @include(if: $with_goods_out_lines) {\n            allocated_quantity\n            created_at\n            datetime1_from\n            datetime1_to\n            datetime2_from\n            datetime2_to\n            dispatch_quantity\n            goods_out_id\n            id\n            order_quantity\n            original_order_quantity\n            pick_quantity\n            product_id\n            product {\n              assemble_on_pick\n              code\n              description\n              id\n              output_quantity\n              product_type\n            }\n            quantity_to_allocate\n            short_status\n            stock_balance_available\n            stock_description\n            stock_to_pick {\n              account {\n                code\n              }\n            }\n            stock_to_pick_id\n            storage_unit_reference\n            string1\n          }\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          lines_total_count @include(if: $with_lines_total_count)\n          lines_total_items_allocated @include(if: $with_lines_total_items_allocated)\n          lines_total_items_converted @include(if: $with_lines_total_items_converted)\n          lines_total_items_dispatched @include(if: $with_lines_total_items_dispatched)\n          lines_total_items_left_to_allocate @include(if: $with_lines_total_items_left_to_allocate)\n          lines_total_items_ordered @include(if: $with_lines_total_items_ordered)\n          lines_total_items_originally_ordered @include(if: $with_lines_total_items_originally_ordered)\n          lines_total_items_picked @include(if: $with_lines_total_items_picked)\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          order_notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"87\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_account_linked_accounts\": true,\r\n  \"with_account_parent_accounts\": true,\r\n  \"with_account_warehouse\": true,\r\n  \"with_account_warehouses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_lines\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_lines_total_items_allocated\": true,\r\n  \"with_lines_total_items_dispatched\": true,\r\n  \"with_lines_total_items_left_to_allocate\": true,\r\n  \"with_lines_total_items_ordered\": true,\r\n  \"with_lines_total_items_originally_ordered\": true,\r\n  \"with_lines_total_items_picked\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_outs\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"code\": \"ACC01\",\n                                \"delivery_addresses\": [\n                                    {\n                                        \"address_1\": \"36/42 Bath Street\",\n                                        \"address_2\": \"Bolton\",\n                                        \"address_3\": null,\n                                        \"address_4\": null,\n                                        \"address_5\": null,\n                                        \"code\": \"DEL02\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"8\",\n                                        \"is_active\": true,\n                                        \"name\": \"Work\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL1 2DJ\"\n                                    },\n                                    {\n                                        \"address_1\": \"41 Whitehall Lane\",\n                                        \"address_2\": \"Blackrod\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"\",\n                                        \"address_5\": null,\n                                        \"code\": \"DEL03\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"43\",\n                                        \"is_active\": false,\n                                        \"name\": \"Temporary Address\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL6 7LQ\"\n                                    },\n                                    {\n                                        \"address_1\": \"81 Lever Park Avenue\",\n                                        \"address_2\": \"Horwich\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"Greater Manchester\",\n                                        \"address_5\": \"England\",\n                                        \"code\": \"DEL01\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": \"as@as.com\",\n                                        \"id\": \"6\",\n                                        \"is_active\": true,\n                                        \"name\": \"Delivery Address 01\",\n                                        \"phone_number\": \"12121212\",\n                                        \"postcode\": \"BL6 7LQ\"\n                                    }\n                                ],\n                                \"id\": \"1\",\n                                \"linked_accounts\": [],\n                                \"name\": \"Account 01\",\n                                \"order_from_linked_accounts\": true,\n                                \"parent_accounts\": [],\n                                \"pick_from_linked_accounts_if_stock_is_unavailable\": true,\n                                \"warehouse\": null,\n                                \"warehouses\": [\n                                    {\n                                        \"code\": \"WAR01\",\n                                        \"id\": \"1\",\n                                        \"name\": \"Warehouse 01\"\n                                    },\n                                    {\n                                        \"code\": \"WAR02\",\n                                        \"id\": \"2\",\n                                        \"name\": \"Warehouse 02\"\n                                    }\n                                ]\n                            },\n                            \"account_id\": \"1\",\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"phone_number\": \"12121212\",\n                                \"postcode\": \"BL6 7LQ\"\n                            },\n                            \"address_id\": \"176\",\n                            \"boolean1\": null,\n                            \"boolean2\": null,\n                            \"boolean3\": null,\n                            \"boolean4\": null,\n                            \"boolean5\": null,\n                            \"carrier\": {\n                                \"code\": \"CAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Carrier 01\"\n                            },\n                            \"carrier_id\": \"1\",\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"customer\": {\n                                \"code\": \"CUS01\",\n                                \"name\": \"Customer 01\"\n                            },\n                            \"customer_id\": \"1\",\n                            \"created_at\": \"2022-02-22T15:01:47.415+00:00\",\n                            \"datetime1\": null,\n                            \"datetime1_formatted\": null,\n                            \"datetime2\": null,\n                            \"datetime2_formatted\": null,\n                            \"datetime3\": null,\n                            \"datetime3_formatted\": null,\n                            \"datetime4\": null,\n                            \"datetime4_formatted\": null,\n                            \"datetime5\": null,\n                            \"datetime5_formatted\": null,\n                            \"expected_date_of_dispatch\": \"2022-02-22T15:01:00.000+00:00\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_lines\": [\n                                {\n                                    \"allocated_quantity\": 25,\n                                    \"created_at\": \"2022-02-22T15:01:47.436+00:00\",\n                                    \"datetime1_from\": null,\n                                    \"datetime1_to\": null,\n                                    \"datetime2_from\": null,\n                                    \"datetime2_to\": null,\n                                    \"dispatch_quantity\": 0,\n                                    \"goods_out_id\": \"87\",\n                                    \"id\": \"215\",\n                                    \"order_quantity\": 25,\n                                    \"original_order_quantity\": 25,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"assemble_on_pick\": false,\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\",\n                                        \"id\": \"1\",\n                                        \"output_quantity\": 1,\n                                        \"product_type\": \"single\"\n                                    },\n                                    \"quantity_to_allocate\": 0,\n                                    \"short_status\": \"SHORT/AMENDED\",\n                                    \"stock_balance_available\": 419,\n                                    \"stock_description\": null,\n                                    \"stock_to_pick\": null,\n                                    \"stock_to_pick_id\": null,\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                }\n                            ],\n                            \"goods_out_status\": {\n                                \"code\": \"ALLOCATED\",\n                                \"name\": \"Allocated\"\n                            },\n                            \"goods_out_status_id\": \"5\",\n                            \"goods_out_type\": \"sales_order\",\n                            \"id\": \"87\",\n                            \"integer1\": null,\n                            \"integer2\": null,\n                            \"integer3\": null,\n                            \"integer4\": null,\n                            \"integer5\": null,\n                            \"lines_total_items_allocated\": 25,\n                            \"lines_total_items_dispatched\": 0,\n                            \"lines_total_items_left_to_allocate\": 0,\n                            \"lines_total_items_ordered\": 25,\n                            \"lines_total_items_originally_ordered\": 25,\n                            \"lines_total_items_picked\": 0,\n                            \"load_reference\": null,\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"order_notes\": null,\n                            \"original_delivery_address_id\": \"6\",\n                            \"pick_reference\": null,\n                            \"pick_type\": \"tote\",\n                            \"priority\": 0,\n                            \"reference\": \"22-02-22-01\",\n                            \"string1\": null,\n                            \"string2\": null,\n                            \"string3\": null,\n                            \"string4\": null,\n                            \"string5\": null,\n                            \"updated_at\": \"2022-02-22T15:01:59.117+00:00\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"245f1e24-906e-4b59-8cf5-754b6ceb6e7b","name":"Find By External System Reference 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($external_system_reference1: String) {\n  goods_outs {\n    all(\n      external_system_reference1: $external_system_reference1\n    ) {\n      edges {\n        cursor\n        node {\n          account {\n            code\n            name\n          }\n          account_id\n          address {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          carrier {\n            code\n            name\n          }\n          carrier_id\n          carrier_service {\n            code\n            name\n          }\n          carrier_service_id\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines {\n            allocated_quantity\n            id\n            order_quantity\n            pick_quantity\n            product_id\n            product {\n              code\n              description\n            }\n            storage_unit_reference\n            string1\n          }\n          goods_out_status {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          location {\n            code\n          }\n          location_id\n          order_notes\n          pick_reference\n          pick_type\n          priority\n          reference\n          warehouse {\n            code\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"external_system_reference1\": \"myref\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jul 2024 12:50:44 GMT","uuid":"eddb6757-9004-4ba2-a9c7-33f9aeb6c8d8"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","uuid":"0df2ee15-626d-4d7b-b893-982950d63ade"},{"key":"Content-Length","value":"1843","uuid":"57f5d265-5120-4da9-ba99-a6a8a68dd3d2"},{"key":"Connection","value":"keep-alive","uuid":"c0397987-6d8b-444a-abf1-99b7b37cb129"},{"key":"Server","value":"nginx/1.27.0","uuid":"4257aa43-ff21-48ab-a5d1-5cbdab2f5f77"},{"key":"X-Frame-Options","value":"SAMEORIGIN","uuid":"d8ed35d9-d6b4-4533-95bb-c59654ceea59"},{"key":"X-XSS-Protection","value":"0","uuid":"98b449b5-d8f4-4ada-b00c-e711a0b9ecb9"},{"key":"X-Content-Type-Options","value":"nosniff","uuid":"69994c66-90ad-46c7-99e4-452aa659f1e4"},{"key":"X-Download-Options","value":"noopen","uuid":"124d17ec-fbb9-40bd-9330-ce6e19c71014"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none","uuid":"d6d906cb-7a75-4044-ad7e-697e7892dd6a"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin","uuid":"de893efa-e1dd-43b9-827c-e4b67fb896ce"},{"key":"ETag","value":"W/\"4548b8f7406cde6d2b3138825f995e93\"","uuid":"03ff591f-2890-411d-a04d-7457f7302447"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","uuid":"825ac0d2-3b98-4ff8-a99c-45084a5b0cbc"},{"key":"X-Request-Id","value":"ed721110-d345-4a5a-8c7c-61f9fedb7680","uuid":"d777a558-ba23-499a-bc61-e9d4004b1de6"},{"key":"X-Runtime","value":"0.058832","uuid":"7a5c00fe-9f22-492c-bc35-6358cb682f8a"},{"key":"vary","value":"Origin","uuid":"47a4f635-7e95-46fb-b2ad-40ff215f7e19"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_outs\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"code\": \"ACC01\",\n                                \"name\": \"Account 01\"\n                            },\n                            \"account_id\": \"1\",\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"phone_number\": \"12121212\",\n                                \"postcode\": \"BL6 7LQ\"\n                            },\n                            \"address_id\": \"687\",\n                            \"carrier\": null,\n                            \"carrier_id\": null,\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"expected_date_of_dispatch\": \"2024-07-12T12:14:00.000+01:00\",\n                            \"external_system_reference1\": \"myref\",\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_lines\": [\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"772\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"203\",\n                                    \"product\": {\n                                        \"code\": \"PROD02\",\n                                        \"description\": \"Product 02\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"774\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"203\",\n                                    \"product\": {\n                                        \"code\": \"PROD02\",\n                                        \"description\": \"Product 02\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"771\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 1,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"773\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 1,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                }\n                            ],\n                            \"goods_out_status\": {\n                                \"code\": \"ALLOCATED\",\n                                \"name\": \"Allocated\"\n                            },\n                            \"goods_out_status_id\": \"5\",\n                            \"goods_out_type\": \"sales_order\",\n                            \"id\": \"301\",\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"order_notes\": null,\n                            \"pick_reference\": null,\n                            \"pick_type\": \"standard\",\n                            \"priority\": 2000,\n                            \"reference\": \"24-07-12-01\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"a1d13dd1-5e13-4d54-96a0-36018b62cffd"}],"id":"67a86209-4f50-4a10-926a-cf2580695bfc","event":[{"listen":"prerequest","script":{"id":"37a48f35-5189-4ced-aed9-2b8168fdd387","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5329a080-885d-425e-b6c7-c3fd21581b58","type":"text/javascript","exec":[""]}}],"_postman_id":"67a86209-4f50-4a10-926a-cf2580695bfc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods Out Works Orders","item":[{"name":"goods_outs::all","id":"028ddeee-aa5f-4c17-a35f-917dbd5308ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_id: ID, $address_name: String, $address_postcode: String, $associated_with_goods_out_pick_list: Boolean = false, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $customer_code: String, $customer_id: ID, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $goods_out_status_id: ID, $goods_out_status_name: String, $goods_out_type_codes: [GoodsOutTypeCode], $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $load_reference: String, $location_code: String, $location_id: ID, $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_account_linked_accounts: Boolean = false, $with_account_parent_accounts: Boolean = false, $with_account_warehouse: Boolean = false, $with_account_warehouses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_goods_out_lines: Boolean = false, $with_lines_total_count: Boolean = false, $with_lines_total_items_allocated: Boolean = false, $with_lines_total_items_converted: Boolean = false, $with_lines_total_items_dispatched: Boolean = false, $with_lines_total_items_left_to_allocate: Boolean = false, $with_lines_total_items_ordered: Boolean = false, $with_lines_total_items_originally_ordered: Boolean = false, $with_lines_total_items_picked: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_outs {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_status_name: $goods_out_status_name\n      goods_out_type_codes: $goods_out_type_codes\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            id\n            linked_accounts @include(if: $with_account_linked_accounts) {\n              code\n              id\n              name\n            }\n            name\n            order_from_linked_accounts\n            parent_accounts @include(if: $with_account_parent_accounts) {\n              code\n              id\n              name\n            }\n            pick_from_linked_accounts_if_stock_is_unavailable\n            warehouse @include(if: $with_account_warehouse) {\n              code\n              id\n              name\n            }\n            warehouses @include(if: $with_account_warehouses) {\n              code\n              id\n              name\n            }\n          }\n          account_id\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            name\n          }\n          carrier_service_id\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines(\n            associated_with_goods_out_pick_list: $associated_with_goods_out_pick_list\n          ) @include(if: $with_goods_out_lines) {\n            allocated_quantity\n            created_at\n            datetime1_from\n            datetime1_to\n            datetime2_from\n            datetime2_to\n            dispatch_quantity\n            goods_out_id\n            id\n            order_quantity\n            original_order_quantity\n            pick_quantity\n            product_id\n            product {\n              assemble_on_pick\n              code\n              description\n              id\n              output_quantity\n              product_type\n            }\n            quantity_to_allocate\n            short_status\n            stock_balance_available\n            stock_description\n            stock_to_pick {\n              account {\n                code\n              }\n            }\n            stock_to_pick_id\n            storage_unit_reference\n            string1\n          }\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          lines_total_count @include(if: $with_lines_total_count)\n          lines_total_items_allocated @include(if: $with_lines_total_items_allocated)\n          lines_total_items_converted @include(if: $with_lines_total_items_converted)\n          lines_total_items_dispatched @include(if: $with_lines_total_items_dispatched)\n          lines_total_items_left_to_allocate @include(if: $with_lines_total_items_left_to_allocate)\n          lines_total_items_ordered @include(if: $with_lines_total_items_ordered)\n          lines_total_items_originally_ordered @include(if: $with_lines_total_items_originally_ordered)\n          lines_total_items_picked @include(if: $with_lines_total_items_picked)\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          order_notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"112\",\r\n  \"first\": 1,\r\n  \"goods_out_type\": \"work_order\",\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_account_linked_accounts\": true,\r\n  \"with_account_parent_accounts\": true,\r\n  \"with_account_warehouse\": true,\r\n  \"with_account_warehouses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_lines\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_lines_total_items_allocated\": true,\r\n  \"with_lines_total_items_dispatched\": true,\r\n  \"with_lines_total_items_left_to_allocate\": true,\r\n  \"with_lines_total_items_ordered\": true,\r\n  \"with_lines_total_items_originally_ordered\": true,\r\n  \"with_lines_total_items_picked\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the goods out works orders.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"979e90d2-1e56-4761-97df-33d91bb612dc","name":"goods_outs::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_id: ID, $address_name: String, $address_postcode: String, $associated_with_goods_out_pick_list: Boolean = false, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $customer_code: String, $customer_id: ID, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $goods_out_status_id: ID, $goods_out_status_name: String, $goods_out_type_codes: [GoodsOutTypeCode], $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $load_reference: String, $location_code: String, $location_id: ID, $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_account_linked_accounts: Boolean = false, $with_account_parent_accounts: Boolean = false, $with_account_warehouse: Boolean = false, $with_account_warehouses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_goods_out_lines: Boolean = false, $with_lines_total_count: Boolean = false, $with_lines_total_items_allocated: Boolean = false, $with_lines_total_items_converted: Boolean = false, $with_lines_total_items_dispatched: Boolean = false, $with_lines_total_items_left_to_allocate: Boolean = false, $with_lines_total_items_ordered: Boolean = false, $with_lines_total_items_originally_ordered: Boolean = false, $with_lines_total_items_picked: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_outs {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_status_name: $goods_out_status_name\n      goods_out_type_codes: $goods_out_type_codes\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            id\n            linked_accounts @include(if: $with_account_linked_accounts) {\n              code\n              id\n              name\n            }\n            name\n            order_from_linked_accounts\n            parent_accounts @include(if: $with_account_parent_accounts) {\n              code\n              id\n              name\n            }\n            pick_from_linked_accounts_if_stock_is_unavailable\n            warehouse @include(if: $with_account_warehouse) {\n              code\n              id\n              name\n            }\n            warehouses @include(if: $with_account_warehouses) {\n              code\n              id\n              name\n            }\n          }\n          account_id\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            name\n          }\n          carrier_service_id\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines(\n            associated_with_goods_out_pick_list: $associated_with_goods_out_pick_list\n          ) @include(if: $with_goods_out_lines) {\n            allocated_quantity\n            created_at\n            datetime1_from\n            datetime1_to\n            datetime2_from\n            datetime2_to\n            dispatch_quantity\n            goods_out_id\n            id\n            order_quantity\n            original_order_quantity\n            pick_quantity\n            product_id\n            product {\n              assemble_on_pick\n              code\n              description\n              id\n              output_quantity\n              product_type\n            }\n            quantity_to_allocate\n            short_status\n            stock_balance_available\n            stock_description\n            stock_to_pick {\n              account {\n                code\n              }\n            }\n            stock_to_pick_id\n            storage_unit_reference\n            string1\n          }\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          lines_total_count @include(if: $with_lines_total_count)\n          lines_total_items_allocated @include(if: $with_lines_total_items_allocated)\n          lines_total_items_converted @include(if: $with_lines_total_items_converted)\n          lines_total_items_dispatched @include(if: $with_lines_total_items_dispatched)\n          lines_total_items_left_to_allocate @include(if: $with_lines_total_items_left_to_allocate)\n          lines_total_items_ordered @include(if: $with_lines_total_items_ordered)\n          lines_total_items_originally_ordered @include(if: $with_lines_total_items_originally_ordered)\n          lines_total_items_picked @include(if: $with_lines_total_items_picked)\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          order_notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"87\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_account_linked_accounts\": true,\r\n  \"with_account_parent_accounts\": true,\r\n  \"with_account_warehouse\": true,\r\n  \"with_account_warehouses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_lines\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_lines_total_items_allocated\": true,\r\n  \"with_lines_total_items_dispatched\": true,\r\n  \"with_lines_total_items_left_to_allocate\": true,\r\n  \"with_lines_total_items_ordered\": true,\r\n  \"with_lines_total_items_originally_ordered\": true,\r\n  \"with_lines_total_items_picked\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_outs\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"code\": \"ACC01\",\n                                \"delivery_addresses\": [\n                                    {\n                                        \"address_1\": \"36/42 Bath Street\",\n                                        \"address_2\": \"Bolton\",\n                                        \"address_3\": null,\n                                        \"address_4\": null,\n                                        \"address_5\": null,\n                                        \"code\": \"DEL02\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"8\",\n                                        \"is_active\": true,\n                                        \"name\": \"Work\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL1 2DJ\"\n                                    },\n                                    {\n                                        \"address_1\": \"41 Whitehall Lane\",\n                                        \"address_2\": \"Blackrod\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"\",\n                                        \"address_5\": null,\n                                        \"code\": \"DEL03\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"43\",\n                                        \"is_active\": false,\n                                        \"name\": \"Temporary Address\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL6 7LQ\"\n                                    },\n                                    {\n                                        \"address_1\": \"81 Lever Park Avenue\",\n                                        \"address_2\": \"Horwich\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"Greater Manchester\",\n                                        \"address_5\": \"England\",\n                                        \"code\": \"DEL01\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": \"as@as.com\",\n                                        \"id\": \"6\",\n                                        \"is_active\": true,\n                                        \"name\": \"Delivery Address 01\",\n                                        \"phone_number\": \"12121212\",\n                                        \"postcode\": \"BL6 7LQ\"\n                                    }\n                                ],\n                                \"id\": \"1\",\n                                \"linked_accounts\": [],\n                                \"name\": \"Account 01\",\n                                \"order_from_linked_accounts\": true,\n                                \"parent_accounts\": [],\n                                \"pick_from_linked_accounts_if_stock_is_unavailable\": true,\n                                \"warehouse\": null,\n                                \"warehouses\": [\n                                    {\n                                        \"code\": \"WAR01\",\n                                        \"id\": \"1\",\n                                        \"name\": \"Warehouse 01\"\n                                    },\n                                    {\n                                        \"code\": \"WAR02\",\n                                        \"id\": \"2\",\n                                        \"name\": \"Warehouse 02\"\n                                    }\n                                ]\n                            },\n                            \"account_id\": \"1\",\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"phone_number\": \"12121212\",\n                                \"postcode\": \"BL6 7LQ\"\n                            },\n                            \"address_id\": \"176\",\n                            \"boolean1\": null,\n                            \"boolean2\": null,\n                            \"boolean3\": null,\n                            \"boolean4\": null,\n                            \"boolean5\": null,\n                            \"carrier\": {\n                                \"code\": \"CAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Carrier 01\"\n                            },\n                            \"carrier_id\": \"1\",\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"customer\": {\n                                \"code\": \"CUS01\",\n                                \"name\": \"Customer 01\"\n                            },\n                            \"customer_id\": \"1\",\n                            \"created_at\": \"2022-02-22T15:01:47.415+00:00\",\n                            \"datetime1\": null,\n                            \"datetime1_formatted\": null,\n                            \"datetime2\": null,\n                            \"datetime2_formatted\": null,\n                            \"datetime3\": null,\n                            \"datetime3_formatted\": null,\n                            \"datetime4\": null,\n                            \"datetime4_formatted\": null,\n                            \"datetime5\": null,\n                            \"datetime5_formatted\": null,\n                            \"expected_date_of_dispatch\": \"2022-02-22T15:01:00.000+00:00\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_lines\": [\n                                {\n                                    \"allocated_quantity\": 25,\n                                    \"created_at\": \"2022-02-22T15:01:47.436+00:00\",\n                                    \"datetime1_from\": null,\n                                    \"datetime1_to\": null,\n                                    \"datetime2_from\": null,\n                                    \"datetime2_to\": null,\n                                    \"dispatch_quantity\": 0,\n                                    \"goods_out_id\": \"87\",\n                                    \"id\": \"215\",\n                                    \"order_quantity\": 25,\n                                    \"original_order_quantity\": 25,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"assemble_on_pick\": false,\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\",\n                                        \"id\": \"1\",\n                                        \"output_quantity\": 1,\n                                        \"product_type\": \"single\"\n                                    },\n                                    \"quantity_to_allocate\": 0,\n                                    \"short_status\": \"SHORT/AMENDED\",\n                                    \"stock_balance_available\": 419,\n                                    \"stock_description\": null,\n                                    \"stock_to_pick\": null,\n                                    \"stock_to_pick_id\": null,\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                }\n                            ],\n                            \"goods_out_status\": {\n                                \"code\": \"ALLOCATED\",\n                                \"name\": \"Allocated\"\n                            },\n                            \"goods_out_status_id\": \"5\",\n                            \"goods_out_type\": \"sales_order\",\n                            \"id\": \"87\",\n                            \"integer1\": null,\n                            \"integer2\": null,\n                            \"integer3\": null,\n                            \"integer4\": null,\n                            \"integer5\": null,\n                            \"lines_total_items_allocated\": 25,\n                            \"lines_total_items_dispatched\": 0,\n                            \"lines_total_items_left_to_allocate\": 0,\n                            \"lines_total_items_ordered\": 25,\n                            \"lines_total_items_originally_ordered\": 25,\n                            \"lines_total_items_picked\": 0,\n                            \"load_reference\": null,\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"order_notes\": null,\n                            \"original_delivery_address_id\": \"6\",\n                            \"pick_reference\": null,\n                            \"pick_type\": \"tote\",\n                            \"priority\": 0,\n                            \"reference\": \"22-02-22-01\",\n                            \"string1\": null,\n                            \"string2\": null,\n                            \"string3\": null,\n                            \"string4\": null,\n                            \"string5\": null,\n                            \"updated_at\": \"2022-02-22T15:01:59.117+00:00\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"028ddeee-aa5f-4c17-a35f-917dbd5308ba"}],"id":"8c27667f-b8ef-49f9-bede-4d7a229bac8d","event":[{"listen":"prerequest","script":{"id":"37a48f35-5189-4ced-aed9-2b8168fdd387","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5329a080-885d-425e-b6c7-c3fd21581b58","type":"text/javascript","exec":[""]}}],"_postman_id":"8c27667f-b8ef-49f9-bede-4d7a229bac8d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods Out Pick Lists","item":[{"name":"goods_out_pick_lists::all","id":"81711c3f-597d-4bf7-b782-5fe8c42cb3c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOutPickLists($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutPickListsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_name: String, $address_postcode: String, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_code: String, $carrier_name: String, $customer_code: String, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $location_code: String, $account_id: ID, $actual_date_of_dispatch_from: Chronic, $actual_date_of_dispatch_to: Chronic, $actual_date_of_dispatch: Chronic, $address_id: ID, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $created_at: Chronic, $customer_id: ID, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $expected_date_of_dispatch: Chronic, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $goods_out_status_id: ID, $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $integration_id: ID, $is_draft: Boolean, $load_reference: String, $location_id: ID, $notes: String, $offset: Int, $order_type_id: ID, $order: [String], $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $updated_at: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_integration: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_out_pick_lists {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      actual_date_of_dispatch_from: $actual_date_of_dispatch_from\n      actual_date_of_dispatch_to: $actual_date_of_dispatch_to\n      actual_date_of_dispatch: $actual_date_of_dispatch\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_code: $carrier_code\n      carrier_id: $carrier_id\n      carrier_name: $carrier_name\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      created_at: $created_at\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      expected_date_of_dispatch: $expected_date_of_dispatch\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      integration_id: $integration_id\n      is_draft: $is_draft\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      notes: $notes\n      offset: $offset\n      order_type_id: $order_type_id\n      order: $order\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      updated_at: $updated_at\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            charge_card_id\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            loading_enabled\n            name\n            use_datetime1\n            use_datetime2\n            use_stock_description\n            use_string1\n          }\n          account_id\n          actual_date_of_dispatch\n          actual_date_of_dispatch_formatted\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            postcode\n            phone_number\n          }\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            id\n            name\n          }\n          carrier_service_id\n          created_at\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          expected_date_of_dispatch_formatted\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          integration @include(if: $with_integration) {\n            id\n          }\n          integration_id\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            name\n          }\n          warehouse_id\n        }\n      }\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"104\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_integration\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the goods out pick lists.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"5228f91b-e8ff-4557-8016-5a9ca8f6e042","name":"goods_out_pick_lists::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOutPickLists($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutPickListsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_name: String, $address_postcode: String, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_code: String, $carrier_name: String, $customer_code: String, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $location_code: String, $account_id: ID, $actual_date_of_dispatch_from: Chronic, $actual_date_of_dispatch_to: Chronic, $actual_date_of_dispatch: Chronic, $address_id: ID, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $created_at: Chronic, $customer_id: ID, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $expected_date_of_dispatch: Chronic, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $goods_out_status_id: ID, $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $integration_id: ID, $is_draft: Boolean, $load_reference: String, $location_id: ID, $notes: String, $offset: Int, $order_type_id: ID, $order: [String], $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $updated_at: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_integration: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_out_pick_lists {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      actual_date_of_dispatch_from: $actual_date_of_dispatch_from\n      actual_date_of_dispatch_to: $actual_date_of_dispatch_to\n      actual_date_of_dispatch: $actual_date_of_dispatch\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_code: $carrier_code\n      carrier_id: $carrier_id\n      carrier_name: $carrier_name\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      created_at: $created_at\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      expected_date_of_dispatch: $expected_date_of_dispatch\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      integration_id: $integration_id\n      is_draft: $is_draft\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      notes: $notes\n      offset: $offset\n      order_type_id: $order_type_id\n      order: $order\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      updated_at: $updated_at\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            charge_card_id\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            loading_enabled\n            name\n            use_datetime1\n            use_datetime2\n            use_stock_description\n            use_string1\n          }\n          account_id\n          actual_date_of_dispatch\n          actual_date_of_dispatch_formatted\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            postcode\n            phone_number\n          }\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            id\n            name\n          }\n          carrier_service_id\n          created_at\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          expected_date_of_dispatch_formatted\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          integration @include(if: $with_integration) {\n            id\n          }\n          integration_id\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            name\n          }\n          warehouse_id\n        }\n      }\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"104\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_integration\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_out_pick_lists\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"charge_card_id\": 1,\n                                \"code\": \"ACC01\",\n                                \"delivery_addresses\": [\n                                    {\n                                        \"address_1\": \"36/42 Bath Street\",\n                                        \"address_2\": \"Bolton\",\n                                        \"address_3\": null,\n                                        \"address_4\": null,\n                                        \"address_5\": null,\n                                        \"code\": \"DEL02\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"8\",\n                                        \"is_active\": true,\n                                        \"name\": \"Work\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL1 2DJ\"\n                                    },\n                                    {\n                                        \"address_1\": \"41 Whitehall Lane\",\n                                        \"address_2\": \"Blackrod\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"\",\n                                        \"address_5\": null,\n                                        \"code\": \"DEL03\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"43\",\n                                        \"is_active\": false,\n                                        \"name\": \"Temporary Address\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL6 7LQ\"\n                                    },\n                                    {\n                                        \"address_1\": \"81 Lever Park Avenue\",\n                                        \"address_2\": \"Horwich\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"Greater Manchester\",\n                                        \"address_5\": \"England\",\n                                        \"code\": \"DEL01\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": \"as@as.com\",\n                                        \"id\": \"6\",\n                                        \"is_active\": true,\n                                        \"name\": \"Delivery Address 01\",\n                                        \"phone_number\": \"12121212\",\n                                        \"postcode\": \"BL6 7LQ\"\n                                    }\n                                ],\n                                \"loading_enabled\": false,\n                                \"name\": \"Account 01\",\n                                \"use_datetime1\": true,\n                                \"use_datetime2\": true,\n                                \"use_stock_description\": true,\n                                \"use_string1\": true\n                            },\n                            \"account_id\": \"1\",\n                            \"actual_date_of_dispatch\": null,\n                            \"actual_date_of_dispatch_formatted\": null,\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"postcode\": \"BL6 7LQ\",\n                                \"phone_number\": \"12121212\"\n                            },\n                            \"boolean1\": null,\n                            \"boolean2\": null,\n                            \"boolean3\": null,\n                            \"boolean4\": null,\n                            \"boolean5\": null,\n                            \"carrier\": {\n                                \"code\": \"CAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Carrier 01\"\n                            },\n                            \"carrier_id\": \"1\",\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"created_at\": \"2022-02-22T15:01:58.989+00:00\",\n                            \"customer\": {\n                                \"code\": \"CUS01\",\n                                \"name\": \"Customer 01\"\n                            },\n                            \"customer_id\": \"1\",\n                            \"datetime1\": null,\n                            \"datetime1_formatted\": null,\n                            \"datetime2\": null,\n                            \"datetime2_formatted\": null,\n                            \"datetime3\": null,\n                            \"datetime3_formatted\": null,\n                            \"datetime4\": null,\n                            \"datetime4_formatted\": null,\n                            \"datetime5\": null,\n                            \"datetime5_formatted\": null,\n                            \"expected_date_of_dispatch\": \"2022-02-22T15:01:00.000+00:00\",\n                            \"expected_date_of_dispatch_formatted\": \"22/02/2022 15:01\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_status\": {\n                                \"code\": \"PICK\",\n                                \"name\": \"Picking\"\n                            },\n                            \"goods_out_status_id\": \"3\",\n                            \"id\": \"104\",\n                            \"integer1\": null,\n                            \"integer2\": null,\n                            \"integer3\": null,\n                            \"integer4\": null,\n                            \"integer5\": null,\n                            \"integration\": null,\n                            \"integration_id\": null,\n                            \"load_reference\": null,\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"notes\": null,\n                            \"original_delivery_address_id\": \"6\",\n                            \"pick_reference\": null,\n                            \"pick_type\": \"tote\",\n                            \"priority\": 0,\n                            \"reference\": \"22-02-22-01\",\n                            \"string1\": null,\n                            \"string2\": null,\n                            \"string3\": null,\n                            \"string4\": null,\n                            \"string5\": null,\n                            \"updated_at\": \"2022-02-22T15:01:58.989+00:00\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false,\n                    \"startCursor\": \"MQ\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"81711c3f-597d-4bf7-b782-5fe8c42cb3c5"}],"id":"338600af-b947-48da-9d1e-9ef4dda33897","event":[{"listen":"prerequest","script":{"id":"6d14e8e0-dfcd-4c70-9e05-c338194ee9e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eb7809e2-cc53-4c9e-b739-e16702b1e669","type":"text/javascript","exec":[""]}}],"_postman_id":"338600af-b947-48da-9d1e-9ef4dda33897","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods Out Lines","item":[{"name":"goods_out_lines::all","id":"f7a5ed49-80c0-46e3-893b-56945d5f707b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOutLines($id: ID) {\n  goods_out_lines {\n    all(\n      id: $id\n    ) {\n      edges {\n        node {\n            external_system_reference1\n            external_system_reference2\n            external_system_reference3\n            id\n            order_quantity\n            carrier_id\n            carrier_service_id\n            product {\n                code\n                description\n                id\n            }\n            goods_out_id\n            goods_out_pick_list_id\n            goods_out {\n                reference\n                external_system_reference1\n            }\n            goods_out_pick_list {\n                reference\n                external_system_reference1\n            }\n        }\n      }\n    }\n  }\n}","variables":"{\r\n  \"id\": \"870\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"aa7a7e1c-3576-4afe-a5a4-4384a0d25505","name":"goods_outs::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_id: ID, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_id: ID, $address_name: String, $address_postcode: String, $associated_with_goods_out_pick_list: Boolean = false, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $customer_code: String, $customer_id: ID, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $goods_out_status_id: ID, $goods_out_status_name: String, $goods_out_type_codes: [GoodsOutTypeCode], $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $load_reference: String, $location_code: String, $location_id: ID, $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_account_linked_accounts: Boolean = false, $with_account_parent_accounts: Boolean = false, $with_account_warehouse: Boolean = false, $with_account_warehouses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_goods_out_lines: Boolean = false, $with_lines_total_count: Boolean = false, $with_lines_total_items_allocated: Boolean = false, $with_lines_total_items_converted: Boolean = false, $with_lines_total_items_dispatched: Boolean = false, $with_lines_total_items_left_to_allocate: Boolean = false, $with_lines_total_items_ordered: Boolean = false, $with_lines_total_items_originally_ordered: Boolean = false, $with_lines_total_items_picked: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_outs {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_id: $carrier_id\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_status_name: $goods_out_status_name\n      goods_out_type_codes: $goods_out_type_codes\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            id\n            linked_accounts @include(if: $with_account_linked_accounts) {\n              code\n              id\n              name\n            }\n            name\n            order_from_linked_accounts\n            parent_accounts @include(if: $with_account_parent_accounts) {\n              code\n              id\n              name\n            }\n            pick_from_linked_accounts_if_stock_is_unavailable\n            warehouse @include(if: $with_account_warehouse) {\n              code\n              id\n              name\n            }\n            warehouses @include(if: $with_account_warehouses) {\n              code\n              id\n              name\n            }\n          }\n          account_id\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            name\n          }\n          carrier_service_id\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          created_at\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines(\n            associated_with_goods_out_pick_list: $associated_with_goods_out_pick_list\n          ) @include(if: $with_goods_out_lines) {\n            allocated_quantity\n            created_at\n            datetime1_from\n            datetime1_to\n            datetime2_from\n            datetime2_to\n            dispatch_quantity\n            goods_out_id\n            id\n            order_quantity\n            original_order_quantity\n            pick_quantity\n            product_id\n            product {\n              assemble_on_pick\n              code\n              description\n              id\n              output_quantity\n              product_type\n            }\n            quantity_to_allocate\n            short_status\n            stock_balance_available\n            stock_description\n            stock_to_pick {\n              account {\n                code\n              }\n            }\n            stock_to_pick_id\n            storage_unit_reference\n            string1\n          }\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          lines_total_count @include(if: $with_lines_total_count)\n          lines_total_items_allocated @include(if: $with_lines_total_items_allocated)\n          lines_total_items_converted @include(if: $with_lines_total_items_converted)\n          lines_total_items_dispatched @include(if: $with_lines_total_items_dispatched)\n          lines_total_items_left_to_allocate @include(if: $with_lines_total_items_left_to_allocate)\n          lines_total_items_ordered @include(if: $with_lines_total_items_ordered)\n          lines_total_items_originally_ordered @include(if: $with_lines_total_items_originally_ordered)\n          lines_total_items_picked @include(if: $with_lines_total_items_picked)\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          order_notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            id\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"87\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_account_linked_accounts\": true,\r\n  \"with_account_parent_accounts\": true,\r\n  \"with_account_warehouse\": true,\r\n  \"with_account_warehouses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_lines\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_lines_total_items_allocated\": true,\r\n  \"with_lines_total_items_dispatched\": true,\r\n  \"with_lines_total_items_left_to_allocate\": true,\r\n  \"with_lines_total_items_ordered\": true,\r\n  \"with_lines_total_items_originally_ordered\": true,\r\n  \"with_lines_total_items_picked\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_outs\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"code\": \"ACC01\",\n                                \"delivery_addresses\": [\n                                    {\n                                        \"address_1\": \"36/42 Bath Street\",\n                                        \"address_2\": \"Bolton\",\n                                        \"address_3\": null,\n                                        \"address_4\": null,\n                                        \"address_5\": null,\n                                        \"code\": \"DEL02\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"8\",\n                                        \"is_active\": true,\n                                        \"name\": \"Work\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL1 2DJ\"\n                                    },\n                                    {\n                                        \"address_1\": \"41 Whitehall Lane\",\n                                        \"address_2\": \"Blackrod\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"\",\n                                        \"address_5\": null,\n                                        \"code\": \"DEL03\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"43\",\n                                        \"is_active\": false,\n                                        \"name\": \"Temporary Address\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL6 7LQ\"\n                                    },\n                                    {\n                                        \"address_1\": \"81 Lever Park Avenue\",\n                                        \"address_2\": \"Horwich\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"Greater Manchester\",\n                                        \"address_5\": \"England\",\n                                        \"code\": \"DEL01\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": \"as@as.com\",\n                                        \"id\": \"6\",\n                                        \"is_active\": true,\n                                        \"name\": \"Delivery Address 01\",\n                                        \"phone_number\": \"12121212\",\n                                        \"postcode\": \"BL6 7LQ\"\n                                    }\n                                ],\n                                \"id\": \"1\",\n                                \"linked_accounts\": [],\n                                \"name\": \"Account 01\",\n                                \"order_from_linked_accounts\": true,\n                                \"parent_accounts\": [],\n                                \"pick_from_linked_accounts_if_stock_is_unavailable\": true,\n                                \"warehouse\": null,\n                                \"warehouses\": [\n                                    {\n                                        \"code\": \"WAR01\",\n                                        \"id\": \"1\",\n                                        \"name\": \"Warehouse 01\"\n                                    },\n                                    {\n                                        \"code\": \"WAR02\",\n                                        \"id\": \"2\",\n                                        \"name\": \"Warehouse 02\"\n                                    }\n                                ]\n                            },\n                            \"account_id\": \"1\",\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"phone_number\": \"12121212\",\n                                \"postcode\": \"BL6 7LQ\"\n                            },\n                            \"address_id\": \"176\",\n                            \"boolean1\": null,\n                            \"boolean2\": null,\n                            \"boolean3\": null,\n                            \"boolean4\": null,\n                            \"boolean5\": null,\n                            \"carrier\": {\n                                \"code\": \"CAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Carrier 01\"\n                            },\n                            \"carrier_id\": \"1\",\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"customer\": {\n                                \"code\": \"CUS01\",\n                                \"name\": \"Customer 01\"\n                            },\n                            \"customer_id\": \"1\",\n                            \"created_at\": \"2022-02-22T15:01:47.415+00:00\",\n                            \"datetime1\": null,\n                            \"datetime1_formatted\": null,\n                            \"datetime2\": null,\n                            \"datetime2_formatted\": null,\n                            \"datetime3\": null,\n                            \"datetime3_formatted\": null,\n                            \"datetime4\": null,\n                            \"datetime4_formatted\": null,\n                            \"datetime5\": null,\n                            \"datetime5_formatted\": null,\n                            \"expected_date_of_dispatch\": \"2022-02-22T15:01:00.000+00:00\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_lines\": [\n                                {\n                                    \"allocated_quantity\": 25,\n                                    \"created_at\": \"2022-02-22T15:01:47.436+00:00\",\n                                    \"datetime1_from\": null,\n                                    \"datetime1_to\": null,\n                                    \"datetime2_from\": null,\n                                    \"datetime2_to\": null,\n                                    \"dispatch_quantity\": 0,\n                                    \"goods_out_id\": \"87\",\n                                    \"id\": \"215\",\n                                    \"order_quantity\": 25,\n                                    \"original_order_quantity\": 25,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"assemble_on_pick\": false,\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\",\n                                        \"id\": \"1\",\n                                        \"output_quantity\": 1,\n                                        \"product_type\": \"single\"\n                                    },\n                                    \"quantity_to_allocate\": 0,\n                                    \"short_status\": \"SHORT/AMENDED\",\n                                    \"stock_balance_available\": 419,\n                                    \"stock_description\": null,\n                                    \"stock_to_pick\": null,\n                                    \"stock_to_pick_id\": null,\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                }\n                            ],\n                            \"goods_out_status\": {\n                                \"code\": \"ALLOCATED\",\n                                \"name\": \"Allocated\"\n                            },\n                            \"goods_out_status_id\": \"5\",\n                            \"goods_out_type\": \"sales_order\",\n                            \"id\": \"87\",\n                            \"integer1\": null,\n                            \"integer2\": null,\n                            \"integer3\": null,\n                            \"integer4\": null,\n                            \"integer5\": null,\n                            \"lines_total_items_allocated\": 25,\n                            \"lines_total_items_dispatched\": 0,\n                            \"lines_total_items_left_to_allocate\": 0,\n                            \"lines_total_items_ordered\": 25,\n                            \"lines_total_items_originally_ordered\": 25,\n                            \"lines_total_items_picked\": 0,\n                            \"load_reference\": null,\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"order_notes\": null,\n                            \"original_delivery_address_id\": \"6\",\n                            \"pick_reference\": null,\n                            \"pick_type\": \"tote\",\n                            \"priority\": 0,\n                            \"reference\": \"22-02-22-01\",\n                            \"string1\": null,\n                            \"string2\": null,\n                            \"string3\": null,\n                            \"string4\": null,\n                            \"string5\": null,\n                            \"updated_at\": \"2022-02-22T15:01:59.117+00:00\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"329bbc24-3b97-4ab9-9072-84bf31c8be88","name":"Find By External System Reference 1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOuts($external_system_reference1: String) {\n  goods_outs {\n    all(\n      external_system_reference1: $external_system_reference1\n    ) {\n      edges {\n        cursor\n        node {\n          account {\n            code\n            name\n          }\n          account_id\n          address {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            phone_number\n            postcode\n          }\n          address_id\n          carrier {\n            code\n            name\n          }\n          carrier_id\n          carrier_service {\n            code\n            name\n          }\n          carrier_service_id\n          expected_date_of_dispatch\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_lines {\n            allocated_quantity\n            id\n            order_quantity\n            pick_quantity\n            product_id\n            product {\n              code\n              description\n            }\n            storage_unit_reference\n            string1\n          }\n          goods_out_status {\n            code\n            name\n          }\n          goods_out_status_id\n          goods_out_type\n          id\n          location {\n            code\n          }\n          location_id\n          order_notes\n          pick_reference\n          pick_type\n          priority\n          reference\n          warehouse {\n            code\n            name\n          }\n          warehouse_id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"external_system_reference1\": \"myref\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jul 2024 12:50:44 GMT","uuid":"eddb6757-9004-4ba2-a9c7-33f9aeb6c8d8"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8","uuid":"0df2ee15-626d-4d7b-b893-982950d63ade"},{"key":"Content-Length","value":"1843","uuid":"57f5d265-5120-4da9-ba99-a6a8a68dd3d2"},{"key":"Connection","value":"keep-alive","uuid":"c0397987-6d8b-444a-abf1-99b7b37cb129"},{"key":"Server","value":"nginx/1.27.0","uuid":"4257aa43-ff21-48ab-a5d1-5cbdab2f5f77"},{"key":"X-Frame-Options","value":"SAMEORIGIN","uuid":"d8ed35d9-d6b4-4533-95bb-c59654ceea59"},{"key":"X-XSS-Protection","value":"0","uuid":"98b449b5-d8f4-4ada-b00c-e711a0b9ecb9"},{"key":"X-Content-Type-Options","value":"nosniff","uuid":"69994c66-90ad-46c7-99e4-452aa659f1e4"},{"key":"X-Download-Options","value":"noopen","uuid":"124d17ec-fbb9-40bd-9330-ce6e19c71014"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none","uuid":"d6d906cb-7a75-4044-ad7e-697e7892dd6a"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin","uuid":"de893efa-e1dd-43b9-827c-e4b67fb896ce"},{"key":"ETag","value":"W/\"4548b8f7406cde6d2b3138825f995e93\"","uuid":"03ff591f-2890-411d-a04d-7457f7302447"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","uuid":"825ac0d2-3b98-4ff8-a99c-45084a5b0cbc"},{"key":"X-Request-Id","value":"ed721110-d345-4a5a-8c7c-61f9fedb7680","uuid":"d777a558-ba23-499a-bc61-e9d4004b1de6"},{"key":"X-Runtime","value":"0.058832","uuid":"7a5c00fe-9f22-492c-bc35-6358cb682f8a"},{"key":"vary","value":"Origin","uuid":"47a4f635-7e95-46fb-b2ad-40ff215f7e19"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_outs\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"code\": \"ACC01\",\n                                \"name\": \"Account 01\"\n                            },\n                            \"account_id\": \"1\",\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"phone_number\": \"12121212\",\n                                \"postcode\": \"BL6 7LQ\"\n                            },\n                            \"address_id\": \"687\",\n                            \"carrier\": null,\n                            \"carrier_id\": null,\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"expected_date_of_dispatch\": \"2024-07-12T12:14:00.000+01:00\",\n                            \"external_system_reference1\": \"myref\",\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_lines\": [\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"772\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"203\",\n                                    \"product\": {\n                                        \"code\": \"PROD02\",\n                                        \"description\": \"Product 02\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"774\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 0,\n                                    \"product_id\": \"203\",\n                                    \"product\": {\n                                        \"code\": \"PROD02\",\n                                        \"description\": \"Product 02\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"771\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 1,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                },\n                                {\n                                    \"allocated_quantity\": 2,\n                                    \"id\": \"773\",\n                                    \"order_quantity\": 2,\n                                    \"pick_quantity\": 1,\n                                    \"product_id\": \"1\",\n                                    \"product\": {\n                                        \"code\": \"PROD01\",\n                                        \"description\": \"Product 01\"\n                                    },\n                                    \"storage_unit_reference\": null,\n                                    \"string1\": null\n                                }\n                            ],\n                            \"goods_out_status\": {\n                                \"code\": \"ALLOCATED\",\n                                \"name\": \"Allocated\"\n                            },\n                            \"goods_out_status_id\": \"5\",\n                            \"goods_out_type\": \"sales_order\",\n                            \"id\": \"301\",\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"order_notes\": null,\n                            \"pick_reference\": null,\n                            \"pick_type\": \"standard\",\n                            \"priority\": 2000,\n                            \"reference\": \"24-07-12-01\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"f7a5ed49-80c0-46e3-893b-56945d5f707b"}],"id":"515b4333-8a87-4e55-9780-cac8ff25ebbd","_postman_id":"515b4333-8a87-4e55-9780-cac8ff25ebbd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Pick Processing Requests","item":[{"name":"pick_processing_requests::all","id":"9864ce4c-cd26-4db3-9bb7-e357506b5017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOutPickLists($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutPickListsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_name: String, $address_postcode: String, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_code: String, $carrier_name: String, $customer_code: String, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $location_code: String, $account_id: ID, $actual_date_of_dispatch_from: Chronic, $actual_date_of_dispatch_to: Chronic, $actual_date_of_dispatch: Chronic, $address_id: ID, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $created_at: Chronic, $customer_id: ID, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $expected_date_of_dispatch: Chronic, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $goods_out_status_id: ID, $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $integration_id: ID, $is_draft: Boolean, $load_reference: String, $location_id: ID, $notes: String, $offset: Int, $order_type_id: ID, $order: [String], $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $updated_at: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_integration: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_out_pick_lists {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      actual_date_of_dispatch_from: $actual_date_of_dispatch_from\n      actual_date_of_dispatch_to: $actual_date_of_dispatch_to\n      actual_date_of_dispatch: $actual_date_of_dispatch\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_code: $carrier_code\n      carrier_id: $carrier_id\n      carrier_name: $carrier_name\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      created_at: $created_at\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      expected_date_of_dispatch: $expected_date_of_dispatch\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      integration_id: $integration_id\n      is_draft: $is_draft\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      notes: $notes\n      offset: $offset\n      order_type_id: $order_type_id\n      order: $order\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      updated_at: $updated_at\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            charge_card_id\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            loading_enabled\n            name\n            use_datetime1\n            use_datetime2\n            use_stock_description\n            use_string1\n          }\n          account_id\n          actual_date_of_dispatch\n          actual_date_of_dispatch_formatted\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            postcode\n            phone_number\n          }\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            id\n            name\n          }\n          carrier_service_id\n          created_at\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          expected_date_of_dispatch_formatted\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          integration @include(if: $with_integration) {\n            id\n          }\n          integration_id\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            name\n          }\n          warehouse_id\n        }\n      }\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"104\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_integration\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the goods out pick lists.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"1f139f44-c45e-4467-a1f1-4e18097d8b95","name":"goods_out_pick_lists::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getGoodsOutPickLists($first: Int, $after: String, $last: Int, $before: String, $sortColumn: GoodsOutPickListsSortColumn, $sortDirection: SortDirection, $account_code: String, $account_name: String, $address_address_1: String, $address_address_2: String, $address_address_3: String, $address_address_4: String, $address_address_5: String, $address_code: String, $address_country_code: String, $address_country_codes: [String], $address_name: String, $address_postcode: String, $boolean1: Boolean, $boolean2: Boolean, $boolean3: Boolean, $boolean4: Boolean, $boolean5: Boolean, $carrier_code: String, $carrier_name: String, $customer_code: String, $customer_name: String, $datetime1_from: Chronic, $datetime1_to: Chronic, $datetime2_from: Chronic, $datetime2_to: Chronic, $datetime3_from: Chronic, $datetime3_to: Chronic, $datetime4_from: Chronic, $datetime4_to: Chronic, $datetime5_from: Chronic, $datetime5_to: Chronic, $goods_out_status_codes: [GoodsOutStatusCode], $location_code: String, $account_id: ID, $actual_date_of_dispatch_from: Chronic, $actual_date_of_dispatch_to: Chronic, $actual_date_of_dispatch: Chronic, $address_id: ID, $carrier_id: ID, $created_at_from: Chronic, $created_at_to: Chronic, $created_at: Chronic, $customer_id: ID, $expected_date_of_dispatch_from: Chronic, $expected_date_of_dispatch_to: Chronic, $expected_date_of_dispatch: Chronic, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $goods_out_status_id: ID, $goods_out_type: GoodsOutTypeCode, $goods_out_types: [GoodsOutTypeCode], $id: ID, $integer1: Int, $integer2: Int, $integer3: Int, $integer4: Int, $integer5: Int, $integration_id: ID, $is_draft: Boolean, $load_reference: String, $location_id: ID, $notes: String, $offset: Int, $order_type_id: ID, $order: [String], $original_delivery_address_id: ID, $pick_reference: String, $pick_type: GoodsOutPickType, $priority: Int, $reference: String, $string1: String, $string2: String, $string3: String, $string4: String, $string5: String, $updated_at_from: Chronic, $updated_at_to: Chronic, $updated_at: Chronic, $warehouse_code: String, $warehouse_id: ID, $warehouse_name: String, $with_account: Boolean = false, $with_account_delivery_addresses: Boolean = false, $with_address: Boolean = false, $with_carrier: Boolean = false, $with_carrier_service: Boolean = false, $with_customer: Boolean = false, $with_goods_out_status: Boolean = false, $with_integration: Boolean = false, $with_location: Boolean = false, $with_warehouse: Boolean = false) {\n  goods_out_pick_lists {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_code: $account_code\n      account_id: $account_id\n      account_name: $account_name\n      actual_date_of_dispatch_from: $actual_date_of_dispatch_from\n      actual_date_of_dispatch_to: $actual_date_of_dispatch_to\n      actual_date_of_dispatch: $actual_date_of_dispatch\n      address_address_1: $address_address_1\n      address_address_2: $address_address_2\n      address_address_3: $address_address_3\n      address_address_4: $address_address_4\n      address_address_5: $address_address_5\n      address_code: $address_code\n      address_country_code: $address_country_code\n      address_country_codes: $address_country_codes\n      address_id: $address_id\n      address_name: $address_name\n      address_postcode: $address_postcode\n      boolean1: $boolean1\n      boolean2: $boolean2\n      boolean3: $boolean3\n      boolean4: $boolean4\n      boolean5: $boolean5\n      carrier_code: $carrier_code\n      carrier_id: $carrier_id\n      carrier_name: $carrier_name\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      created_at: $created_at\n      customer_code: $customer_code\n      customer_id: $customer_id\n      customer_name: $customer_name\n      datetime1_from: $datetime1_from\n      datetime1_to: $datetime1_to\n      datetime2_from: $datetime2_from\n      datetime2_to: $datetime2_to\n      datetime3_from: $datetime3_from\n      datetime3_to: $datetime3_to\n      datetime4_from: $datetime4_from\n      datetime4_to: $datetime4_to\n      datetime5_from: $datetime5_from\n      datetime5_to: $datetime5_to\n      expected_date_of_dispatch_from: $expected_date_of_dispatch_from\n      expected_date_of_dispatch_to: $expected_date_of_dispatch_to\n      expected_date_of_dispatch: $expected_date_of_dispatch\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      goods_out_status_codes: $goods_out_status_codes\n      goods_out_status_id: $goods_out_status_id\n      goods_out_type: $goods_out_type\n      goods_out_types: $goods_out_types\n      id: $id\n      integer1: $integer1\n      integer2: $integer2\n      integer3: $integer3\n      integer4: $integer4\n      integer5: $integer5\n      integration_id: $integration_id\n      is_draft: $is_draft\n      load_reference: $load_reference\n      location_code: $location_code\n      location_id: $location_id\n      notes: $notes\n      offset: $offset\n      order_type_id: $order_type_id\n      order: $order\n      original_delivery_address_id: $original_delivery_address_id\n      pick_reference: $pick_reference\n      pick_type: $pick_type\n      priority: $priority\n      reference: $reference\n      string1: $string1\n      string2: $string2\n      string3: $string3\n      string4: $string4\n      string5: $string5\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n      updated_at: $updated_at\n      warehouse_code: $warehouse_code\n      warehouse_id: $warehouse_id\n      warehouse_name: $warehouse_name\n    ) {\n      edges {\n        cursor\n        node {\n          account @include(if: $with_account) {\n            charge_card_id\n            code\n            delivery_addresses @include(if: $with_account_delivery_addresses) {\n              address_1\n              address_2\n              address_3\n              address_4\n              address_5\n              code\n              country_code\n              email_address\n              id\n              is_active\n              name\n              phone_number\n              postcode\n            }\n            loading_enabled\n            name\n            use_datetime1\n            use_datetime2\n            use_stock_description\n            use_string1\n          }\n          account_id\n          actual_date_of_dispatch\n          actual_date_of_dispatch_formatted\n          address @include(if: $with_address) {\n            address_1\n            address_2\n            address_3\n            address_4\n            address_5\n            code\n            country_code\n            email_address\n            name\n            postcode\n            phone_number\n          }\n          boolean1\n          boolean2\n          boolean3\n          boolean4\n          boolean5\n          carrier @include(if: $with_carrier) {\n            code\n            id\n            name\n          }\n          carrier_id\n          carrier_service @include(if: $with_carrier_service) {\n            code\n            id\n            name\n          }\n          carrier_service_id\n          created_at\n          customer @include(if: $with_customer) {\n            code\n            name\n          }\n          customer_id\n          datetime1\n          datetime1_formatted\n          datetime2\n          datetime2_formatted\n          datetime3\n          datetime3_formatted\n          datetime4\n          datetime4_formatted\n          datetime5\n          datetime5_formatted\n          expected_date_of_dispatch\n          expected_date_of_dispatch_formatted\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          goods_out_status @include(if: $with_goods_out_status) {\n            code\n            name\n          }\n          goods_out_status_id\n          id\n          integer1\n          integer2\n          integer3\n          integer4\n          integer5\n          integration @include(if: $with_integration) {\n            id\n          }\n          integration_id\n          load_reference\n          location @include(if: $with_location) {\n            code\n          }\n          location_id\n          notes\n          original_delivery_address_id\n          pick_reference\n          pick_type\n          priority\n          reference\n          string1\n          string2\n          string3\n          string4\n          string5\n          updated_at\n          warehouse @include(if: $with_warehouse) {\n            code\n            name\n          }\n          warehouse_id\n        }\n      }\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"104\",\r\n  \"first\": 1,\r\n  \"with_account\": true,\r\n  \"with_account_delivery_addresses\": true,\r\n  \"with_address\": true,\r\n  \"with_carrier\": true,\r\n  \"with_carrier_service\": true,\r\n  \"with_customer\": true,\r\n  \"with_goods_out_status\": true,\r\n  \"with_integration\": true,\r\n  \"with_location\": true,\r\n  \"with_warehouse\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"goods_out_pick_lists\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account\": {\n                                \"charge_card_id\": 1,\n                                \"code\": \"ACC01\",\n                                \"delivery_addresses\": [\n                                    {\n                                        \"address_1\": \"36/42 Bath Street\",\n                                        \"address_2\": \"Bolton\",\n                                        \"address_3\": null,\n                                        \"address_4\": null,\n                                        \"address_5\": null,\n                                        \"code\": \"DEL02\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"8\",\n                                        \"is_active\": true,\n                                        \"name\": \"Work\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL1 2DJ\"\n                                    },\n                                    {\n                                        \"address_1\": \"41 Whitehall Lane\",\n                                        \"address_2\": \"Blackrod\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"\",\n                                        \"address_5\": null,\n                                        \"code\": \"DEL03\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": null,\n                                        \"id\": \"43\",\n                                        \"is_active\": false,\n                                        \"name\": \"Temporary Address\",\n                                        \"phone_number\": null,\n                                        \"postcode\": \"BL6 7LQ\"\n                                    },\n                                    {\n                                        \"address_1\": \"81 Lever Park Avenue\",\n                                        \"address_2\": \"Horwich\",\n                                        \"address_3\": \"Bolton\",\n                                        \"address_4\": \"Greater Manchester\",\n                                        \"address_5\": \"England\",\n                                        \"code\": \"DEL01\",\n                                        \"country_code\": \"GB-UKM\",\n                                        \"email_address\": \"as@as.com\",\n                                        \"id\": \"6\",\n                                        \"is_active\": true,\n                                        \"name\": \"Delivery Address 01\",\n                                        \"phone_number\": \"12121212\",\n                                        \"postcode\": \"BL6 7LQ\"\n                                    }\n                                ],\n                                \"loading_enabled\": false,\n                                \"name\": \"Account 01\",\n                                \"use_datetime1\": true,\n                                \"use_datetime2\": true,\n                                \"use_stock_description\": true,\n                                \"use_string1\": true\n                            },\n                            \"account_id\": \"1\",\n                            \"actual_date_of_dispatch\": null,\n                            \"actual_date_of_dispatch_formatted\": null,\n                            \"address\": {\n                                \"address_1\": \"81 Lever Park Avenue\",\n                                \"address_2\": \"Horwich\",\n                                \"address_3\": \"Bolton\",\n                                \"address_4\": \"Greater Manchester\",\n                                \"address_5\": \"England\",\n                                \"code\": \"DEL01\",\n                                \"country_code\": \"GB-UKM\",\n                                \"email_address\": \"as@as.com\",\n                                \"name\": \"Delivery Address 01\",\n                                \"postcode\": \"BL6 7LQ\",\n                                \"phone_number\": \"12121212\"\n                            },\n                            \"boolean1\": null,\n                            \"boolean2\": null,\n                            \"boolean3\": null,\n                            \"boolean4\": null,\n                            \"boolean5\": null,\n                            \"carrier\": {\n                                \"code\": \"CAR01\",\n                                \"id\": \"1\",\n                                \"name\": \"Carrier 01\"\n                            },\n                            \"carrier_id\": \"1\",\n                            \"carrier_service\": null,\n                            \"carrier_service_id\": null,\n                            \"created_at\": \"2022-02-22T15:01:58.989+00:00\",\n                            \"customer\": {\n                                \"code\": \"CUS01\",\n                                \"name\": \"Customer 01\"\n                            },\n                            \"customer_id\": \"1\",\n                            \"datetime1\": null,\n                            \"datetime1_formatted\": null,\n                            \"datetime2\": null,\n                            \"datetime2_formatted\": null,\n                            \"datetime3\": null,\n                            \"datetime3_formatted\": null,\n                            \"datetime4\": null,\n                            \"datetime4_formatted\": null,\n                            \"datetime5\": null,\n                            \"datetime5_formatted\": null,\n                            \"expected_date_of_dispatch\": \"2022-02-22T15:01:00.000+00:00\",\n                            \"expected_date_of_dispatch_formatted\": \"22/02/2022 15:01\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"goods_out_status\": {\n                                \"code\": \"PICK\",\n                                \"name\": \"Picking\"\n                            },\n                            \"goods_out_status_id\": \"3\",\n                            \"id\": \"104\",\n                            \"integer1\": null,\n                            \"integer2\": null,\n                            \"integer3\": null,\n                            \"integer4\": null,\n                            \"integer5\": null,\n                            \"integration\": null,\n                            \"integration_id\": null,\n                            \"load_reference\": null,\n                            \"location\": {\n                                \"code\": \"GOBAY\"\n                            },\n                            \"location_id\": \"2\",\n                            \"notes\": null,\n                            \"original_delivery_address_id\": \"6\",\n                            \"pick_reference\": null,\n                            \"pick_type\": \"tote\",\n                            \"priority\": 0,\n                            \"reference\": \"22-02-22-01\",\n                            \"string1\": null,\n                            \"string2\": null,\n                            \"string3\": null,\n                            \"string4\": null,\n                            \"string5\": null,\n                            \"updated_at\": \"2022-02-22T15:01:58.989+00:00\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\",\n                                \"name\": \"Warehouse 01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false,\n                    \"startCursor\": \"MQ\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"9864ce4c-cd26-4db3-9bb7-e357506b5017"}],"id":"e3f9179a-4cf5-4196-a745-9907ba057e56","_postman_id":"e3f9179a-4cf5-4196-a745-9907ba057e56","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}}],"id":"61b9dc6d-7daf-4b4c-b63b-fb76a18704ac","_postman_id":"61b9dc6d-7daf-4b4c-b63b-fb76a18704ac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Groups","item":[{"name":"groups::all","id":"66d0da76-ebf8-4861-a07b-70a234d770b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query Groups($name: String, $use_for_locations: Boolean, $use_for_products: Boolean) {\n  groups {\n    all(\n      name: $name\n      use_for_locations: $use_for_locations\n      use_for_products: $use_for_products\n    ) {\n      edges {\n        node {\n            id\n            name\n            use_for_locations\n            use_for_products\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"name\": \"My Group\",\r\n  \"use_for_locations\": true,\r\n  \"use_for_products\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the groups.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"c677a9ca-bd11-42db-b7a0-4eeec1fe2f5b","name":"products::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: ProductsSortColumn, $sortDirection: SortDirection, $account_id: ID, $account_ids: [ID], $all_codes: StringArray, $assemble_on_pick: Boolean, $barcode: String, $case_allow_order: Boolean, $case_allow_receipt: Boolean, $case_barcode: String, $case_cube: Float, $case_height: Float, $case_length: Float, $case_stock_unit_type_code: String, $case_stock_unit_type_id: ID, $case_unit_of_measure: UnitOfMeasure, $case_units_of_measure: [UnitOfMeasure], $case_value: Float, $case_weight: Float, $case_width: Float, $code_or_description: String, $code: String, $created_at_from: Chronic, $created_at_to: Chronic, $default_order_configuration: StockConfiguration, $default_receipt_configuration: StockConfiguration, $default_stock_description: String, $description: String, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $inner_allow_order: Boolean, $inner_allow_receipt: Boolean, $inner_barcode: String, $inner_cube: Float, $inner_height: Float, $inner_length: Float, $inner_stock_unit_type_code: String, $inner_stock_unit_type_id: ID, $inner_unit_of_measure: UnitOfMeasure, $inner_units_of_measure: [UnitOfMeasure], $inner_value: Float, $inner_weight: Float, $inner_width: Float, $is_new_product: Int, $long_description: String, $obsolete: Int, $outer_allow_order: Boolean, $outer_allow_receipt: Boolean, $outer_barcode: String, $outer_cube: Float, $outer_height: Float, $outer_length: Float, $outer_stock_unit_type_code: String, $outer_stock_unit_type_id: ID, $outer_unit_of_measure: UnitOfMeasure, $outer_units_of_measure: [UnitOfMeasure], $outer_value: Float, $outer_weight: Float, $outer_width: Float, $output_quantity: Float, $product_type: ProductProductType, $product_types: [ProductProductType], $require_dimensions_on_receipt: Boolean, $shelf_life_max: String, $shelf_life_min: String, $stock_unit_type_code: String, $stock_unit_type_id: ID, $stop: Boolean, $unit_allow_order: Boolean, $unit_allow_receipt: Boolean, $unit_cube: Float, $unit_height: Float, $unit_length: Float, $unit_unit_of_measure: UnitOfMeasure, $unit_units_of_measure: [UnitOfMeasure], $unit_value: Float, $unit_weight: Float, $unit_width: Float, $units_per_case: Float, $units_per_inner: Float, $units_per_outer: Float, $updated_at_from: Chronic, $updated_at_to: Chronic, $with_account_products: Boolean = false, $with_case_dimensions: Boolean = false, $with_case_stock_unit_type: Boolean = false, $with_inner_dimensions: Boolean = false, $with_inner_stock_unit_type: Boolean = false, $with_outer_dimensions: Boolean = false, $with_outer_stock_unit_type: Boolean = false, $with_product_storage_units: Boolean = false, $with_product_storage_units_storage_unit_type: Boolean = false, $with_stock_unit_type: Boolean = false, $with_unit_dimensions: Boolean = false) {\n  products {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_id: $account_id\n      account_ids: $account_ids\n      all_codes: $all_codes\n      assemble_on_pick: $assemble_on_pick\n      barcode: $barcode\n      case_allow_order: $case_allow_order\n      case_allow_receipt: $case_allow_receipt\n      case_barcode: $case_barcode\n      case_cube: $case_cube\n      case_height: $case_height\n      case_length: $case_length\n      case_stock_unit_type_code: $case_stock_unit_type_code\n      case_stock_unit_type_id: $case_stock_unit_type_id\n      case_unit_of_measure: $case_unit_of_measure\n      case_units_of_measure: $case_units_of_measure\n      case_value: $case_value\n      case_weight: $case_weight\n      case_width: $case_width\n      code_or_description: $code_or_description\n      code: $code\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      default_order_configuration: $default_order_configuration\n      default_receipt_configuration: $default_receipt_configuration\n      default_stock_description: $default_stock_description\n      description: $description\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      id: $id\n      inner_allow_order: $inner_allow_order\n      inner_allow_receipt: $inner_allow_receipt\n      inner_barcode: $inner_barcode\n      inner_cube: $inner_cube\n      inner_height: $inner_height\n      inner_length: $inner_length\n      inner_stock_unit_type_code: $inner_stock_unit_type_code\n      inner_stock_unit_type_id: $inner_stock_unit_type_id\n      inner_unit_of_measure: $inner_unit_of_measure\n      inner_units_of_measure: $inner_units_of_measure\n      inner_value: $inner_value\n      inner_weight: $inner_weight\n      inner_width: $inner_width\n      is_new_product: $is_new_product\n      long_description: $long_description\n      obsolete: $obsolete\n      outer_allow_order: $outer_allow_order\n      outer_allow_receipt: $outer_allow_receipt\n      outer_barcode: $outer_barcode\n      outer_cube: $outer_cube\n      outer_height: $outer_height\n      outer_length: $outer_length\n      outer_stock_unit_type_code: $outer_stock_unit_type_code\n      outer_stock_unit_type_id: $outer_stock_unit_type_id\n      outer_unit_of_measure: $outer_unit_of_measure\n      outer_units_of_measure: $outer_units_of_measure\n      outer_value: $outer_value\n      outer_weight: $outer_weight\n      outer_width: $outer_width\n      output_quantity: $output_quantity\n      product_type: $product_type\n      product_types: $product_types\n      require_dimensions_on_receipt: $require_dimensions_on_receipt\n      shelf_life_max: $shelf_life_max\n      shelf_life_min: $shelf_life_min\n      stock_unit_type_code: $stock_unit_type_code\n      stock_unit_type_id: $stock_unit_type_id\n      stop: $stop\n      unit_allow_order: $unit_allow_order\n      unit_allow_receipt: $unit_allow_receipt\n      unit_cube: $unit_cube\n      unit_height: $unit_height\n      unit_length: $unit_length\n      unit_unit_of_measure: $unit_unit_of_measure\n      unit_units_of_measure: $unit_units_of_measure\n      unit_value: $unit_value\n      unit_weight: $unit_weight\n      unit_width: $unit_width\n      units_per_case: $units_per_case\n      units_per_inner: $units_per_inner\n      units_per_outer: $units_per_outer\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_products @include(if: $with_account_products) {\n            id\n            account {\n              code\n              id\n              name\n            }\n          }\n          assemble_on_pick\n          barcode\n          case_allow_order\n          case_allow_receipt\n          case_barcode\n          case_dimensions @include(if: $with_case_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          case_stock_unit_type @include(if: $with_case_stock_unit_type) {\n            code\n            id\n            name\n          }\n          code\n          created_at\n          default_order_configuration\n          default_receipt_configuration\n          default_stock_description\n          description\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          id\n          inner_allow_order\n          inner_allow_receipt\n          inner_barcode\n          inner_dimensions @include(if: $with_inner_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          inner_stock_unit_type @include(if: $with_inner_stock_unit_type) {\n            code\n            id\n            name\n          }\n          is_new_product\n          long_description\n          obsolete\n          outer_allow_order\n          outer_allow_receipt\n          outer_barcode\n          outer_dimensions @include(if: $with_outer_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          outer_stock_unit_type @include(if: $with_outer_stock_unit_type) {\n            code\n            id\n            name\n          }\n          output_quantity\n          product_type\n          product_storage_units @include(if: $with_product_storage_units) {\n            id\n            priority\n            storage_unit_type @include(if: $with_product_storage_units_storage_unit_type) {\n              code\n              id\n              name\n              unit_name\n            }\n          }\n          require_dimensions_on_receipt\n          shelf_life_max\n          shelf_life_min\n          stock_unit_type @include(if: $with_stock_unit_type) {\n            code\n            id\n            name\n          }\n          stock_unit_type_id\n          stop\n          unit_allow_order\n          unit_allow_receipt\n          unit_dimensions @include(if: $with_unit_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          units_per_case\n          units_per_inner\n          units_per_outer\n          updated_at\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"1\",\r\n  \"first\": 1,\r\n  \"with_account_products\": true,\r\n  \"with_case_dimensions\": true,\r\n  \"with_case_stock_unit_type\": true,\r\n  \"with_inner_dimensions\": true,\r\n  \"with_inner_stock_unit_type\": true,\r\n  \"with_outer_dimensions\": true,\r\n  \"with_outer_stock_unit_type\": true,\r\n  \"with_stock_unit_type\": true,\r\n  \"with_unit_dimensions\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"meta\": {\n                    \"total_records\": 1\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account_products\": [],\n                            \"assemble_on_pick\": false,\n                            \"barcode\": null,\n                            \"case_allow_order\": false,\n                            \"case_allow_receipt\": false,\n                            \"case_barcode\": null,\n                            \"case_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"case_stock_unit_type\": null,\n                            \"code\": \"PROD01\",\n                            \"created_at\": \"2017-04-13T21:08:17.112+01:00\",\n                            \"default_order_configuration\": \"unit\",\n                            \"default_receipt_configuration\": \"unit\",\n                            \"default_stock_description\": null,\n                            \"description\": \"Product 01\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"id\": \"1\",\n                            \"inner_allow_order\": false,\n                            \"inner_allow_receipt\": false,\n                            \"inner_barcode\": null,\n                            \"inner_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"inner_stock_unit_type\": null,\n                            \"is_new_product\": 1,\n                            \"long_description\": null,\n                            \"obsolete\": 0,\n                            \"outer_allow_order\": false,\n                            \"outer_allow_receipt\": false,\n                            \"outer_barcode\": null,\n                            \"outer_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"outer_stock_unit_type\": null,\n                            \"output_quantity\": 1,\n                            \"product_type\": \"single\",\n                            \"require_dimensions_on_receipt\": false,\n                            \"shelf_life_max\": \"0\",\n                            \"shelf_life_min\": \"0\",\n                            \"stock_unit_type\": {\n                                \"code\": \"ITEMS\",\n                                \"id\": \"1\",\n                                \"name\": \"ITEMS\"\n                            },\n                            \"stock_unit_type_id\": \"1\",\n                            \"stop\": false,\n                            \"unit_allow_order\": true,\n                            \"unit_allow_receipt\": true,\n                            \"unit_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"units_per_case\": null,\n                            \"units_per_inner\": null,\n                            \"units_per_outer\": null,\n                            \"updated_at\": \"2019-10-28T07:39:01.557+00:00\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"66d0da76-ebf8-4861-a07b-70a234d770b1"}],"id":"7bb0d09a-1a0f-419d-a02c-f7e241427ee0","event":[{"listen":"prerequest","script":{"id":"1231dfcf-2354-4303-ab3f-c0030751c44f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7d42eec-d8b0-4994-a2d2-18d61d87cadd","type":"text/javascript","exec":[""]}}],"_postman_id":"7bb0d09a-1a0f-419d-a02c-f7e241427ee0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Integrations","item":[{"name":"integrations::all","id":"3a8eb752-a665-40b8-a571-512d6d562cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getIntegrations($id: ID) {\n  integrations {\n    all(\n      id: $id\n    ) {\n      edges {\n        node {\n            id\n            name\n            configuration\n            integration_provider\n            integration_type\n            author\n        }\n      }\n    }\n  }\n}\n","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the products.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"7d123111-7549-42a2-a702-63bb3c641ea0","name":"products::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: ProductsSortColumn, $sortDirection: SortDirection, $account_id: ID, $account_ids: [ID], $all_codes: StringArray, $assemble_on_pick: Boolean, $barcode: String, $case_allow_order: Boolean, $case_allow_receipt: Boolean, $case_barcode: String, $case_cube: Float, $case_height: Float, $case_length: Float, $case_stock_unit_type_code: String, $case_stock_unit_type_id: ID, $case_unit_of_measure: UnitOfMeasure, $case_units_of_measure: [UnitOfMeasure], $case_value: Float, $case_weight: Float, $case_width: Float, $code_or_description: String, $code: String, $created_at_from: Chronic, $created_at_to: Chronic, $default_order_configuration: StockConfiguration, $default_receipt_configuration: StockConfiguration, $default_stock_description: String, $description: String, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $inner_allow_order: Boolean, $inner_allow_receipt: Boolean, $inner_barcode: String, $inner_cube: Float, $inner_height: Float, $inner_length: Float, $inner_stock_unit_type_code: String, $inner_stock_unit_type_id: ID, $inner_unit_of_measure: UnitOfMeasure, $inner_units_of_measure: [UnitOfMeasure], $inner_value: Float, $inner_weight: Float, $inner_width: Float, $is_new_product: Int, $long_description: String, $obsolete: Int, $outer_allow_order: Boolean, $outer_allow_receipt: Boolean, $outer_barcode: String, $outer_cube: Float, $outer_height: Float, $outer_length: Float, $outer_stock_unit_type_code: String, $outer_stock_unit_type_id: ID, $outer_unit_of_measure: UnitOfMeasure, $outer_units_of_measure: [UnitOfMeasure], $outer_value: Float, $outer_weight: Float, $outer_width: Float, $output_quantity: Float, $product_type: ProductProductType, $product_types: [ProductProductType], $require_dimensions_on_receipt: Boolean, $shelf_life_max: String, $shelf_life_min: String, $stock_unit_type_code: String, $stock_unit_type_id: ID, $stop: Boolean, $unit_allow_order: Boolean, $unit_allow_receipt: Boolean, $unit_cube: Float, $unit_height: Float, $unit_length: Float, $unit_unit_of_measure: UnitOfMeasure, $unit_units_of_measure: [UnitOfMeasure], $unit_value: Float, $unit_weight: Float, $unit_width: Float, $units_per_case: Float, $units_per_inner: Float, $units_per_outer: Float, $updated_at_from: Chronic, $updated_at_to: Chronic, $with_account_products: Boolean = false, $with_case_dimensions: Boolean = false, $with_case_stock_unit_type: Boolean = false, $with_inner_dimensions: Boolean = false, $with_inner_stock_unit_type: Boolean = false, $with_outer_dimensions: Boolean = false, $with_outer_stock_unit_type: Boolean = false, $with_product_storage_units: Boolean = false, $with_product_storage_units_storage_unit_type: Boolean = false, $with_stock_unit_type: Boolean = false, $with_unit_dimensions: Boolean = false) {\n  products {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_id: $account_id\n      account_ids: $account_ids\n      all_codes: $all_codes\n      assemble_on_pick: $assemble_on_pick\n      barcode: $barcode\n      case_allow_order: $case_allow_order\n      case_allow_receipt: $case_allow_receipt\n      case_barcode: $case_barcode\n      case_cube: $case_cube\n      case_height: $case_height\n      case_length: $case_length\n      case_stock_unit_type_code: $case_stock_unit_type_code\n      case_stock_unit_type_id: $case_stock_unit_type_id\n      case_unit_of_measure: $case_unit_of_measure\n      case_units_of_measure: $case_units_of_measure\n      case_value: $case_value\n      case_weight: $case_weight\n      case_width: $case_width\n      code_or_description: $code_or_description\n      code: $code\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      default_order_configuration: $default_order_configuration\n      default_receipt_configuration: $default_receipt_configuration\n      default_stock_description: $default_stock_description\n      description: $description\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      id: $id\n      inner_allow_order: $inner_allow_order\n      inner_allow_receipt: $inner_allow_receipt\n      inner_barcode: $inner_barcode\n      inner_cube: $inner_cube\n      inner_height: $inner_height\n      inner_length: $inner_length\n      inner_stock_unit_type_code: $inner_stock_unit_type_code\n      inner_stock_unit_type_id: $inner_stock_unit_type_id\n      inner_unit_of_measure: $inner_unit_of_measure\n      inner_units_of_measure: $inner_units_of_measure\n      inner_value: $inner_value\n      inner_weight: $inner_weight\n      inner_width: $inner_width\n      is_new_product: $is_new_product\n      long_description: $long_description\n      obsolete: $obsolete\n      outer_allow_order: $outer_allow_order\n      outer_allow_receipt: $outer_allow_receipt\n      outer_barcode: $outer_barcode\n      outer_cube: $outer_cube\n      outer_height: $outer_height\n      outer_length: $outer_length\n      outer_stock_unit_type_code: $outer_stock_unit_type_code\n      outer_stock_unit_type_id: $outer_stock_unit_type_id\n      outer_unit_of_measure: $outer_unit_of_measure\n      outer_units_of_measure: $outer_units_of_measure\n      outer_value: $outer_value\n      outer_weight: $outer_weight\n      outer_width: $outer_width\n      output_quantity: $output_quantity\n      product_type: $product_type\n      product_types: $product_types\n      require_dimensions_on_receipt: $require_dimensions_on_receipt\n      shelf_life_max: $shelf_life_max\n      shelf_life_min: $shelf_life_min\n      stock_unit_type_code: $stock_unit_type_code\n      stock_unit_type_id: $stock_unit_type_id\n      stop: $stop\n      unit_allow_order: $unit_allow_order\n      unit_allow_receipt: $unit_allow_receipt\n      unit_cube: $unit_cube\n      unit_height: $unit_height\n      unit_length: $unit_length\n      unit_unit_of_measure: $unit_unit_of_measure\n      unit_units_of_measure: $unit_units_of_measure\n      unit_value: $unit_value\n      unit_weight: $unit_weight\n      unit_width: $unit_width\n      units_per_case: $units_per_case\n      units_per_inner: $units_per_inner\n      units_per_outer: $units_per_outer\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_products @include(if: $with_account_products) {\n            id\n            account {\n              code\n              id\n              name\n            }\n          }\n          assemble_on_pick\n          barcode\n          case_allow_order\n          case_allow_receipt\n          case_barcode\n          case_dimensions @include(if: $with_case_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          case_stock_unit_type @include(if: $with_case_stock_unit_type) {\n            code\n            id\n            name\n          }\n          code\n          created_at\n          default_order_configuration\n          default_receipt_configuration\n          default_stock_description\n          description\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          id\n          inner_allow_order\n          inner_allow_receipt\n          inner_barcode\n          inner_dimensions @include(if: $with_inner_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          inner_stock_unit_type @include(if: $with_inner_stock_unit_type) {\n            code\n            id\n            name\n          }\n          is_new_product\n          long_description\n          obsolete\n          outer_allow_order\n          outer_allow_receipt\n          outer_barcode\n          outer_dimensions @include(if: $with_outer_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          outer_stock_unit_type @include(if: $with_outer_stock_unit_type) {\n            code\n            id\n            name\n          }\n          output_quantity\n          product_type\n          product_storage_units @include(if: $with_product_storage_units) {\n            id\n            priority\n            storage_unit_type @include(if: $with_product_storage_units_storage_unit_type) {\n              code\n              id\n              name\n              unit_name\n            }\n          }\n          require_dimensions_on_receipt\n          shelf_life_max\n          shelf_life_min\n          stock_unit_type @include(if: $with_stock_unit_type) {\n            code\n            id\n            name\n          }\n          stock_unit_type_id\n          stop\n          unit_allow_order\n          unit_allow_receipt\n          unit_dimensions @include(if: $with_unit_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          units_per_case\n          units_per_inner\n          units_per_outer\n          updated_at\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"1\",\r\n  \"first\": 1,\r\n  \"with_account_products\": true,\r\n  \"with_case_dimensions\": true,\r\n  \"with_case_stock_unit_type\": true,\r\n  \"with_inner_dimensions\": true,\r\n  \"with_inner_stock_unit_type\": true,\r\n  \"with_outer_dimensions\": true,\r\n  \"with_outer_stock_unit_type\": true,\r\n  \"with_stock_unit_type\": true,\r\n  \"with_unit_dimensions\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"meta\": {\n                    \"total_records\": 1\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account_products\": [],\n                            \"assemble_on_pick\": false,\n                            \"barcode\": null,\n                            \"case_allow_order\": false,\n                            \"case_allow_receipt\": false,\n                            \"case_barcode\": null,\n                            \"case_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"case_stock_unit_type\": null,\n                            \"code\": \"PROD01\",\n                            \"created_at\": \"2017-04-13T21:08:17.112+01:00\",\n                            \"default_order_configuration\": \"unit\",\n                            \"default_receipt_configuration\": \"unit\",\n                            \"default_stock_description\": null,\n                            \"description\": \"Product 01\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"id\": \"1\",\n                            \"inner_allow_order\": false,\n                            \"inner_allow_receipt\": false,\n                            \"inner_barcode\": null,\n                            \"inner_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"inner_stock_unit_type\": null,\n                            \"is_new_product\": 1,\n                            \"long_description\": null,\n                            \"obsolete\": 0,\n                            \"outer_allow_order\": false,\n                            \"outer_allow_receipt\": false,\n                            \"outer_barcode\": null,\n                            \"outer_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"outer_stock_unit_type\": null,\n                            \"output_quantity\": 1,\n                            \"product_type\": \"single\",\n                            \"require_dimensions_on_receipt\": false,\n                            \"shelf_life_max\": \"0\",\n                            \"shelf_life_min\": \"0\",\n                            \"stock_unit_type\": {\n                                \"code\": \"ITEMS\",\n                                \"id\": \"1\",\n                                \"name\": \"ITEMS\"\n                            },\n                            \"stock_unit_type_id\": \"1\",\n                            \"stop\": false,\n                            \"unit_allow_order\": true,\n                            \"unit_allow_receipt\": true,\n                            \"unit_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"units_per_case\": null,\n                            \"units_per_inner\": null,\n                            \"units_per_outer\": null,\n                            \"updated_at\": \"2019-10-28T07:39:01.557+00:00\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"3a8eb752-a665-40b8-a571-512d6d562cdd"}],"id":"ed9a12e6-7087-4e79-8f70-32672df7caf7","event":[{"listen":"prerequest","script":{"id":"1231dfcf-2354-4303-ab3f-c0030751c44f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7d42eec-d8b0-4994-a2d2-18d61d87cadd","type":"text/javascript","exec":[""]}}],"_postman_id":"ed9a12e6-7087-4e79-8f70-32672df7caf7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Job Lines","item":[{"name":"job_lines::all","id":"915de7d3-f4f7-4769-92e0-43760257d906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($code_and_check_digit: String) {\n    locations {\n        all(code_and_check_digit: $code_and_check_digit) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"code_and_check_digit\": \"LOC03A\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the locations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"915de7d3-f4f7-4769-92e0-43760257d906"}],"id":"46e2d40c-ad9b-4d1b-bede-0695a29e930f","_postman_id":"46e2d40c-ad9b-4d1b-bede-0695a29e930f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Loads","item":[{"name":"loads:all","id":"1de6c1e4-f1b8-469a-802d-7c7ef6db59d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getLoads(\n    $id: ID,\n) {\n    loads {\n        all(\n            id: $id\n        ) {\n            edges {\n                node {\n                    id\n                }\n            }\n        }\n    }\n}","variables":"{\"id\":369}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the loads.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1de6c1e4-f1b8-469a-802d-7c7ef6db59d6"}],"id":"f961b660-2d43-4fe1-8d2b-4c08661300c4","event":[{"listen":"prerequest","script":{"id":"22a29731-02ee-436c-9705-418276919c7d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"186ef8d9-d478-46ec-ad98-548cd45bcefe","type":"text/javascript","exec":[""]}}],"_postman_id":"f961b660-2d43-4fe1-8d2b-4c08661300c4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Locations","item":[{"name":"locations::all","id":"080eb3c3-bc83-45f4-bd9b-7984fc0e1c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($code_and_check_digit: String) {\n    locations {\n        all(code_and_check_digit: $code_and_check_digit) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"code_and_check_digit\": \"LOC03A\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the locations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"d067d5bc-0627-4221-92b7-f8d52349bb96","name":"Last 20 Locations Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    locations {\n        all(order: \"created_at DESC\", limit: 20) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                    created_at_formatted\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Aug 2022 08:37:43 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"edfabdc29a58cce7dab35391762b9515\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6093130-2049-4a95-be77-1636c4406f0e"},{"key":"X-Runtime","value":"0.079663"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locations\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"17\",\n                            \"code\": \"LOADBAY02\",\n                            \"description\": \"Another load bay\",\n                            \"created_at_formatted\": \"18/05/2022 22:04\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"code\": \"LOADBAY01\",\n                            \"description\": \"The bay to load from\",\n                            \"created_at_formatted\": \"18/05/2022 14:24\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"15\",\n                            \"code\": \"AK011C\",\n                            \"description\": \"Location with Check Digit\",\n                            \"created_at_formatted\": \"18/08/2021 10:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"14\",\n                            \"code\": \"CROSSDOCK01\",\n                            \"description\": \"Location for Cross Dock\",\n                            \"created_at_formatted\": \"10/08/2021 17:26\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"13\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:23\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"12\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:22\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"11\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"10\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"9\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"8\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"7\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"13/04/2021 09:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"6\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"13/04/2021 09:31\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"4\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"12/08/2019 19:54\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"3\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"2\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:06\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"080eb3c3-bc83-45f4-bd9b-7984fc0e1c4e"}],"id":"dcd7820e-e203-4db4-bab0-f12f74b7dab1","_postman_id":"dcd7820e-e203-4db4-bab0-f12f74b7dab1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Mappings","item":[{"name":"mappings::all","id":"02f3f043-a167-4b8f-926a-652aff577ed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($mapping_group_id: ID) {\n    mappings {\n        all(mapping_group_id: $mapping_group_id) {\n            edges {\n                node {\n                    id\n                    mapping_fields {\n                        code\n                        value\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"mapping_group_id\": 5\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the mappings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"434bda39-605b-40d8-b0c0-c53b0d79fc23","name":"Last 20 Locations Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    locations {\n        all(order: \"created_at DESC\", limit: 20) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                    created_at_formatted\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Aug 2022 08:37:43 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"edfabdc29a58cce7dab35391762b9515\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6093130-2049-4a95-be77-1636c4406f0e"},{"key":"X-Runtime","value":"0.079663"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locations\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"17\",\n                            \"code\": \"LOADBAY02\",\n                            \"description\": \"Another load bay\",\n                            \"created_at_formatted\": \"18/05/2022 22:04\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"code\": \"LOADBAY01\",\n                            \"description\": \"The bay to load from\",\n                            \"created_at_formatted\": \"18/05/2022 14:24\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"15\",\n                            \"code\": \"AK011C\",\n                            \"description\": \"Location with Check Digit\",\n                            \"created_at_formatted\": \"18/08/2021 10:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"14\",\n                            \"code\": \"CROSSDOCK01\",\n                            \"description\": \"Location for Cross Dock\",\n                            \"created_at_formatted\": \"10/08/2021 17:26\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"13\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:23\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"12\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:22\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"11\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"10\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"9\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"8\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"7\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"13/04/2021 09:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"6\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"13/04/2021 09:31\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"4\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"12/08/2019 19:54\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"3\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"2\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:06\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"9006b63b-f7aa-41c2-990e-c441743a9b7c","name":"Retrieve Mappings for Mapping Group ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($mapping_group_id: ID) {\n    mappings {\n        all(mapping_group_id: $mapping_group_id) {\n            edges {\n                node {\n                    id\n                    mapping_fields {\n                        code\n                        value\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"mapping_group_id\": 1\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:38:49 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"757651b53dfd923f2cd0620f8b604253\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c293105b-f41f-4fc8-a7be-1900688cc0fa"},{"key":"X-Runtime","value":"0.290000"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mappings\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"customer_in_file\",\n                                    \"value\": \"200857000000040044\"\n                                },\n                                {\n                                    \"code\": \"customer_in_clarus\",\n                                    \"value\": \"2\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"delivery_address_in_file\",\n                                    \"value\": \"DEL01\"\n                                },\n                                {\n                                    \"code\": \"delivery_address_in_clarus\",\n                                    \"value\": \"6\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"02f3f043-a167-4b8f-926a-652aff577ed3"},{"name":"integration_product_mappings::all","id":"e96ce44d-3bd6-4538-98ba-5a4bc9be8d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query integration_product_mappings(\n    $offset: Int\n    $limit: Int\n    $after: String\n    $before: String\n    $first: Int\n    $last: Int\n    $filter: IntegrationProductMappingFilterType\n) {\n    integration_product_mappings {\n        all(\n            offset: $offset\n            limit: $limit\n            after: $after\n            before: $before\n            first: $first\n            last: $last\n            filter: $filter\n        ){\n            edges {\n                cursor\n                node {\n                    id\n                    integration_product {\n                        code\n                        description\n                        external_system_reference1\n                        external_system_reference2\n                        external_system_reference3\n                        id\n                        integration_id\n                    }\n                    integration_product_id\n                    product {\n                        id\n                        code\n                        description\n                    }\n                    product_id\n                }\n            }\n            meta {\n                total_records\n            }\n        }\n    }\n}","variables":"{\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the mappings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"124f0bf7-e721-44bd-928e-22e813fc1ae0","name":"Last 20 Locations Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    locations {\n        all(order: \"created_at DESC\", limit: 20) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                    created_at_formatted\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Aug 2022 08:37:43 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"edfabdc29a58cce7dab35391762b9515\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6093130-2049-4a95-be77-1636c4406f0e"},{"key":"X-Runtime","value":"0.079663"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locations\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"17\",\n                            \"code\": \"LOADBAY02\",\n                            \"description\": \"Another load bay\",\n                            \"created_at_formatted\": \"18/05/2022 22:04\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"code\": \"LOADBAY01\",\n                            \"description\": \"The bay to load from\",\n                            \"created_at_formatted\": \"18/05/2022 14:24\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"15\",\n                            \"code\": \"AK011C\",\n                            \"description\": \"Location with Check Digit\",\n                            \"created_at_formatted\": \"18/08/2021 10:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"14\",\n                            \"code\": \"CROSSDOCK01\",\n                            \"description\": \"Location for Cross Dock\",\n                            \"created_at_formatted\": \"10/08/2021 17:26\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"13\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:23\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"12\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:22\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"11\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"10\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"9\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"8\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"7\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"13/04/2021 09:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"6\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"13/04/2021 09:31\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"4\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"12/08/2019 19:54\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"3\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"2\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:06\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"bcb3ebbc-2110-41df-9a48-2d64c714fe46","name":"Retrieve Mappings for Mapping Group ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($mapping_group_id: ID) {\n    mappings {\n        all(mapping_group_id: $mapping_group_id) {\n            edges {\n                node {\n                    id\n                    mapping_fields {\n                        code\n                        value\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"mapping_group_id\": 1\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:38:49 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"757651b53dfd923f2cd0620f8b604253\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c293105b-f41f-4fc8-a7be-1900688cc0fa"},{"key":"X-Runtime","value":"0.290000"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mappings\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"customer_in_file\",\n                                    \"value\": \"200857000000040044\"\n                                },\n                                {\n                                    \"code\": \"customer_in_clarus\",\n                                    \"value\": \"2\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"delivery_address_in_file\",\n                                    \"value\": \"DEL01\"\n                                },\n                                {\n                                    \"code\": \"delivery_address_in_clarus\",\n                                    \"value\": \"6\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"e96ce44d-3bd6-4538-98ba-5a4bc9be8d45"},{"name":"integration_shipping_rate_mappings::all","id":"b61c3840-948a-4916-9bf3-8cde7fc57fad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query integration_shipping_rate_mappings(\n    $offset: Int\n    $limit: Int\n    $after: String\n    $before: String\n    $first: Int\n    $last: Int\n    $filter: IntegrationShippingRateMappingFilterType\n) {\n    integration_shipping_rate_mappings {\n        all(\n            offset: $offset\n            limit: $limit\n            after: $after\n            before: $before\n            first: $first\n            last: $last\n            filter: $filter\n        ){\n            edges {\n                cursor\n                node {\n                    id\n                    integration_shipping_rate {\n                        code\n                        description\n                        external_system_reference1\n                        external_system_reference2\n                        external_system_reference3\n                        id\n                        integration_id\n                    }\n                    integration_shipping_rate_id\n                    carrier {\n                        id\n                        code\n                        description\n                    }\n                    carrier_id\n                    carrier_service {\n                        id\n                        code\n                    }\n                    carrier_service_id\n                }\n            }\n            meta {\n                total_records\n            }\n        }\n    }\n}","variables":"{\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the mappings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"0597f0cf-6d01-4e8a-a0fc-f764922ec028","name":"Last 20 Locations Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    locations {\n        all(order: \"created_at DESC\", limit: 20) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                    created_at_formatted\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Aug 2022 08:37:43 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"edfabdc29a58cce7dab35391762b9515\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6093130-2049-4a95-be77-1636c4406f0e"},{"key":"X-Runtime","value":"0.079663"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locations\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"17\",\n                            \"code\": \"LOADBAY02\",\n                            \"description\": \"Another load bay\",\n                            \"created_at_formatted\": \"18/05/2022 22:04\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"code\": \"LOADBAY01\",\n                            \"description\": \"The bay to load from\",\n                            \"created_at_formatted\": \"18/05/2022 14:24\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"15\",\n                            \"code\": \"AK011C\",\n                            \"description\": \"Location with Check Digit\",\n                            \"created_at_formatted\": \"18/08/2021 10:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"14\",\n                            \"code\": \"CROSSDOCK01\",\n                            \"description\": \"Location for Cross Dock\",\n                            \"created_at_formatted\": \"10/08/2021 17:26\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"13\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:23\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"12\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:22\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"11\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"10\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"9\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"8\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"7\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"13/04/2021 09:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"6\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"13/04/2021 09:31\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"4\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"12/08/2019 19:54\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"3\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"2\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:06\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"417df457-2397-4722-b7d2-c077f258b0fd","name":"Retrieve Mappings for Mapping Group ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($mapping_group_id: ID) {\n    mappings {\n        all(mapping_group_id: $mapping_group_id) {\n            edges {\n                node {\n                    id\n                    mapping_fields {\n                        code\n                        value\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"mapping_group_id\": 1\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:38:49 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"757651b53dfd923f2cd0620f8b604253\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c293105b-f41f-4fc8-a7be-1900688cc0fa"},{"key":"X-Runtime","value":"0.290000"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mappings\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"customer_in_file\",\n                                    \"value\": \"200857000000040044\"\n                                },\n                                {\n                                    \"code\": \"customer_in_clarus\",\n                                    \"value\": \"2\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"delivery_address_in_file\",\n                                    \"value\": \"DEL01\"\n                                },\n                                {\n                                    \"code\": \"delivery_address_in_clarus\",\n                                    \"value\": \"6\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"b61c3840-948a-4916-9bf3-8cde7fc57fad"},{"name":"integration_carrier_mappings::all","id":"5f75c4bf-2227-4215-84cf-7902f289fac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query integration_carrier_mappings(\n    $offset: Int\n    $limit: Int\n    $after: String\n    $before: String\n    $first: Int\n    $last: Int\n    $filter: IntegrationCarrierMappingFilterType\n) {\n    integration_carrier_mappings {\n        all(\n            offset: $offset\n            limit: $limit\n            after: $after\n            before: $before\n            first: $first\n            last: $last\n            filter: $filter\n        ){\n            edges {\n                cursor\n                node {\n                    id\n                    integration_carrier {\n                        code\n                        description\n                        external_system_reference1\n                        external_system_reference2\n                        external_system_reference3\n                        id\n                        integration_id\n                    }\n                    integration_carrier_id\n                    carrier {\n                        id\n                        code\n                        description\n                    }\n                    carrier_id\n                    carrier_service {\n                        id\n                        code\n                    }\n                    carrier_service_id\n                }\n            }\n            meta {\n                total_records\n            }\n        }\n    }\n}","variables":"{\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the mappings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"4fde527f-ebdf-440e-8edd-0f68e4d42097","name":"Last 20 Locations Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    locations {\n        all(order: \"created_at DESC\", limit: 20) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                    created_at_formatted\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Aug 2022 08:37:43 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"edfabdc29a58cce7dab35391762b9515\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6093130-2049-4a95-be77-1636c4406f0e"},{"key":"X-Runtime","value":"0.079663"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locations\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"17\",\n                            \"code\": \"LOADBAY02\",\n                            \"description\": \"Another load bay\",\n                            \"created_at_formatted\": \"18/05/2022 22:04\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"code\": \"LOADBAY01\",\n                            \"description\": \"The bay to load from\",\n                            \"created_at_formatted\": \"18/05/2022 14:24\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"15\",\n                            \"code\": \"AK011C\",\n                            \"description\": \"Location with Check Digit\",\n                            \"created_at_formatted\": \"18/08/2021 10:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"14\",\n                            \"code\": \"CROSSDOCK01\",\n                            \"description\": \"Location for Cross Dock\",\n                            \"created_at_formatted\": \"10/08/2021 17:26\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"13\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:23\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"12\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:22\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"11\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"10\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"9\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"8\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"7\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"13/04/2021 09:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"6\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"13/04/2021 09:31\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"4\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"12/08/2019 19:54\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"3\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"2\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:06\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"7e3edf37-36e6-46a4-9f10-fb0952a8cbc7","name":"Retrieve Mappings for Mapping Group ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($mapping_group_id: ID) {\n    mappings {\n        all(mapping_group_id: $mapping_group_id) {\n            edges {\n                node {\n                    id\n                    mapping_fields {\n                        code\n                        value\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"mapping_group_id\": 1\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:38:49 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"321"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"757651b53dfd923f2cd0620f8b604253\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c293105b-f41f-4fc8-a7be-1900688cc0fa"},{"key":"X-Runtime","value":"0.290000"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mappings\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"customer_in_file\",\n                                    \"value\": \"200857000000040044\"\n                                },\n                                {\n                                    \"code\": \"customer_in_clarus\",\n                                    \"value\": \"2\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"mapping_fields\": [\n                                {\n                                    \"code\": \"delivery_address_in_file\",\n                                    \"value\": \"DEL01\"\n                                },\n                                {\n                                    \"code\": \"delivery_address_in_clarus\",\n                                    \"value\": \"6\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"5f75c4bf-2227-4215-84cf-7902f289fac9"}],"id":"ecff0a7d-f9bd-42d1-8037-2518a91e2b00","_postman_id":"ecff0a7d-f9bd-42d1-8037-2518a91e2b00","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Mapping Groups","item":[{"name":"mapping_groups::all","id":"8afa8b4e-2c8b-41d6-8054-05c3724ef194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID $operation_type: OperationType $integration_id: ID) {\n    mapping_groups {\n        all(id: $id operation_type:$operation_type integration_id: $integration_id) {\n            edges {\n                node {\n                    id\n                    name\n                    description\n                    operation_type\n                    integration_id\n                    mapping_group_fields {\n                        field_name\n                        field_type\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"id\": 1,\r\n    \"integration_id\": 3,\r\n    \"operation_type\": \"ftp_import\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the mappings.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"fcf2ecfb-9e50-480f-aa49-a1b7cc924149","name":"Last 20 Locations Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    locations {\n        all(order: \"created_at DESC\", limit: 20) {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                    created_at_formatted\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Aug 2022 08:37:43 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"edfabdc29a58cce7dab35391762b9515\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f6093130-2049-4a95-be77-1636c4406f0e"},{"key":"X-Runtime","value":"0.079663"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"locations\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"17\",\n                            \"code\": \"LOADBAY02\",\n                            \"description\": \"Another load bay\",\n                            \"created_at_formatted\": \"18/05/2022 22:04\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"16\",\n                            \"code\": \"LOADBAY01\",\n                            \"description\": \"The bay to load from\",\n                            \"created_at_formatted\": \"18/05/2022 14:24\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"15\",\n                            \"code\": \"AK011C\",\n                            \"description\": \"Location with Check Digit\",\n                            \"created_at_formatted\": \"18/08/2021 10:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"14\",\n                            \"code\": \"CROSSDOCK01\",\n                            \"description\": \"Location for Cross Dock\",\n                            \"created_at_formatted\": \"10/08/2021 17:26\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"13\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:23\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"12\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:22\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"11\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"10\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"24/06/2021 10:21\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"9\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"8\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"24/06/2021 10:19\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"7\",\n                            \"code\": \"WORKAREA01\",\n                            \"description\": \"Works Area 01\",\n                            \"created_at_formatted\": \"13/04/2021 09:32\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"6\",\n                            \"code\": \"LOC02\",\n                            \"description\": \"Location 02\",\n                            \"created_at_formatted\": \"13/04/2021 09:31\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"4\",\n                            \"code\": \"PICK01\",\n                            \"description\": \"Pickface 01\",\n                            \"created_at_formatted\": \"12/08/2019 19:54\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"3\",\n                            \"code\": \"LOC01\",\n                            \"description\": \"Location 01\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"2\",\n                            \"code\": \"GOBAY\",\n                            \"description\": \"Goods Out Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:07\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"code\": \"GIBAY\",\n                            \"description\": \"Goods In Bay\",\n                            \"created_at_formatted\": \"13/04/2017 21:06\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"54720500-74ac-4e50-946f-0b5b6ce246ca","name":"Fetch Mapping Groups of an Operation Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID $operation_type: OperationType $integration_id: ID) {\n    mapping_groups {\n        all(id: $id operation_type:$operation_type integration_id: $integration_id) {\n            edges {\n                node {\n                    id\n                    name\n                    description\n                    operation_type\n                    integration_id\n                    mapping_group_fields {\n                        field_name\n                        field_type\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"operation_type\": \"ftp_import\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:37:38 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"c9488bb9b6e827852139ff8bd0994404\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"30889b10-0ab3-4c1a-ae50-809bc51a3708"},{"key":"X-Runtime","value":"0.038483"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mapping_groups\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"1\",\n                            \"name\": \"Ftp Import\",\n                            \"description\": \"Mappings for external services\",\n                            \"operation_type\": \"ftp_import\",\n                            \"integration_id\": null,\n                            \"mapping_group_fields\": []\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"8afa8b4e-2c8b-41d6-8054-05c3724ef194"}],"id":"34d134f1-9926-4647-94f5-8deaf759e55c","_postman_id":"34d134f1-9926-4647-94f5-8deaf759e55c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Partners","item":[{"name":"partners::all","id":"21c8a0c9-0e2e-46f3-912b-cfbed012b831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\n    partners {\n        all {\n            edges {\n                node {\n                    id\n                    name\n                    trusted\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the automations.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21c8a0c9-0e2e-46f3-912b-cfbed012b831"}],"id":"24df7899-6960-4254-a240-277d2ec713d9","_postman_id":"24df7899-6960-4254-a240-277d2ec713d9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Printers","item":[{"name":"printers::all","id":"104dc508-3e26-4b56-841b-27a0190dd870","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID) {\n    printers {\n        all(id: $id) {\n            edges {\n                node {\n                    id\n                    name\n                    status\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the printers.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"104dc508-3e26-4b56-841b-27a0190dd870"}],"id":"0a2cdbbf-8f40-4287-802b-6e6621859ce1","_postman_id":"0a2cdbbf-8f40-4287-802b-6e6621859ce1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Products","item":[{"name":"products::all","id":"a1873fd9-9475-4f1e-9bc7-8b36030a8327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: ProductsSortColumn, $sortDirection: SortDirection, $account_id: ID, $account_ids: [ID], $all_codes: StringArray, $assemble_on_pick: Boolean, $barcode: String, $case_allow_order: Boolean, $case_allow_receipt: Boolean, $case_barcode: String, $case_cube: Float, $case_height: Float, $case_length: Float, $case_stock_unit_type_code: String, $case_stock_unit_type_id: ID, $case_unit_of_measure: UnitOfMeasure, $case_units_of_measure: [UnitOfMeasure], $case_value: Float, $case_weight: Float, $case_width: Float, $code_or_description: String, $code: String, $created_at_from: Chronic, $created_at_to: Chronic, $default_order_configuration: StockConfiguration, $default_receipt_configuration: StockConfiguration, $default_stock_description: String, $description: String, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $inner_allow_order: Boolean, $inner_allow_receipt: Boolean, $inner_barcode: String, $inner_cube: Float, $inner_height: Float, $inner_length: Float, $inner_stock_unit_type_code: String, $inner_stock_unit_type_id: ID, $inner_unit_of_measure: UnitOfMeasure, $inner_units_of_measure: [UnitOfMeasure], $inner_value: Float, $inner_weight: Float, $inner_width: Float, $is_new_product: Int, $long_description: String, $obsolete: Int, $outer_allow_order: Boolean, $outer_allow_receipt: Boolean, $outer_barcode: String, $outer_cube: Float, $outer_height: Float, $outer_length: Float, $outer_stock_unit_type_code: String, $outer_stock_unit_type_id: ID, $outer_unit_of_measure: UnitOfMeasure, $outer_units_of_measure: [UnitOfMeasure], $outer_value: Float, $outer_weight: Float, $outer_width: Float, $output_quantity: Float, $product_type: ProductProductType, $product_types: [ProductProductType], $require_dimensions_on_receipt: Boolean, $shelf_life_max: String, $shelf_life_min: String, $stock_unit_type_code: String, $stock_unit_type_id: ID, $stop: Boolean, $unit_allow_order: Boolean, $unit_allow_receipt: Boolean, $unit_cube: Float, $unit_height: Float, $unit_length: Float, $unit_unit_of_measure: UnitOfMeasure, $unit_units_of_measure: [UnitOfMeasure], $unit_value: Float, $unit_weight: Float, $unit_width: Float, $units_per_case: Float, $units_per_inner: Float, $units_per_outer: Float, $updated_at_from: Chronic, $updated_at_to: Chronic, $with_account_products: Boolean = false, $with_case_dimensions: Boolean = false, $with_case_stock_unit_type: Boolean = false, $with_inner_dimensions: Boolean = false, $with_inner_stock_unit_type: Boolean = false, $with_outer_dimensions: Boolean = false, $with_outer_stock_unit_type: Boolean = false, $with_product_storage_units: Boolean = false, $with_product_storage_units_storage_unit_type: Boolean = false, $with_stock_unit_type: Boolean = false, $with_unit_dimensions: Boolean = false) {\n  products {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_id: $account_id\n      account_ids: $account_ids\n      all_codes: $all_codes\n      assemble_on_pick: $assemble_on_pick\n      barcode: $barcode\n      case_allow_order: $case_allow_order\n      case_allow_receipt: $case_allow_receipt\n      case_barcode: $case_barcode\n      case_cube: $case_cube\n      case_height: $case_height\n      case_length: $case_length\n      case_stock_unit_type_code: $case_stock_unit_type_code\n      case_stock_unit_type_id: $case_stock_unit_type_id\n      case_unit_of_measure: $case_unit_of_measure\n      case_units_of_measure: $case_units_of_measure\n      case_value: $case_value\n      case_weight: $case_weight\n      case_width: $case_width\n      code_or_description: $code_or_description\n      code: $code\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      default_order_configuration: $default_order_configuration\n      default_receipt_configuration: $default_receipt_configuration\n      default_stock_description: $default_stock_description\n      description: $description\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      id: $id\n      inner_allow_order: $inner_allow_order\n      inner_allow_receipt: $inner_allow_receipt\n      inner_barcode: $inner_barcode\n      inner_cube: $inner_cube\n      inner_height: $inner_height\n      inner_length: $inner_length\n      inner_stock_unit_type_code: $inner_stock_unit_type_code\n      inner_stock_unit_type_id: $inner_stock_unit_type_id\n      inner_unit_of_measure: $inner_unit_of_measure\n      inner_units_of_measure: $inner_units_of_measure\n      inner_value: $inner_value\n      inner_weight: $inner_weight\n      inner_width: $inner_width\n      is_new_product: $is_new_product\n      long_description: $long_description\n      obsolete: $obsolete\n      outer_allow_order: $outer_allow_order\n      outer_allow_receipt: $outer_allow_receipt\n      outer_barcode: $outer_barcode\n      outer_cube: $outer_cube\n      outer_height: $outer_height\n      outer_length: $outer_length\n      outer_stock_unit_type_code: $outer_stock_unit_type_code\n      outer_stock_unit_type_id: $outer_stock_unit_type_id\n      outer_unit_of_measure: $outer_unit_of_measure\n      outer_units_of_measure: $outer_units_of_measure\n      outer_value: $outer_value\n      outer_weight: $outer_weight\n      outer_width: $outer_width\n      output_quantity: $output_quantity\n      product_type: $product_type\n      product_types: $product_types\n      require_dimensions_on_receipt: $require_dimensions_on_receipt\n      shelf_life_max: $shelf_life_max\n      shelf_life_min: $shelf_life_min\n      stock_unit_type_code: $stock_unit_type_code\n      stock_unit_type_id: $stock_unit_type_id\n      stop: $stop\n      unit_allow_order: $unit_allow_order\n      unit_allow_receipt: $unit_allow_receipt\n      unit_cube: $unit_cube\n      unit_height: $unit_height\n      unit_length: $unit_length\n      unit_unit_of_measure: $unit_unit_of_measure\n      unit_units_of_measure: $unit_units_of_measure\n      unit_value: $unit_value\n      unit_weight: $unit_weight\n      unit_width: $unit_width\n      units_per_case: $units_per_case\n      units_per_inner: $units_per_inner\n      units_per_outer: $units_per_outer\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_products @include(if: $with_account_products) {\n            id\n            account {\n              code\n              id\n              name\n            }\n          }\n          assemble_on_pick\n          barcode\n          case_allow_order\n          case_allow_receipt\n          case_barcode\n          case_dimensions @include(if: $with_case_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          case_stock_unit_type @include(if: $with_case_stock_unit_type) {\n            code\n            id\n            name\n          }\n          code\n          created_at\n          default_order_configuration\n          default_receipt_configuration\n          default_stock_description\n          description\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          id\n          inner_allow_order\n          inner_allow_receipt\n          inner_barcode\n          inner_dimensions @include(if: $with_inner_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          inner_stock_unit_type @include(if: $with_inner_stock_unit_type) {\n            code\n            id\n            name\n          }\n          is_new_product\n          long_description\n          obsolete\n          outer_allow_order\n          outer_allow_receipt\n          outer_barcode\n          outer_dimensions @include(if: $with_outer_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          outer_stock_unit_type @include(if: $with_outer_stock_unit_type) {\n            code\n            id\n            name\n          }\n          output_quantity\n          product_type\n          product_storage_units @include(if: $with_product_storage_units) {\n            id\n            priority\n            storage_unit_type @include(if: $with_product_storage_units_storage_unit_type) {\n              code\n              id\n              name\n              unit_name\n            }\n          }\n          require_dimensions_on_receipt\n          shelf_life_max\n          shelf_life_min\n          stock_unit_type @include(if: $with_stock_unit_type) {\n            code\n            id\n            name\n          }\n          stock_unit_type_id\n          stop\n          unit_allow_order\n          unit_allow_receipt\n          unit_dimensions @include(if: $with_unit_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          units_per_case\n          units_per_inner\n          units_per_outer\n          updated_at\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"1\",\r\n  \"first\": 1,\r\n  \"code\": \"PROD01\",\r\n  \"with_account_products\": true,\r\n  \"with_case_dimensions\": true,\r\n  \"with_case_stock_unit_type\": true,\r\n  \"with_inner_dimensions\": true,\r\n  \"with_inner_stock_unit_type\": true,\r\n  \"with_outer_dimensions\": true,\r\n  \"with_outer_stock_unit_type\": true,\r\n  \"with_stock_unit_type\": true,\r\n  \"with_unit_dimensions\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the products.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"49e4ffc5-5db1-431b-8716-19301816eb45","name":"products::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: ProductsSortColumn, $sortDirection: SortDirection, $account_id: ID, $account_ids: [ID], $all_codes: StringArray, $assemble_on_pick: Boolean, $barcode: String, $case_allow_order: Boolean, $case_allow_receipt: Boolean, $case_barcode: String, $case_cube: Float, $case_height: Float, $case_length: Float, $case_stock_unit_type_code: String, $case_stock_unit_type_id: ID, $case_unit_of_measure: UnitOfMeasure, $case_units_of_measure: [UnitOfMeasure], $case_value: Float, $case_weight: Float, $case_width: Float, $code_or_description: String, $code: String, $created_at_from: Chronic, $created_at_to: Chronic, $default_order_configuration: StockConfiguration, $default_receipt_configuration: StockConfiguration, $default_stock_description: String, $description: String, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $inner_allow_order: Boolean, $inner_allow_receipt: Boolean, $inner_barcode: String, $inner_cube: Float, $inner_height: Float, $inner_length: Float, $inner_stock_unit_type_code: String, $inner_stock_unit_type_id: ID, $inner_unit_of_measure: UnitOfMeasure, $inner_units_of_measure: [UnitOfMeasure], $inner_value: Float, $inner_weight: Float, $inner_width: Float, $is_new_product: Int, $long_description: String, $obsolete: Int, $outer_allow_order: Boolean, $outer_allow_receipt: Boolean, $outer_barcode: String, $outer_cube: Float, $outer_height: Float, $outer_length: Float, $outer_stock_unit_type_code: String, $outer_stock_unit_type_id: ID, $outer_unit_of_measure: UnitOfMeasure, $outer_units_of_measure: [UnitOfMeasure], $outer_value: Float, $outer_weight: Float, $outer_width: Float, $output_quantity: Float, $product_type: ProductProductType, $product_types: [ProductProductType], $require_dimensions_on_receipt: Boolean, $shelf_life_max: String, $shelf_life_min: String, $stock_unit_type_code: String, $stock_unit_type_id: ID, $stop: Boolean, $unit_allow_order: Boolean, $unit_allow_receipt: Boolean, $unit_cube: Float, $unit_height: Float, $unit_length: Float, $unit_unit_of_measure: UnitOfMeasure, $unit_units_of_measure: [UnitOfMeasure], $unit_value: Float, $unit_weight: Float, $unit_width: Float, $units_per_case: Float, $units_per_inner: Float, $units_per_outer: Float, $updated_at_from: Chronic, $updated_at_to: Chronic, $with_account_products: Boolean = false, $with_case_dimensions: Boolean = false, $with_case_stock_unit_type: Boolean = false, $with_inner_dimensions: Boolean = false, $with_inner_stock_unit_type: Boolean = false, $with_outer_dimensions: Boolean = false, $with_outer_stock_unit_type: Boolean = false, $with_product_storage_units: Boolean = false, $with_product_storage_units_storage_unit_type: Boolean = false, $with_stock_unit_type: Boolean = false, $with_unit_dimensions: Boolean = false) {\n  products {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_id: $account_id\n      account_ids: $account_ids\n      all_codes: $all_codes\n      assemble_on_pick: $assemble_on_pick\n      barcode: $barcode\n      case_allow_order: $case_allow_order\n      case_allow_receipt: $case_allow_receipt\n      case_barcode: $case_barcode\n      case_cube: $case_cube\n      case_height: $case_height\n      case_length: $case_length\n      case_stock_unit_type_code: $case_stock_unit_type_code\n      case_stock_unit_type_id: $case_stock_unit_type_id\n      case_unit_of_measure: $case_unit_of_measure\n      case_units_of_measure: $case_units_of_measure\n      case_value: $case_value\n      case_weight: $case_weight\n      case_width: $case_width\n      code_or_description: $code_or_description\n      code: $code\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      default_order_configuration: $default_order_configuration\n      default_receipt_configuration: $default_receipt_configuration\n      default_stock_description: $default_stock_description\n      description: $description\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      id: $id\n      inner_allow_order: $inner_allow_order\n      inner_allow_receipt: $inner_allow_receipt\n      inner_barcode: $inner_barcode\n      inner_cube: $inner_cube\n      inner_height: $inner_height\n      inner_length: $inner_length\n      inner_stock_unit_type_code: $inner_stock_unit_type_code\n      inner_stock_unit_type_id: $inner_stock_unit_type_id\n      inner_unit_of_measure: $inner_unit_of_measure\n      inner_units_of_measure: $inner_units_of_measure\n      inner_value: $inner_value\n      inner_weight: $inner_weight\n      inner_width: $inner_width\n      is_new_product: $is_new_product\n      long_description: $long_description\n      obsolete: $obsolete\n      outer_allow_order: $outer_allow_order\n      outer_allow_receipt: $outer_allow_receipt\n      outer_barcode: $outer_barcode\n      outer_cube: $outer_cube\n      outer_height: $outer_height\n      outer_length: $outer_length\n      outer_stock_unit_type_code: $outer_stock_unit_type_code\n      outer_stock_unit_type_id: $outer_stock_unit_type_id\n      outer_unit_of_measure: $outer_unit_of_measure\n      outer_units_of_measure: $outer_units_of_measure\n      outer_value: $outer_value\n      outer_weight: $outer_weight\n      outer_width: $outer_width\n      output_quantity: $output_quantity\n      product_type: $product_type\n      product_types: $product_types\n      require_dimensions_on_receipt: $require_dimensions_on_receipt\n      shelf_life_max: $shelf_life_max\n      shelf_life_min: $shelf_life_min\n      stock_unit_type_code: $stock_unit_type_code\n      stock_unit_type_id: $stock_unit_type_id\n      stop: $stop\n      unit_allow_order: $unit_allow_order\n      unit_allow_receipt: $unit_allow_receipt\n      unit_cube: $unit_cube\n      unit_height: $unit_height\n      unit_length: $unit_length\n      unit_unit_of_measure: $unit_unit_of_measure\n      unit_units_of_measure: $unit_units_of_measure\n      unit_value: $unit_value\n      unit_weight: $unit_weight\n      unit_width: $unit_width\n      units_per_case: $units_per_case\n      units_per_inner: $units_per_inner\n      units_per_outer: $units_per_outer\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_products @include(if: $with_account_products) {\n            id\n            account {\n              code\n              id\n              name\n            }\n          }\n          assemble_on_pick\n          barcode\n          case_allow_order\n          case_allow_receipt\n          case_barcode\n          case_dimensions @include(if: $with_case_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          case_stock_unit_type @include(if: $with_case_stock_unit_type) {\n            code\n            id\n            name\n          }\n          code\n          created_at\n          default_order_configuration\n          default_receipt_configuration\n          default_stock_description\n          description\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          id\n          inner_allow_order\n          inner_allow_receipt\n          inner_barcode\n          inner_dimensions @include(if: $with_inner_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          inner_stock_unit_type @include(if: $with_inner_stock_unit_type) {\n            code\n            id\n            name\n          }\n          is_new_product\n          long_description\n          obsolete\n          outer_allow_order\n          outer_allow_receipt\n          outer_barcode\n          outer_dimensions @include(if: $with_outer_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          outer_stock_unit_type @include(if: $with_outer_stock_unit_type) {\n            code\n            id\n            name\n          }\n          output_quantity\n          product_type\n          product_storage_units @include(if: $with_product_storage_units) {\n            id\n            priority\n            storage_unit_type @include(if: $with_product_storage_units_storage_unit_type) {\n              code\n              id\n              name\n              unit_name\n            }\n          }\n          require_dimensions_on_receipt\n          shelf_life_max\n          shelf_life_min\n          stock_unit_type @include(if: $with_stock_unit_type) {\n            code\n            id\n            name\n          }\n          stock_unit_type_id\n          stop\n          unit_allow_order\n          unit_allow_receipt\n          unit_dimensions @include(if: $with_unit_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          units_per_case\n          units_per_inner\n          units_per_outer\n          updated_at\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"1\",\r\n  \"first\": 1,\r\n  \"with_account_products\": true,\r\n  \"with_case_dimensions\": true,\r\n  \"with_case_stock_unit_type\": true,\r\n  \"with_inner_dimensions\": true,\r\n  \"with_inner_stock_unit_type\": true,\r\n  \"with_outer_dimensions\": true,\r\n  \"with_outer_stock_unit_type\": true,\r\n  \"with_stock_unit_type\": true,\r\n  \"with_unit_dimensions\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"meta\": {\n                    \"total_records\": 1\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account_products\": [],\n                            \"assemble_on_pick\": false,\n                            \"barcode\": null,\n                            \"case_allow_order\": false,\n                            \"case_allow_receipt\": false,\n                            \"case_barcode\": null,\n                            \"case_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"case_stock_unit_type\": null,\n                            \"code\": \"PROD01\",\n                            \"created_at\": \"2017-04-13T21:08:17.112+01:00\",\n                            \"default_order_configuration\": \"unit\",\n                            \"default_receipt_configuration\": \"unit\",\n                            \"default_stock_description\": null,\n                            \"description\": \"Product 01\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"id\": \"1\",\n                            \"inner_allow_order\": false,\n                            \"inner_allow_receipt\": false,\n                            \"inner_barcode\": null,\n                            \"inner_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"inner_stock_unit_type\": null,\n                            \"is_new_product\": 1,\n                            \"long_description\": null,\n                            \"obsolete\": 0,\n                            \"outer_allow_order\": false,\n                            \"outer_allow_receipt\": false,\n                            \"outer_barcode\": null,\n                            \"outer_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"outer_stock_unit_type\": null,\n                            \"output_quantity\": 1,\n                            \"product_type\": \"single\",\n                            \"require_dimensions_on_receipt\": false,\n                            \"shelf_life_max\": \"0\",\n                            \"shelf_life_min\": \"0\",\n                            \"stock_unit_type\": {\n                                \"code\": \"ITEMS\",\n                                \"id\": \"1\",\n                                \"name\": \"ITEMS\"\n                            },\n                            \"stock_unit_type_id\": \"1\",\n                            \"stop\": false,\n                            \"unit_allow_order\": true,\n                            \"unit_allow_receipt\": true,\n                            \"unit_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"units_per_case\": null,\n                            \"units_per_inner\": null,\n                            \"units_per_outer\": null,\n                            \"updated_at\": \"2019-10-28T07:39:01.557+00:00\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"09c76278-66d1-46db-8f38-f4f5a63aafc5","name":"Find Products By External System References","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($external_system_references1: [String]) {\n  products {\n    all(\n      external_system_references1: $external_system_references1\n    ) {\n      edges {\n        cursor\n        node {\n          code\n          description\n          id\n        }\n      }\n    }\n  }\n}","variables":"{\r\n  \"external_system_references1\": [\"7469aa01-cdb3-45e4-8f2f-f2f5b6e17477\", \"7bd24c6b-1df7-4d10-91ba-08c18d1ce470\"]\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2024 16:35:46 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"195"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"f9f0a1ab7df7de0b865d881514823ee2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3694fa56-0edc-41b4-be6b-207e856ca465"},{"key":"X-Runtime","value":"0.028616"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"code\": \"BREAD01\",\n                            \"description\": \"Bread\",\n                            \"id\": \"257\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"Mg\",\n                        \"node\": {\n                            \"code\": \"PROD06\",\n                            \"description\": \"Product 06\",\n                            \"id\": \"277\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"a1873fd9-9475-4f1e-9bc7-8b36030a8327"},{"name":"Find product(s) that match codes","id":"3f1ebd25-35be-4181-a42c-92a355ad9f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($codes: StringArray) {\n  products {\n    all(\n      all_codes: $codes\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          code\n          description\n          id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"codes\": [\"PROD01\", \"PROD02\"]\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the products.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"9e30d9e6-6b17-454d-b157-0ba7404edffe","name":"products::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($first: Int, $after: String, $last: Int, $before: String, $sortColumn: ProductsSortColumn, $sortDirection: SortDirection, $account_id: ID, $account_ids: [ID], $all_codes: StringArray, $assemble_on_pick: Boolean, $barcode: String, $case_allow_order: Boolean, $case_allow_receipt: Boolean, $case_barcode: String, $case_cube: Float, $case_height: Float, $case_length: Float, $case_stock_unit_type_code: String, $case_stock_unit_type_id: ID, $case_unit_of_measure: UnitOfMeasure, $case_units_of_measure: [UnitOfMeasure], $case_value: Float, $case_weight: Float, $case_width: Float, $code_or_description: String, $code: String, $created_at_from: Chronic, $created_at_to: Chronic, $default_order_configuration: StockConfiguration, $default_receipt_configuration: StockConfiguration, $default_stock_description: String, $description: String, $external_system_reference1: String, $external_system_reference2: String, $external_system_reference3: String, $id: ID, $inner_allow_order: Boolean, $inner_allow_receipt: Boolean, $inner_barcode: String, $inner_cube: Float, $inner_height: Float, $inner_length: Float, $inner_stock_unit_type_code: String, $inner_stock_unit_type_id: ID, $inner_unit_of_measure: UnitOfMeasure, $inner_units_of_measure: [UnitOfMeasure], $inner_value: Float, $inner_weight: Float, $inner_width: Float, $is_new_product: Int, $long_description: String, $obsolete: Int, $outer_allow_order: Boolean, $outer_allow_receipt: Boolean, $outer_barcode: String, $outer_cube: Float, $outer_height: Float, $outer_length: Float, $outer_stock_unit_type_code: String, $outer_stock_unit_type_id: ID, $outer_unit_of_measure: UnitOfMeasure, $outer_units_of_measure: [UnitOfMeasure], $outer_value: Float, $outer_weight: Float, $outer_width: Float, $output_quantity: Float, $product_type: ProductProductType, $product_types: [ProductProductType], $require_dimensions_on_receipt: Boolean, $shelf_life_max: String, $shelf_life_min: String, $stock_unit_type_code: String, $stock_unit_type_id: ID, $stop: Boolean, $unit_allow_order: Boolean, $unit_allow_receipt: Boolean, $unit_cube: Float, $unit_height: Float, $unit_length: Float, $unit_unit_of_measure: UnitOfMeasure, $unit_units_of_measure: [UnitOfMeasure], $unit_value: Float, $unit_weight: Float, $unit_width: Float, $units_per_case: Float, $units_per_inner: Float, $units_per_outer: Float, $updated_at_from: Chronic, $updated_at_to: Chronic, $with_account_products: Boolean = false, $with_case_dimensions: Boolean = false, $with_case_stock_unit_type: Boolean = false, $with_inner_dimensions: Boolean = false, $with_inner_stock_unit_type: Boolean = false, $with_outer_dimensions: Boolean = false, $with_outer_stock_unit_type: Boolean = false, $with_product_storage_units: Boolean = false, $with_product_storage_units_storage_unit_type: Boolean = false, $with_stock_unit_type: Boolean = false, $with_unit_dimensions: Boolean = false) {\n  products {\n    all(\n      first: $first\n      after: $after\n      last: $last\n      before: $before\n      sort_column: $sortColumn\n      sort_direction: $sortDirection\n      account_id: $account_id\n      account_ids: $account_ids\n      all_codes: $all_codes\n      assemble_on_pick: $assemble_on_pick\n      barcode: $barcode\n      case_allow_order: $case_allow_order\n      case_allow_receipt: $case_allow_receipt\n      case_barcode: $case_barcode\n      case_cube: $case_cube\n      case_height: $case_height\n      case_length: $case_length\n      case_stock_unit_type_code: $case_stock_unit_type_code\n      case_stock_unit_type_id: $case_stock_unit_type_id\n      case_unit_of_measure: $case_unit_of_measure\n      case_units_of_measure: $case_units_of_measure\n      case_value: $case_value\n      case_weight: $case_weight\n      case_width: $case_width\n      code_or_description: $code_or_description\n      code: $code\n      created_at_from: $created_at_from\n      created_at_to: $created_at_to\n      default_order_configuration: $default_order_configuration\n      default_receipt_configuration: $default_receipt_configuration\n      default_stock_description: $default_stock_description\n      description: $description\n      external_system_reference1: $external_system_reference1\n      external_system_reference2: $external_system_reference2\n      external_system_reference3: $external_system_reference3\n      id: $id\n      inner_allow_order: $inner_allow_order\n      inner_allow_receipt: $inner_allow_receipt\n      inner_barcode: $inner_barcode\n      inner_cube: $inner_cube\n      inner_height: $inner_height\n      inner_length: $inner_length\n      inner_stock_unit_type_code: $inner_stock_unit_type_code\n      inner_stock_unit_type_id: $inner_stock_unit_type_id\n      inner_unit_of_measure: $inner_unit_of_measure\n      inner_units_of_measure: $inner_units_of_measure\n      inner_value: $inner_value\n      inner_weight: $inner_weight\n      inner_width: $inner_width\n      is_new_product: $is_new_product\n      long_description: $long_description\n      obsolete: $obsolete\n      outer_allow_order: $outer_allow_order\n      outer_allow_receipt: $outer_allow_receipt\n      outer_barcode: $outer_barcode\n      outer_cube: $outer_cube\n      outer_height: $outer_height\n      outer_length: $outer_length\n      outer_stock_unit_type_code: $outer_stock_unit_type_code\n      outer_stock_unit_type_id: $outer_stock_unit_type_id\n      outer_unit_of_measure: $outer_unit_of_measure\n      outer_units_of_measure: $outer_units_of_measure\n      outer_value: $outer_value\n      outer_weight: $outer_weight\n      outer_width: $outer_width\n      output_quantity: $output_quantity\n      product_type: $product_type\n      product_types: $product_types\n      require_dimensions_on_receipt: $require_dimensions_on_receipt\n      shelf_life_max: $shelf_life_max\n      shelf_life_min: $shelf_life_min\n      stock_unit_type_code: $stock_unit_type_code\n      stock_unit_type_id: $stock_unit_type_id\n      stop: $stop\n      unit_allow_order: $unit_allow_order\n      unit_allow_receipt: $unit_allow_receipt\n      unit_cube: $unit_cube\n      unit_height: $unit_height\n      unit_length: $unit_length\n      unit_unit_of_measure: $unit_unit_of_measure\n      unit_units_of_measure: $unit_units_of_measure\n      unit_value: $unit_value\n      unit_weight: $unit_weight\n      unit_width: $unit_width\n      units_per_case: $units_per_case\n      units_per_inner: $units_per_inner\n      units_per_outer: $units_per_outer\n      updated_at_from: $updated_at_from\n      updated_at_to: $updated_at_to\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          account_products @include(if: $with_account_products) {\n            id\n            account {\n              code\n              id\n              name\n            }\n          }\n          assemble_on_pick\n          barcode\n          case_allow_order\n          case_allow_receipt\n          case_barcode\n          case_dimensions @include(if: $with_case_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          case_stock_unit_type @include(if: $with_case_stock_unit_type) {\n            code\n            id\n            name\n          }\n          code\n          created_at\n          default_order_configuration\n          default_receipt_configuration\n          default_stock_description\n          description\n          external_system_reference1\n          external_system_reference2\n          external_system_reference3\n          id\n          inner_allow_order\n          inner_allow_receipt\n          inner_barcode\n          inner_dimensions @include(if: $with_inner_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          inner_stock_unit_type @include(if: $with_inner_stock_unit_type) {\n            code\n            id\n            name\n          }\n          is_new_product\n          long_description\n          obsolete\n          outer_allow_order\n          outer_allow_receipt\n          outer_barcode\n          outer_dimensions @include(if: $with_outer_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          outer_stock_unit_type @include(if: $with_outer_stock_unit_type) {\n            code\n            id\n            name\n          }\n          output_quantity\n          product_type\n          product_storage_units @include(if: $with_product_storage_units) {\n            id\n            priority\n            storage_unit_type @include(if: $with_product_storage_units_storage_unit_type) {\n              code\n              id\n              name\n              unit_name\n            }\n          }\n          require_dimensions_on_receipt\n          shelf_life_max\n          shelf_life_min\n          stock_unit_type @include(if: $with_stock_unit_type) {\n            code\n            id\n            name\n          }\n          stock_unit_type_id\n          stop\n          unit_allow_order\n          unit_allow_receipt\n          unit_dimensions @include(if: $with_unit_dimensions) {\n            cube\n            height\n            length\n            unit_of_measure\n            value\n            weight\n            width\n          }\n          units_per_case\n          units_per_inner\n          units_per_outer\n          updated_at\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"id\": \"1\",\r\n  \"first\": 1,\r\n  \"with_account_products\": true,\r\n  \"with_case_dimensions\": true,\r\n  \"with_case_stock_unit_type\": true,\r\n  \"with_inner_dimensions\": true,\r\n  \"with_inner_stock_unit_type\": true,\r\n  \"with_outer_dimensions\": true,\r\n  \"with_outer_stock_unit_type\": true,\r\n  \"with_stock_unit_type\": true,\r\n  \"with_unit_dimensions\": true\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"MQ\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"meta\": {\n                    \"total_records\": 1\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"account_products\": [],\n                            \"assemble_on_pick\": false,\n                            \"barcode\": null,\n                            \"case_allow_order\": false,\n                            \"case_allow_receipt\": false,\n                            \"case_barcode\": null,\n                            \"case_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"case_stock_unit_type\": null,\n                            \"code\": \"PROD01\",\n                            \"created_at\": \"2017-04-13T21:08:17.112+01:00\",\n                            \"default_order_configuration\": \"unit\",\n                            \"default_receipt_configuration\": \"unit\",\n                            \"default_stock_description\": null,\n                            \"description\": \"Product 01\",\n                            \"external_system_reference1\": null,\n                            \"external_system_reference2\": null,\n                            \"external_system_reference3\": null,\n                            \"id\": \"1\",\n                            \"inner_allow_order\": false,\n                            \"inner_allow_receipt\": false,\n                            \"inner_barcode\": null,\n                            \"inner_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"inner_stock_unit_type\": null,\n                            \"is_new_product\": 1,\n                            \"long_description\": null,\n                            \"obsolete\": 0,\n                            \"outer_allow_order\": false,\n                            \"outer_allow_receipt\": false,\n                            \"outer_barcode\": null,\n                            \"outer_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"outer_stock_unit_type\": null,\n                            \"output_quantity\": 1,\n                            \"product_type\": \"single\",\n                            \"require_dimensions_on_receipt\": false,\n                            \"shelf_life_max\": \"0\",\n                            \"shelf_life_min\": \"0\",\n                            \"stock_unit_type\": {\n                                \"code\": \"ITEMS\",\n                                \"id\": \"1\",\n                                \"name\": \"ITEMS\"\n                            },\n                            \"stock_unit_type_id\": \"1\",\n                            \"stop\": false,\n                            \"unit_allow_order\": true,\n                            \"unit_allow_receipt\": true,\n                            \"unit_dimensions\": {\n                                \"cube\": 0,\n                                \"height\": 0,\n                                \"length\": 0,\n                                \"unit_of_measure\": \"centimetre\",\n                                \"value\": 0,\n                                \"weight\": 0,\n                                \"width\": 0\n                            },\n                            \"units_per_case\": null,\n                            \"units_per_inner\": null,\n                            \"units_per_outer\": null,\n                            \"updated_at\": \"2019-10-28T07:39:01.557+00:00\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"8e64f425-11f8-4217-8d98-cf798bc34877","name":"Find Products By External System References","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($external_system_references1: [String]) {\n  products {\n    all(\n      external_system_references1: $external_system_references1\n    ) {\n      edges {\n        cursor\n        node {\n          code\n          description\n          id\n        }\n      }\n    }\n  }\n}","variables":"{\r\n  \"external_system_references1\": [\"7469aa01-cdb3-45e4-8f2f-f2f5b6e17477\", \"7bd24c6b-1df7-4d10-91ba-08c18d1ce470\"]\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2024 16:35:46 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"195"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"f9f0a1ab7df7de0b865d881514823ee2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3694fa56-0edc-41b4-be6b-207e856ca465"},{"key":"X-Runtime","value":"0.028616"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"code\": \"BREAD01\",\n                            \"description\": \"Bread\",\n                            \"id\": \"257\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"Mg\",\n                        \"node\": {\n                            \"code\": \"PROD06\",\n                            \"description\": \"Product 06\",\n                            \"id\": \"277\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"5121b5a8-533d-432c-86fc-7f96cdc35ac8","name":"Find Product(s) That Match Codes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getProducts($codes: StringArray) {\n  products {\n    all(\n      all_codes: $codes\n    ) {\n      pageInfo {\n        startCursor\n        endCursor\n        hasNextPage\n        hasPreviousPage\n      }\n      meta {\n        total_records\n      }\n      edges {\n        cursor\n        node {\n          code\n          description\n          id\n        }\n      }\n    }\n  }\n}\n","variables":"{\r\n  \"codes\": [\"PROD01\", \"PROD02\"]\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Feb 2025 21:08:30 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"317"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.4"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"07fd1b3f217820fb7bc2bb5cdf4506b2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d669c575-a05d-4e73-8f7c-8403169fd1e4"},{"key":"X-Runtime","value":"0.041497"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"products\": {\n            \"all\": {\n                \"pageInfo\": {\n                    \"startCursor\": \"MQ\",\n                    \"endCursor\": \"Mg\",\n                    \"hasNextPage\": false,\n                    \"hasPreviousPage\": false\n                },\n                \"meta\": {\n                    \"total_records\": 2\n                },\n                \"edges\": [\n                    {\n                        \"cursor\": \"MQ\",\n                        \"node\": {\n                            \"code\": \"PROD01\",\n                            \"description\": \"Product 01\",\n                            \"id\": \"1\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"Mg\",\n                        \"node\": {\n                            \"code\": \"PROD02\",\n                            \"description\": \"Product 02\",\n                            \"id\": \"203\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"3f1ebd25-35be-4181-a42c-92a355ad9f00"}],"id":"e7ce7d3f-d129-429b-b048-c6d4664bc1cf","event":[{"listen":"prerequest","script":{"id":"1231dfcf-2354-4303-ab3f-c0030751c44f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a7d42eec-d8b0-4994-a2d2-18d61d87cadd","type":"text/javascript","exec":[""]}}],"_postman_id":"e7ce7d3f-d129-429b-b048-c6d4664bc1cf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"RF Users","item":[{"name":"rf_users::all","id":"0002b55f-69c6-4202-98b6-c6c5838ce58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getRfUsers($user_id: ID) {\r\n  rf_users {\r\n    all(\r\n      user_id: $user_id\r\n    ) {\r\n      meta {\r\n        total_records\r\n      }\r\n      pageInfo {\r\n        endCursor\r\n        hasNextPage\r\n        hasPreviousPage\r\n        startCursor\r\n      }\r\n      edges {\r\n        cursor\r\n        node {\r\n          id\r\n          username\r\n        }\r\n      }\r\n    }\r\n  }\r\n}","variables":"{\r\n    \"user_id\": 2446\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the stocks.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0002b55f-69c6-4202-98b6-c6c5838ce58a"}],"id":"921e57a0-d36c-4f55-9d5c-0dfc5aad8d35","_postman_id":"921e57a0-d36c-4f55-9d5c-0dfc5aad8d35","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Shipments","item":[{"name":"shipments::all","id":"b18bcfd0-be5c-4702-9f4d-0ab5e1c25b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData(\n    $id: ID\n    $goods_out_pick_list_id: ID\n) {\n    shipments {\n        all(\n            id: $id\n            goods_out_pick_list_id: $goods_out_pick_list_id\n        ) {\n            edges {\n                node {\n                    address {\n                        id\n                        name\n                    }\n                    carrier { code }\n                    carrier_id\n                    carrier_service { code }\n                    carrier_service_id\n                    collection_datetime\n                    collection_datetime_formatted\n                    created_at\n                    created_at_formatted\n                    delivery_notes\n                    goods_out_pick_list { reference }\n                    goods_out_pick_list_id\n                    id\n                    label_filename\n                    name\n                    packages {\n                        id\n                        storage_unit {\n                            id\n                        }\n                        tracking_number\n                        tracking_url\n                    }\n                    status\n                    updated_at\n                    updated_at_formatted\n                    warehouse { code }\n                    warehouse_id\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"goods_out_pick_list_id\": 332\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the shipments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"060492b8-274b-48fd-aa7d-1dfe2cd64e19","name":"shipments::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID) {\n    shipments {\n        all(id: $id) {\n            edges {\n                node {\n                    address {\n                        id\n                        name\n                    }\n                    carrier { code }\n                    carrier_id\n                    carrier_service { code }\n                    carrier_service_id\n                    collection_datetime\n                    collection_datetime_formatted\n                    created_at\n                    created_at_formatted\n                    delivery_notes\n                    goods_out_pick_list { reference }\n                    goods_out_pick_list_id\n                    id\n                    label_filename\n                    name\n                    packages {\n                        id\n                        tracking_number\n                    }\n                    status\n                    updated_at\n                    updated_at_formatted\n                    warehouse { code }\n                    warehouse_id\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Feb 2022 09:26:38 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"89ca15d94708e201bf9f54af4b24f0f2\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_Clarus_session=ZlVNNGRPMDNGTE4yT1pmMEE0U1N1cy9oMjBzQzFTRHAzaFRpakFTVFllcDNEbmxtVEZBWm9qTGZMVzZqQURDdlpMdGhibVpYeG9Hbk9QM0hDcnNDb0kwTHdVYWdSV2UvclprUkNhRDZnb2YwbG1kc2FzYXFBN2dyaFRBN3ZVVWN1TWI2RWhwNjFpMW1CdzVCdnpLYzFmdmlGSVFyRU1UUElWZHh1MFBBRjlrPS0tb2RwQ1ZLaDB5NXgyUEY5S21HMkNFUT09--fd3f8afec501be74af2a497372b8c371b24d21f7; path=/; HttpOnly"},{"key":"X-Request-Id","value":"9e9642a2-8486-471d-a4d8-b196c0a57102"},{"key":"X-Runtime","value":"0.098187"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"shipments\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"address\": {\n                                \"id\": \"157\",\n                                \"name\": \"Delivery Address 01\"\n                            },\n                            \"carrier\": {\n                                \"code\": \"COURIER-API-TEST-SERVICE\"\n                            },\n                            \"carrier_id\": \"5\",\n                            \"carrier_service\": {\n                                \"code\": \"TEST\"\n                            },\n                            \"carrier_service_id\": \"1\",\n                            \"collection_datetime\": \"2021-11-09T00:00:00.000+00:00\",\n                            \"collection_datetime_formatted\": \"09/11/2021 00:00\",\n                            \"created_at\": \"2021-11-08T14:52:17.237+00:00\",\n                            \"created_at_formatted\": \"08/11/2021 14:52\",\n                            \"delivery_notes\": null,\n                            \"goods_out_pick_list\": {\n                                \"reference\": \"21-11-08-01\"\n                            },\n                            \"goods_out_pick_list_id\": \"88\",\n                            \"id\": \"1\",\n                            \"label_filename\": \"shipping_label_Delivery Address 01_08_11_2021.pdf\",\n                            \"name\": \"Delivery Address 01\",\n                            \"packages\": [\n                                {\n                                    \"id\": \"1\",\n                                    \"tracking_number\": \"123456789\"\n                                },\n                                {\n                                    \"id\": \"2\",\n                                    \"tracking_number\": \"987654321\"\n                                }\n                            ],\n                            \"status\": \"created\",\n                            \"updated_at\": \"2021-11-08T14:52:29.478+00:00\",\n                            \"updated_at_formatted\": \"08/11/2021 14:52\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"17470e10-7295-47c4-bf21-41c9b6a376bd","name":"Find All Shipments for Goods Out Pick List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData(\n    $id: ID\n    $goods_out_pick_list_id: ID\n) {\n    shipments {\n        all(\n            id: $id\n            goods_out_pick_list_id: $goods_out_pick_list_id\n        ) {\n            edges {\n                node {\n                    address {\n                        id\n                        name\n                    }\n                    carrier { code }\n                    carrier_id\n                    carrier_service { code }\n                    carrier_service_id\n                    collection_datetime\n                    collection_datetime_formatted\n                    created_at\n                    created_at_formatted\n                    delivery_notes\n                    goods_out_pick_list { reference }\n                    goods_out_pick_list_id\n                    id\n                    label_filename\n                    name\n                    packages {\n                        id\n                        storage_unit {\n                            id\n                        }\n                        tracking_number\n                        tracking_url\n                    }\n                    status\n                    updated_at\n                    updated_at_formatted\n                    warehouse { code }\n                    warehouse_id\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"goods_out_pick_list_id\": 332\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jul 2024 11:42:12 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"919"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"913a11382f5cd0a1663fa28800c2a371\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bbcd2ac2-5996-48dd-ac0b-f6faa2347665"},{"key":"X-Runtime","value":"0.044853"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"shipments\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"address\": {\n                                \"id\": \"688\",\n                                \"name\": \"Delivery Address 01\"\n                            },\n                            \"carrier\": {\n                                \"code\": \"COURIER-API-ANOTHER-SERVICE\"\n                            },\n                            \"carrier_id\": \"9\",\n                            \"carrier_service\": {\n                                \"code\": \"TEST2\"\n                            },\n                            \"carrier_service_id\": \"7\",\n                            \"collection_datetime\": \"2024-07-12T12:14:00.000+01:00\",\n                            \"collection_datetime_formatted\": \"12/07/2024 12:14\",\n                            \"created_at\": \"2024-07-12T12:17:50.347+01:00\",\n                            \"created_at_formatted\": \"12/07/2024 12:17\",\n                            \"delivery_notes\": null,\n                            \"goods_out_pick_list\": {\n                                \"reference\": \"24-07-12-01\"\n                            },\n                            \"goods_out_pick_list_id\": \"332\",\n                            \"id\": \"121\",\n                            \"label_filename\": \"shipping_label_Delivery Address 01_12_07_2024.pdf\",\n                            \"name\": \"Delivery Address 01\",\n                            \"packages\": [\n                                {\n                                    \"id\": \"149\",\n                                    \"storage_unit\": {\n                                        \"id\": \"753\"\n                                    },\n                                    \"tracking_number\": \"000000000\",\n                                    \"tracking_url\": \"https://despatchcloud.com/\"\n                                }\n                            ],\n                            \"status\": \"completed\",\n                            \"updated_at\": \"2024-07-12T12:20:04.882+01:00\",\n                            \"updated_at_formatted\": \"12/07/2024 12:20\",\n                            \"warehouse\": {\n                                \"code\": \"WAR01\"\n                            },\n                            \"warehouse_id\": \"1\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"b18bcfd0-be5c-4702-9f4d-0ab5e1c25b7a"}],"id":"4252daf3-f403-4d61-bfc6-18e5228ed879","_postman_id":"4252daf3-f403-4d61-bfc6-18e5228ed879","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Stocks","item":[{"name":"stocks::all","id":"ac4bbb92-7a72-487f-9bcd-aa4d44899d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID, $product_code: String) {\r\n    stocks {\r\n        all(id: $id, product_code: $product_code) {\r\n            edges {\r\n                node {\r\n                    hold_notes\r\n                    product {\r\n                        code\r\n                        description\r\n                    }\r\n                    quantity\r\n                    status\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":"{\r\n    \"product_code\": \"SHOPIFYPROD01\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the stocks.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"730535b1-6086-437a-ab81-0b6aa0d79a36","name":"stocks::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID, $product_code: String) {\r\n    stocks {\r\n        all(id: $id, product_code: $product_code) {\r\n            edges {\r\n                node {\r\n                    hold_notes\r\n                    product {\r\n                        code\r\n                        description\r\n                    }\r\n                    quantity\r\n                    status\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":"{\r\n    \"product_code\": \"SHOPIFYPROD01\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"stocks\": {\r\n            \"all\": {\r\n                \"edges\": [\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    },\r\n                    {\r\n                        \"node\": {\r\n                            \"hold_notes\": null,\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"quantity\": 10.0,\r\n                            \"status\": \"AVAILABLE\"\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"ac4bbb92-7a72-487f-9bcd-aa4d44899d57"}],"id":"e86399a0-331e-4eea-add5-bbc4b41013a2","event":[{"listen":"prerequest","script":{"id":"bc79d963-0044-43e3-96b4-0842d0b8b670","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8932a8e-99e3-47ef-b0d5-9db716ccbbff","type":"text/javascript","exec":[""]}}],"_postman_id":"e86399a0-331e-4eea-add5-bbc4b41013a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Stock Balance","item":[{"name":"stock_balances::all","id":"fdbdae71-fc33-4e23-b50f-d26ca9c0e480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData(\r\n    $offset: Int\r\n    $limit: Int\r\n    $after: String\r\n    $before: String\r\n    $first: Int\r\n    $last: Int\r\n    $product_id: ID\r\n    $warehouse_id: ID\r\n    $account_id: ID\r\n    $product_code: String\r\n) {\r\n    stock_balances {\r\n        all(\r\n            offset: $offset\r\n            limit: $limit\r\n            after: $after\r\n            before: $before\r\n            first: $first\r\n            last: $last\r\n            product_id: $product_id\r\n            warehouse_id: $warehouse_id\r\n            account_id: $account_id\r\n            product_code: $product_code\r\n        ) {\r\n            edges {\r\n                node {\r\n                    product {\r\n                        code\r\n                        description\r\n                    }\r\n                    allocated\r\n                    available\r\n                    picked\r\n                    hold\r\n                    non_pickable\r\n                    received\r\n                    soft_allocated\r\n                    warehouse_id\r\n                }\r\n                cursor\r\n            }\r\n            pageInfo {\r\n                endCursor\r\n                hasNextPage\r\n                hasPreviousPage\r\n                startCursor\r\n            }\r\n        }\r\n    }\r\n}\r\n","variables":"{\r\n    \"product_id\": 2,\r\n    \"product_code\": \"SHOPIFYPROD01\",\r\n    \"warehouse_id\": 3\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the stocks.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"ea6a6837-ae9c-436e-adef-480e5ef9582d","name":"stock_balances::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($product_code: String) {\r\n    stock_balances {\r\n        all(product_code: $product_code) {\r\n            edges {\r\n                node {\r\n                    product {\r\n                        code\r\n                        description\r\n                    }\r\n                    allocated\r\n                    available\r\n                    soft_allocated\r\n                    picked\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":"{\r\n    \"product_code\": \"SHOPIFYPROD01\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"stock_balances\": {\r\n            \"all\": {\r\n                \"edges\": [\r\n                    {\r\n                        \"node\": {\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"allocated\": 0.0,\r\n                            \"available\": 100.0,\r\n                            \"soft_allocated\": 0.0,\r\n                            \"picked\": 0.0\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"fdbdae71-fc33-4e23-b50f-d26ca9c0e480"}],"id":"ae188923-3e7d-4420-b800-55fe1543c108","event":[{"listen":"prerequest","script":{"id":"93a0409d-5198-4fe1-9ae3-1d1e0fa903be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"01605603-a2b0-4169-a747-d9f783ee44a8","type":"text/javascript","exec":[""]}}],"_postman_id":"ae188923-3e7d-4420-b800-55fe1543c108","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Subdomains","item":[{"name":"subdomains::me","id":"b66d33c0-e335-421c-92e6-1f27ed01bfac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData {\r\n    subdomains {\r\n        me {\r\n            company_logo {\r\n            id\r\n            url\r\n            }\r\n            company_logo_url\r\n            accounts_email_address\r\n            accounts_fax_number\r\n            accounts_phone\r\n            company_name\r\n            company_registration_country\r\n            company_registration_number\r\n            email_address\r\n            fax_number\r\n            id\r\n            invoice_footer_notes\r\n            invoice_header_notes\r\n            invoice_terms_and_conditions\r\n            is_active\r\n            is_free_trial\r\n            is_internal\r\n            is_live\r\n            main_phone\r\n            subdomain\r\n            vat_registration_number\r\n            website\r\n        }\r\n    }\r\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the details about your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"bf82f74c-0f86-47db-8996-18bc26590428","name":"stock_balances::all","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($product_code: String) {\r\n    stock_balances {\r\n        all(product_code: $product_code) {\r\n            edges {\r\n                node {\r\n                    product {\r\n                        code\r\n                        description\r\n                    }\r\n                    allocated\r\n                    available\r\n                    soft_allocated\r\n                    picked\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","variables":"{\r\n    \"product_code\": \"SHOPIFYPROD01\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"stock_balances\": {\r\n            \"all\": {\r\n                \"edges\": [\r\n                    {\r\n                        \"node\": {\r\n                            \"product\": {\r\n                                \"code\": \"SHOPIFYPROD01\",\r\n                                \"description\": \"My Shopify Test Product\"\r\n                            },\r\n                            \"allocated\": 0.0,\r\n                            \"available\": 100.0,\r\n                            \"soft_allocated\": 0.0,\r\n                            \"picked\": 0.0\r\n                        }\r\n                    }\r\n                ]\r\n            }\r\n        }\r\n    }\r\n}"}],"_postman_id":"b66d33c0-e335-421c-92e6-1f27ed01bfac"}],"id":"0db1cffd-2be5-4c4f-b833-9c14bdf6dfc7","event":[{"listen":"prerequest","script":{"id":"93a0409d-5198-4fe1-9ae3-1d1e0fa903be","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"01605603-a2b0-4169-a747-d9f783ee44a8","type":"text/javascript","exec":[""]}}],"_postman_id":"0db1cffd-2be5-4c4f-b833-9c14bdf6dfc7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Suppliers","item":[{"name":"suppliers::all","id":"65e6837c-d80f-4e78-9c54-ee94258d1cbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getSuppliers($id: ID) {\n    suppliers {\n        all(id: $id) {\n            edges {\n                node {\n                    active\n                    address {\n                        address_1\n                        address_2\n                        address_3\n                        address_4\n                        address_5\n                        postcode\n                        country_code\n                        email_address\n                        phone_number\n                    }\n                    code\n                    description\n                    external_system_reference1\n                    external_system_reference2\n                    external_system_reference3\n                    id\n                    name\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the suppliers.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65e6837c-d80f-4e78-9c54-ee94258d1cbe"}],"id":"6c3387ce-fb1e-4177-83ea-166668c5f5ab","_postman_id":"6c3387ce-fb1e-4177-83ea-166668c5f5ab","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Storage Units","item":[{"name":"storage_units::all","id":"a018eed2-c57a-4391-8aa4-27c475a98cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getStorageUnits(\n    $account_id: ID,\n    $datetime1: Chronic,\n    $location_id: ID,\n    $product_id: ID,\n    $reference: String,\n    $storage_unit_id: ID,\n    $warehouse_id: ID\n) {\n    storage_units {\n        all(\n            account_id: $account_id\n            datetime1: $datetime1\n            first:5\n            id: $storage_unit_id\n            location_id: $location_id\n            product_id: $product_id\n            reference:$reference\n            sort_column:reference\n            sort_direction:asc\n            warehouse_id: $warehouse_id\n        ) {\n            edges {\n                node {\n                    reference\n                    id\n                }\n            }\n        }\n    }\n}","variables":"{\"storage_unit_type_id\":\"1\",\"reference\":\"PAL25\",\"warehouse_id\":1}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the storage units.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a018eed2-c57a-4391-8aa4-27c475a98cb5"}],"id":"d409eb11-3d76-463c-8a0c-f9a69882ef4b","event":[{"listen":"prerequest","script":{"id":"bc79d963-0044-43e3-96b4-0842d0b8b670","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f8932a8e-99e3-47ef-b0d5-9db716ccbbff","type":"text/javascript","exec":[""]}}],"_postman_id":"d409eb11-3d76-463c-8a0c-f9a69882ef4b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Templates","item":[{"name":"templates::all","id":"ce53356c-5553-4ca9-96c4-57520fbc0181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getData($id: ID, $template_type_code: String) {\n    templates {\n        all(id: $id template_type_code: $template_type_code) {\n            edges {\n                node {\n                    id\n                    template_type {\n                        code\n                        name\n                    }\n                    name\n                    print_params {\n                        bottom\n                        left\n                        orientation\n                        page_height\n                        page_width\n                        right\n                        top\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"template_type_code\": \"pick_storage_unit_label\"\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the template of choice.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce53356c-5553-4ca9-96c4-57520fbc0181"}],"id":"68374d8a-89d6-4da9-8af6-3b3b369fbaa6","_postman_id":"68374d8a-89d6-4da9-8af6-3b3b369fbaa6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Tax Rates","item":[{"name":"tax_rates::all","id":"e19bd313-8e90-4561-a3e8-3fedad2dc6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getTaxRates($id: ID) {\n    tax_rates {\n        all(id: $id) {\n            edges {\n                node {\n                    id\n                    component_name\n                    component_rate\n                    name\n                    tax_type\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"id\": 1\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the tax rates on yoru subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e19bd313-8e90-4561-a3e8-3fedad2dc6e3"}],"id":"7216ccfc-7b4c-4e4c-913f-17978058a951","_postman_id":"7216ccfc-7b4c-4e4c-913f-17978058a951","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Tax Types","item":[{"name":"tax_types::all","id":"fdb0da75-1db1-49ea-9a80-aee553f00352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getTaxTypes {\n    tax_types {\n        all {\n            edges {\n                node {\n                    id\n                    code\n                    description\n                    rate\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the tax types on your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdb0da75-1db1-49ea-9a80-aee553f00352"}],"id":"bb2289b5-da96-4031-b5e9-2453953aac3b","_postman_id":"bb2289b5-da96-4031-b5e9-2453953aac3b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Transactions","item":[{"name":"transactions::all","id":"505f0846-4b65-4b07-a9d9-2ab2bcf0f9c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getTransactions(\n    $id: ID,\n) {\n    transactions {\n        all(\n            id: $id\n        ) {\n            edges {\n                node {\n                    location_from {\n                        code\n                        description\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\"id\":17289226}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the transactions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"505f0846-4b65-4b07-a9d9-2ab2bcf0f9c1"}],"id":"406c526b-9610-4ad2-866f-cc51902b18f4","event":[{"listen":"prerequest","script":{"id":"dec8bfd5-9edb-404b-9ba7-dc320a3d1e3c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f7af6582-d6d4-48f4-8779-221524882483","type":"text/javascript","exec":[""]}}],"_postman_id":"406c526b-9610-4ad2-866f-cc51902b18f4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Tasks","item":[{"name":"tasks::all","id":"3b30a891-ddc8-4785-95bb-b588ec0e7a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getTasks(\n    $id: ID\n    $task_type_codes: [String]\n    $status: String\n) {\n    tasks {\n        all(\n            id: $id\n            task_type_codes: $task_type_codes\n            status: $status\n        ) {\n            edges {\n                node {\n                    id\n                    confirmed_quantity\n                    goods_out {\n                        id\n                        reference\n                        external_system_reference1\n                        external_system_reference2\n                    }\n                    goods_out_line {\n                        id\n                        external_system_reference1\n                        external_system_reference2\n                    }\n                    goods_out_pick_list {\n                        id\n                        reference\n                        external_system_reference1\n                        external_system_reference2\n                    }\n                    product {\n                        id\n                        code\n                        description\n                    }\n                    status\n                    storage_unit_from {\n                        id\n                        reference\n                    }\n                    storage_unit_to {\n                        id\n                        reference\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"id\":2244\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the tasks.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"8d071263-d023-4826-9269-a7a7f5f05c81","name":"Find Task Details By ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getTasks(\n    $id: ID\n    $task_type_codes: [String]\n    $status: String\n) {\n    tasks {\n        all(\n            id: $id\n            task_type_codes: $task_type_codes\n            status: $status\n        ) {\n            edges {\n                node {\n                    id\n                    confirmed_quantity\n                    goods_out {\n                        id\n                        reference\n                        external_system_reference1\n                        external_system_reference2\n                    }\n                    goods_out_line {\n                        id\n                        external_system_reference1\n                        external_system_reference2\n                    }\n                    goods_out_pick_list {\n                        id\n                        reference\n                        external_system_reference1\n                        external_system_reference2\n                    }\n                    product {\n                        id\n                        code\n                        description\n                    }\n                    status\n                    storage_unit_from {\n                        id\n                        reference\n                    }\n                    storage_unit_to {\n                        id\n                        reference\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\r\n    \"id\":2244\r\n}"}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jul 2024 11:44:00 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"629"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"9136f3a8eeae84229863b5cc812d3fcc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3033da18-8af9-43c2-8f8d-15af65b958ef"},{"key":"X-Runtime","value":"0.044770"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"tasks\": {\n            \"all\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": \"2244\",\n                            \"confirmed_quantity\": 1,\n                            \"goods_out\": {\n                                \"id\": \"301\",\n                                \"reference\": \"24-07-12-01\",\n                                \"external_system_reference1\": null,\n                                \"external_system_reference2\": null\n                            },\n                            \"goods_out_line\": {\n                                \"id\": \"773\",\n                                \"external_system_reference1\": null,\n                                \"external_system_reference2\": null\n                            },\n                            \"goods_out_pick_list\": {\n                                \"id\": \"332\",\n                                \"reference\": \"24-07-12-01\",\n                                \"external_system_reference1\": null,\n                                \"external_system_reference2\": null\n                            },\n                            \"product\": {\n                                \"id\": \"1\",\n                                \"code\": \"PROD01\",\n                                \"description\": \"Product 01\"\n                            },\n                            \"status\": \"COMPLETED\",\n                            \"storage_unit_from\": {\n                                \"id\": \"753\",\n                                \"reference\": \"000000000\"\n                            },\n                            \"storage_unit_to\": {\n                                \"id\": \"753\",\n                                \"reference\": \"000000000\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"3b30a891-ddc8-4785-95bb-b588ec0e7a2d"}],"id":"ff0a2fcc-f2d7-437a-9191-523304122709","event":[{"listen":"prerequest","script":{"id":"6eec03e1-06ac-4ed1-8ad4-f6c4d5b20ebe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6965675c-8dfc-4813-bdcb-cfad9b4d21fc","type":"text/javascript","exec":[""]}}],"_postman_id":"ff0a2fcc-f2d7-437a-9191-523304122709","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Users","item":[{"name":"users::all","id":"4103d586-4499-48cf-be53-e472de41b401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getUsers(\n    $id: ID,\n) {\n    users {\n        all(\n            id: $id\n        ) {\n            edges {\n                node {\n                    id\n                    name\n                    email\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the users on your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4103d586-4499-48cf-be53-e472de41b401"}],"id":"00a3d39e-9eb5-40f2-acc7-2ad0151df517","event":[{"listen":"prerequest","script":{"id":"6eec03e1-06ac-4ed1-8ad4-f6c4d5b20ebe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6965675c-8dfc-4813-bdcb-cfad9b4d21fc","type":"text/javascript","exec":[""]}}],"_postman_id":"00a3d39e-9eb5-40f2-acc7-2ad0151df517","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Warehouses","item":[{"name":"warehouses::all","id":"eba05e10-4d6d-4fc5-8e39-8442ba2fe9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"graphql","graphql":{"query":"query getWarehouses(\n    $id: ID,\n    $name: String,\n) {\n    warehouses {\n        all(\n            id: $id\n            name: $name\n        ) {\n            edges {\n                node {\n                    id\n                    code\n                    name\n                }\n            }\n        }\n    }\n}","variables":""}},"url":"{{apiProtocol}}://{{apiEndpoint}}/graphql","description":"<p>Retrieve the warehouses on your subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["graphql"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eba05e10-4d6d-4fc5-8e39-8442ba2fe9ce"}],"id":"48a8b61a-bc5c-471b-80d1-7c6b8d762b0b","event":[{"listen":"prerequest","script":{"id":"6eec03e1-06ac-4ed1-8ad4-f6c4d5b20ebe","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6965675c-8dfc-4813-bdcb-cfad9b4d21fc","type":"text/javascript","exec":[""]}}],"_postman_id":"48a8b61a-bc5c-471b-80d1-7c6b8d762b0b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}}],"id":"13f8521b-3f1f-4a6c-86b5-d6acc4eca24b","_postman_id":"13f8521b-3f1f-4a6c-86b5-d6acc4eca24b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Rest (PUT, POST, PATCH, DELETE)","item":[{"name":"Accounts","item":[{"name":"/accounts","id":"5417497f-7ec7-4fc5-8f43-80aa600dc14b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"code\": \"MYACC1\",\n            \"name\": \"My Account\",\n            \"pick-rule\": \"fifo\",\n            \"pick-optimisation\": \"stock_rotation\",\n            \"use-datetime1\": false,\n            \"use-datetime2\": false,\n            \"use-string1\": false,\n            \"use-stock-description\": false,\n            \"is-short-pickable\": true,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"auto-dispatch-enabled\": false,\n            \"is-alternative-code-mandatory\": false,\n            \"loading-enabled\": false,\n            \"unallocate-tasks-after-minutes\": 0,\n            \"invoice-rental-charges-display\": \"invoice_rental_charges_grouped\",\n            \"invoice-receipt-charges-display\": \"invoice_receipt_charges_hidden\",\n            \"invoice-rhd-charges-display\": \"invoice_rhd_charges_detailed_lines\",\n            \"invoice-sundry-charges-display\": \"invoice_sundry_charges_detailed_lines\",\n            \"invoice-picking-charges-display\": \"invoice_picking_charges_hidden\",\n            \"prevent-mixed-delivery-address-storage-units\": false,\n            \"order-from-linked-accounts\": true,\n            \"pick-from-linked-accounts-if-stock-is-unavailable\": true\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/accounts","description":"<p>Create a new account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","accounts"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"470d94ff-5142-4fb8-bacd-2824d638a633","name":"/accounts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"code\": \"MYACC1\",\n            \"name\": \"My Account\",\n            \"pick-rule\": \"fifo\",\n            \"pick-optimisation\": \"stock_rotation\",\n            \"use-datetime1\": false,\n            \"use-datetime2\": false,\n            \"use-string1\": false,\n            \"use-stock-description\": false,\n            \"is-short-pickable\": true,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"auto-dispatch-enabled\": false,\n            \"is-alternative-code-mandatory\": false,\n            \"loading-enabled\": false,\n            \"unallocate-tasks-after-minutes\": 0,\n            \"invoice-rental-charges-display\": \"invoice_rental_charges_grouped\",\n            \"invoice-receipt-charges-display\": \"invoice_receipt_charges_hidden\",\n            \"invoice-rhd-charges-display\": \"invoice_rhd_charges_detailed_lines\",\n            \"invoice-sundry-charges-display\": \"invoice_sundry_charges_detailed_lines\",\n            \"invoice-picking-charges-display\": \"invoice_picking_charges_hidden\",\n            \"prevent-mixed-delivery-address-storage-units\": false,\n            \"order-from-linked-accounts\": true,\n            \"pick-from-linked-accounts-if-stock-is-unavailable\": true\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jun 2022 11:54:37 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"da1ee5d37679958a89bc6503bbdf7288\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"9eb81ba6-0d48-4ba4-bd4b-470850218d52"},{"key":"X-Runtime","value":"0.182205"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"9\",\n        \"type\": \"accounts\",\n        \"attributes\": {\n            \"code\": \"MYACC1\",\n            \"name\": \"My Account\",\n            \"pick-rule\": \"fifo\",\n            \"pick-optimisation\": \"stock_rotation\",\n            \"use-datetime1\": false,\n            \"use-datetime2\": false,\n            \"use-string1\": false,\n            \"use-stock-description\": false,\n            \"is-short-pickable\": true,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"auto-dispatch-enabled\": false,\n            \"is-alternative-code-mandatory\": false,\n            \"loading-enabled\": false,\n            \"unallocate-tasks-after-minutes\": 0,\n            \"invoice-rental-charges-display\": \"invoice_rental_charges_grouped\",\n            \"invoice-receipt-charges-display\": \"invoice_receipt_charges_hidden\",\n            \"invoice-rhd-charges-display\": \"invoice_rhd_charges_detailed_lines\",\n            \"invoice-sundry-charges-display\": \"invoice_sundry_charges_detailed_lines\",\n            \"invoice-picking-charges-display\": \"invoice_picking_charges_hidden\",\n            \"prevent-mixed-delivery-address-storage-units\": false,\n            \"order-from-linked-accounts\": true,\n            \"pick-from-linked-accounts-if-stock-is-unavailable\": true\n        },\n        \"relationships\": {\n            \"warehouse\": {\n                \"meta\": {}\n            },\n            \"charge-card\": {\n                \"meta\": {}\n            },\n            \"address\": {\n                \"meta\": {}\n            },\n            \"charge-window\": {\n                \"meta\": {}\n            },\n            \"account-delivery-addresses\": {\n                \"meta\": {}\n            },\n            \"account-warehouses\": {\n                \"meta\": {}\n            },\n            \"delivery-addresses\": {\n                \"meta\": {}\n            },\n            \"inbound-goods\": {\n                \"meta\": {}\n            },\n            \"templates\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"5417497f-7ec7-4fc5-8f43-80aa600dc14b"},{"name":"/accounts/1","id":"d98442ba-97d5-4b31-8efe-1c7da6d57df5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"dispatch_note_footer_notes\": \"Available stock in sell by date\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/accounts/1","description":"<p>Update an existing account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","accounts","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d98442ba-97d5-4b31-8efe-1c7da6d57df5"},{"name":"/accounts/1","id":"0a917922-24fe-4f2c-a01d-65c54697756c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/accounts/1","description":"<p>Delete an existing account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","accounts","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a917922-24fe-4f2c-a01d-65c54697756c"}],"id":"ebed9b3e-af01-41a7-bc1f-4560dc8d7ac1","_postman_id":"ebed9b3e-af01-41a7-bc1f-4560dc8d7ac1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Account Warehouses","item":[{"name":"/account_warehouses","id":"b43b0075-53af-4d48-8d77-2da33430a76a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"account_id\": \"1\",\n            \"warehouse_id\": \"2\"\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/account_warehouses","description":"<p>Create a link between an existing account and an existing warehouse.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","account_warehouses"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"1452c1f5-ed61-45ac-b1b4-ffeeaa812429","name":"/account_warehouses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"account_id\": \"1\",\n            \"warehouse_id\": \"2\"\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/account_warehouses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 May 2023 15:29:03 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.23.4"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"64f631ddda9a599c5a0b478d0eeae432\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f29cea03-d800-4134-b8ce-a2ed954101b7"},{"key":"X-Runtime","value":"0.048850"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"12\",\n        \"type\": \"account-warehouses\",\n        \"relationships\": {\n            \"account\": {\n                \"meta\": {}\n            },\n            \"warehouse\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"b43b0075-53af-4d48-8d77-2da33430a76a"},{"name":"/account_warehouses/12","id":"e093a486-9e12-46f5-9a87-a40d8f6ff46c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/account_warehouses/12","description":"<p>Unlink a warehouse from an account.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","account_warehouses","12"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e093a486-9e12-46f5-9a87-a40d8f6ff46c"}],"id":"4ceb406b-4ef6-48e3-8f8a-585a06f9fb91","_postman_id":"4ceb406b-4ef6-48e3-8f8a-585a06f9fb91","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Automations","item":[{"name":"/automations/1","id":"eb3f21fe-6cf2-4e90-bb4e-fa2c2105a3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"resource_name\": \"stock\",\n            \"event\": \"positively_adjusted\",\n            \"enabled\": true,\n            \"conditions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"source_path\": \"order_status\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"Sent to Warehouse\"\n                        ]\n                    }\n                }\n            ]\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations/1","description":"<p>Update an existing automation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","automations","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb3f21fe-6cf2-4e90-bb4e-fa2c2105a3d9"},{"name":"/automations","id":"e97a1d12-0d1d-4345-9bdc-ca758775c4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"Stock is Positively Adjusted -> Trigger Webhook\",\n            \"resource_name\": \"stock\",\n            \"event\": \"positively_adjusted\",\n            \"enabled\": true,\n            \"conditions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"source_path\": \"warehouse_id\",\n                        \"condition_code\": \"warehouse_id\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"1\",\n                            \"2\"\n                        ]\n                    }\n                }\n            ],\n            \"actions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"destination_type\": \"webhook\",\n                        \"destination_code\": \"webhook\",\n                        \"parameters_changes\": [\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_url\",\n                                    \"value\": \"https://test.com\"\n                                }\n                            },\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_method\",\n                                    \"value\": \"POST\"\n                                }\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations","description":"<p>Update an existing automation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","automations"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"35d275ef-3651-447f-b643-a65e874d1c4f","name":"Stock is Positively Adjusted -> Trigger Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"Stock is Positively Adjusted -> Trigger Webhook\",\n            \"resource_name\": \"stock\",\n            \"event\": \"positively_adjusted\",\n            \"enabled\": true,\n            \"conditions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"source_path\": \"warehouse_id\",\n                        \"condition_code\": \"warehouse_id\",\n                        \"operator\": \"in\",\n                        \"value\": [\n                            \"1\",\n                            \"2\"\n                        ]\n                    }\n                }\n            ],\n            \"actions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"destination_type\": \"webhook\",\n                        \"destination_code\": \"webhook\",\n                        \"parameters_changes\": [\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_url\",\n                                    \"value\": \"https://test.com\"\n                                }\n                            },\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_method\",\n                                    \"value\": \"POST\"\n                                }\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:16:32 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"a88b2fefb91a4cc1da75e5d4f87431ae\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bad0cde8-ef60-4faa-86ae-1bfa2a0b1f3a"},{"key":"X-Runtime","value":"0.081278"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"39\",\n        \"type\": \"automations\",\n        \"attributes\": {\n            \"enabled\": true,\n            \"event\": \"positively_adjusted\",\n            \"resource-name\": \"stock\"\n        },\n        \"relationships\": {\n            \"created-by-user\": {\n                \"meta\": {}\n            },\n            \"automation-actions\": {\n                \"meta\": {}\n            },\n            \"automation-conditions\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"},{"id":"ed86226f-8b88-4711-8d42-18802a838d90","name":"Stock is Negatively Adjusted -> Trigger Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"Stock is Negatively Adjusted -> Trigger Webhook\",\n            \"resource_name\": \"stock\",\n            \"event\": \"negatively_adjusted\",\n            \"enabled\": true,\n            \"conditions_changes\": [],\n            \"actions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"destination_type\": \"webhook\",\n                        \"destination_code\": \"webhook\",\n                        \"parameters_changes\": [\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_url\",\n                                    \"value\": \"https://test.com\"\n                                }\n                            },\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_method\",\n                                    \"value\": \"POST\"\n                                }\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:18:05 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"06d8b936c14cb40f0466e7b0d604d066\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"50bb5e99-4ea5-4e7b-a268-ace8d7158e53"},{"key":"X-Runtime","value":"0.037742"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"41\",\n        \"type\": \"automations\",\n        \"attributes\": {\n            \"enabled\": true,\n            \"event\": \"negatively_adjusted\",\n            \"resource-name\": \"stock\"\n        },\n        \"relationships\": {\n            \"created-by-user\": {\n                \"meta\": {}\n            },\n            \"automation-actions\": {\n                \"meta\": {}\n            },\n            \"automation-conditions\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"},{"id":"0a783974-d236-437c-be94-662f12b58f19","name":"Stock is Dispatched -> Trigger Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"Stock is Dispatched -> Trigger Webhook\",\n            \"resource_name\": \"stock\",\n            \"event\": \"dispatched\",\n            \"enabled\": true,\n            \"conditions_changes\": [],\n            \"actions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"destination_type\": \"webhook\",\n                        \"destination_code\": \"webhook\",\n                        \"parameters_changes\": [\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_url\",\n                                    \"value\": \"https://test.com\"\n                                }\n                            },\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_method\",\n                                    \"value\": \"POST\"\n                                }\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:16:32 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"a88b2fefb91a4cc1da75e5d4f87431ae\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bad0cde8-ef60-4faa-86ae-1bfa2a0b1f3a"},{"key":"X-Runtime","value":"0.081278"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"51\",\n        \"type\": \"automations\",\n        \"attributes\": {\n            \"enabled\": true,\n            \"event\": \"dispatched\",\n            \"resource-name\": \"stock\"\n        },\n        \"relationships\": {\n            \"created-by-user\": {\n                \"meta\": {}\n            },\n            \"automation-actions\": {\n                \"meta\": {}\n            },\n            \"automation-conditions\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"},{"id":"52f6ee8d-3d85-458e-be94-edda7e0a191c","name":"Stock Balance is Updated -> Trigger Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"Stock Balance is Updated -> Trigger Webhook\",\n            \"resource_name\": \"stock_balance\",\n            \"event\": \"updated\",\n            \"enabled\": true,\n            \"conditions_changes\": [],\n            \"actions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"destination_type\": \"webhook\",\n                        \"destination_code\": \"webhook\",\n                        \"parameters_changes\": [\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_url\",\n                                    \"value\": \"https://test.com\"\n                                }\n                            },\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_method\",\n                                    \"value\": \"POST\"\n                                }\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:16:32 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"a88b2fefb91a4cc1da75e5d4f87431ae\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bad0cde8-ef60-4faa-86ae-1bfa2a0b1f3a"},{"key":"X-Runtime","value":"0.081278"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"50\",\n        \"type\": \"automations\",\n        \"attributes\": {\n            \"enabled\": true,\n            \"event\": \"updated\",\n            \"resource-name\": \"stock_balance\"\n        },\n        \"relationships\": {\n            \"created-by-user\": {\n                \"meta\": {}\n            },\n            \"automation-actions\": {\n                \"meta\": {}\n            },\n            \"automation-conditions\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"},{"id":"a980f7a2-e8bd-43be-8799-e8d7cf6442f6","name":"Goods Out Pick List is Created -> Trigger Webhook","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"Goods Out Pick List is Created -> Trigger Webhook\",\n            \"resource_name\": \"goods_out_pick_list\",\n            \"event\": \"created\",\n            \"enabled\": true,\n            \"conditions_changes\": [],\n            \"actions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"destination_type\": \"webhook\",\n                        \"destination_code\": \"webhook\",\n                        \"parameters_changes\": [\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_url\",\n                                    \"value\": \"https://test.com\"\n                                }\n                            },\n                            {\n                                \"type\": \"ADD\",\n                                \"attributes\": {\n                                    \"parameter_code\": \"webhook_method\",\n                                    \"value\": \"POST\"\n                                }\n                            }\n                        ]\n                    }\n                }\n            ]\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Jul 2024 15:16:32 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"a88b2fefb91a4cc1da75e5d4f87431ae\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"bad0cde8-ef60-4faa-86ae-1bfa2a0b1f3a"},{"key":"X-Runtime","value":"0.081278"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"49\",\n        \"type\": \"automations\",\n        \"attributes\": {\n            \"enabled\": true,\n            \"event\": \"created\",\n            \"resource-name\": \"goods_out_pick_list\"\n        },\n        \"relationships\": {\n            \"created-by-user\": {\n                \"meta\": {}\n            },\n            \"automation-actions\": {\n                \"meta\": {}\n            },\n            \"automation-conditions\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"e97a1d12-0d1d-4345-9bdc-ca758775c4b5"},{"name":"/automations/1","id":"991c3654-6d8d-4fea-82ab-c5b7a52246a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations/1","description":"<p>Delete an existing automation.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","automations","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"991c3654-6d8d-4fea-82ab-c5b7a52246a2"},{"name":"/automations/20","id":"65334cb1-8325-4322-939c-503bc31f3766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"actions_changes\": [],\n            \"conditions_changes\": [\n                {\n                    \"type\": \"ADD\",\n                    \"attributes\": {\n                        \"condition_code\": \"order_status\",\n                        \"operator\": \"in\",\n                        \"source_path\": \"order_status\",\n                        \"value\": [\n                            \"Sent to Warehouse\"\n                        ]\n                    }\n                }\n            ],\n            \"enabled\": true,\n            \"event\": \"created\",\n            \"name\": \"Sales Order in Brightpearl is Created -> Create Goods Out\",\n            \"resource_name\": \"brightpearl_sales_order\"\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/automations/20","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","automations","20"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"65334cb1-8325-4322-939c-503bc31f3766"}],"id":"d35fcdb1-6863-4181-b04a-dfee8d730812","_postman_id":"d35fcdb1-6863-4181-b04a-dfee8d730812","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Addresses","item":[{"name":"/addresses/:id","id":"53f7e2e6-505f-446d-ad38-9862378c1734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Address\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/addresses/1","description":"<p>Update an address.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","addresses","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"53f7e2e6-505f-446d-ad38-9862378c1734"}],"id":"274f16ec-2420-47fc-b8c0-2fe915f3b0f3","_postman_id":"274f16ec-2420-47fc-b8c0-2fe915f3b0f3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Alternative Codes","item":[{"name":"/alternative_codes/:id","id":"5a4ef3c8-9781-4d29-8f97-33ccf1eaf746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Address\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/alternative_codes/1","description":"<p>Update an alternative code.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","alternative_codes","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a4ef3c8-9781-4d29-8f97-33ccf1eaf746"},{"name":"/alternative_codes/1","id":"d18ac2a7-477c-4861-bcd1-e47414959e4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/alternative_codes/1","description":"<p>Delete the alternative code.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","alternative_codes","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d18ac2a7-477c-4861-bcd1-e47414959e4a"}],"id":"03ed7299-defc-4f2d-9833-ab417eb5f3eb","_postman_id":"03ed7299-defc-4f2d-9833-ab417eb5f3eb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Charge Lines","item":[{"name":"/charge_lines","id":"a7cc87c8-c5db-4fc9-8606-fa9726f0f797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"charge_basket_id\": 31,\n\t\t\t\"charge_card_id\": 3,\n\t\t\t\"charge_type\": \"SUNDRY\",\n\t\t\t\"charge_price_id\": 17,\n\t\t\t\"code\": \"Oversize\",\n\t\t\t\"name\": \"Over-size Pallet\",\n\t\t\t\"description\": \"Over-size pallet charge\",\n\t\t\t\"price\": 1.45,\n\t\t\t\"quantity\": 251,\n\t\t\t\"total\": 363.95\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/charge_lines","description":"<p>Create a charge line.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","charge_lines"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7cc87c8-c5db-4fc9-8606-fa9726f0f797"},{"name":"/carriers","id":"2839a14b-26fa-49e8-b28d-62aeedc23962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"charge_basket_id\": 31,\n\t\t\t\"charge_card_id\": 3,\n\t\t\t\"charge_type\": \"SUNDRY\",\n\t\t\t\"charge_price_id\": 17,\n\t\t\t\"code\": \"Oversize\",\n\t\t\t\"name\": \"Over-size Pallet\",\n\t\t\t\"description\": \"Over-size pallet charge\",\n\t\t\t\"price\": 1.45,\n\t\t\t\"quantity\": 251,\n\t\t\t\"total\": 363.95\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/carriers/1","description":"<p>Create a charge line.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","carriers","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2839a14b-26fa-49e8-b28d-62aeedc23962"},{"name":"/charge_lines/:id","id":"6b5099d8-1490-4760-bcc0-0b61d4d248de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"charge_basket_id\": 31,\n\t\t\t\"charge_card_id\": 3,\n\t\t\t\"charge_type\": \"SUNDRY\",\n\t\t\t\"charge_price_id\": 17,\n\t\t\t\"code\": \"Oversize\",\n\t\t\t\"name\": \"Over-size Pallet\",\n\t\t\t\"description\": \"Over-size pallet charge\",\n\t\t\t\"price\": 1.45,\n\t\t\t\"quantity\": 251,\n\t\t\t\"total\": 363.95\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/charge_lines/1","description":"<p>Update a charge line.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","charge_lines","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b5099d8-1490-4760-bcc0-0b61d4d248de"}],"id":"c7a1b44b-b705-40cd-8563-7f83fee923e0","_postman_id":"c7a1b44b-b705-40cd-8563-7f83fee923e0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Currencies","item":[{"name":"/currencies","id":"6c552928-be0d-4f82-801b-44d1f6e07343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"code\": \"eur\",\n\t\t\t\"name\": \"Euro\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/currencies","description":"<p>Create a currency for use in invoicing.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","currencies"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c552928-be0d-4f82-801b-44d1f6e07343"}],"id":"d852d375-ad88-455d-86a1-8a19f445c71d","_postman_id":"d852d375-ad88-455d-86a1-8a19f445c71d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Custom Carrier Types","item":[{"name":"/custom_carrier_types/1","id":"b6f8f0b5-9886-4e87-9b77-58a2f1f6b19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"print_params\": {\n                \"orientation\": \"Landscape\"\n            }\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/custom_carrier_types/1","description":"<p>Update a template for a custom carrier.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","custom_carrier_types","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6f8f0b5-9886-4e87-9b77-58a2f1f6b19f"}],"id":"8820fd23-50c2-4614-b87b-d49da2cfff27","_postman_id":"8820fd23-50c2-4614-b87b-d49da2cfff27","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Delivery Addresses","item":[{"name":"/delivery_addresses","id":"c55046bf-0655-4b37-89e8-b6453ca836bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"address-1\": \"Address Line 1\",\n            \"address-2\": \"Address Line 2\",\n            \"address-3\": null,\n            \"address-4\": null,\n            \"address-5\": null,\n            \"postcode\": \"POST CODE\",\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"name\": \"My Address\",\n            \"code\": \"MYADD01\",\n            \"country-code\": \"GB-UKM\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/delivery_addresses","description":"<p>Update a delivery address.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","delivery_addresses"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"14d45f87-db98-4676-b5d5-5d527450bc90","name":"/delivery_addresses","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"address-1\": \"Address Line 1\",\n            \"address-2\": \"Address Line 2\",\n            \"address-3\": null,\n            \"address-4\": null,\n            \"address-5\": null,\n            \"postcode\": \"POST CODE\",\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"name\": \"My Address\",\n            \"code\": \"MYADD01\",\n            \"country-code\": \"GB-UKM\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/delivery_addresses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jun 2022 11:58:12 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"9b6a2caaa16173d7345fcd9981432101\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"cf1f6e75-6743-419a-8f40-dbdd991da7a3"},{"key":"X-Runtime","value":"0.144439"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"202\",\n        \"type\": \"delivery-addresses\",\n        \"attributes\": {\n            \"address-1\": \"Address Line 1\",\n            \"address-2\": \"Address Line 2\",\n            \"address-3\": null,\n            \"address-4\": null,\n            \"address-5\": null,\n            \"postcode\": \"POST CODE\",\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"name\": \"My Address\",\n            \"code\": \"MYADD01\",\n            \"country-code\": \"GB-UKM\",\n            \"customer-id\": null\n        },\n        \"relationships\": {\n            \"accounts\": {\n                \"meta\": {}\n            },\n            \"account-delivery-addresses\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"c55046bf-0655-4b37-89e8-b6453ca836bb"},{"name":"/delivery_addresses/:id","id":"42e4d45a-475c-49b0-9f4f-51a68092a0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Address\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/delivery_addresses/1","description":"<p>Update a delivery address.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","delivery_addresses","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42e4d45a-475c-49b0-9f4f-51a68092a0a5"},{"name":"/delivery_addresses/:id","id":"373c4e60-8748-486f-b066-82491d1171bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/delivery_addresses/1","description":"<p>Update a delivery address.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","delivery_addresses","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"373c4e60-8748-486f-b066-82491d1171bd"}],"id":"3d205b4b-5451-4692-b3a3-b09219bb6619","_postman_id":"3d205b4b-5451-4692-b3a3-b09219bb6619","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Event Triggers","item":[{"name":"/event_triggers","id":"d555550a-e495-44e9-a954-f28ae9d73837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"category\": \"GOODS_OUT_PICK_LIST\",\n\t\t\t\"event\": \"COMPLETE\",\n\t\t\t\"action\": \"CREATE_PICK_EXPORT_FILE\",\n\t\t\t\"parameters\": { \"ftp_id\": 1 },\n\t\t\t\"status\": \"enabled\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/event_triggers","description":"<p>Create an event trigger.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","event_triggers"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d555550a-e495-44e9-a954-f28ae9d73837"},{"name":"/event_triggers (Goods In Receipt Complete Email File)","id":"0d4ad04d-c1a2-4f37-bb7c-fe2c16d39113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"category\": \"GOODS_IN_RECEIPT\",\n\t\t\t\"event\": \"COMPLETE\",\n\t\t\t\"action\": \"EMAIL_EXPORT_FILE\",\n\t\t\t\"parameters\": { \"emails\": [\"mathew.buttar@clarussoftware.co.uk\"], \"export_type\": \"standard_goods_in_receipt_confirmation\" },\n\t\t\t\"status\": \"enabled\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/event_triggers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","event_triggers"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d4ad04d-c1a2-4f37-bb7c-fe2c16d39113"},{"name":"/event_triggers/1","id":"b539f21f-a765-427f-93ed-115a9e1bc9b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"category\": \"GOODS_OUT_PICK_LIST\",\n\t\t\t\"event\": \"COMPLETE\",\n\t\t\t\"action\": \"CREATE_PICK_EXPORT_FILE\",\n\t\t\t\"parameters\": { \"ftp_id\": 3 },\n\t\t\t\"status\": \"enabled\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/event_triggers/1","description":"<p>Update an existing event trigger.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","event_triggers","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b539f21f-a765-427f-93ed-115a9e1bc9b0"},{"name":"/event_triggers/1","id":"42d811f8-dcf6-4382-805f-2e5f5e475791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"status\": \"disabled\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/event_triggers/1","description":"<p>Update an existing event trigger.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","event_triggers","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42d811f8-dcf6-4382-805f-2e5f5e475791"},{"name":"/event_triggers/26","id":"3b11d2a0-ab25-41ce-8b87-dbb714efbd80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/event_triggers/1","description":"<p>Delete the event trigger.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","event_triggers","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b11d2a0-ab25-41ce-8b87-dbb714efbd80"}],"id":"db0ed224-302a-42df-a4d8-b645ff7b8694","_postman_id":"db0ed224-302a-42df-a4d8-b645ff7b8694","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"External Entities","item":[{"name":"/external_entities","id":"d8a40212-9ab8-4e20-bf82-ba3f78f9ebe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"code\": \"MYSKU\",\n\t\t\t\"description\": \"This is my product\",\n            \"entity_type\": \"product\",\n\t\t\t\"external_system_reference1\": \"12345\",\n            \"integration_id\": 2\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/external_entities","description":"<p>Create a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","external_entities"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8a40212-9ab8-4e20-bf82-ba3f78f9ebe4"},{"name":"/external_entities/1","id":"abdcfa6d-175f-4a94-a55f-b01a3fe3aff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"integration_id\": 2\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/external_entities/1","description":"<p>Create a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","external_entities","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abdcfa6d-175f-4a94-a55f-b01a3fe3aff1"},{"name":"/external_entities/1","id":"ede37174-901c-46f1-889a-ec0eadc732f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/external_entities/1","description":"<p>Create a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","external_entities","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ede37174-901c-46f1-889a-ec0eadc732f0"}],"id":"e2f960c6-5615-476a-95eb-1dcf09c98868","description":"<p>Projects end-point</p>\n","_postman_id":"e2f960c6-5615-476a-95eb-1dcf09c98868","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"FTP Users","item":[{"name":"/ftp_users","id":"2852e846-a8e2-47a1-afd9-7a753cfe242d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"direction\": \"upload\",\n\t\t\t\"name\": \"FTP Upload\",\n\t\t\t\"description\": \"This FTP account can be used to upload files into the system\",\n\t\t\t\"active\": 1,\n\t\t\t\"username\": \"upload\",\n\t\t\t\"password\": \"V1gj3*R8@b\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/ftp_users","description":"<p>Create a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","ftp_users"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2852e846-a8e2-47a1-afd9-7a753cfe242d"},{"name":"/ftp_users/1","id":"c8cc707e-c0a5-43b1-9559-2c405230e6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"direction\": \"upload\",\n\t\t\t\"name\": \"FTP Upload\",\n\t\t\t\"description\": \"This FTP account can be used to upload files into the system\",\n\t\t\t\"active\": 1,\n\t\t\t\"username\": \"clarus-api@bullens.com\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/ftp_users/1","description":"<p>Create a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","ftp_users","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8cc707e-c0a5-43b1-9559-2c405230e6e6"},{"name":"/ftp_users/1","id":"f739e3cd-13ba-45c8-8eba-624fe7675b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/ftp_users/1","description":"<p>Create a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","ftp_users","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f739e3cd-13ba-45c8-8eba-624fe7675b09"}],"id":"e37f8dea-b302-4751-9eef-0cb9514233dc","description":"<p>Projects end-point</p>\n","_postman_id":"e37f8dea-b302-4751-9eef-0cb9514233dc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods In","item":[{"name":"/goods_in_receipts/1","id":"61551723-073a-42fb-92d3-7fce2b2a87cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token token=\"RxFEPJzYCXSAFn_MzLpE\", email=\"ethan.trafford@clarussoftware.co.uk\"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"status\": \"COMPLETED\"\r\n    }\r\n}\r\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts/139001","description":"<p>Update an existing goods in receipt.</p>\n<p>This illustrates how to add new lines and update existing lines to a goods in receipt, provided the status of the receipt allows this.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_in_receipts","139001"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"dcf36dc5-b524-42b9-b41e-12e94092d0f7","name":"/goods_in_receipts/1","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"reference\": \"22-03-22-02\",\r\n            \"lines_changes\": [\r\n                {\r\n                    \"id\": \"89\",\r\n                    \"type\": \"UPDATE\",\r\n                    \"attributes\": {\r\n                        \"storage_unit_quantity\": \"3\"\r\n                    }\r\n                },\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"product_id\": \"203\",\r\n                        \"product_storage_unit_id\": \"10\",\r\n                        \"quantity\": \"20\",\r\n                        \"storage_unit_quantity\": \"1\"\r\n                    }\r\n                }\r\n            ],\r\n            \"order_type_id\": \"2\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts/1"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"inbound-goods\",\n        \"attributes\": {\n            \"order-type-id\": 2,\n            \"expected-date-of-receipt\": \"2022-02-22T14:34:00.000+00:00\",\n            \"actual-date-of-receipt\": null,\n            \"notes\": \"My notes\",\n            \"status\": \"PENDING\",\n            \"receipt-type\": \"receipt\",\n            \"reference\": \"22-03-22-02\",\n            \"integration-id\": null,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null\n        },\n        \"relationships\": {\n            \"inbound-items\": {\n                \"meta\": {}\n            },\n            \"products\": {\n                \"meta\": {}\n            },\n            \"tasks\": {\n                \"meta\": {}\n            },\n            \"product-storage-units\": {\n                \"meta\": {}\n            },\n            \"storage-unit-type\": {\n                \"meta\": {}\n            },\n            \"warehouse\": {\n                \"meta\": {}\n            },\n            \"location\": {\n                \"meta\": {}\n            },\n            \"supplier\": {\n                \"meta\": {}\n            },\n            \"carrier\": {\n                \"meta\": {}\n            },\n            \"account\": {\n                \"meta\": {}\n            },\n            \"inbound-good-kind\": {\n                \"meta\": {}\n            },\n            \"address\": {\n                \"meta\": {}\n            },\n            \"goods-in-receipt-kind\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"61551723-073a-42fb-92d3-7fce2b2a87cd"},{"name":"/goods_in_receipts","id":"34089cc3-b619-48a7-b077-dfda600cc008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"receipt_type\": \"receipt\",\r\n            \"goods_in_receipt_kind_id\": \"1\",\r\n            \"reference\": \"22-03-22-01\",\r\n            \"expected_date_of_receipt\": \"2022-02-22T14:34:00Z\",\r\n            \"location_id\": \"1\",\r\n            \"warehouse_id\": \"1\",\r\n            \"account_id\": \"1\",\r\n            \"supplier_id\": \"1\",\r\n            \"carrier_id\": \"1\",\r\n            \"notes\": \"My notes\",\r\n            \"inbound_method\": \"delivery\",\r\n            \"lines_changes\": [\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"product_id\": \"1\",\r\n                        \"product_storage_unit_id\": \"1\",\r\n                        \"quantity\": \"20\",\r\n                        \"storage_unit_quantity\": \"2\",\r\n                        \"stock_description\": \"My description\",\r\n                        \"string1\": \"My Batch\",\r\n                        \"datetime2\": \"2022-02-22T14:35:00Z\",\r\n                        \"datetime1\": \"2022-02-22T14:35:00Z\"\r\n                    }\r\n                }\r\n            ],\r\n            \"status\": \"PENDING\",\r\n            \"order_type_id\": \"2\",\r\n            \"inbound_good_kind_id\": \"1\"\r\n        }\r\n    }\r\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts","description":"<p>Create a new goods in receipt.</p>\n<p>This is a relatively full request to create a new goods in receipt. Various sections are not mandatory (i.e notes).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_in_receipts"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"120cb8d2-1869-4f9c-8450-7adfc8478df8","name":"/goods_in_receipts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"receipt_type\": \"receipt\",\r\n            \"goods_in_receipt_kind_id\": \"1\",\r\n            \"reference\": \"22-03-22-01\",\r\n            \"expected_date_of_receipt\": \"2022-02-22T14:34:00Z\",\r\n            \"location_id\": \"1\",\r\n            \"warehouse_id\": \"1\",\r\n            \"account_id\": \"1\",\r\n            \"supplier_id\": \"1\",\r\n            \"carrier_id\": \"1\",\r\n            \"notes\": \"My notes\",\r\n            \"inbound_method\": \"delivery\",\r\n            \"lines_changes\": [\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"product_id\": \"1\",\r\n                        \"product_storage_unit_id\": \"1\",\r\n                        \"quantity\": \"20\",\r\n                        \"storage_unit_quantity\": \"2\",\r\n                        \"stock_description\": \"My description\",\r\n                        \"string1\": \"My Batch\",\r\n                        \"datetime2\": \"2022-02-22T14:35:00Z\",\r\n                        \"datetime1\": \"2022-02-22T14:35:00Z\"\r\n                    }\r\n                }\r\n            ],\r\n            \"status\": \"PENDING\",\r\n            \"order_type_id\": \"2\",\r\n            \"inbound_good_kind_id\": \"1\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"inbound-goods\",\n        \"attributes\": {\n            \"order-type-id\": 2,\n            \"expected-date-of-receipt\": \"2022-02-22T14:34:00.000+00:00\",\n            \"actual-date-of-receipt\": null,\n            \"notes\": \"My notes\",\n            \"status\": \"PENDING\",\n            \"receipt-type\": \"receipt\",\n            \"reference\": \"22-03-22-01\",\n            \"integration-id\": null,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null\n        },\n        \"relationships\": {\n            \"inbound-items\": {\n                \"meta\": {}\n            },\n            \"products\": {\n                \"meta\": {}\n            },\n            \"tasks\": {\n                \"meta\": {}\n            },\n            \"product-storage-units\": {\n                \"meta\": {}\n            },\n            \"storage-unit-type\": {\n                \"meta\": {}\n            },\n            \"warehouse\": {\n                \"meta\": {}\n            },\n            \"location\": {\n                \"meta\": {}\n            },\n            \"supplier\": {\n                \"meta\": {}\n            },\n            \"carrier\": {\n                \"meta\": {}\n            },\n            \"account\": {\n                \"meta\": {}\n            },\n            \"inbound-good-kind\": {\n                \"meta\": {}\n            },\n            \"address\": {\n                \"meta\": {}\n            },\n            \"goods-in-receipt-kind\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"34089cc3-b619-48a7-b077-dfda600cc008"},{"name":"/goods_in_receipts/1/receive","id":"1e681ce6-a14b-4377-8826-3fec78229660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts/1/receive","description":"<p>Receive an existing goods in receipt.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_in_receipts","1","receive"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"df3deaa6-e1dc-47d9-b5b1-a3b649fef701","name":"/goods_in_receipts/1/receive","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts/1/receive"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"inbound-goods\",\n        \"attributes\": {\n            \"order-type-id\": 2,\n            \"expected-date-of-receipt\": \"2022-02-22T14:34:00.000+00:00\",\n            \"actual-date-of-receipt\": null,\n            \"notes\": \"My notes\",\n            \"status\": \"RCV\",\n            \"receipt-type\": \"receipt\",\n            \"reference\": \"22-03-22-02\",\n            \"integration-id\": null,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null\n        },\n        \"relationships\": {\n            \"inbound-items\": {\n                \"meta\": {}\n            },\n            \"products\": {\n                \"meta\": {}\n            },\n            \"tasks\": {\n                \"meta\": {}\n            },\n            \"product-storage-units\": {\n                \"meta\": {}\n            },\n            \"storage-unit-type\": {\n                \"meta\": {}\n            },\n            \"warehouse\": {\n                \"meta\": {}\n            },\n            \"location\": {\n                \"meta\": {}\n            },\n            \"supplier\": {\n                \"meta\": {}\n            },\n            \"carrier\": {\n                \"meta\": {}\n            },\n            \"account\": {\n                \"meta\": {}\n            },\n            \"inbound-good-kind\": {\n                \"meta\": {}\n            },\n            \"address\": {\n                \"meta\": {}\n            },\n            \"goods-in-receipt-kind\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"1e681ce6-a14b-4377-8826-3fec78229660"},{"name":"/goods_in_receipts/1/revert","id":"6f97b98f-83fe-4e50-8eb1-33a9848f38ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts/1/revert","description":"<p>Revert the receipt after it has been received.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_in_receipts","1","revert"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f97b98f-83fe-4e50-8eb1-33a9848f38ed"},{"name":"/goods_in_receipts/1/storage_unit_labels","id":"65be9ea0-bd38-4bf4-af23-f9e20fd7ed8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts/1/storage_unit_labels","description":"<p>Download the storage unit labels for a receipt.</p>\n<p>This will return a download record that you can then request to download through a GET request to</p>\n<p>{{apiProtocol}}://{{apiEndpoint}}/api/documents/1/download where 1 is the ID of the download record returned.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_in_receipts","1","storage_unit_labels"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"f3b11216-a8c9-46b2-ac7f-4a2b04e6cd61","name":"/goods_in_receipts/1/storage_unit_labels","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_in_receipts/1/storage_unit_labels"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"80\",\n        \"type\": \"documents\",\n        \"attributes\": {\n            \"user-id\": 1,\n            \"file-name\": null,\n            \"file-type\": null,\n            \"file-path\": null,\n            \"category\": \"storage_unit_label\",\n            \"status\": \"queued\"\n        },\n        \"relationships\": {\n            \"user\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"65be9ea0-bd38-4bf4-af23-f9e20fd7ed8e"}],"id":"7d8a5c8a-4891-4bb7-b33f-f20ac6c65dec","description":"<p>Projects end-point</p>\n","_postman_id":"7d8a5c8a-4891-4bb7-b33f-f20ac6c65dec","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods Out","item":[{"name":"Goods Out Sales Orders","item":[{"name":"/goods_outs","id":"b13a3252-7ba1-4f7b-b634-23353fee771a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"account_id\": \"1\",\r\n            \"carrier_id\": \"1\",\r\n            \"customer_id\": \"1\",\r\n            \"dispatch_strategy\": \"manual\",\r\n            \"expected_date_of_dispatch\": \"2023-01-20T09:37:00Z\",\r\n            \"external_system_reference1\": \"EXT1\",\r\n            \"external_system_reference2\": \"EXT2\",\r\n            \"external_system_reference3\": \"EXT3\",\r\n            \"goods_out_status_id\": 2,\r\n            \"goods_out_type\": \"sales_order\",\r\n            \"load_reference\": \"LOADREF01\",\r\n            \"location_id\": \"2\",\r\n            \"order_notes\": \"My Notes\",\r\n            \"pack_strategy\": \"disabled\",\r\n            \"pick_reference\": \"PICKREF01\",\r\n            \"pick_type\": \"standard\",\r\n            \"reference\": \"23-01-20\",\r\n            \"warehouse_id\": \"1\",          \r\n            \"lines_changes\": [\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"product_id\": \"1\",\r\n                        \"order_quantity\": \"20\",\r\n                        \"order_quantity_dimension\": \"unit\"\r\n                    }\r\n                },\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"product_id\": \"203\",\r\n                        \"order_quantity\": \"10\",\r\n                        \"order_quantity_dimension\": \"unit\"\r\n                    }\r\n                }\r\n            ]\r\n        },\r\n        \"relationships\": {\r\n            \"address\": {\r\n                \"data\": {\r\n                    \"attributes\": {\r\n                        \"address_1\": \"My Street\",\r\n                        \"address_2\": \"My Town\",\r\n                        \"address_3\": \"My City\",\r\n                        \"address_4\": \"My State\",\r\n                        \"address_5\": \"England\",\r\n                        \"postcode\": \"M20 2SL\",\r\n                        \"country_code\": \"GB-UKM\",\r\n                        \"name\": \"Delivery Address 01\",\r\n                        \"email_address\": \"as@as.com\",\r\n                        \"phone_number\": \"12121212\"\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    }\r\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs","description":"<p>Create a new sales order.</p>\n<p>This is a relatively full request to create a new goods out sales order. Various sections are not mandatory (i.e pick_reference).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_outs"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b13a3252-7ba1-4f7b-b634-23353fee771a"},{"name":"/goods_outs/1","id":"4bc0c4bb-e8e2-4de9-a65d-641436e69727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs/1","description":"<p>Delete a sales order at Pending status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_outs","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bc0c4bb-e8e2-4de9-a65d-641436e69727"},{"name":"/goods_outs/1/cancel","id":"37430384-9398-4baa-a924-00bee9199fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs/1/cancel","description":"<p>Delete a sales order at Pending status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_outs","1","cancel"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37430384-9398-4baa-a924-00bee9199fe4"},{"name":"/goods_outs/1","id":"78c98a77-e31c-4cfd-9274-6e6fc9bc788e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"pick_type\": \"tote\",\r\n            \"reference\": \"22-01-20\",\r\n            \"expected_date_of_dispatch\": \"2022-01-20T09:37:00Z\",\r\n            \"account_id\": \"1\",\r\n            \"warehouse_id\": \"1\",\r\n            \"location_id\": \"2\",\r\n            \"customer_id\": \"1\",\r\n            \"carrier_id\": \"1\",\r\n            \"original_delivery_address_id\": \"6\",\r\n            \"pick_reference\": \"PICKREF01\",\r\n            \"load_reference\": \"LOADREF01\",\r\n            \"order_notes\": \"My Notes\",\r\n            \"lines_changes\": [\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"product_id\": \"1\",\r\n                        \"order_quantity\": \"20\"\r\n                    }\r\n                },\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"product_id\": \"203\",\r\n                        \"order_quantity\": \"10\"\r\n                    }\r\n                }\r\n            ],\r\n            \"goods_out_status_id\": 2,\r\n            \"goods_out_type\": \"sales_order\",\r\n            \"dispatch_strategy\": \"load\"\r\n        },\r\n        \"relationships\": {\r\n            \"address\": {\r\n                \"data\": {\r\n                    \"attributes\": {\r\n                        \"address_1\": \"My Street\",\r\n                        \"address_2\": \"My Town\",\r\n                        \"address_3\": \"My City\",\r\n                        \"address_4\": \"My State\",\r\n                        \"address_5\": \"England\",\r\n                        \"postcode\": \"M20 2SL\",\r\n                        \"code\": \"DEL01\",\r\n                        \"country_code\": \"GB-UKM\",\r\n                        \"name\": \"Delivery Address 01\",\r\n                        \"email_address\": \"as@as.com\",\r\n                        \"phone_number\": \"12121212\"\r\n                    },\r\n                    \"type\": \"addresses\",\r\n                    \"id\": \"6\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs/1","description":"<p>Update an existing sales order.</p>\n<p>You can amend any details of a PENDING sales order through a similar request.</p>\n<p>Line detail changes are inside the <code>line_changes</code> section and require the line id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_outs","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"9f8e277f-34fb-48c1-9362-c3a96a67ebe6","name":"Updating the pick reference of a sales order","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"pick_reference\": \"PICKREF03\"\r\n        },\r\n        \"relationships\": {}\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs/1"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"goods-outs\",\n        \"attributes\": {\n            \"reference\": \"22-01-20\",\n            \"order-type-id\": null,\n            \"expected-date-of-dispatch\": \"2022-01-20T09:37:00.000+00:00\",\n            \"actual-date-of-dispatch\": null,\n            \"priority\": 0,\n            \"pick-reference\": \"PICKREF03\",\n            \"load-reference\": \"LOADREF01\",\n            \"pick-notes\": null,\n            \"delivery-notes\": null,\n            \"order-notes\": \"My Notes\",\n            \"goods-out-type\": \"sales_order\",\n            \"integration-id\": null,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null\n        },\n        \"relationships\": {\n            \"goods-out-lines\": {\n                \"meta\": {}\n            },\n            \"location\": {\n                \"meta\": {}\n            },\n            \"account\": {\n                \"meta\": {}\n            },\n            \"customer\": {\n                \"meta\": {}\n            },\n            \"carrier\": {\n                \"meta\": {}\n            },\n            \"warehouse\": {\n                \"meta\": {}\n            },\n            \"goods-out-status\": {\n                \"meta\": {}\n            },\n            \"address\": {\n                \"meta\": {}\n            },\n            \"original-delivery-address\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"},{"id":"12cb28aa-ceb0-48ae-a843-ab720b3f6270","name":"Clear External System Reference 1","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"external_system_reference1\": \"\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs/1330"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Oct 2024 11:45:47 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"716"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.2"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"91e262224c11e81fa4a9bd4f3714687f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ef725d81-2cd3-4cbb-9fcc-475e555d925c"},{"key":"X-Runtime","value":"0.081241"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1330\",\n        \"type\": \"goods-outs\",\n        \"attributes\": {\n            \"reference\": \"#50287\",\n            \"order-type-id\": null,\n            \"expected-date-of-dispatch\": \"2024-10-21T00:00:00.000+01:00\",\n            \"actual-date-of-dispatch\": null,\n            \"priority\": 2000,\n            \"pick-reference\": null,\n            \"load-reference\": null,\n            \"pick-notes\": null,\n            \"delivery-notes\": null,\n            \"order-notes\": null,\n            \"goods-out-type\": \"sales_order\",\n            \"integration-id\": 8,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null\n        },\n        \"relationships\": {\n            \"goods-out-lines\": {\n                \"meta\": {}\n            },\n            \"location\": {\n                \"meta\": {}\n            },\n            \"account\": {\n                \"meta\": {}\n            },\n            \"customer\": {\n                \"meta\": {}\n            },\n            \"carrier\": {\n                \"meta\": {}\n            },\n            \"warehouse\": {\n                \"meta\": {}\n            },\n            \"goods-out-status\": {\n                \"meta\": {}\n            },\n            \"address\": {\n                \"meta\": {}\n            },\n            \"original-delivery-address\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"78c98a77-e31c-4cfd-9274-6e6fc9bc788e"}],"id":"82d6eca7-5be6-406d-8b5d-a7eacc81c9c9","_postman_id":"82d6eca7-5be6-406d-8b5d-a7eacc81c9c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods Out Works Orders","item":[{"name":"/goods_outs","id":"5411b341-dd27-4073-bc09-3f21311f29cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"reference\": \"23-06-15-02\",\r\n            \"expected_date_of_dispatch\": \"2023-06-16T11:18:00Z\",\r\n            \"account_id\": \"1\",\r\n            \"warehouse_id\": \"1\",\r\n            \"customer_id\": \"1\",\r\n            \"location_id\": \"7\",\r\n            \"pick_reference\": \"PICK-REFERENCE\",\r\n            \"order_notes\": \"Any Notes\",\r\n            \"lines_changes\": [\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"order_quantity\": 1,\r\n                        \"product_id\": \"2\"\r\n                    }\r\n                }\r\n            ],\r\n            \"goods_out_status_id\": 2,\r\n            \"goods_out_type\": \"work_order\"\r\n        }\r\n    }\r\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs","description":"<p>Create a new works order.</p>\n<p>This is a relatively full request to create a new goods out works order. Various sections are not mandatory (i.e pick_reference).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_outs"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"da043c87-dcc8-482d-81ca-0344e9b90c69","name":"/goods_outs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"attributes\": {\r\n            \"reference\": \"23-06-15-02\",\r\n            \"expected_date_of_dispatch\": \"2023-06-16T11:18:00Z\",\r\n            \"account_id\": \"1\",\r\n            \"warehouse_id\": \"1\",\r\n            \"customer_id\": \"1\",\r\n            \"location_id\": \"7\",\r\n            \"pick_reference\": \"PICK-REFERENCE\",\r\n            \"order_notes\": \"Any Notes\",\r\n            \"lines_changes\": [\r\n                {\r\n                    \"type\": \"ADD\",\r\n                    \"attributes\": {\r\n                        \"order_quantity\": 1,\r\n                        \"product_id\": \"2\"\r\n                    }\r\n                }\r\n            ],\r\n            \"goods_out_status_id\": 2,\r\n            \"goods_out_type\": \"work_order\"\r\n        }\r\n    }\r\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_outs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 15 Jun 2023 11:23:39 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.25.1"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"e3d8a24d8ff134e6bcbf127ccc1e325e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"af8e37ed-5c0a-4b0c-bdad-f542a385b121"},{"key":"X-Runtime","value":"0.144836"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"112\",\n        \"type\": \"goods-outs\",\n        \"attributes\": {\n            \"reference\": \"23-06-15-02\",\n            \"order-type-id\": null,\n            \"expected-date-of-dispatch\": \"2023-06-16T12:18:00.000+01:00\",\n            \"actual-date-of-dispatch\": null,\n            \"priority\": 0,\n            \"pick-reference\": \"PICK-REFERENCE\",\n            \"load-reference\": null,\n            \"pick-notes\": null,\n            \"delivery-notes\": null,\n            \"order-notes\": \"Any Notes\",\n            \"goods-out-type\": \"work_order\",\n            \"integration-id\": null,\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null\n        },\n        \"relationships\": {\n            \"goods-out-lines\": {\n                \"meta\": {}\n            },\n            \"location\": {\n                \"meta\": {}\n            },\n            \"account\": {\n                \"meta\": {}\n            },\n            \"customer\": {\n                \"meta\": {}\n            },\n            \"carrier\": {\n                \"meta\": {}\n            },\n            \"warehouse\": {\n                \"meta\": {}\n            },\n            \"goods-out-status\": {\n                \"meta\": {}\n            },\n            \"address\": {\n                \"meta\": {}\n            },\n            \"original-delivery-address\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"5411b341-dd27-4073-bc09-3f21311f29cc"}],"id":"6b1ea91c-a6b8-42a0-98ad-4ed722f1d710","_postman_id":"6b1ea91c-a6b8-42a0-98ad-4ed722f1d710","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}}],"id":"32ca3a2d-c9ea-46b3-87ab-499cec95bcc3","description":"<p>Projects end-point</p>\n","_postman_id":"32ca3a2d-c9ea-46b3-87ab-499cec95bcc3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Goods Out Processes","item":[{"name":"/goods_out_processes/process_picks","id":"a34fde51-8d66-4b40-a16a-d2a0556d7621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"include\": \"goods_out_status\",\r\n    \"ids\": [\r\n        \"87\"\r\n    ]\r\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_out_processes/process_picks","description":"<p>Process the picks for the given IDs in the body.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","goods_out_processes","process_picks"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"2ff677dc-e42b-429c-9264-911dfcdc921d","name":"/goods_out_processes/process_picks","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"include\": \"goods_out_status\",\r\n    \"ids\": [\r\n        \"87\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/goods_out_processes/process_picks"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 104,\n            \"reference\": \"22-02-22-01\",\n            \"warehouse_id\": 1,\n            \"account_id\": 1,\n            \"goods_out_status_id\": 3,\n            \"order_type_id\": null,\n            \"carrier_id\": 1,\n            \"expected_date_of_dispatch\": \"2022-02-22T15:01:00.000+00:00\",\n            \"actual_date_of_dispatch\": null,\n            \"priority\": 0,\n            \"pick_reference\": null,\n            \"load_reference\": null,\n            \"created_at\": \"2022-02-22T15:01:58.989+00:00\",\n            \"updated_at\": \"2022-02-22T15:01:58.989+00:00\",\n            \"is_draft\": null,\n            \"notes\": null,\n            \"location_id\": 2,\n            \"customer_id\": 1,\n            \"address_id\": null,\n            \"original_delivery_address_id\": 6,\n            \"goods_out_type\": \"sales_order\",\n            \"integration_id\": null,\n            \"external_system_reference1\": null,\n            \"external_system_reference2\": null,\n            \"external_system_reference3\": null,\n            \"carrier_service_id\": null,\n            \"pick_type\": \"tote\",\n            \"integer1\": null,\n            \"integer2\": null,\n            \"integer3\": null,\n            \"integer4\": null,\n            \"integer5\": null,\n            \"string1\": null,\n            \"string2\": null,\n            \"string3\": null,\n            \"string4\": null,\n            \"string5\": null,\n            \"datetime1\": null,\n            \"datetime2\": null,\n            \"datetime3\": null,\n            \"datetime4\": null,\n            \"datetime5\": null,\n            \"boolean1\": null,\n            \"boolean2\": null,\n            \"boolean3\": null,\n            \"boolean4\": null,\n            \"boolean5\": null,\n            \"goods_out_status\": {\n                \"id\": 3,\n                \"code\": \"PICK\",\n                \"name\": \"Picking\",\n                \"description\": \"Order is being picked now\",\n                \"created_at\": \"2017-04-13T21:04:56.747+01:00\",\n                \"updated_at\": \"2017-04-13T21:04:56.747+01:00\"\n            }\n        }\n    ]\n}"}],"_postman_id":"a34fde51-8d66-4b40-a16a-d2a0556d7621"}],"id":"8cbd8e59-e468-4ed9-8be9-b784cf397162","_postman_id":"8cbd8e59-e468-4ed9-8be9-b784cf397162","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Import Templates","item":[{"name":"/import_templates/1","id":"7c9d998f-3bd9-4397-9054-bed86ce14b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"mapping_group_id\": 1\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/import_templates/1","description":"<p>Update an import template.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","import_templates","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c9d998f-3bd9-4397-9054-bed86ce14b98"}],"id":"12aa29c9-b19a-4de3-9452-e25453e3e1ae","description":"<p>Projects end-point</p>\n","_postman_id":"12aa29c9-b19a-4de3-9452-e25453e3e1ae","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Integrations","item":[{"name":"/integrations","id":"bdae5d44-2408-4cc9-b93f-e0fb58e2566d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"Versori Shopify Integration\",\n            \"integration_provider\": \"shopify\",\n            \"integration_type\": \"ecommerce\",\n            \"author\": \"versori\",\n            \"configuration\": {\n                \"account_id\": 1,\n                \"carriers_mapping_group_id\": \"210\",\n                \"products_mapping_group_id\": \"2\",\n                \"warehouses_mapping_group_id\": \"209\"\n            }\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/integrations","description":"<p>Create an integration.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","integrations"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdae5d44-2408-4cc9-b93f-e0fb58e2566d"},{"name":"/integrations/2","id":"fa5c865d-061a-4c2f-994e-6154eab84fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"configuration\": {\n                \"account_id\": 1,\n                \"warehouse_id\": 1,\n                \"goods_out_bay_location_id\": 1,\n                \"woocommerce_connection_id\": \"NOTSET\",\n                \"woocommerce_credentials_id\": \"NOTSET\",\n                \"products_mapping_group_id\": 3,\n                \"carriers_mapping_group_id\": 5,\n                \"shipping_rates_mapping_group_id\": 4\n            }\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/integrations/2","description":"<p>Create an integration.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","integrations","2"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa5c865d-061a-4c2f-994e-6154eab84fa9"},{"name":"/integrations/1","id":"3e629bb7-e3d1-4367-bfc8-4b59c8db8d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{apiProtocol}}://{{apiEndpoint}}/api/integrations/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","integrations","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e629bb7-e3d1-4367-bfc8-4b59c8db8d8b"}],"id":"2787eafb-73dd-4e4e-a6d9-1009c8dee204","_postman_id":"2787eafb-73dd-4e4e-a6d9-1009c8dee204","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Load Drops","item":[{"name":"/load_drops","id":"2881157c-cc0f-44be-a2f2-98c311c79a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"load_id\": \"29\",\n            \"delivery_address_id\": \"6\"\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/load_drops","description":"<p>Create a load drop against a load.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","load_drops"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2881157c-cc0f-44be-a2f2-98c311c79a6e"},{"name":"/load_drops/:drop_id/sequence","id":"2ce96082-6c75-4b90-af59-4f10fde4180f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"sequence\": 0\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/load_drops/38/sequence","description":"<p>Create a load drop against a load.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","load_drops","38","sequence"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ce96082-6c75-4b90-af59-4f10fde4180f"}],"id":"33ae73d4-1580-4e24-90b6-b7296ae2fbe4","description":"<p>Projects end-point</p>\n","_postman_id":"33ae73d4-1580-4e24-90b6-b7296ae2fbe4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Location Types","item":[{"name":"/location_types","id":"cb2efa42-a9ec-4048-a6e6-9f7fb5f6c75f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"code\": \"BAY\",\n\t\t\t\"name\": \"Bay\",\n\t\t\t\"description\": \"Bay\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/location_types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","location_types"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb2efa42-a9ec-4048-a6e6-9f7fb5f6c75f"}],"id":"61e8cc2a-dfc2-4de0-9a32-8683a4697131","_postman_id":"61e8cc2a-dfc2-4de0-9a32-8683a4697131","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Mapping Groups","item":[{"name":"/mapping_groups","id":"ddbbba81-67a4-4137-9b63-8e130ae33264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"name\": \"My Mapping Group\",\n            \"operation_type\": \"stock_hold\",\n            \"description\": \"My Description\"\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/mapping_groups","description":"<p>Create a mapping group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","mapping_groups"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddbbba81-67a4-4137-9b63-8e130ae33264"},{"name":"/mapping_groups/1","id":"37b388f9-fb2f-4553-a36f-00d14434adac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"integration_id\": 2\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/mapping_groups/1","description":"<p>Create a mapping group.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","mapping_groups","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"37b388f9-fb2f-4553-a36f-00d14434adac"}],"id":"c4352689-16ea-4030-bc07-abf101215d96","_postman_id":"c4352689-16ea-4030-bc07-abf101215d96","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Mappings","item":[{"name":"/mappings","id":"fd1e15b1-e775-46ad-ae87-6afc99130952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"mapping_group_id\": 5,\n            \"operation_type_fields\": {\n                \"product_in_brightpearl\": \"{{external_system_reference}}\",\n                \"product_in_clarus\": \"{{product_id}}\"\n            }\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/mappings","description":"<p>Create a mapping.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","mappings"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd1e15b1-e775-46ad-ae87-6afc99130952"},{"name":"/mappings","id":"774cf249-d9eb-4dd1-baf0-d58c69bb220b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{apiProtocol}}://{{apiEndpoint}}/api/mappings/1","description":"<p>Delete a mapping.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","mappings","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"774cf249-d9eb-4dd1-baf0-d58c69bb220b"}],"id":"656bd391-f49b-48ce-a8ae-33b7cacf2894","_postman_id":"656bd391-f49b-48ce-a8ae-33b7cacf2894","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Import Configurations","item":[{"name":"Clarus Configs","item":[{"name":"Standard Product Import","id":"aa7d6bfe-aa95-418c-8cd6-ad3855ffff97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"type\": \"import_configurations\",\r\n        \"attributes\": {\r\n            \"name\": \"products import\",\r\n            \"parser\": \"csv\",\r\n            \"failure_strategy\": \"abort\",\r\n            \"pre_processors\": [],\r\n            \"automatic_processing_flows\": [\r\n                {\r\n                    \"code\": \"import-products\",\r\n                    \"name\": \"Build Products\",\r\n                    \"conditions\": {},\r\n                    \"processing_actions\": [\r\n                        {\r\n                            \"action\": \"build_resource\",\r\n                            \"configuration\": {\r\n                                \"resource_name\": \"product\",\r\n                                \"attributes\": [\r\n                                    {\r\n                                        \"name\": \"code\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Code\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"commodity_code\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Commodity Code\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"customs_description\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Customs Description\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"description\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Description\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"long_description\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Long Description\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"default_stock_description\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Default Stock Description\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"stop\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Stop\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"obsolete\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Obsolete\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"shelf_life_min\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Shelf Life Min\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"shelf_life_max\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Shelf Life Max\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"is_new_product\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Is New Product\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"barcode\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Barcode\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"case_barcode\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Case Barcode\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"inner_barcode\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Inner Barcode\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"outer_barcode\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Outer Barcode\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"units_per_case\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Units Per Case\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"units_per_inner\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Units Per Inner\"\r\n                                        }\r\n                                    },\r\n                                    {\r\n                                        \"name\": \"units_per_outer\",\r\n                                        \"data_source\": {\r\n                                            \"source\": \"data\",\r\n                                            \"value\": \"Units Per Outer\"\r\n                                        }\r\n                                    }\r\n                                ]\r\n                            }\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/import_configurations/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","import_configurations",""],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa7d6bfe-aa95-418c-8cd6-ad3855ffff97"}],"id":"1132363d-6e01-4534-82a2-44240a2dc7ab","_postman_id":"1132363d-6e01-4534-82a2-44240a2dc7ab","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}}],"id":"d236d0aa-3acd-4f14-9a6a-659d91e558ca","_postman_id":"d236d0aa-3acd-4f14-9a6a-659d91e558ca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Integrations","item":[{"name":"/integrations","id":"2755d868-fa2c-4863-823e-8385f20ea991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Brightpearl Integration\",\n\t\t\t\"integration_type\": \"erp\",\n\t\t\t\"integration_provider\": \"brightpearl\",\n            \"configuration\": {\n                \"account\": \"My account\",\n                \"account_id\": 1\n            }\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/integrations","description":"<p>Create a new integration.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","integrations"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"d4e268b5-e049-4099-b054-bd682b54f58e","name":"Create a new Brightpearl Integration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Brightpearl Integration\",\n\t\t\t\"integration_type\": \"erp\",\n\t\t\t\"integration_provider\": \"brightpearl\",\n            \"configuration\": {\n                \"account\": \"My account\",\n                \"account_id\": 1\n            }\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/integrations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jul 2024 14:53:22 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"8e9aa09da8731cb5de9746d5a776fb20\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"97bfe35f-0889-45b4-8662-a3c829b595d1"},{"key":"X-Runtime","value":"0.052387"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"29\",\n        \"type\": \"integrations\",\n        \"attributes\": {\n            \"name\": \"Brightpearl Integration\",\n            \"integration-type\": \"erp\",\n            \"integration-provider\": \"brightpearl\",\n            \"configuration\": {\n                \"account\": \"My account\",\n                \"account-id\": 1,\n                \"products-mapping-group-id\": 17,\n                \"carriers-mapping-group-id\": 18,\n                \"warehouses-mapping-group-id\": 19\n            },\n            \"details\": null\n        }\n    }\n}"},{"id":"d15cbe29-e44f-4617-96d4-b604f4b3ce9d","name":"Synchronize Brightpearl Integration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"name\": \"Brightpearl Integration\",\n\t\t\t\"integration_type\": \"erp\",\n\t\t\t\"integration_provider\": \"brightpearl\",\n            \"configuration\": {\n                \"account\": \"My account\",\n                \"account_id\": 1\n            }\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/integrations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 15 Jul 2024 14:53:22 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.27.0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"8e9aa09da8731cb5de9746d5a776fb20\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"97bfe35f-0889-45b4-8662-a3c829b595d1"},{"key":"X-Runtime","value":"0.052387"},{"key":"vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"29\",\n        \"type\": \"integrations\",\n        \"attributes\": {\n            \"name\": \"Brightpearl Integration\",\n            \"integration-type\": \"erp\",\n            \"integration-provider\": \"brightpearl\",\n            \"configuration\": {\n                \"account\": \"My account\",\n                \"account-id\": 1,\n                \"products-mapping-group-id\": 17,\n                \"carriers-mapping-group-id\": 18,\n                \"warehouses-mapping-group-id\": 19\n            },\n            \"details\": null\n        }\n    }\n}"}],"_postman_id":"2755d868-fa2c-4863-823e-8385f20ea991"},{"name":"/integrations","id":"2785df4a-41ff-4fa7-a49d-62e1196a3309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"{{apiProtocol}}://{{apiEndpoint}}/api/integrations/1","description":"<p>Delete an integration.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","integrations","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"3f316586-5bb1-4c6e-b54a-1b0abfcc83ca","name":"/products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"code\": \"90789456123\",\n\t\t\t\"description\": \"The book title is this\",\n\t\t\t\"long_description\": \"More info about the book perhaps...\",\n\t\t\t\"external_system_reference\": \"MISID0123\",\n\t\t\t\"height_per_item\": 9.99,\n            \"area_per_item\": 9.99,\n            \"width_per_item\": 9.99,\n            \"length_per_item\": 9.99,\n            \"value_per_item\": 9.99,\n            \"stop\": 0,\n            \"obsolete\": 0,\n            \"is_new_product\": 1,\n            \"barcode\": \"90789456123\",\n            \"stock_unit_type_id\": 1\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Feb 2022 14:46:12 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"6290ec1bc0d1f1d1efee9aa3af07014e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_Clarus_session=OGFJYi8reENTYkplTVQ3VDFhemlUWGltR2hnK2RZeUJySXlrSUhhY2IvWi9kOE9OUkg1ajdYZGxZODlnSWZNTldlK2JSZmFjWjh2ZDFKbGo4NDQ0U2ZDRllaTTBXcUM5eXpSR2pOdnVmOXNmNjBpcy9reVU4emJjL3V6ZVFnQi9oWnNzblp5ejRXWUFHdVJGN2xod0N3UWZmc2k5QUd1SktmMUxsa2VmMG5NPS0tZk94dGFJRFlSR2ltUW1lLzEwV2d5dz09--1904f2d5d6800922619483dc65eee5ef243e1679; path=/; HttpOnly"},{"key":"X-Request-Id","value":"c258474d-98ae-4158-ae65-1ef8bd4a1742"},{"key":"X-Runtime","value":"0.139040"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"products\",\n        \"attributes\": {\n            \"code\": \"90789456123\",\n            \"description\": \"The book title is this\",\n            \"long-description\": \"More info about the book perhaps...\",\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"stop\": false,\n            \"obsolete\": 0,\n            \"shelf-life-min\": null,\n            \"shelf-life-max\": null,\n            \"is-new-product\": 1,\n            \"default-stock-description\": null,\n            \"barcode\": \"90789456123\",\n            \"units-per-case\": null,\n            \"case-barcode\": null,\n            \"units-per-inner\": null,\n            \"inner-barcode\": null,\n            \"units-per-outer\": null,\n            \"outer-barcode\": null,\n            \"output-quantity\": \"1.0\"\n        },\n        \"relationships\": {\n            \"tags\": {\n                \"meta\": {}\n            },\n            \"alternative-codes\": {\n                \"meta\": {}\n            },\n            \"product-storage-units\": {\n                \"meta\": {}\n            },\n            \"pickface-products\": {\n                \"meta\": {}\n            },\n            \"stock-balances\": {\n                \"meta\": {}\n            },\n            \"stock-unit-type\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"2785df4a-41ff-4fa7-a49d-62e1196a3309"}],"id":"9ea1b1f4-ef46-42dc-bb22-318e66678de5","_postman_id":"9ea1b1f4-ef46-42dc-bb22-318e66678de5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Products","item":[{"name":"/products","id":"304dd868-8595-431d-ac36-ae37ba5a0239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"code\": \"90789456123\",\n\t\t\t\"description\": \"The book title is this\",\n\t\t\t\"long_description\": \"More info about the book perhaps...\",\n\t\t\t\"external_system_reference\": \"MISID0123\",\n\t\t\t\"height_per_item\": 9.99,\n            \"area_per_item\": 9.99,\n            \"width_per_item\": 9.99,\n            \"length_per_item\": 9.99,\n            \"value_per_item\": 9.99,\n            \"stop\": 0,\n            \"obsolete\": 0,\n            \"is_new_product\": 1,\n            \"barcode\": \"90789456123\",\n            \"stock_unit_type_id\": 1\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/products","description":"<p>Create a product.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","products"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"52b5106d-b1db-4ae5-ac7e-e1fae0d70ade","name":"/products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"code\": \"90789456123\",\n\t\t\t\"description\": \"The book title is this\",\n\t\t\t\"long_description\": \"More info about the book perhaps...\",\n\t\t\t\"external_system_reference\": \"MISID0123\",\n\t\t\t\"height_per_item\": 9.99,\n            \"area_per_item\": 9.99,\n            \"width_per_item\": 9.99,\n            \"length_per_item\": 9.99,\n            \"value_per_item\": 9.99,\n            \"stop\": 0,\n            \"obsolete\": 0,\n            \"is_new_product\": 1,\n            \"barcode\": \"90789456123\",\n            \"stock_unit_type_id\": 1\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Feb 2022 14:46:12 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"6290ec1bc0d1f1d1efee9aa3af07014e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_Clarus_session=OGFJYi8reENTYkplTVQ3VDFhemlUWGltR2hnK2RZeUJySXlrSUhhY2IvWi9kOE9OUkg1ajdYZGxZODlnSWZNTldlK2JSZmFjWjh2ZDFKbGo4NDQ0U2ZDRllaTTBXcUM5eXpSR2pOdnVmOXNmNjBpcy9reVU4emJjL3V6ZVFnQi9oWnNzblp5ejRXWUFHdVJGN2xod0N3UWZmc2k5QUd1SktmMUxsa2VmMG5NPS0tZk94dGFJRFlSR2ltUW1lLzEwV2d5dz09--1904f2d5d6800922619483dc65eee5ef243e1679; path=/; HttpOnly"},{"key":"X-Request-Id","value":"c258474d-98ae-4158-ae65-1ef8bd4a1742"},{"key":"X-Runtime","value":"0.139040"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"products\",\n        \"attributes\": {\n            \"code\": \"90789456123\",\n            \"description\": \"The book title is this\",\n            \"long-description\": \"More info about the book perhaps...\",\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"stop\": false,\n            \"obsolete\": 0,\n            \"shelf-life-min\": null,\n            \"shelf-life-max\": null,\n            \"is-new-product\": 1,\n            \"default-stock-description\": null,\n            \"barcode\": \"90789456123\",\n            \"units-per-case\": null,\n            \"case-barcode\": null,\n            \"units-per-inner\": null,\n            \"inner-barcode\": null,\n            \"units-per-outer\": null,\n            \"outer-barcode\": null,\n            \"output-quantity\": \"1.0\"\n        },\n        \"relationships\": {\n            \"tags\": {\n                \"meta\": {}\n            },\n            \"alternative-codes\": {\n                \"meta\": {}\n            },\n            \"product-storage-units\": {\n                \"meta\": {}\n            },\n            \"pickface-products\": {\n                \"meta\": {}\n            },\n            \"stock-balances\": {\n                \"meta\": {}\n            },\n            \"stock-unit-type\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"304dd868-8595-431d-ac36-ae37ba5a0239"},{"name":"/products/1","id":"934677f8-7d7b-426a-9ed9-db834744c7f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"description\": \"The book title has changed\"\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/products/1","description":"<p>Update an existing product.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","products","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"ee655fa8-f0ad-4b32-8e87-aee3a6d01795","name":"/products/1","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"description\": \"The book title has changed\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/products/1"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"products\",\n        \"attributes\": {\n            \"code\": \"90789456123\",\n            \"description\": \"The book title has changed\",\n            \"long-description\": \"More info about the book perhaps...\",\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"stop\": false,\n            \"obsolete\": 0,\n            \"shelf-life-min\": null,\n            \"shelf-life-max\": null,\n            \"is-new-product\": 1,\n            \"default-stock-description\": null,\n            \"barcode\": \"90789456123\",\n            \"units-per-case\": null,\n            \"case-barcode\": null,\n            \"units-per-inner\": null,\n            \"inner-barcode\": null,\n            \"units-per-outer\": null,\n            \"outer-barcode\": null,\n            \"output-quantity\": \"1.0\"\n        },\n        \"relationships\": {\n            \"tags\": {\n                \"meta\": {}\n            },\n            \"alternative-codes\": {\n                \"meta\": {}\n            },\n            \"product-storage-units\": {\n                \"meta\": {}\n            },\n            \"pickface-products\": {\n                \"meta\": {}\n            },\n            \"stock-balances\": {\n                \"meta\": {}\n            },\n            \"stock-unit-type\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"934677f8-7d7b-426a-9ed9-db834744c7f8"},{"name":"/products/1","id":"31cb2b64-f54e-498e-ae75-634506ea4ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/products/1","description":"<p>Delete a product, provided it has not been used.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","products","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"31cb2b64-f54e-498e-ae75-634506ea4ee0"},{"name":"Create New Pickface for Product","id":"f3c74a17-72ca-443c-af1a-c45705b4f519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"full_storage_units_only\": true,\n            \"location_id\": \"4\",\n            \"trigger_min\": \"2\",\n            \"trigger_max\": \"3\",\n            \"product_id\": \"19\"\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/pickface_products","description":"<p>Create a product.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","pickface_products"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[{"id":"e1d127a8-49fe-4b4d-ba71-5562fdb90f18","name":"/products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"code\": \"90789456123\",\n\t\t\t\"description\": \"The book title is this\",\n\t\t\t\"long_description\": \"More info about the book perhaps...\",\n\t\t\t\"external_system_reference\": \"MISID0123\",\n\t\t\t\"height_per_item\": 9.99,\n            \"area_per_item\": 9.99,\n            \"width_per_item\": 9.99,\n            \"length_per_item\": 9.99,\n            \"value_per_item\": 9.99,\n            \"stop\": 0,\n            \"obsolete\": 0,\n            \"is_new_product\": 1,\n            \"barcode\": \"90789456123\",\n            \"stock_unit_type_id\": 1\n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Feb 2022 14:46:12 GMT"},{"key":"Content-Type","value":"application/vnd.api+json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.21.6"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"ETag","value":"W/\"6290ec1bc0d1f1d1efee9aa3af07014e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Set-Cookie","value":"_Clarus_session=OGFJYi8reENTYkplTVQ3VDFhemlUWGltR2hnK2RZeUJySXlrSUhhY2IvWi9kOE9OUkg1ajdYZGxZODlnSWZNTldlK2JSZmFjWjh2ZDFKbGo4NDQ0U2ZDRllaTTBXcUM5eXpSR2pOdnVmOXNmNjBpcy9reVU4emJjL3V6ZVFnQi9oWnNzblp5ejRXWUFHdVJGN2xod0N3UWZmc2k5QUd1SktmMUxsa2VmMG5NPS0tZk94dGFJRFlSR2ltUW1lLzEwV2d5dz09--1904f2d5d6800922619483dc65eee5ef243e1679; path=/; HttpOnly"},{"key":"X-Request-Id","value":"c258474d-98ae-4158-ae65-1ef8bd4a1742"},{"key":"X-Runtime","value":"0.139040"},{"key":"Vary","value":"Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"1\",\n        \"type\": \"products\",\n        \"attributes\": {\n            \"code\": \"90789456123\",\n            \"description\": \"The book title is this\",\n            \"long-description\": \"More info about the book perhaps...\",\n            \"external-system-reference1\": null,\n            \"external-system-reference2\": null,\n            \"external-system-reference3\": null,\n            \"stop\": false,\n            \"obsolete\": 0,\n            \"shelf-life-min\": null,\n            \"shelf-life-max\": null,\n            \"is-new-product\": 1,\n            \"default-stock-description\": null,\n            \"barcode\": \"90789456123\",\n            \"units-per-case\": null,\n            \"case-barcode\": null,\n            \"units-per-inner\": null,\n            \"inner-barcode\": null,\n            \"units-per-outer\": null,\n            \"outer-barcode\": null,\n            \"output-quantity\": \"1.0\"\n        },\n        \"relationships\": {\n            \"tags\": {\n                \"meta\": {}\n            },\n            \"alternative-codes\": {\n                \"meta\": {}\n            },\n            \"product-storage-units\": {\n                \"meta\": {}\n            },\n            \"pickface-products\": {\n                \"meta\": {}\n            },\n            \"stock-balances\": {\n                \"meta\": {}\n            },\n            \"stock-unit-type\": {\n                \"meta\": {}\n            }\n        }\n    }\n}"}],"_postman_id":"f3c74a17-72ca-443c-af1a-c45705b4f519"}],"id":"6ca27f32-bc66-4975-bb52-ce01b89c17a8","_postman_id":"6ca27f32-bc66-4975-bb52-ce01b89c17a8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Report Queries","item":[{"name":"/report_queries/1","id":"4e94ac15-e333-4cc4-82d4-0d40905ec045","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"name\": \"Available stock in sell by date\",\n            \"graphql\": \"query getAvailableStockInSellByDate($warehouse_id: ID, $account_id: ID) {\\n  stocks {\\n    aggregation(\\n      status: \\\"AVAILABLE\\\",\\n      group_by: [datetime1, string1, warehouse_id, account_id, product_id],\\n      account_id: $account_id,\\n      warehouse_id: $warehouse_id,\\n      order: \\\"datetime1 DESC NULLS LAST, string1 DESC NULLS LAST\\\",\\n      limit:9999999\\n    ) {\\n      warehouse { name }\\n      account { name }\\n      product { \\n        code\\n        description\\n        shelf_life_min\\n      }\\n      sum_quantity\\n      total_records\\n      datetime1\\n      datetime1_formatted\\n      string1\\n      days_remaining\\n      expiration_warning(days: 3)\\n    }\\n  }\\n}\\n\",\n\t\t\t\"parameters\": [\n\t            {\n\t              \"name\": \"account_id\",\n\t              \"type\": \"Integer\"\n\t            },\n\t            {\n\t              \"name\": \"warehouse_id\",\n\t              \"type\": \"Integer\"\n\t            }\n\t        ]\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/report_queries/1","description":"<p>Update an existing report query.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","report_queries","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e94ac15-e333-4cc4-82d4-0d40905ec045"}],"id":"da719ba1-b7f6-4492-8fe6-f0c4befeb40c","_postman_id":"da719ba1-b7f6-4492-8fe6-f0c4befeb40c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Reports","item":[{"name":"/reports/1","id":"573950b7-9f3f-481a-8c44-b007ca79db0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"report-fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Warehouse\",\n\t\t\t\t\t\"path\": \"warehouse.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Account\",\n\t\t\t\t\t\"path\": \"account.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Product Code\",\n\t\t\t\t\t\"path\": \"product.code\",\n\t\t\t\t\t\"prefix\": \"'\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Product Description\",\n\t\t\t\t\t\"path\": \"product.description\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Item quantity\",\n\t\t\t\t\t\"path\": \"sum_quantity\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Pallets\",\n\t\t\t\t\t\"path\": \"total_records\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Sell by date\",\n\t\t\t\t\t\"path\": \"datetime1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Batch\",\n\t\t\t\t\t\"path\": \"string1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Expiration Warning\",\n\t\t\t\t\t\"path\": \"expiration_warning\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Shelf Life Min\",\n\t\t\t\t\t\"path\": \"product.shelf_life_min\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Days Remaining\",\n\t\t\t\t\t\"path\": \"days_remaining\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/reports/1","description":"<p>Update an existing report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","reports","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"573950b7-9f3f-481a-8c44-b007ca79db0e"},{"name":"/reports/","id":"45343a0e-f51e-4262-8f0f-6cdac626974d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"report-fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Warehouse\",\n\t\t\t\t\t\"path\": \"warehouse.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Account\",\n\t\t\t\t\t\"path\": \"account.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Product Code\",\n\t\t\t\t\t\"path\": \"product.code\",\n\t\t\t\t\t\"prefix\": \"'\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Product Description\",\n\t\t\t\t\t\"path\": \"product.description\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Item quantity\",\n\t\t\t\t\t\"path\": \"sum_quantity\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Pallets\",\n\t\t\t\t\t\"path\": \"total_records\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Sell by date\",\n\t\t\t\t\t\"path\": \"datetime1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Batch\",\n\t\t\t\t\t\"path\": \"string1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Expiration Warning\",\n\t\t\t\t\t\"path\": \"expiration_warning\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Shelf Life Min\",\n\t\t\t\t\t\"path\": \"product.shelf_life_min\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Days Remaining\",\n\t\t\t\t\t\"path\": \"days_remaining\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/reports/1","description":"<p>Update an existing report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","reports","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"45343a0e-f51e-4262-8f0f-6cdac626974d"},{"name":"/reports/1","id":"9eb8fc5c-d497-42a1-8a92-b4a666a9b15d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"report-fields\": [\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Warehouse\",\n\t\t\t\t\t\"path\": \"warehouse.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Account\",\n\t\t\t\t\t\"path\": \"account.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Product Code\",\n\t\t\t\t\t\"path\": \"product.code\",\n\t\t\t\t\t\"prefix\": \"'\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Product Description\",\n\t\t\t\t\t\"path\": \"product.description\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Item quantity\",\n\t\t\t\t\t\"path\": \"sum_quantity\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Pallets\",\n\t\t\t\t\t\"path\": \"total_records\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Sell by date\",\n\t\t\t\t\t\"path\": \"datetime1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Batch\",\n\t\t\t\t\t\"path\": \"string1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Expiration Warning\",\n\t\t\t\t\t\"path\": \"expiration_warning\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Shelf Life Min\",\n\t\t\t\t\t\"path\": \"product.shelf_life_min\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\t\"name\": \"Days Remaining\",\n\t\t\t\t\t\"path\": \"days_remaining\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/reports/1","description":"<p>Delete an existing report.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","reports","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9eb8fc5c-d497-42a1-8a92-b4a666a9b15d"},{"name":"/reports","id":"ccedb324-20ca-40c9-aedd-be893f671d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"user_id\": 1093,\n\t\t\t\"report_query_id\": 35,\n\t\t\t\"name\": \"Goods Out Orders with Pallet Estimates\",\n\t\t\t\"description\": \"List of all Sales Orders in the system and Pallet estimates\",\n\t\t\t\"report_type\": \"bar\",\n\t\t\t\"source_path\": \"data.goods_outs.all.edges\",\n\t\t\t\"report-fields\": [\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Order Status\",\n\t\t\t\t  \"path\": \"node.goods_out_status.code\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Goods Out ID\",\n\t\t\t\t  \"path\": \"node.id\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Goods Out Reference\",\n\t\t\t\t  \"path\": \"node.reference\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Pick Reference\",\n\t\t\t\t  \"path\": \"node.pick_reference\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Load Reference\",\n\t\t\t\t  \"path\": \"node.load_reference\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Created At\",\n\t\t\t\t  \"path\": \"node.created_at_formatted\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Expected Date of Dispatch\",\n\t\t\t\t  \"path\": \"node.expected_date_of_dispatch_formatted_date\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Expected Time of Dispatch\",\n\t\t\t\t  \"path\": \"node.expected_date_of_dispatch_formatted_time\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Stock Account Code\",\n\t\t\t\t  \"path\": \"node.account.code\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Stock Account Name\",\n\t\t\t\t  \"path\": \"node.account.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Stock Account External System Reference 1\",\n\t\t\t\t  \"path\": \"node.account.external_system_reference1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Stock Account External System Reference 2\",\n\t\t\t\t  \"path\": \"node.account.external_system_reference2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Stock Account External System Reference 3\",\n\t\t\t\t  \"path\": \"node.account.external_system_reference3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Warehouse Code\",\n\t\t\t\t  \"path\": \"node.warehouse.code\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Warehouse Name\",\n\t\t\t\t  \"path\": \"node.warehouse.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Customer Code\",\n\t\t\t\t  \"path\": \"node.customer.code\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Customer Name\",\n\t\t\t\t  \"path\": \"node.customer.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Carrier Code\",\n\t\t\t\t  \"path\": \"node.carrier.code\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Carrier Name\",\n\t\t\t\t  \"path\": \"node.carrier.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Address Name\",\n\t\t\t\t  \"path\": \"node.original_delivery_address.name\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Address Line 1\",\n\t\t\t\t  \"path\": \"node.original_delivery_address.address_1\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Address Line 2\",\n\t\t\t\t  \"path\": \"node.original_delivery_address.address_2\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Address Line 3\",\n\t\t\t\t  \"path\": \"node.original_delivery_address.address_3\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Address Line 4\",\n\t\t\t\t  \"path\": \"node.original_delivery_address.address_4\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Address Line 5\",\n\t\t\t\t  \"path\": \"node.original_delivery_address.address_5\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Postcode\",\n\t\t\t\t  \"path\": \"node.original_delivery_address.postcode\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Total Storage Units\",\n\t\t\t\t  \"path\": \"node.estimated_storage_units\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Total Units\",\n\t\t\t\t  \"path\": \"node.lines_total_items_ordered\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"Total Weight\",\n\t\t\t\t  \"path\": \"node.lines_total_unit_weight_ordered\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"variables\": [\n\t\t\t\t{\n\t\t\t\t  \"name\": \"expected_date_of_dispatch_from\",\n\t\t\t\t  \"value\": \"tomorrow 00:00:00\",\n\t\t\t\t  \"prompt\": \"true\"\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t  \"name\": \"expected_date_of_dispatch_to\",\n\t\t\t\t  \"value\": \"tomorrow 23:59:59\",\n\t\t\t\t  \"prompt\": \"true\"\n\t\t\t\t}\n\t\t\t]\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/reports","description":"<p>Create a new report</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","reports"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccedb324-20ca-40c9-aedd-be893f671d68"}],"id":"952ca3b8-efc8-46e9-8f27-e59e1f36e08b","_postman_id":"952ca3b8-efc8-46e9-8f27-e59e1f36e08b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Sites","item":[{"name":"/sites","id":"ed25a17c-f68b-4254-944a-9258d592ca20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"code\": \"SITE01\",\n            \"name\": \"Site 01\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/sites","description":"<p>Create a new site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","sites"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed25a17c-f68b-4254-944a-9258d592ca20"},{"name":"/sites/1","id":"56e2bd23-0022-4356-b1b4-87e372b34c2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"code\": \"SITE01\",\n            \"name\": \"Site 01\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/sites/1","description":"<p>Update a site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","sites","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56e2bd23-0022-4356-b1b4-87e372b34c2d"},{"name":"/sites/1","id":"3c52def4-2995-4c38-896c-f4cf5bc2351c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"name\": \"Site 01 Updated\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/sites/1","description":"<p>Update parts of a site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","sites","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c52def4-2995-4c38-896c-f4cf5bc2351c"},{"name":"/sites/1","id":"4862d24b-5bb9-4706-9dff-bdf977508102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/sites/1","description":"<p>Delete a site.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","sites","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4862d24b-5bb9-4706-9dff-bdf977508102"}],"id":"59f84a8d-68cb-4fad-9b44-6e1ad7685f22","_postman_id":"59f84a8d-68cb-4fad-9b44-6e1ad7685f22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Storage Units","item":[{"name":"/storage_units/1/pick_label","id":"17b848d0-115b-406a-84b0-c7c3faef1dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/storage_units/23663/pick_label?cloud_print=true","description":"<p>Create a project.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","storage_units","23663","pick_label"],"host":["{{apiEndpoint}}"],"query":[{"key":"cloud_print","value":"true"}],"variable":[]}},"response":[],"_postman_id":"17b848d0-115b-406a-84b0-c7c3faef1dd1"}],"id":"88cf6679-a1be-4cfe-bd77-960189611036","description":"<p>Projects end-point</p>\n","_postman_id":"88cf6679-a1be-4cfe-bd77-960189611036","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Subdomains","item":[{"name":"/subdomains","id":"51078de6-32b3-494c-9a0e-413b31d2fdef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"company_name\": \"Test\",\n\t\t\t\"subdomain\": \"test\",\n\t\t\t\"is_active\": true,\n\t\t\t\"is_free_trial\": false,\n\t\t\t\"is_internal\": true,\n\t\t\t\"is_live\": false\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/subdomains","description":"<p>Create a subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","subdomains"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"51078de6-32b3-494c-9a0e-413b31d2fdef"},{"name":"/subdomains/1","id":"41c68566-048f-4cd3-bf20-3991363f9e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"company_name\": \"My Company\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/subdomains/1","description":"<p>Update the specified subdomain.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","subdomains","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41c68566-048f-4cd3-bf20-3991363f9e46"}],"id":"eaac401c-8b74-4e72-92fd-5e12be617b03","description":"<p>Projects end-point</p>\n","_postman_id":"eaac401c-8b74-4e72-92fd-5e12be617b03","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Suppliers","item":[{"name":"/suppliers","id":"3df9ecc2-30dc-49a0-8a77-f8b56d793fc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"attributes\": {\n            \"code\": \"SUP01\",\n            \"name\": \"Supplier 01\",\n            \"description\": \"My Supplier\",\n            \"active\": true\n        }\n    }\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/suppliers","description":"<p>Create a supplier.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","suppliers"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3df9ecc2-30dc-49a0-8a77-f8b56d793fc1"},{"name":"/suppliers/1","id":"16a6f5f9-791e-489f-a6e3-64364c34f6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"active\": false\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/suppliers/1","description":"<p>Update an existing supplier.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","suppliers","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"16a6f5f9-791e-489f-a6e3-64364c34f6b4"},{"name":"/suppliers/1","id":"ad5e859f-9a89-47d5-9013-f0e9cb75540e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/suppliers/1","description":"<p>Delete an existing supplier.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","suppliers","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad5e859f-9a89-47d5-9013-f0e9cb75540e"}],"id":"1bb988e1-eacf-4d19-a679-72450fb9b70c","_postman_id":"1bb988e1-eacf-4d19-a679-72450fb9b70c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Tasks","item":[{"name":"/tasks/1","id":"7f3b7452-c4d9-4915-a354-d3b3f047b7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"storage_unit_to\": 42\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/tasks/1","description":"<p>Update a template.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","tasks","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f3b7452-c4d9-4915-a354-d3b3f047b7ca"},{"name":"/tasks/1","id":"e250dbc2-bf99-4fce-b875-da8b71604655","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"status\": \"COMPLETED\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/tasks/3485","description":"<p>Update a task.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","tasks","3485"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e250dbc2-bf99-4fce-b875-da8b71604655"},{"name":"/tasks/1","id":"f49a0aca-b1cf-4934-b231-dce401f6cc37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/tasks/29012407\n","description":"<p>Update a task.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","tasks","29012407\n"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f49a0aca-b1cf-4934-b231-dce401f6cc37"}],"id":"679585e1-f1fc-430b-bad4-986073da0d5d","_postman_id":"679585e1-f1fc-430b-bad4-986073da0d5d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Tax Rates","item":[{"name":"/tax_rates","id":"0525ef43-3777-441e-a684-ff0248eff6e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"component_name\": \"VAT\",\n            \"component_rate\": 19.0,\n            \"name\": \"19% (VAT on Income)\",\n            \"tax_type\": \"sales\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/tax_rates","description":"<p>Create a tax rate for use in invoicing.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","tax_rates"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0525ef43-3777-441e-a684-ff0248eff6e9"}],"id":"8da61ad9-fe2c-4af3-9f85-6392815988cc","_postman_id":"8da61ad9-fe2c-4af3-9f85-6392815988cc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Templates","item":[{"name":"/templates/1","id":"7fbe452c-1c1c-4cae-96cc-e122e8e4237c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"print_params\":{\n                \"bottom\": 3,\n                \"left\": 3,\n                \"orientation\": \"Portrait\",\n                \"page_height\": 152,\n                \"page_width\": 102,\n                \"right\": 3,\n                \"top\": 3\n            }\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/templates/7","description":"<p>Update a template.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","templates","7"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fbe452c-1c1c-4cae-96cc-e122e8e4237c"},{"name":"/templates","id":"81eedec0-66bc-48dd-bebf-29f024abce1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"template_type_id\": 6,\n            \"path\": \"storage_units/4x6_address_pick_label\",\n            \"name\": \"4x6 Pick Storage Unit Address Label\",\n            \"print_params\": {\n                \"left\": 1,\n                \"right\": 1,\n                \"top\": 1,\n                \"bottom\": 1,\n                \"page_height\": 10.16,\n                \"page_width\": 15.24,\n                \"orientation\": \"Landscape\"\n            },\n            \"default\": false\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/templates","description":"<p>Update a template.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","templates"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"81eedec0-66bc-48dd-bebf-29f024abce1e"},{"name":"/templates/6","id":"8f5801a4-9dd4-4c55-b968-da11c77708a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"print_params\": {\n                \"bottom\": 1.0,\n                \"left\": 1.0,\n                \"orientation\": \"Landscape\",\n                \"page_height\": 152,\n                \"page_width\": 102,\n                \"right\": 1.0,\n                \"top\": 1.0\n            }\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/templates/6","description":"<p>Update a template.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","templates","6"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f5801a4-9dd4-4c55-b968-da11c77708a0"},{"name":"/templates/999","id":"c88cf1da-d831-49be-8152-072fc11700c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/templates/999","description":"<p>Delete the event trigger.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","templates","999"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c88cf1da-d831-49be-8152-072fc11700c4"}],"id":"004d143d-1c82-4a8d-acce-f4b6b8071a01","description":"<p>Projects end-point</p>\n","_postman_id":"004d143d-1c82-4a8d-acce-f4b6b8071a01","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Users","item":[{"name":"/users/999999","id":"e4c1cc96-de6a-4eab-9294-e36addd72866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n\t\t\t\"email\": \"test@jakub.jakub\"\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/users/9999999","description":"<p>Edit an existing user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","users","9999999"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4c1cc96-de6a-4eab-9294-e36addd72866"}],"id":"3fb08471-b8a7-4198-92f6-e3793118ebf8","description":"<p>Endpoints for users.</p>\n","_postman_id":"3fb08471-b8a7-4198-92f6-e3793118ebf8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}},{"name":"Warehouses","item":[{"name":"/warehouses/1","id":"2e7341bc-1901-4909-91b7-816b15bfdaec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"code\": \"WAR01\",\n            \"name\": \"Warehouse 01\",\n            \"site_id\": 1\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/warehouses/1","description":"<p>Update a warehouse.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","warehouses","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e7341bc-1901-4909-91b7-816b15bfdaec"},{"name":"/warehouses/1","id":"350523ad-7fbe-4839-aef7-cd0b648cb8f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"name\": \"Warehouse 01 Updated\",\n            \"site_id\": 1\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/warehouses/1","description":"<p>Update part of a warehouse.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","warehouses","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"350523ad-7fbe-4839-aef7-cd0b648cb8f2"},{"name":"/warehouses/1","id":"3e9a42d6-6848-45e8-8e88-9a251bef97fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/warehouses/1","description":"<p>Delete a warehouse.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","warehouses","1"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e9a42d6-6848-45e8-8e88-9a251bef97fc"},{"name":"/warehouses","id":"277882f8-e8ca-4439-92c9-01d3abdd1451","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"data\": {\n\t\t\"attributes\": {\n            \"code\": \"WAR99\",\n            \"name\": \"Warehouse 99\",\n            \"site_id\": 1\n\t\t}\n\t}\n}"},"url":"{{apiProtocol}}://{{apiEndpoint}}/api/warehouses","description":"<p>Create a new warehouse.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}},"urlObject":{"protocol":"{{apiProtocol}}","path":["api","warehouses"],"host":["{{apiEndpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"277882f8-e8ca-4439-92c9-01d3abdd1451"}],"id":"17f5662b-98c6-4a49-b549-fdbff3109728","_postman_id":"17f5662b-98c6-4a49-b549-fdbff3109728","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}}],"id":"1e686056-0e4e-4b3a-8f6b-8452c7898930","_postman_id":"1e686056-0e4e-4b3a-8f6b-8452c7898930","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"c6ed098e-3fea-4bd5-aed7-571876129543","id":"c6ed098e-3fea-4bd5-aed7-571876129543","name":"ClarusWMS","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"fd48ab9c-0e6d-474a-b656-0c8fb8128f05","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c8df3f3a-74af-42fb-bd1a-f7ba8f68c576","type":"text/javascript","exec":[""]}}]}