{"info":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","description":"<html><head></head><body><p>Welcome to the Hatch API Postman Collection! This collection contains example queries for our v2 REST and v3 GraphQL API.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>Please follow the steps below to get setup.</p>\n<h2 id=\"pre-requisites\">Pre-requisites</h2>\n<p>In order to use this collection, you'll need the Client ID and Client Secret for your application. Please contact your account support team, if you don't have these credentials.</p>\n<h2 id=\"steps\">Steps</h2>\n<ol>\n<li><p>Go to the AHEAD Hatch API &gt; <strong>Variables</strong> tab</p>\n<ol>\n<li><p>Update the Current Value column to match the API endpoint you'd like to hit and the corresponding credentials. Click Ctrl + S (Command + S on mac) to save values.</p>\n</li>\n<li><p>Note: Values within the Current Value column aren't visible to anyone else within the AHEAD Hatch API workspace.</p>\n</li>\n</ol>\n</li>\n<li><p>Go to AHEAD Hatch API &gt; <strong>Authorization</strong> tab</p>\n</li>\n<li><p>Scroll to the bottom and click <strong>Get New Access Token</strong>.</p>\n</li>\n<li><p>Then click <strong>Proceed</strong> &gt; <strong>Use Token</strong></p>\n</li>\n<li><p>You're all set! 🚀</p>\n</li>\n</ol>\n<p>You can now run queries within the collection.</p>\n<h1 id=\"cleaning-up\">Cleaning Up</h1>\n<p>When you're done, please be sure to clear out your credentials from the AHEAD Hatch API &gt; <strong>Variables</strong> tab.</p>\n<p>We also highly recommend that you:</p>\n<ul>\n<li><p>Enable multi-factor authentication for your account</p>\n</li>\n<li><p>Securely store your API credentials</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Cleaning Up","slug":"cleaning-up"}],"owner":"37954786","collectionId":"ec0bb430-891c-43a7-ac5a-b97c5749612a","publishedId":"2sAYQakWb1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-17T17:56:43.000Z"},"item":[{"name":"Pagination","item":[{"name":"First 10 Results","id":"295a3ee3-bfc2-4f5e-990a-73f505177c9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serials($count: Int!, $after: String) {\n  organization {\n    serials(first: $count, after: $after) {\n      count\n\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n      edges {\n        node {\n          manufacturerSerial\n          item {\n            ...itemFields\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n}\n","variables":"{\n    \"count\": 10,\n    \"after\": null\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>This query demonstrates how to implement pagination within the GraphQL API to retrieve serial numbers associated with items. In this example, we pull only the first 10 results, while getting information about the next page.</p>\n<p>The important variables to note are $count, which is the max number of results you are requesting, and $after which is an identifier to determine which page of results to pull.</p>\n<p>In this example, $after is null since we want to get the first page of results.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"1c62f4ab-0387-44f5-995b-9b155bae5c75","name":"Example First 10 Results","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serials($count: Int!, $after: String) {\n  organization {\n    serials(first: $count, after: $after) {\n      count\n\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n\t\t\tedges {\n        node {\n          manufacturerSerial\n          item { ...itemFields }\n        }\n      }\n\t\t}\n  }\n}\n\n\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n}","variables":"{\n    \"count\": 10,\n    \"after\": null\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Aug 2024 21:09:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"333"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F--yF4mujTEb8usAAPEi"},{"key":"set-cookie","value":"_hapi_key=SFMyNTY.g3QAAAACbQAAAA9jdXJyZW50X3VzZXJfaWRiAACxNG0AAAAObGl2ZV9zb2NrZXRfaWRtAAAADXVzZXJfaWQ6NDUzNjQ.B2tTzAgsLQi-_1P0N8RreF1T8Z0an0IVpams4M-kr64; path=/; domain=mbx.com; HttpOnly"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=kuQAgVxCuEunV4yUHEtRo2qkvU6WojooI89wfN2SE4CyS3Woiw0G0ulfo5bDg0TaC9l5uQgA9AOKzo9fNFw5fNYyujcq1K7CPL4lEIUhGqS%2BbmQ%2B4RmI3cPi%2Fpzcv2K5k7mXcGo%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b9f0ba3caa438fd-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"serials\": {\n                \"count\": 6240756,\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 156965,\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"Powerstation Letter\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 103522,\n                                \"manufacturerSku\": null,\n                                \"name\": \"DDR32X64 PC2100 VIKING NON-ECC\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 103522,\n                                \"manufacturerSku\": null,\n                                \"name\": \"DDR32X64 PC2100 VIKING NON-ECC\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 146424,\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"Alien Vault Bumper Sticker 12x3.75\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 118349,\n                                \"manufacturerSku\": \"ACT2GER72F8G667S\",\n                                \"name\": \"2GB PC2-5300 ECC/Reg\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 118349,\n                                \"manufacturerSku\": \"ACT2GER72F8G667S\",\n                                \"name\": \"2GB PC2-5300 ECC/Reg\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 118349,\n                                \"manufacturerSku\": \"ACT2GER72F8G667S\",\n                                \"name\": \"2GB PC2-5300 ECC/Reg\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 118349,\n                                \"manufacturerSku\": \"ACT2GER72F8G667S\",\n                                \"name\": \"2GB PC2-5300 ECC/Reg\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 118349,\n                                \"manufacturerSku\": \"ACT2GER72F8G667S\",\n                                \"name\": \"2GB PC2-5300 ECC/Reg\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 118349,\n                                \"manufacturerSku\": \"ACT2GER72F8G667S\",\n                                \"name\": \"2GB PC2-5300 ECC/Reg\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjk=\",\n                    \"hasNextPage\": true\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"295a3ee3-bfc2-4f5e-990a-73f505177c9b"},{"name":"Next 10 Results","id":"fd4a65d4-85d6-4bf6-8e8c-c05a4e106c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serials($count: Int!, $after: String) {\n  organization {\n\n    serials(first: $count, after: $after) {\n      count\n\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n\t\t\tedges {\n        node {\n          manufacturerSerial\n          item { ...itemFields }\n        }\n      }\n\t\t}\n  }\n}\n\n\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n}","variables":"{\n    \"count\": 10,\n    \"after\": \"YXJyYXljb25uZWN0aW9uOjk=\"\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>This query demonstrates how to implement pagination within the GraphQL API to retrieve serial numbers associated with items. In this example, we pull only 10 results, but from the second page of results.</p>\n<p>We are saying to pull 10 results after 'YXJyYXljb25uZWN0aW9uOjk='. This value was pulled from the previous example under the endCursor value in the pageInfo node.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"4f6be62c-5527-4319-940a-023ba32c3aed","name":"Example Next 10 Results","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serials($count: Int!, $after: String) {\n  organization {\n\n    serials(first: $count, after: $after) {\n      count\n\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n\t\t\tedges {\n        node {\n          manufacturerSerial\n          item { ...itemFields }\n        }\n      }\n\t\t}\n  }\n}\n\n\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n}","variables":"{\n    \"count\": 10,\n    \"after\": \"YXJyYXljb25uZWN0aW9uOjk=\"\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Aug 2024 21:10:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"507"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F--yIk3-teaQGmYAAPPC"},{"key":"set-cookie","value":"_hapi_key=SFMyNTY.g3QAAAACbQAAAA9jdXJyZW50X3VzZXJfaWRiAACxNG0AAAAObGl2ZV9zb2NrZXRfaWRtAAAADXVzZXJfaWQ6NDUzNjQ.B2tTzAgsLQi-_1P0N8RreF1T8Z0an0IVpams4M-kr64; path=/; domain=mbx.com; HttpOnly"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=i4dtje9otKPDA9F4M3TSmAh9VISsF5LWrPycx8A9pUDOXmu9mgx4NzRMbP95eXaEYZc%2F1YcOqPzgJfWdD1vvKVc91KLyMFQ3Ai73O5%2BCF1ggwUz0p45Yi%2FRxsF2D7vNHQShprIk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b9f0cc43bac05ac-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"serials\": {\n                \"count\": 6240756,\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 120214,\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"NETGEAR 16 PORT RCKMNT SWITCH\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 112469,\n                                \"manufacturerSku\": null,\n                                \"name\": \"15IN RKP115-801E 1U LCD KB KVM\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 122956,\n                                \"manufacturerSku\": \"RMC4S2-50R\",\n                                \"name\": \"RMC4S2-50R 500W BLACK 1+1\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 109419,\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"AIC SR-26 26IN SLIDING RAILS\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 125982,\n                                \"manufacturerSku\": \"DX-20A4H-06\",\n                                \"name\": \"Lite-On DX-20A4H-06 Black\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 126037,\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"ATI RADEON HD3450 256MB PCIEXP\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 126038,\n                                \"manufacturerSku\": \"BLKDG35EC\",\n                                \"name\": \"Intel BLKDG35EC Bulk\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 116791,\n                                \"manufacturerSku\": \"EPCI-UL4S-0R0\",\n                                \"name\": \"ATTO EPCI-UL4S-ORO EXPRESS PCI\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 113023,\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"SUPERMICRO MBD-P8SCi-O 7221\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"id\": 127250,\n                                \"manufacturerSku\": \"512-P3-N973-TR\",\n                                \"name\": \"EVGA 9800GT 512MB DDR3\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjE5\",\n                    \"hasNextPage\": true\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"fd4a65d4-85d6-4bf6-8e8c-c05a4e106c50"}],"id":"4ade59d1-8891-4f5f-a1ed-bee927fa8912","description":"<p>Examples on how to use <a href=\"https://graphql.org/learn/pagination/\">GraphQL Pagination</a>.</p>\n<p><code>pageInfo { ... }</code>contains the necessary information that you will need to traverse the different pages. It includes two different fields: <code>endCursor</code> and <code>hasNextPage</code>.</p>\n<p>To go to the next page within a result set, use <code>endCursor</code> as the ID value in the <code>after</code> field within your variables. <code>hasNextPage</code> will be true if there are more pages or false if you're currently looking at the last page.</p>\n<p>For example, here's a <code>pageInfo</code> result that shows that we have an additional page that starts off after the ID <code>YXJyYXljb25uZWN0aW9uOjk=</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"pageInfo\": {\n  \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjk=\",\n  \"hasNextPage\": true\n}\n\n</code></pre>\n<p>If we're on the final page, it will look like this instead:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"pageInfo\": {\n  \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjk=\",\n  \"hasNextPage\": false\n}\n\n</code></pre>\n","_postman_id":"4ade59d1-8891-4f5f-a1ed-bee927fa8912","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Serials and Assets","item":[{"name":"Assets","id":"b3366a65-d089-4ce5-bfbd-fa77a12fa33d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query AssetQuery($filters: AssetFilters) {\n    organization {\n        assets(first:10, filters: $filters) { \n            edges {\n                node {\n                    id\n                    assetName\n                    createdAt\n                    manufacturerSerial\n                    completedAt\n\n                    project {\n                      name\n                      id\n                    }\n\n                    serial {\n                      serialData {\n                        serialDataType {\n                          name\n                          slug\n                        }\n\n                        value\n                        metadata\n\n                        createdAt\n                      }\n\n                      forgeOperationResults {\n                        operationItem {\n                          name\n                          id\n                        }\n\n                        exitCode\n                        passed\n                        status\n                        createdAt\n\n                        log\n                      }\n\n                      entitlements {\n                        assetEntitlementType {\n                          id\n                          provider {\n                            name\n                          }\n\n                          description\n\n                        }\n\n                        contractNumber\n                        endDate\n                        startDate\n                        description\n                        isExtended\n                      }\n                    }\n\n                    site {\n                      address {\n                        address1\n                        address2\n                        city\n                        region\n                        postalCode\n                        fullCountry {\n                          name\n                          isoCode\n                        }\n                      }\n                    }\n\n                    item {\n                        id\n                        name\n                        manufacturerSku\n                        description\n                        manufacturer {\n                          name\n                        }\n                        \n                        category {\n                          id\n                          name\n                        }\n\n\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n    }\n}"}},"url":"{{hostname}}/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["{{hostname}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3366a65-d089-4ce5-bfbd-fa77a12fa33d"},{"name":"Assets","event":[{"listen":"test","script":{"id":"8bd8c137-e854-4c4f-ac89-38cf74fca430","exec":["pm.sendRequest(\"https://postman-echo.com/get\", function (err, response) {","  console.log(response.json());","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"e9758390-94ae-47ef-b09b-b0d73176793a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"6939418f-47d0-432f-b598-e17101e0da11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query AssetQuery($filters: AssetFilters) {\n    organization {\n        assets(first:10, filters: $filters) { \n            edges {\n                node {\n                    id\n                    assetName\n                    createdAt\n                    manufacturerSerial\n                    completedAt\n\n                    project {\n                      name\n                      id\n                    }\n\n                    serial {\n                      serialData {\n                        serialDataType {\n                          name\n                          slug\n                        }\n\n                        value\n                        metadata\n\n                        createdAt\n                      }\n\n                      forgeOperationResults {\n                        operationItem {\n                          name\n                          id\n                        }\n\n                        exitCode\n                        passed\n                        status\n                        createdAt\n\n                        log\n                      }\n\n                      entitlements {\n                        assetEntitlementType {\n                          id\n                          provider {\n                            name\n                          }\n\n                          description\n\n                        }\n\n                        contractNumber\n                        endDate\n                        startDate\n                        description\n                        isExtended\n                      }\n                    }\n\n                    site {\n                      address {\n                        address1\n                        address2\n                        city\n                        region\n                        postalCode\n                        fullCountry {\n                          name\n                          isoCode\n                        }\n                      }\n                    }\n\n                    item {\n                        id\n                        name\n                        manufacturerSku\n                        description\n                        manufacturer {\n                          name\n                        }\n                        \n                        category {\n                          id\n                          name\n                        }\n\n\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Retrieve a paginated list of all assets.</p>\n<p>This example includes items such as:</p>\n<ul>\n<li><p>Site information on where an asset was deployed</p>\n</li>\n<li><p>Entitlement and warranty information from the manufacturer, if available</p>\n</li>\n<li><p>Captured asset data for systems run through Forge.</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"b2d9e2a1-ac2e-4674-b7b6-20eaf6ecb178","name":"Example Assets","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query assetInformation($count: Int!, $pageCursor: String) {\n\torganization {\n\t\tserials(first: $count, after: $pageCursor, filters: { finishedGood: true }) {\n\t\t\tedges {\n\t\t\t\tnode {\n          site: latestEndUserOrganization {\n            id\n            name\n            customerNumber\n            address: primaryShippingAddress {\n              address1\n              address2\n              city\n              region\n              postalCode\n              country\n            }\n          }\n\t\t\t\t\tmanufacturerSerial\n          completedAt\n\n\t\t\t\t\tentitlements {\n\t\t\t\t\t\tprovider {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstartDate\n\t\t\t\t\t\tendDate\n\t\t\t\t\t\ttype\n\t\t\t\t\t\tdescription\n\t\t\t\t\t}\n\n\t\t\t\t\titem {\n            ...itemFields\n\t\t\t\t\t}\n\n\t\t\t\t\tserialData {\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t\tmetadata\n\t\t\t\t\t\tvalue\n\t\t\t\t\t\tserialDataType {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n          rackElevationMap {\n            rackElevationSerials {\n              item {\n                ...itemFields\n              }\n              serial {\n                id\n                manufacturerSerial\n              }\n\n              slotContentOrientation {\n                name\n                description\n              }\n\n              slotNumber\n              slotHeight\n              slotContentType {\n                name\n              }\n\n            }\n          }\n\t\t\t\t}\n\t\t\t}\n\n      count\n      pageInfo {\n          endCursor\n          hasNextPage\n      }\n\t\t}\n\t}\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}\n","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"8481"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 16 Feb 2024 19:26:18 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7Rubkl6hogcMPEABztB"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"assets\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"assetName\": \"strk-pod02\",\n                            \"completedAt\": null,\n                            \"createdAt\": \"2025-05-01T14:37:54.947000Z\",\n                            \"id\": 218967,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 464,\n                                    \"name\": \"Storage\"\n                                },\n                                \"description\": null,\n                                \"id\": 704708,\n                                \"manufacturer\": {\n                                    \"name\": \"Pure Storage\"\n                                },\n                                \"manufacturerSku\": \"FA-XL170\",\n                                \"name\": \"FlashArray//XL170\"\n                            },\n                            \"manufacturerSerial\": \"PSI18HA849A003\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Pure's customer storage ownership with a subscription to software and hardware upgrades\",\n                                            \"id\": 165,\n                                            \"provider\": {\n                                                \"name\": \"Pure Storage\"\n                                            }\n                                        },\n                                        \"contractNumber\": \"00129599\",\n                                        \"description\": \"Pure's customer storage ownership with a subscription to software and hardware upgrades\",\n                                        \"endDate\": \"2027-10-17\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2024-10-18\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": null,\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2025-04-30T16:14:12.490000Z\",\n                                        \"metadata\": \"Size:Unit\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Total Storage Usage\",\n                                            \"slug\": \"total_storage_usage\"\n                                        },\n                                        \"value\": \"1.69 GB\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2025-04-30T16:14:12.490000Z\",\n                                        \"metadata\": \"Size:Unit\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Total Storage Capacity\",\n                                            \"slug\": \"total_storage_capacity\"\n                                        },\n                                        \"value\": \"23.41 TB\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2025-04-30T16:14:12.490000Z\",\n                                        \"metadata\": \"OS:Version\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Software Version\",\n                                            \"slug\": \"software_version\"\n                                        },\n                                        \"value\": \"Purity 6.7.3\"\n                                    }\n                                ]\n                            },\n                            \"site\": {\n                                \"address\": {\n                                    \"address1\": \"402 21st Ave S\",\n                                    \"address2\": null,\n                                    \"city\": \"Nashville\",\n                                    \"fullCountry\": {\n                                        \"isoCode\": \"US\",\n                                        \"name\": \"United States\"\n                                    },\n                                    \"postalCode\": \"37203-2404\",\n                                    \"region\": \"TN\"\n                                }\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2021-08-30T14:01:04Z\",\n                            \"createdAt\": \"2021-08-30T14:01:04.763000Z\",\n                            \"id\": 218968,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192180,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Intel Xeon Bronze 3 Year Warranty - Same day on-site\"\n                            },\n                            \"manufacturerSerial\": \"1K6YRY3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": [\n                                    {\n                                        \"createdAt\": \"2019-03-16T12:33:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\n[_INIT_] Client: forge_client     = pxe0-6\\n[_INIT_]  Stage: script_stage     = 2\\n[ INFO ] Creating system snapshot...\\n[ INFO ] Uploading system snapshot...\\n[+PASS ] System snapshot successfully uploaded.\\n[ INFO ] Creating system inventory...\\n[ INFO ] Searching for inventory check file...\\n[ INFO ] .--=== Quality Control Variations [0] ===--.\\n[ NOTE ] .--=== Forge Inventory Check [INV.1] ===--.\\n[+INV: ] bios.0.physid: 0\\n[+INV: ] bios.0.vendor: American Megatrends Inc.\\n[+INV: ] bus.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] bus.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+INV: ] bus.pci@0000:00:1f.4.businfo: pci@0000:00:1f.4\\n[+INV: ] bus.pci@0000:00:1f.4.product: 100 Series/C230 Series Chipset Family SMBus\\n[+INV: ] bus.usb@1.businfo: usb@1\\n[+INV: ] bus.usb@1.product: xHCI Host Controller\\n[+INV: ] bus.usb@1:9.businfo: usb@1:9\\n[+INV: ] bus.usb@1:9.product: Hub\\n[+INV: ] bus.usb@2.businfo: usb@2\\n[+INV: ] bus.usb@2.product: xHCI Host Controller\\n[+INV: ] communication.pci@0000:00:16.0.businfo: pci@0000:00:16.0\\n[+INV: ] communication.pci@0000:00:16.0.product: 100 Series/C230 Series Chipset Family MEI Controller #1\\n[+INV: ] communication.pci@0000:00:16.1.businfo: pci@0000:00:16.1\\n[+INV: ] communication.pci@0000:00:16.1.product: 100 Series/C230 Series Chipset Family MEI Controller #2\\n[+INV: ] memory.DIMMB2.description: DIMM Synchronous 2667 MHz (0.4 ns)\\n[+INV: ] memory.DIMMB2.size: 17179869184\\n[+INV: ] memory.DIMMB2.slot: DIMMB2\\n[+INV: ] memory.L2 Cache.description: L2 cache\\n[+INV: ] memory.L2 Cache.size: 1048576\\n[+INV: ] memory.L2 Cache.slot: L2 Cache\\n[+INV: ] memory.L3 Cache.description: L3 cache\\n[+INV: ] memory.L3 Cache.size: 8388608\\n[+INV: ] memory.L3 Cache.slot: L3 Cache\\n[+INV: ] network.pci@0000:02:00.0.businfo: pci@0000:02:00.0\\n[+INV: ] network.pci@0000:02:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:02:00.0.vendor: Intel Corporation\\n[+INV: ] network.pci@0000:03:00.0.businfo: pci@0000:03:00.0\\n[+INV: ] network.pci@0000:03:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:03:00.0.vendor: Intel Corporation\\n[+INV: ] processor.cpu@0.businfo: cpu@0\\n[+INV: ] processor.cpu@0.product: Intel(R) Xeon(R) CPU E3-1275 v6 @ 3.80GHz\\n[+INV: ] usb.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] usb.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+PASS ] [INV.1] Failed Checks=0\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 150000,\n                                            \"name\": \"Hardware Inventory Check\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:27:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": null,\n                                        \"operationItem\": {\n                                            \"id\": 123456,\n                                            \"name\": \"Universal MACE\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:44:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\nRunning test: (ExternalRegisterTest) for device: (COM:1) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (NetworkConnectivityTest) for device: (NetworkCard) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (RegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MathRegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MMXTest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSETest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE2Test) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE3Test) for device: (CPU)\\nPASS\\n\\nRunning test: (InternalRegisterTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (InternalControlSignalsTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (RTCAccuracyIRQTest) for device: (RTC)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (AdvancedPatternTest) for device: (Memory) with parameters: (TestPercentFree=7)\\nPASS\\n\\nRunning test: (CacheTest) for device: (CPU)\\nPASS\\n\\nRunning test: (USBDeviceEnumerationTest) for device: (USBController)\\nPASS\\n\\nRunning test: (USBStandardDeviceRequestsTest) for device: (USB)\\nPASS\\n\\nAll tests have passed successfully\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 165000,\n                                            \"name\": \"Basic Functional Testing\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    }\n                                ],\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.637000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.643000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.673000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.677000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.677000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.680000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.680000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.680000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.683000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.683000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.687000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.690000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.717000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.717000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.720000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.720000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.723000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.727000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.727000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2021-08-30T14:01:04Z\",\n                            \"createdAt\": \"2021-08-30T14:01:04.380000Z\",\n                            \"id\": 218969,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192178,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Intel Xeon Bronze 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"manufacturerSerial\": \"1SFT7Y3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": [\n                                    {\n                                        \"createdAt\": \"2019-03-16T12:33:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\n[_INIT_] Client: forge_client     = pxe0-6\\n[_INIT_]  Stage: script_stage     = 2\\n[ INFO ] Creating system snapshot...\\n[ INFO ] Uploading system snapshot...\\n[+PASS ] System snapshot successfully uploaded.\\n[ INFO ] Creating system inventory...\\n[ INFO ] Searching for inventory check file...\\n[ INFO ] .--=== Quality Control Variations [0] ===--.\\n[ NOTE ] .--=== Forge Inventory Check [INV.1] ===--.\\n[+INV: ] bios.0.physid: 0\\n[+INV: ] bios.0.vendor: American Megatrends Inc.\\n[+INV: ] bus.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] bus.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+INV: ] bus.pci@0000:00:1f.4.businfo: pci@0000:00:1f.4\\n[+INV: ] bus.pci@0000:00:1f.4.product: 100 Series/C230 Series Chipset Family SMBus\\n[+INV: ] bus.usb@1.businfo: usb@1\\n[+INV: ] bus.usb@1.product: xHCI Host Controller\\n[+INV: ] bus.usb@1:9.businfo: usb@1:9\\n[+INV: ] bus.usb@1:9.product: Hub\\n[+INV: ] bus.usb@2.businfo: usb@2\\n[+INV: ] bus.usb@2.product: xHCI Host Controller\\n[+INV: ] communication.pci@0000:00:16.0.businfo: pci@0000:00:16.0\\n[+INV: ] communication.pci@0000:00:16.0.product: 100 Series/C230 Series Chipset Family MEI Controller #1\\n[+INV: ] communication.pci@0000:00:16.1.businfo: pci@0000:00:16.1\\n[+INV: ] communication.pci@0000:00:16.1.product: 100 Series/C230 Series Chipset Family MEI Controller #2\\n[+INV: ] memory.DIMMB2.description: DIMM Synchronous 2667 MHz (0.4 ns)\\n[+INV: ] memory.DIMMB2.size: 17179869184\\n[+INV: ] memory.DIMMB2.slot: DIMMB2\\n[+INV: ] memory.L2 Cache.description: L2 cache\\n[+INV: ] memory.L2 Cache.size: 1048576\\n[+INV: ] memory.L2 Cache.slot: L2 Cache\\n[+INV: ] memory.L3 Cache.description: L3 cache\\n[+INV: ] memory.L3 Cache.size: 8388608\\n[+INV: ] memory.L3 Cache.slot: L3 Cache\\n[+INV: ] network.pci@0000:02:00.0.businfo: pci@0000:02:00.0\\n[+INV: ] network.pci@0000:02:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:02:00.0.vendor: Intel Corporation\\n[+INV: ] network.pci@0000:03:00.0.businfo: pci@0000:03:00.0\\n[+INV: ] network.pci@0000:03:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:03:00.0.vendor: Intel Corporation\\n[+INV: ] processor.cpu@0.businfo: cpu@0\\n[+INV: ] processor.cpu@0.product: Intel(R) Xeon(R) CPU E3-1275 v6 @ 3.80GHz\\n[+INV: ] usb.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] usb.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+PASS ] [INV.1] Failed Checks=0\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 150000,\n                                            \"name\": \"Hardware Inventory Check\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:27:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": null,\n                                        \"operationItem\": {\n                                            \"id\": 123456,\n                                            \"name\": \"Universal MACE\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:44:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\nRunning test: (ExternalRegisterTest) for device: (COM:1) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (NetworkConnectivityTest) for device: (NetworkCard) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (RegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MathRegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MMXTest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSETest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE2Test) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE3Test) for device: (CPU)\\nPASS\\n\\nRunning test: (InternalRegisterTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (InternalControlSignalsTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (RTCAccuracyIRQTest) for device: (RTC)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (AdvancedPatternTest) for device: (Memory) with parameters: (TestPercentFree=7)\\nPASS\\n\\nRunning test: (CacheTest) for device: (CPU)\\nPASS\\n\\nRunning test: (USBDeviceEnumerationTest) for device: (USBController)\\nPASS\\n\\nRunning test: (USBStandardDeviceRequestsTest) for device: (USB)\\nPASS\\n\\nAll tests have passed successfully\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 165000,\n                                            \"name\": \"Basic Functional Testing\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    }\n                                ],\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.717000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.723000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.797000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.800000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.803000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.810000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.813000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.817000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.823000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.827000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.837000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.840000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.933000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.940000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.943000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.950000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.953000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.957000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:25.960000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2023-10-23T07:00:00Z\",\n                            \"createdAt\": \"2023-10-23T07:00:00.000000Z\",\n                            \"id\": 218970,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\",\n                                \"id\": 290609,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"1WSMNZ3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": null,\n                                \"forgeOperationResults\": null,\n                                \"serialData\": []\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2021-08-30T14:01:03Z\",\n                            \"createdAt\": \"2021-08-30T14:01:03.697000Z\",\n                            \"id\": 218971,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192170,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Xeon Gold 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"manufacturerSerial\": \"1YJX7Y3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": null,\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.010000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.017000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.063000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.063000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.067000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.067000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.070000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.070000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.073000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.077000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.080000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.080000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.127000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.130000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.130000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.153000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.157000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.160000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.160000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2021-08-30T14:01:03Z\",\n                            \"createdAt\": \"2021-08-30T14:01:03.993000Z\",\n                            \"id\": 218972,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192174,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Xeon Silver 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"manufacturerSerial\": \"22WD2Z3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": [\n                                    {\n                                        \"createdAt\": \"2019-03-16T12:33:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\n[_INIT_] Client: forge_client     = pxe0-6\\n[_INIT_]  Stage: script_stage     = 2\\n[ INFO ] Creating system snapshot...\\n[ INFO ] Uploading system snapshot...\\n[+PASS ] System snapshot successfully uploaded.\\n[ INFO ] Creating system inventory...\\n[ INFO ] Searching for inventory check file...\\n[ INFO ] .--=== Quality Control Variations [0] ===--.\\n[ NOTE ] .--=== Forge Inventory Check [INV.1] ===--.\\n[+INV: ] bios.0.physid: 0\\n[+INV: ] bios.0.vendor: American Megatrends Inc.\\n[+INV: ] bus.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] bus.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+INV: ] bus.pci@0000:00:1f.4.businfo: pci@0000:00:1f.4\\n[+INV: ] bus.pci@0000:00:1f.4.product: 100 Series/C230 Series Chipset Family SMBus\\n[+INV: ] bus.usb@1.businfo: usb@1\\n[+INV: ] bus.usb@1.product: xHCI Host Controller\\n[+INV: ] bus.usb@1:9.businfo: usb@1:9\\n[+INV: ] bus.usb@1:9.product: Hub\\n[+INV: ] bus.usb@2.businfo: usb@2\\n[+INV: ] bus.usb@2.product: xHCI Host Controller\\n[+INV: ] communication.pci@0000:00:16.0.businfo: pci@0000:00:16.0\\n[+INV: ] communication.pci@0000:00:16.0.product: 100 Series/C230 Series Chipset Family MEI Controller #1\\n[+INV: ] communication.pci@0000:00:16.1.businfo: pci@0000:00:16.1\\n[+INV: ] communication.pci@0000:00:16.1.product: 100 Series/C230 Series Chipset Family MEI Controller #2\\n[+INV: ] memory.DIMMB2.description: DIMM Synchronous 2667 MHz (0.4 ns)\\n[+INV: ] memory.DIMMB2.size: 17179869184\\n[+INV: ] memory.DIMMB2.slot: DIMMB2\\n[+INV: ] memory.L2 Cache.description: L2 cache\\n[+INV: ] memory.L2 Cache.size: 1048576\\n[+INV: ] memory.L2 Cache.slot: L2 Cache\\n[+INV: ] memory.L3 Cache.description: L3 cache\\n[+INV: ] memory.L3 Cache.size: 8388608\\n[+INV: ] memory.L3 Cache.slot: L3 Cache\\n[+INV: ] network.pci@0000:02:00.0.businfo: pci@0000:02:00.0\\n[+INV: ] network.pci@0000:02:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:02:00.0.vendor: Intel Corporation\\n[+INV: ] network.pci@0000:03:00.0.businfo: pci@0000:03:00.0\\n[+INV: ] network.pci@0000:03:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:03:00.0.vendor: Intel Corporation\\n[+INV: ] processor.cpu@0.businfo: cpu@0\\n[+INV: ] processor.cpu@0.product: Intel(R) Xeon(R) CPU E3-1275 v6 @ 3.80GHz\\n[+INV: ] usb.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] usb.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+PASS ] [INV.1] Failed Checks=0\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 150000,\n                                            \"name\": \"Hardware Inventory Check\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:27:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": null,\n                                        \"operationItem\": {\n                                            \"id\": 123456,\n                                            \"name\": \"Universal MACE\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:44:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\nRunning test: (ExternalRegisterTest) for device: (COM:1) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (NetworkConnectivityTest) for device: (NetworkCard) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (RegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MathRegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MMXTest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSETest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE2Test) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE3Test) for device: (CPU)\\nPASS\\n\\nRunning test: (InternalRegisterTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (InternalControlSignalsTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (RTCAccuracyIRQTest) for device: (RTC)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (AdvancedPatternTest) for device: (Memory) with parameters: (TestPercentFree=7)\\nPASS\\n\\nRunning test: (CacheTest) for device: (CPU)\\nPASS\\n\\nRunning test: (USBDeviceEnumerationTest) for device: (USBController)\\nPASS\\n\\nRunning test: (USBStandardDeviceRequestsTest) for device: (USB)\\nPASS\\n\\nAll tests have passed successfully\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 165000,\n                                            \"name\": \"Basic Functional Testing\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    }\n                                ],\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.583000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.590000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.610000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.620000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.627000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.630000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.630000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.630000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.633000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.637000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.640000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.640000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.667000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.670000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.670000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.670000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.673000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.677000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:08.677000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2021-08-30T14:01:03Z\",\n                            \"createdAt\": \"2021-08-30T14:01:03.817000Z\",\n                            \"id\": 218973,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192172,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Xeon Gold 3 Year Warranty - Same day on-site\"\n                            },\n                            \"manufacturerSerial\": \"2J6YRY3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": [\n                                    {\n                                        \"createdAt\": \"2019-03-16T12:33:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\n[_INIT_] Client: forge_client     = pxe0-6\\n[_INIT_]  Stage: script_stage     = 2\\n[ INFO ] Creating system snapshot...\\n[ INFO ] Uploading system snapshot...\\n[+PASS ] System snapshot successfully uploaded.\\n[ INFO ] Creating system inventory...\\n[ INFO ] Searching for inventory check file...\\n[ INFO ] .--=== Quality Control Variations [0] ===--.\\n[ NOTE ] .--=== Forge Inventory Check [INV.1] ===--.\\n[+INV: ] bios.0.physid: 0\\n[+INV: ] bios.0.vendor: American Megatrends Inc.\\n[+INV: ] bus.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] bus.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+INV: ] bus.pci@0000:00:1f.4.businfo: pci@0000:00:1f.4\\n[+INV: ] bus.pci@0000:00:1f.4.product: 100 Series/C230 Series Chipset Family SMBus\\n[+INV: ] bus.usb@1.businfo: usb@1\\n[+INV: ] bus.usb@1.product: xHCI Host Controller\\n[+INV: ] bus.usb@1:9.businfo: usb@1:9\\n[+INV: ] bus.usb@1:9.product: Hub\\n[+INV: ] bus.usb@2.businfo: usb@2\\n[+INV: ] bus.usb@2.product: xHCI Host Controller\\n[+INV: ] communication.pci@0000:00:16.0.businfo: pci@0000:00:16.0\\n[+INV: ] communication.pci@0000:00:16.0.product: 100 Series/C230 Series Chipset Family MEI Controller #1\\n[+INV: ] communication.pci@0000:00:16.1.businfo: pci@0000:00:16.1\\n[+INV: ] communication.pci@0000:00:16.1.product: 100 Series/C230 Series Chipset Family MEI Controller #2\\n[+INV: ] memory.DIMMB2.description: DIMM Synchronous 2667 MHz (0.4 ns)\\n[+INV: ] memory.DIMMB2.size: 17179869184\\n[+INV: ] memory.DIMMB2.slot: DIMMB2\\n[+INV: ] memory.L2 Cache.description: L2 cache\\n[+INV: ] memory.L2 Cache.size: 1048576\\n[+INV: ] memory.L2 Cache.slot: L2 Cache\\n[+INV: ] memory.L3 Cache.description: L3 cache\\n[+INV: ] memory.L3 Cache.size: 8388608\\n[+INV: ] memory.L3 Cache.slot: L3 Cache\\n[+INV: ] network.pci@0000:02:00.0.businfo: pci@0000:02:00.0\\n[+INV: ] network.pci@0000:02:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:02:00.0.vendor: Intel Corporation\\n[+INV: ] network.pci@0000:03:00.0.businfo: pci@0000:03:00.0\\n[+INV: ] network.pci@0000:03:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:03:00.0.vendor: Intel Corporation\\n[+INV: ] processor.cpu@0.businfo: cpu@0\\n[+INV: ] processor.cpu@0.product: Intel(R) Xeon(R) CPU E3-1275 v6 @ 3.80GHz\\n[+INV: ] usb.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] usb.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+PASS ] [INV.1] Failed Checks=0\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 150000,\n                                            \"name\": \"Hardware Inventory Check\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:27:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": null,\n                                        \"operationItem\": {\n                                            \"id\": 123456,\n                                            \"name\": \"Universal MACE\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:44:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\nRunning test: (ExternalRegisterTest) for device: (COM:1) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (NetworkConnectivityTest) for device: (NetworkCard) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (RegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MathRegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MMXTest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSETest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE2Test) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE3Test) for device: (CPU)\\nPASS\\n\\nRunning test: (InternalRegisterTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (InternalControlSignalsTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (RTCAccuracyIRQTest) for device: (RTC)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (AdvancedPatternTest) for device: (Memory) with parameters: (TestPercentFree=7)\\nPASS\\n\\nRunning test: (CacheTest) for device: (CPU)\\nPASS\\n\\nRunning test: (USBDeviceEnumerationTest) for device: (USBController)\\nPASS\\n\\nRunning test: (USBStandardDeviceRequestsTest) for device: (USB)\\nPASS\\n\\nAll tests have passed successfully\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 165000,\n                                            \"name\": \"Basic Functional Testing\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    }\n                                ],\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.140000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.143000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.173000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.173000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.177000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.180000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.180000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.183000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.183000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.187000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.190000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.190000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.237000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.240000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.240000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.240000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.243000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.243000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:09.247000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2024-09-23T07:00:00Z\",\n                            \"createdAt\": \"2024-09-23T07:00:00.000000Z\",\n                            \"id\": 218974,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192180,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Intel Xeon Bronze 3 Year Warranty - Same day on-site\"\n                            },\n                            \"manufacturerSerial\": \"2L6YRY3\",\n                            \"project\": {\n                                \"id\": 1004,\n                                \"name\": \"Austin Data Center Build Out\"\n                            },\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2029-11-28\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2023-11-28\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2029-11-28\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2023-11-28\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2029-11-28\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2023-11-28\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": [\n                                    {\n                                        \"createdAt\": \"2019-03-16T12:33:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\n[_INIT_] Client: forge_client     = pxe0-6\\n[_INIT_]  Stage: script_stage     = 2\\n[ INFO ] Creating system snapshot...\\n[ INFO ] Uploading system snapshot...\\n[+PASS ] System snapshot successfully uploaded.\\n[ INFO ] Creating system inventory...\\n[ INFO ] Searching for inventory check file...\\n[ INFO ] .--=== Quality Control Variations [0] ===--.\\n[ NOTE ] .--=== Forge Inventory Check [INV.1] ===--.\\n[+INV: ] bios.0.physid: 0\\n[+INV: ] bios.0.vendor: American Megatrends Inc.\\n[+INV: ] bus.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] bus.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+INV: ] bus.pci@0000:00:1f.4.businfo: pci@0000:00:1f.4\\n[+INV: ] bus.pci@0000:00:1f.4.product: 100 Series/C230 Series Chipset Family SMBus\\n[+INV: ] bus.usb@1.businfo: usb@1\\n[+INV: ] bus.usb@1.product: xHCI Host Controller\\n[+INV: ] bus.usb@1:9.businfo: usb@1:9\\n[+INV: ] bus.usb@1:9.product: Hub\\n[+INV: ] bus.usb@2.businfo: usb@2\\n[+INV: ] bus.usb@2.product: xHCI Host Controller\\n[+INV: ] communication.pci@0000:00:16.0.businfo: pci@0000:00:16.0\\n[+INV: ] communication.pci@0000:00:16.0.product: 100 Series/C230 Series Chipset Family MEI Controller #1\\n[+INV: ] communication.pci@0000:00:16.1.businfo: pci@0000:00:16.1\\n[+INV: ] communication.pci@0000:00:16.1.product: 100 Series/C230 Series Chipset Family MEI Controller #2\\n[+INV: ] memory.DIMMB2.description: DIMM Synchronous 2667 MHz (0.4 ns)\\n[+INV: ] memory.DIMMB2.size: 17179869184\\n[+INV: ] memory.DIMMB2.slot: DIMMB2\\n[+INV: ] memory.L2 Cache.description: L2 cache\\n[+INV: ] memory.L2 Cache.size: 1048576\\n[+INV: ] memory.L2 Cache.slot: L2 Cache\\n[+INV: ] memory.L3 Cache.description: L3 cache\\n[+INV: ] memory.L3 Cache.size: 8388608\\n[+INV: ] memory.L3 Cache.slot: L3 Cache\\n[+INV: ] network.pci@0000:02:00.0.businfo: pci@0000:02:00.0\\n[+INV: ] network.pci@0000:02:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:02:00.0.vendor: Intel Corporation\\n[+INV: ] network.pci@0000:03:00.0.businfo: pci@0000:03:00.0\\n[+INV: ] network.pci@0000:03:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:03:00.0.vendor: Intel Corporation\\n[+INV: ] processor.cpu@0.businfo: cpu@0\\n[+INV: ] processor.cpu@0.product: Intel(R) Xeon(R) CPU E3-1275 v6 @ 3.80GHz\\n[+INV: ] usb.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] usb.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+PASS ] [INV.1] Failed Checks=0\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 150000,\n                                            \"name\": \"Hardware Inventory Check\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:27:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": null,\n                                        \"operationItem\": {\n                                            \"id\": 123456,\n                                            \"name\": \"Universal MACE\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:44:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\nRunning test: (ExternalRegisterTest) for device: (COM:1) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (NetworkConnectivityTest) for device: (NetworkCard) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (RegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MathRegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MMXTest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSETest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE2Test) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE3Test) for device: (CPU)\\nPASS\\n\\nRunning test: (InternalRegisterTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (InternalControlSignalsTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (RTCAccuracyIRQTest) for device: (RTC)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (AdvancedPatternTest) for device: (Memory) with parameters: (TestPercentFree=7)\\nPASS\\n\\nRunning test: (CacheTest) for device: (CPU)\\nPASS\\n\\nRunning test: (USBDeviceEnumerationTest) for device: (USBController)\\nPASS\\n\\nRunning test: (USBStandardDeviceRequestsTest) for device: (USB)\\nPASS\\n\\nAll tests have passed successfully\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 165000,\n                                            \"name\": \"Basic Functional Testing\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    }\n                                ],\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.480000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.487000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.540000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.540000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.543000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.543000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.547000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.547000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.550000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.550000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.553000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.560000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.590000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.590000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.590000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.593000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.593000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.597000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.597000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2023-11-28T07:00:00Z\",\n                            \"createdAt\": \"2023-11-28T07:00:00.000000Z\",\n                            \"id\": 218975,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192180,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Intel Xeon Bronze 3 Year Warranty - Same day on-site\"\n                            },\n                            \"manufacturerSerial\": \"3J6YRY3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2029-11-28\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2023-11-28\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2029-11-28\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2023-11-28\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2029-11-28\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2023-11-28\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": [\n                                    {\n                                        \"createdAt\": \"2019-03-16T12:33:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\n[_INIT_] Client: forge_client     = pxe0-6\\n[_INIT_]  Stage: script_stage     = 2\\n[ INFO ] Creating system snapshot...\\n[ INFO ] Uploading system snapshot...\\n[+PASS ] System snapshot successfully uploaded.\\n[ INFO ] Creating system inventory...\\n[ INFO ] Searching for inventory check file...\\n[ INFO ] .--=== Quality Control Variations [0] ===--.\\n[ NOTE ] .--=== Forge Inventory Check [INV.1] ===--.\\n[+INV: ] bios.0.physid: 0\\n[+INV: ] bios.0.vendor: American Megatrends Inc.\\n[+INV: ] bus.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] bus.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+INV: ] bus.pci@0000:00:1f.4.businfo: pci@0000:00:1f.4\\n[+INV: ] bus.pci@0000:00:1f.4.product: 100 Series/C230 Series Chipset Family SMBus\\n[+INV: ] bus.usb@1.businfo: usb@1\\n[+INV: ] bus.usb@1.product: xHCI Host Controller\\n[+INV: ] bus.usb@1:9.businfo: usb@1:9\\n[+INV: ] bus.usb@1:9.product: Hub\\n[+INV: ] bus.usb@2.businfo: usb@2\\n[+INV: ] bus.usb@2.product: xHCI Host Controller\\n[+INV: ] communication.pci@0000:00:16.0.businfo: pci@0000:00:16.0\\n[+INV: ] communication.pci@0000:00:16.0.product: 100 Series/C230 Series Chipset Family MEI Controller #1\\n[+INV: ] communication.pci@0000:00:16.1.businfo: pci@0000:00:16.1\\n[+INV: ] communication.pci@0000:00:16.1.product: 100 Series/C230 Series Chipset Family MEI Controller #2\\n[+INV: ] memory.DIMMB2.description: DIMM Synchronous 2667 MHz (0.4 ns)\\n[+INV: ] memory.DIMMB2.size: 17179869184\\n[+INV: ] memory.DIMMB2.slot: DIMMB2\\n[+INV: ] memory.L2 Cache.description: L2 cache\\n[+INV: ] memory.L2 Cache.size: 1048576\\n[+INV: ] memory.L2 Cache.slot: L2 Cache\\n[+INV: ] memory.L3 Cache.description: L3 cache\\n[+INV: ] memory.L3 Cache.size: 8388608\\n[+INV: ] memory.L3 Cache.slot: L3 Cache\\n[+INV: ] network.pci@0000:02:00.0.businfo: pci@0000:02:00.0\\n[+INV: ] network.pci@0000:02:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:02:00.0.vendor: Intel Corporation\\n[+INV: ] network.pci@0000:03:00.0.businfo: pci@0000:03:00.0\\n[+INV: ] network.pci@0000:03:00.0.product: I210 Gigabit Network Connection\\n[+INV: ] network.pci@0000:03:00.0.vendor: Intel Corporation\\n[+INV: ] processor.cpu@0.businfo: cpu@0\\n[+INV: ] processor.cpu@0.product: Intel(R) Xeon(R) CPU E3-1275 v6 @ 3.80GHz\\n[+INV: ] usb.pci@0000:00:14.0.businfo: pci@0000:00:14.0\\n[+INV: ] usb.pci@0000:00:14.0.product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller\\n[+PASS ] [INV.1] Failed Checks=0\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 150000,\n                                            \"name\": \"Hardware Inventory Check\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:27:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": null,\n                                        \"operationItem\": {\n                                            \"id\": 123456,\n                                            \"name\": \"Universal MACE\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2019-03-16T14:44:21.213000Z\",\n                                        \"exitCode\": 0,\n                                        \"log\": \"\\nRunning test: (ExternalRegisterTest) for device: (COM:1) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (NetworkConnectivityTest) for device: (NetworkCard) with parameters: (PromptUserForInput=False)\\nPASS\\n\\nRunning test: (RegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MathRegisterTest) for device: (CPU)\\nPASS\\n\\nRunning test: (MMXTest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSETest) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE2Test) for device: (CPU)\\nPASS\\n\\nRunning test: (SSE3Test) for device: (CPU)\\nPASS\\n\\nRunning test: (InternalRegisterTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (InternalControlSignalsTest) for device: (SerialPort)\\nPASS\\n\\nRunning test: (RTCAccuracyIRQTest) for device: (RTC)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (ChecksumTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (RTC)\\nPASS\\n\\nRunning test: (PatternTest) for device: (CMOS)\\nPASS\\n\\nRunning test: (AdvancedPatternTest) for device: (Memory) with parameters: (TestPercentFree=7)\\nPASS\\n\\nRunning test: (CacheTest) for device: (CPU)\\nPASS\\n\\nRunning test: (USBDeviceEnumerationTest) for device: (USBController)\\nPASS\\n\\nRunning test: (USBStandardDeviceRequestsTest) for device: (USB)\\nPASS\\n\\nAll tests have passed successfully\\n\",\n                                        \"operationItem\": {\n                                            \"id\": 165000,\n                                            \"name\": \"Basic Functional Testing\"\n                                        },\n                                        \"passed\": true,\n                                        \"status\": \"Pass\"\n                                    }\n                                ],\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.310000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.320000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.343000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.350000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.350000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.350000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.353000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.353000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.357000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.357000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.360000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.363000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.390000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.390000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.390000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.393000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.397000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.397000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:33:24.400000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetName\": null,\n                            \"completedAt\": \"2021-08-30T14:01:03Z\",\n                            \"createdAt\": \"2021-08-30T14:01:03.607000Z\",\n                            \"id\": 218976,\n                            \"item\": {\n                                \"category\": {\n                                    \"id\": 96,\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"\",\n                                \"id\": 192170,\n                                \"manufacturer\": {\n                                    \"name\": \"Dell Inc.\"\n                                },\n                                \"manufacturerSku\": \"\",\n                                \"name\": \"PowerEdge R760 Xeon Gold 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"manufacturerSerial\": \"3XJX7Y3\",\n                            \"project\": null,\n                            \"serial\": {\n                                \"entitlements\": [\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (for business Customer)\",\n                                            \"id\": 88,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Onsite Service After Remote Diagnosis (Consumer Customer)/ Next Business Day Onsite After Remote Diagnosis (Commercial Customer)\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"ProSupport Mission Critical\",\n                                            \"id\": 77,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"ProSupport Mission Critical\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    },\n                                    {\n                                        \"assetEntitlementType\": {\n                                            \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                            \"id\": 81,\n                                            \"provider\": {\n                                                \"name\": \"Dell\"\n                                            }\n                                        },\n                                        \"contractNumber\": null,\n                                        \"description\": \"Keep Your Hard Drive/Keep Your Hard Drive for Enterprise Service\",\n                                        \"endDate\": \"2027-08-30\",\n                                        \"isExtended\": false,\n                                        \"startDate\": \"2021-08-30\"\n                                    }\n                                ],\n                                \"forgeOperationResults\": null,\n                                \"serialData\": [\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.190000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"IPMI Password\",\n                                            \"slug\": \"ipmi_password\"\n                                        },\n                                        \"value\": \"9FY4VAVP93ME\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.193000Z\",\n                                        \"metadata\": \"eth0\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.220000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MZ7KH480HAHQ0D3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.220000Z\",\n                                        \"metadata\": \"S5CNNA0R721168\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"    HF58\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.223000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.223000Z\",\n                                        \"metadata\": \"61R0A582FRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.227000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.233000Z\",\n                                        \"metadata\": \"61S0A2LTFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.240000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"HDD 1 Model\",\n                                            \"slug\": \"hdd_1_model\"\n                                        },\n                                        \"value\": \"MG07SCA12TEY\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.240000Z\",\n                                        \"metadata\": \"61S0A2LYFRLH\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Harddrive firmware\",\n                                            \"slug\": \"harddrive_firmware\"\n                                        },\n                                        \"value\": \"EI0C\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.243000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Service Tag\",\n                                            \"slug\": \"service_tag\"\n                                        },\n                                        \"value\": \"95CL2G3\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.243000Z\",\n                                        \"metadata\": \"\",\n                                        \"serialDataType\": {\n                                            \"name\": \"Express Service Code\",\n                                            \"slug\": \"express_service_code\"\n                                        },\n                                        \"value\": \"19914510243\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.270000Z\",\n                                        \"metadata\": \"eno8303\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0a\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.273000Z\",\n                                        \"metadata\": \"eno8403\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:0b\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.273000Z\",\n                                        \"metadata\": \"eno12399\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1e\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.277000Z\",\n                                        \"metadata\": \"eno12409\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:1f\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.277000Z\",\n                                        \"metadata\": \"eno12419\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:20\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.280000Z\",\n                                        \"metadata\": \"eno12429\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"68:05:ca:cb:c3:21\"\n                                    },\n                                    {\n                                        \"createdAt\": \"2023-05-15T11:34:50.280000Z\",\n                                        \"metadata\": \"ipmi\",\n                                        \"serialDataType\": {\n                                            \"name\": \"MAC Address\",\n                                            \"slug\": \"mac_address\"\n                                        },\n                                        \"value\": \"b0:7b:25:bd:be:04\"\n                                    }\n                                ]\n                            },\n                            \"site\": null\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"6939418f-47d0-432f-b598-e17101e0da11"},{"name":"Legacy Assets","event":[{"listen":"test","script":{"id":"8bd8c137-e854-4c4f-ac89-38cf74fca430","exec":["pm.sendRequest(\"https://postman-echo.com/get\", function (err, response) {","  console.log(response.json());","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"e9758390-94ae-47ef-b09b-b0d73176793a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aff2f279-9a63-4abd-a4d0-c11cd39ddd14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query assetInformation($count: Int!, $pageCursor: String) {\n  organization {\n    serials(\n      first: $count\n      after: $pageCursor\n      filters: { finishedGood: true }\n    ) {\n      edges {\n        node {\n          site: latestEndUserOrganization {\n            id\n            name\n            customerNumber\n            address: primaryShippingAddress {\n              address1\n              address2\n              city\n              region\n              postalCode\n              country\n            }\n          }\n          manufacturerSerial\n          completedAt\n\n          entitlements {\n            provider {\n              name\n            }\n            startDate\n            endDate\n            type\n            description\n          }\n\n          item {\n            ...itemFields\n          }\n\n          serialData {\n            createdAt\n            updatedAt\n            metadata\n            value\n            serialDataType {\n              name\n            }\n          }\n\n          rackElevationMap {\n            rackElevationSerials {\n              item {\n                ...itemFields\n              }\n              serial {\n                id\n                manufacturerSerial\n              }\n\n              slotContentOrientation {\n                name\n                description\n              }\n\n              slotNumber\n              slotHeight\n              slotContentType {\n                name\n              }\n            }\n          }\n        }\n      }\n\n      count\n      pageInfo {\n        endCursor\n        hasNextPage\n      }\n    }\n  }\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}\n","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Retrieve a paginated list of all assets.</p>\n<p>This example includes items such as:</p>\n<ul>\n<li><p>Site information on where an asset was deployed</p>\n</li>\n<li><p>Entitlement and warranty information from the manufacturer, if available</p>\n</li>\n<li><p>Rack elevation map for rack assets</p>\n</li>\n<li><p>Captured asset data for systems run through Forge.</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aff2f279-9a63-4abd-a4d0-c11cd39ddd14"},{"name":"Update Asset Status","event":[{"listen":"test","script":{"id":"8bd8c137-e854-4c4f-ac89-38cf74fca430","exec":["pm.sendRequest(\"https://postman-echo.com/get\", function (err, response) {","  console.log(response.json());","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"e9758390-94ae-47ef-b09b-b0d73176793a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"383be7c5-052b-420d-9e0a-95d9630a7827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation AssetUpdateMutation($input: [AssetUpdateInput!]!) {\n  organization {\n    updateAssets(input: $input) {\n      assetId\n      assetName\n      assetStatusId\n    }\n  }\n}","variables":"{\n    \"input\": [\n      {\n        \"assetId\": 400997,\n        \"assetStatusSlug\": \"in_stock\"\n      }\n    ]\n  }"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"383be7c5-052b-420d-9e0a-95d9630a7827"},{"name":"Category Filter","event":[{"listen":"test","script":{"id":"8bd8c137-e854-4c4f-ac89-38cf74fca430","exec":["pm.sendRequest(\"https://postman-echo.com/get\", function (err, response) {","  console.log(response.json());","});"],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"e9758390-94ae-47ef-b09b-b0d73176793a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"084471d7-56bc-4bc7-a6de-8f46c650b430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ItemCategoriesFilterValues($orgId: Int) {\n  organization(id: $orgId) {\n    id\n    itemCategories(isAsset: true) {\n      id\n      name\n    }\n  }\n}","variables":"{\n    \"input\": [\n      { \n        \"isAsset\": true\n      }\n    ]\n  }"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"084471d7-56bc-4bc7-a6de-8f46c650b430"},{"name":"Serials in Inventory","id":"ed8e8994-b375-484c-837b-168c5e32c115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serialsInInventory($count: Int!, $inventoryLocationId: Int!, $endCursor: String) {\n  organization {\n    inventoryLocations {\n      id\n      name\n      warehouse {\n        name\n      }\n    }\n\n\t\tserials(first: $count, after: $endCursor, filters: { inventoryLocationId: $inventoryLocationId }) {\n      count\n\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n\t\t\tedges {\n        node {\n          manufacturerSerial\n          item { ...itemFields }\n        }\n      }\n\t\t}\n  }\n}\n\n\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null,\n    \"inventoryLocationId\": 1\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Returns a list of serials that are currently in stock in a particular inventory location.</p>\n<p>To get a list of inventory locations, use the example query in Inventory \\ Inventory Locations.</p>\n","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"4b93f398-9732-4eed-90ec-edfe8d19aa1d","name":"Example Serials in Inventory","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serialsInInventory($count: Int!, $inventoryLocationId: Int!, $endCursor: String) {\n  organization {\n    inventoryLocations {\n      id\n      name\n      warehouse {\n        name\n      }\n    }\n\n\n\t\tserials(first: $count, after: $endCursor, filters: { inventoryLocationId: $inventoryLocationId }) {\n      count\n\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n\t\t\tedges {\n        node {\n          manufacturerSerial\n          item { ...itemFields }\n        }\n      }\n\t\t}\n  }\n}\n\n\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null,\n    \"inventoryLocationId\": 1\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"890"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Feb 2024 15:54:27 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7fDQSmyiu2OgMEAATUS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"inventoryLocations\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Libertyville Stock\",\n                    \"warehouse\": {\n                        \"name\": \"Libertyville, Illinois\"\n                    }\n                },\n                {\n                    \"id\": 15,\n                    \"name\": \"Netherlands\",\n                    \"warehouse\": {\n                        \"name\": \"Netherlands\"\n                    }\n                },\n                {\n                    \"id\": 16,\n                    \"name\": \"Singapore\",\n                    \"warehouse\": {\n                        \"name\": \"Singapore\"\n                    }\n                },\n                {\n                    \"id\": 48,\n                    \"name\": \"Customer Consigned Warehouse\",\n                    \"warehouse\": {\n                        \"name\": \"Libertyville, Illinois\"\n                    }\n                },\n                {\n                    \"id\": 78,\n                    \"name\": \"AHEAD Procurement\",\n                    \"warehouse\": {\n                        \"name\": \"Libertyville, Illinois\"\n                    }\n                }\n            ],\n            \"serials\": {\n                \"count\": 1419,\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Processor\"\n                                },\n                                \"description\": \"8C/16T LGA 3647 11MB L3 Embedded\",\n                                \"id\": 174703,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"CD8067303561400\",\n                                \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                            },\n                            \"manufacturerSerial\": \"XG19627403\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                \"id\": 174544,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                            },\n                            \"manufacturerSerial\": \"SK84512039\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                \"id\": 174544,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                            },\n                            \"manufacturerSerial\": \"ZY53920164\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                \"id\": 174544,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                            },\n                            \"manufacturerSerial\": \"CN48192357\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                \"id\": 174544,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                            },\n                            \"manufacturerSerial\": \"SW78123506\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                \"id\": 174544,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                            },\n                            \"manufacturerSerial\": \"MT47536928\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                \"id\": 174544,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                            },\n                            \"manufacturerSerial\": \"NM80976234\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"RAID Card/HBA\"\n                                },\n                                \"description\": \"SAS 3.0 PCI-e 3.0 x8 LP\",\n                                \"id\": 147212,\n                                \"manufacturer\": {\n                                    \"id\": 1000275,\n                                    \"name\": \"Supermicro Computer, Inc.\"\n                                },\n                                \"manufacturerSku\": \"AOC-S3108L-H8iR\",\n                                \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                            },\n                            \"manufacturerSerial\": \"RT64720915\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Accessory\"\n                                },\n                                \"description\": \"Supercap BBU for Supermicro SAS3 See notes for motherboards and RCs\",\n                                \"id\": 156513,\n                                \"manufacturer\": {\n                                    \"id\": 1000275,\n                                    \"name\": \"Supermicro Computer, Inc.\"\n                                },\n                                \"manufacturerSku\": \"BTR-TFM8G-LSICVM02\",\n                                \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                            },\n                            \"manufacturerSerial\": \"ZM46713508\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Cables/Connect\"\n                                },\n                                \"description\": \"60CM SFF-8643 to SFF-8643\",\n                                \"id\": 150928,\n                                \"manufacturer\": {\n                                    \"id\": 1000275,\n                                    \"name\": \"Supermicro Computer, Inc.\"\n                                },\n                                \"manufacturerSku\": \"CBL-SAST-0593\",\n                                \"name\": \"Supermicro CBL-SAST-0593\"\n                            },\n                            \"manufacturerSerial\": \"RM79546312\"\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjk=\",\n                    \"hasNextPage\": true\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"ed8e8994-b375-484c-837b-168c5e32c115"},{"name":"Serials at Site","id":"79f2c10f-b292-460c-86ca-a2b5e7a50e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serialsAtSite($siteId: Int!, $count: Int!, $pageCursor: String, $finishedGood: Boolean) {\n  organization {\n    serials(first: $count, after: $pageCursor, filters: { endUserOrganizationId: $siteId, finishedGood: $finishedGood }) {\n      count\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n      edges {\n        node {\n          id\n          manufacturerSerial\n          completedAt\n\n\t\t\t\t\tserialData {\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t\tmetadata\n\t\t\t\t\t\tvalue\n\t\t\t\t\t\tserialDataType {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tentitlements {\n\t\t\t\t\t\tprovider {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstartDate\n\t\t\t\t\t\tendDate\n\t\t\t\t\t\ttype\n\t\t\t\t\t\tdescription\n\t\t\t\t\t}\n          item { ...itemFields }\n        }\n      }\n    }\n\n    sites: customers(first: 10) {\n      edges {\n        node {\n\n          id\n          name\n\n          primaryShippingAddress {\n            address1\n            address2\n            city\n            region\n            country\n            postalCode\n          }\n\n        }\n      }\n    }\n  }\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null,\n    \"siteId\": 1035567,\n    \"finishedGood\": true\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Get a list of serials at a specified Site.</p>\n<p>To get a list of sites associated with your account, see the Logistics \\ Sites example query.</p>\n","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"01bd9c67-f0da-4ef2-8576-d5cc66d1e95d","name":"Example Serials at Site","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query serialsAtSite($siteId: Int!, $count: Int!, $pageCursor: String, $finishedGood: Boolean) {\n  organization {\n    serials(first: $count, after: $pageCursor, filters: { endUserOrganizationId: $siteId, finishedGood: $finishedGood }) {\n      count\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n      edges {\n        node {\n          id\n          manufacturerSerial\n          completedAt\n\n\t\t\t\t\tserialData {\n\t\t\t\t\t\tcreatedAt\n\t\t\t\t\t\tupdatedAt\n\t\t\t\t\t\tmetadata\n\t\t\t\t\t\tvalue\n\t\t\t\t\t\tserialDataType {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tentitlements {\n\t\t\t\t\t\tprovider {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t\tstartDate\n\t\t\t\t\t\tendDate\n\t\t\t\t\t\ttype\n\t\t\t\t\t\tdescription\n\t\t\t\t\t}\n          item { ...itemFields }\n        }\n      }\n    }\n\n    sites: customers(first: 10) {\n      edges {\n        node {\n\n          id\n          name\n\n          primaryShippingAddress {\n            address1\n            address2\n            city\n            region\n            country\n            postalCode\n          }\n\n        }\n      }\n    }\n  }\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null,\n    \"siteId\": 1006235,\n    \"finishedGood\": true\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"429"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 16 Feb 2024 19:26:46 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7RudNWex0heYQgAB36B"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"serials\": {\n                \"count\": 0,\n                \"edges\": [],\n                \"pageInfo\": {\n                    \"endCursor\": null,\n                    \"hasNextPage\": false\n                }\n            },\n            \"sites\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"id\": 1004338,\n                            \"name\": \"Stark Industries\",\n                            \"primaryShippingAddress\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006186,\n                            \"name\": \"Data Center #101\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"525 W Jackson St\",\n                                \"address2\": null,\n                                \"city\": \"Woodstock\",\n                                \"country\": \"US\",\n                                \"postalCode\": \"60098-3143\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006187,\n                            \"name\": \"Sales Office #1\",\n                            \"primaryShippingAddress\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006188,\n                            \"name\": \"Sales Office #2\",\n                            \"primaryShippingAddress\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006228,\n                            \"name\": \"Sales Office #3\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"424 Park Ave S\",\n                                \"address2\": null,\n                                \"city\": \"New York\",\n                                \"country\": \"US\",\n                                \"postalCode\": \"10016-8022\",\n                                \"region\": \"NY\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006229,\n                            \"name\": \"Sales Office #4\",\n                            \"primaryShippingAddress\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006231,\n                            \"name\": \"Processing Center #11\",\n                            \"primaryShippingAddress\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006232,\n                            \"name\": \"Processing Center #22\",\n                            \"primaryShippingAddress\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006233,\n                            \"name\": \"Processing Center #33\",\n                            \"primaryShippingAddress\": null\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"id\": 1006234,\n                            \"name\": \"Data Center #104\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"901 S Miami Ave\",\n                                \"address2\": null,\n                                \"city\": \"Miami\",\n                                \"country\": \"US\",\n                                \"postalCode\": \"33130-3042\",\n                                \"region\": \"FL\"\n                            }\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"79f2c10f-b292-460c-86ca-a2b5e7a50e64"},{"name":"Serial List for Order","id":"6f2be43e-b715-4781-b8e0-1151c28c0000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($id: Int!) {\n\torganization {\n\t\torder(id: $id) {\n\t\t\torderSerials {\n\t\t\t\torderId\n\t\t\t\tserial {\n\t\t\t\t\tid\n\t\t\t\t\t\n\t\t\t\t\tmanufacturerSerial\n\n          item { ...itemFields }\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  finishedGood\n  operation\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n\t\"id\": 609195\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Gets a list of all serials associated to an order.</p>\n","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"149ec204-2501-4059-b4b6-9f20c77321f0","name":"Example Serial List for Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($id: Int!) {\n\torganization {\n\t\torder(id: $id) {\n\t\t\torderSerials {\n\t\t\t\torderId\n\t\t\t\tserial {\n\t\t\t\t\tid\n\t\t\t\t\t\n\t\t\t\t\tmanufacturerSerial\n\n          item { ...itemFields }\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  finishedGood\n  operation\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n\t\"id\": 609195\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1413"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Feb 2024 15:54:50 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7fDRngko5zSVbwAATcC"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"order\": {\n                \"orderSerials\": [\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670249,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-1\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670250,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-2\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670251,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-3\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670252,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-4\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670253,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-5\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670254,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-6\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670255,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-7\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670256,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-8\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670257,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-9\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670258,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-10\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670259,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-11\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670260,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Hard Drive\"\n                                },\n                                \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                \"finishedGood\": false,\n                                \"id\": 180421,\n                                \"manufacturer\": {\n                                    \"id\": 1002203,\n                                    \"name\": \"Western Digital\"\n                                },\n                                \"manufacturerSku\": \"WD60PURZ\",\n                                \"name\": \"WD 6TB Purple Surveillance\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-12\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670261,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Processor\"\n                                },\n                                \"description\": \"6C/12T LGA-2011-3 85W 2x 8GT/s QPI 15MB L3\",\n                                \"finishedGood\": false,\n                                \"id\": 157879,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"CM8064401831400\",\n                                \"name\": \"Intel Xeon E5-2620v3 2.4GHz Tray\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-13\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670262,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Processor\"\n                                },\n                                \"description\": \"6C/12T LGA-2011-3 85W 2x 8GT/s QPI 15MB L3\",\n                                \"finishedGood\": false,\n                                \"id\": 157879,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"CM8064401831400\",\n                                \"name\": \"Intel Xeon E5-2620v3 2.4GHz Tray\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-14\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670263,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Processor\"\n                                },\n                                \"description\": \"6C/12T LGA-2011-3 85W 2x 8GT/s QPI 15MB L3\",\n                                \"finishedGood\": false,\n                                \"id\": 157879,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"CM8064401831400\",\n                                \"name\": \"Intel Xeon E5-2620v3 2.4GHz Tray\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-15\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670264,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Processor\"\n                                },\n                                \"description\": \"6C/12T LGA-2011-3 85W 2x 8GT/s QPI 15MB L3\",\n                                \"finishedGood\": false,\n                                \"id\": 157879,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"CM8064401831400\",\n                                \"name\": \"Intel Xeon E5-2620v3 2.4GHz Tray\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-16\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670265,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Processor\"\n                                },\n                                \"description\": \"6C/12T LGA-2011-3 85W 2x 8GT/s QPI 15MB L3\",\n                                \"finishedGood\": false,\n                                \"id\": 157879,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"CM8064401831400\",\n                                \"name\": \"Intel Xeon E5-2620v3 2.4GHz Tray\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-17\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670266,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Processor\"\n                                },\n                                \"description\": \"6C/12T LGA-2011-3 85W 2x 8GT/s QPI 15MB L3\",\n                                \"finishedGood\": false,\n                                \"id\": 157879,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"CM8064401831400\",\n                                \"name\": \"Intel Xeon E5-2620v3 2.4GHz Tray\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-18\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670267,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-19\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670268,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-20\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670269,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-21\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670270,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-22\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670271,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-23\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670272,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-24\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670273,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-25\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670274,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-26\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670275,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-27\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670276,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-28\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670277,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-29\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670278,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-30\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670279,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-31\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670280,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-32\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670281,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-33\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670282,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-34\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670283,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-35\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670284,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-36\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670285,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-37\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670286,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-38\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670287,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-39\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670288,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-40\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670289,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-41\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670290,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Memory\"\n                                },\n                                \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                \"finishedGood\": false,\n                                \"id\": 178023,\n                                \"manufacturer\": {\n                                    \"id\": 1002198,\n                                    \"name\": \"Micron Semiconductor Products, Inc.\"\n                                },\n                                \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-42\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670291,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Case\"\n                                },\n                                \"description\": \"CSE-514-R400C\",\n                                \"finishedGood\": false,\n                                \"id\": 159295,\n                                \"manufacturer\": {\n                                    \"id\": 1000275,\n                                    \"name\": \"Supermicro Computer, Inc.\"\n                                },\n                                \"manufacturerSku\": \"CSE-514-R400C\",\n                                \"name\": \"SuperChassis 514-R400C\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-43\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670292,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Case\"\n                                },\n                                \"description\": \"CSE-514-R400C\",\n                                \"finishedGood\": false,\n                                \"id\": 159295,\n                                \"manufacturer\": {\n                                    \"id\": 1000275,\n                                    \"name\": \"Supermicro Computer, Inc.\"\n                                },\n                                \"manufacturerSku\": \"CSE-514-R400C\",\n                                \"name\": \"SuperChassis 514-R400C\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-44\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670293,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Case\"\n                                },\n                                \"description\": \"CSE-514-R400C\",\n                                \"finishedGood\": false,\n                                \"id\": 159295,\n                                \"manufacturer\": {\n                                    \"id\": 1000275,\n                                    \"name\": \"Supermicro Computer, Inc.\"\n                                },\n                                \"manufacturerSku\": \"CSE-514-R400C\",\n                                \"name\": \"SuperChassis 514-R400C\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-45\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670294,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Custom Branding\"\n                                },\n                                \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                \"finishedGood\": false,\n                                \"id\": 171637,\n                                \"manufacturer\": {\n                                    \"id\": 1000733,\n                                    \"name\": \"Name That Computer\"\n                                },\n                                \"manufacturerSku\": \"1002599-MP-501\",\n                                \"name\": \"ETH 0 ETH 1 Rear Port Label\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-46\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670295,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Custom Branding\"\n                                },\n                                \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                \"finishedGood\": false,\n                                \"id\": 171637,\n                                \"manufacturer\": {\n                                    \"id\": 1000733,\n                                    \"name\": \"Name That Computer\"\n                                },\n                                \"manufacturerSku\": \"1002599-MP-501\",\n                                \"name\": \"ETH 0 ETH 1 Rear Port Label\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-47\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670296,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Custom Branding\"\n                                },\n                                \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                \"finishedGood\": false,\n                                \"id\": 171637,\n                                \"manufacturer\": {\n                                    \"id\": 1000733,\n                                    \"name\": \"Name That Computer\"\n                                },\n                                \"manufacturerSku\": \"1002599-MP-501\",\n                                \"name\": \"ETH 0 ETH 1 Rear Port Label\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-48\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670297,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Custom Branding\"\n                                },\n                                \"description\": \"gerber polycarb - IPMI label\",\n                                \"finishedGood\": false,\n                                \"id\": 149613,\n                                \"manufacturer\": {\n                                    \"id\": 47195,\n                                    \"name\": \"AHEAD\"\n                                },\n                                \"manufacturerSku\": \"52740-BR-876\",\n                                \"name\": \"IPMI Label - 19mm x 8mm 5017C\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-49\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670298,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Custom Branding\"\n                                },\n                                \"description\": \"gerber polycarb - IPMI label\",\n                                \"finishedGood\": false,\n                                \"id\": 149613,\n                                \"manufacturer\": {\n                                    \"id\": 47195,\n                                    \"name\": \"AHEAD\"\n                                },\n                                \"manufacturerSku\": \"52740-BR-876\",\n                                \"name\": \"IPMI Label - 19mm x 8mm 5017C\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-50\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670299,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Custom Branding\"\n                                },\n                                \"description\": \"gerber polycarb - IPMI label\",\n                                \"finishedGood\": false,\n                                \"id\": 149613,\n                                \"manufacturer\": {\n                                    \"id\": 47195,\n                                    \"name\": \"AHEAD\"\n                                },\n                                \"manufacturerSku\": \"52740-BR-876\",\n                                \"name\": \"IPMI Label - 19mm x 8mm 5017C\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-51\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670300,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Network\"\n                                },\n                                \"description\": \"Quad port 10G Base-T NIC PCI-e x8\",\n                                \"finishedGood\": false,\n                                \"id\": 175218,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"X710T4BLK\",\n                                \"name\": \"Intel X710-T4 10GbE NIC bulk\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-52\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670301,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Network\"\n                                },\n                                \"description\": \"Quad port 10G Base-T NIC PCI-e x8\",\n                                \"finishedGood\": false,\n                                \"id\": 175218,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"X710T4BLK\",\n                                \"name\": \"Intel X710-T4 10GbE NIC bulk\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-53\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670302,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Network\"\n                                },\n                                \"description\": \"Quad port 10G Base-T NIC PCI-e x8\",\n                                \"finishedGood\": false,\n                                \"id\": 175218,\n                                \"manufacturer\": {\n                                    \"id\": 1000290,\n                                    \"name\": \"INTEL\"\n                                },\n                                \"manufacturerSku\": \"X710T4BLK\",\n                                \"name\": \"Intel X710-T4 10GbE NIC bulk\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"C609195-54\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670303,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"with 24TB storage, Base CPUs, with 256GB RAM with 10GBe NIC\",\n                                \"finishedGood\": true,\n                                \"id\": 184858,\n                                \"manufacturer\": {\n                                    \"id\": 47195,\n                                    \"name\": \"AHEAD\"\n                                },\n                                \"manufacturerSku\": \"Demo-24TB-Base-256GB-10GBe\",\n                                \"name\": \"SD-WAN Node 24TB Storage Base 256GB Memory 10GBe NIC\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"S609195-1\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670304,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"with 24TB storage, Base CPUs, with 256GB RAM with 10GBe NIC\",\n                                \"finishedGood\": true,\n                                \"id\": 184858,\n                                \"manufacturer\": {\n                                    \"id\": 47195,\n                                    \"name\": \"AHEAD\"\n                                },\n                                \"manufacturerSku\": \"Demo-24TB-Base-256GB-10GBe\",\n                                \"name\": \"SD-WAN Node 24TB Storage Base 256GB Memory 10GBe NIC\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"S609195-2\"\n                        }\n                    },\n                    {\n                        \"orderId\": 609195,\n                        \"serial\": {\n                            \"id\": 61670305,\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"description\": \"with 24TB storage, Base CPUs, with 256GB RAM with 10GBe NIC\",\n                                \"finishedGood\": true,\n                                \"id\": 184858,\n                                \"manufacturer\": {\n                                    \"id\": 47195,\n                                    \"name\": \"AHEAD\"\n                                },\n                                \"manufacturerSku\": \"Demo-24TB-Base-256GB-10GBe\",\n                                \"name\": \"SD-WAN Node 24TB Storage Base 256GB Memory 10GBe NIC\",\n                                \"operation\": false\n                            },\n                            \"manufacturerSerial\": \"S609195-3\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"6f2be43e-b715-4781-b8e0-1151c28c0000"},{"name":"Serial Details","id":"203eaab8-1abf-4092-9d8d-6509f5bc6505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($manufacturerSerial: String!) {\n\torganization {\n    serial(manufacturerSerial: $manufacturerSerial) {\n      id\n      asset {\n        originalItem {\n          ...itemFields\n        }\n      }\n\n      manufacturerSerial\n      completedAt\n\n      serialData {\n        createdAt\n        updatedAt\n        metadata\n        value\n        serialDataType {\n          name\n        }\n      }\n\n      entitlements {\n        provider {\n          name\n        }\n        startDate\n        endDate\n        type\n        description\n      }\n    }\n  }\t\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  finishedGood\n  operation\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n\t\"manufacturerSerial\": \"FOC2238Z05J\"\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Get details about an individual serial buy the manufacturer serial number.</p>\n<p>Retrieves the following pieces of data, if available:</p>\n<ul>\n<li><p>Data associated with Forge</p>\n</li>\n<li><p>Entitlement / manufacturer warranty information</p>\n</li>\n<li><p>Product details</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"d0391070-101f-4a20-883a-9f6826b572b1","name":"Example Serial Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($manufacturerSerial: String!) {\n\torganization {\n    serial(manufacturerSerial: $manufacturerSerial) {\n      id\n      asset {\n        originalItem {\n          ...itemFields\n        }\n      }\n\n      manufacturerSerial\n      completedAt\n\n      serialData {\n        createdAt\n        updatedAt\n        metadata\n        value\n        serialDataType {\n          name\n        }\n      }\n\n      entitlements {\n        provider {\n          name\n        }\n        startDate\n        endDate\n        type\n        description\n      }\n    }\n  }\t\n}\n\nfragment itemFields on Item {\n  id\n  name\n  manufacturerSku\n  finishedGood\n  operation\n  category {\n    name\n  }\n  manufacturer {\n    id\n    name\n  }\n  description\n}","variables":"{\n\t\"manufacturerSerial\": \"FOC2238Z05J\"\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"363"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 08 Mar 2024 18:37:44 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7rd98jAunPyDgoAAIZx"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"serial\": {\n                \"asset\": {\n                    \"originalItem\": null\n                },\n                \"completedAt\": \"2023-11-28T10:00:00Z\",\n                \"entitlements\": null,\n                \"id\": 61679538,\n                \"manufacturerSerial\": \"FOC2238Z05J\",\n                \"serialData\": [\n                    {\n                        \"createdAt\": \"2023-11-28T21:17:17.607000Z\",\n                        \"metadata\": null,\n                        \"serialDataType\": {\n                            \"name\": \"Device Role\"\n                        },\n                        \"updatedAt\": \"2023-11-28T21:17:17.607000Z\",\n                        \"value\": \"Leaf\"\n                    },\n                    {\n                        \"createdAt\": \"2023-11-28T21:17:17.610000Z\",\n                        \"metadata\": null,\n                        \"serialDataType\": {\n                            \"name\": \"Loopback Address\"\n                        },\n                        \"updatedAt\": \"2023-11-28T21:17:17.610000Z\",\n                        \"value\": \"127.0.0.1\"\n                    },\n                    {\n                        \"createdAt\": \"2023-11-28T21:17:17.617000Z\",\n                        \"metadata\": null,\n                        \"serialDataType\": {\n                            \"name\": \"Management IP Address\"\n                        },\n                        \"updatedAt\": \"2023-11-28T21:17:17.617000Z\",\n                        \"value\": \"127.0.0.2\"\n                    },\n                    {\n                        \"createdAt\": \"2023-11-28T21:17:17.620000Z\",\n                        \"metadata\": null,\n                        \"serialDataType\": {\n                            \"name\": \"Airflow\"\n                        },\n                        \"updatedAt\": \"2023-11-28T21:17:17.620000Z\",\n                        \"value\": \"Port-Side Intake\"\n                    },\n                    {\n                        \"createdAt\": \"2023-11-28T21:17:17.620000Z\",\n                        \"metadata\": null,\n                        \"serialDataType\": {\n                            \"name\": \"Orientation\"\n                        },\n                        \"updatedAt\": \"2023-11-28T21:17:17.620000Z\",\n                        \"value\": \"Rear-Facing\"\n                    },\n                    {\n                        \"createdAt\": \"2023-11-28T21:17:17.623000Z\",\n                        \"metadata\": null,\n                        \"serialDataType\": {\n                            \"name\": \"Software Version\"\n                        },\n                        \"updatedAt\": \"2023-11-28T21:17:17.623000Z\",\n                        \"value\": \"17.6.4\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"203eaab8-1abf-4092-9d8d-6509f5bc6505"}],"id":"da35396c-edd7-4def-92c9-634103b96e63","_postman_id":"da35396c-edd7-4def-92c9-634103b96e63","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Orders","item":[{"name":"Order List","id":"ff63aa09-1fa6-4a9a-8910-1e7dc2e415e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query OrderList($count: Int!, $pageCursor: String, $filters: OrdersIndexFilters) {\n\torganization {\n\t\torders(first: $count, after: $pageCursor, filters: $filters) {\n\t\t\tpageInfo {\n\t\t\t\thasNextPage\n\t\t\t\tendCursor\n\t\t\t}\n\n\t\t\tcount\n\t\t\tedges {\n\t\t\t\tnode {\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tdescription\n\t\t\t\t\tid\n\t\t\t\t\tcustomerPromiseDate\n                    purchaseOrder\n\t\t\t\t\tshippingAddress {\n\t\t\t\t\t\t...fullAddress\n\t\t\t\t\t}\n                    orderSerials {\n                        serial {\n                            manufacturerSerial\n                            item {\n                                id\n                                name\n                                manufacturer {\n                                name\n                                }\n                            }\n                        }\n                    }\n\t\t\t\t\torderLines {\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tunitPrice\n\t\t\t\t\t\titem {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\tdescription\n\t\t\t\t\t\t\tmanufacturerSku\n\t\t\t\t\t\t\tcategory {\n\t\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcompletedAt\n\t\t\t\t\tshipSets {\n\t\t\t\t\t\tshipmentCarrier {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tshipmentService {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tfromAddress {\n\t\t\t\t\t\t\t...fullAddress\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\ttoAddress {\n\t\t\t\t\t\t\t...fullAddress\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n                        shipmentSetStatus {\n                            name\n                            description\n                        }\n\t\t\t\t\t\tshipSetSummary {\n\t\t\t\t\t\t\tdeliveredAt\n\t\t\t\t\t\t\testimatedToComplete\n                            shippedAt\n\t\t\t\t\t\t}\n                        parcels {\n                            trackingNumber\n                            externalUrl\n                                parcelStatus {\n                                    status\n                                }\n                            carrier\n                        }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\nfragment fullAddress on Address {\n\tcompanyName\n\tcontactName\n\taddress1\n\taddress2\n\tcity\n\tregion\n\tpostalCode\n\tcountry\n}\n","variables":"{\n    \"count\": 1000,\n    \"pageCursor\": null\n}"}},"url":"https://api.ahead.com/v3/graphql","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"004f2d98-3ce5-44cd-86c7-9780aea62703","name":"Example Order List","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query OrderList($count: Int!, $pageCursor: String) {\n  organization {\n    orders(first: $count, after: $pageCursor) {\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n      count\n\n      edges {\n        node {\n          createdDate\n\n          description\n\n          id\n          customerPromiseDate\n\n          shippingAddress {\n            ...fullAddress\n          }\n\n          orderSerials {\n            serial {\n              manufacturerSerial\n              item {\n                id\n                name\n              }\n            }\n          }\n\n          orderLines {\n            quantity\n            unitPrice\n\n            item {\n              id\n              name\n              description\n              manufacturerSku\n              category {\n                name\n              }\n            }\n          }\n          completedAt\n\n          shipSets {\n            shipmentCarrier {\n              name\n            }\n\n            shipmentService {\n              name\n            }\n\n            fromAddress {\n              ...fullAddress\n            }\n\n            toAddress {\n              ...fullAddress\n            }\n\n            shipmentSetStatus {\n              name\n              description\n            }\n            shipSetSummary {\n              deliveredAt\n              estimatedToComplete\n            }\n\n            parcels {\n              trackingNumber\n\n              parcelStatus {\n                status\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment fullAddress on Address {\n  companyName\n  contactName\n  address1\n  address2\n  city\n  region\n  postalCode\n  country\n}\n","variables":"{\n    \"count\": 10,\n    \"pageCursor\": null\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"11552"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 09 Apr 2024 15:10:12 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8SlNdJ5l6218NIAIGmB"},{"key":"set-cookie","value":"_hapi_key=SFMyNTY.g3QAAAABbQAAAA9jdXJyZW50X3VzZXJfaWRkAANuaWw.ioQwNVUXqpt171PbAuWUyj4nXYALFWNI5BnERon11eE; path=/; domain=mbx.com; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"orders\": {\n                \"count\": 111,\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"completedAt\": null,\n                            \"createdDate\": \"2024-03-04\",\n                            \"customerPromiseDate\": \"2024-04-08\",\n                            \"description\": \"\",\n                            \"id\": 609173,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Cables/Connect\"\n                                        },\n                                        \"description\": \"450-AALV\",\n                                        \"id\": 192159,\n                                        \"manufacturerSku\": \"450-AALV\",\n                                        \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"385-BBKT\",\n                                        \"id\": 192135,\n                                        \"manufacturerSku\": \"385-BBKT\",\n                                        \"name\": \"Dell iDRAC9,Enterprise\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"379-BCQV\",\n                                        \"id\": 192136,\n                                        \"manufacturerSku\": \"379-BCQV\",\n                                        \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"379-BCRF\",\n                                        \"id\": 192137,\n                                        \"manufacturerSku\": \"379-BCRF\",\n                                        \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Branding\"\n                                        },\n                                        \"description\": \"325-BCIQ\",\n                                        \"id\": 192144,\n                                        \"manufacturerSku\": \"325-BCIQ\",\n                                        \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shipping Charges\"\n                                        },\n                                        \"description\": \"343-BBHF\",\n                                        \"id\": 192123,\n                                        \"manufacturerSku\": \"343-BBHF\",\n                                        \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shipping Charges\"\n                                        },\n                                        \"description\": \"340-BTHK\",\n                                        \"id\": 192121,\n                                        \"manufacturerSku\": \"340-BTHK\",\n                                        \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"780-BCDI\",\n                                        \"id\": 192131,\n                                        \"manufacturerSku\": \"780-BCDI\",\n                                        \"name\": \"Dell No RAID\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"420-6320\",\n                                        \"id\": 192133,\n                                        \"manufacturerSku\": \"420-6320\",\n                                        \"name\": \"Dell No Operating System\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"421-5736\",\n                                        \"id\": 192134,\n                                        \"manufacturerSku\": \"421-5736\",\n                                        \"name\": \"Dell No Media Required\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"385-BBCF\",\n                                        \"id\": 192140,\n                                        \"manufacturerSku\": \"385-BBCF\",\n                                        \"name\": \"Dell Redundant SD Cards Enabled\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"429-AAIQ\",\n                                        \"id\": 192142,\n                                        \"manufacturerSku\": \"429-AAIQ\",\n                                        \"name\": \"Dell No Internal Optical Drive\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"350-BBKR\",\n                                        \"id\": 192145,\n                                        \"manufacturerSku\": \"350-BBKR\",\n                                        \"name\": \"Dell No Quick Sync\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"384-BBBL\",\n                                        \"id\": 192146,\n                                        \"manufacturerSku\": \"384-BBBL\",\n                                        \"name\": \"Dell Performance BIOS Settings\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"631-AACK\",\n                                        \"id\": 192148,\n                                        \"manufacturerSku\": \"631-AACK\",\n                                        \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"900-9997\",\n                                        \"id\": 192153,\n                                        \"manufacturerSku\": \"900-9997\",\n                                        \"name\": \"Dell On-Site Installation Declined\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"973-2426\",\n                                        \"id\": 192154,\n                                        \"manufacturerSku\": \"973-2426\",\n                                        \"name\": \"Dell Declined Remote Consulting Service\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Hardware Inventory Check\",\n                                        \"id\": 150000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Hardware Inventory Check\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal MACE\",\n                                        \"id\": 123456,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal MACE\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"PCDr Basic Hardware Functional Test - CPU, SMART, USB, Serial, Memory, Chipset, and Network Test.\",\n                                        \"id\": 165000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Basic Functional Testing\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"815‐4963, 815‐ 4971, 815‐4974, 989‐3439\",\n                                        \"id\": 192163,\n                                        \"manufacturerSku\": \"815‐4963, 815‐ 4971, 815‐4974, 989‐3439\",\n                                        \"name\": \"Dell 39 Months ProSupport with Next Business Day Onsite Service\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"809‐8543\",\n                                        \"id\": 192164,\n                                        \"manufacturerSku\": \"809‐8543\",\n                                        \"name\": \"Dell Onsite Diagnosis: 39 Months Next Business Day Onsite Service\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Server\"\n                                        },\n                                        \"description\": \"210-ANKU\",\n                                        \"id\": 192118,\n                                        \"manufacturerSku\": \"210-ANKU\",\n                                        \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"3650.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Motherboard\"\n                                        },\n                                        \"description\": \"384-BBQW\",\n                                        \"id\": 192119,\n                                        \"manufacturerSku\": \"384-BBQW\",\n                                        \"name\": \"Dell Motherboard\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Case\"\n                                        },\n                                        \"description\": \"321-BCUZ\",\n                                        \"id\": 192120,\n                                        \"manufacturerSku\": \"321-BCUZ\",\n                                        \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"461-AAEM\",\n                                        \"id\": 192122,\n                                        \"manufacturerSku\": \"461-AAEM\",\n                                        \"name\": \"Dell Trusted Platform Module 2.0\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"338-BLMC\",\n                                        \"id\": 192124,\n                                        \"manufacturerSku\": \"338-BLMC\",\n                                        \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"374-BBNW\",\n                                        \"id\": 192125,\n                                        \"manufacturerSku\": \"374-BBNW\",\n                                        \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Fan/Cool Device\"\n                                        },\n                                        \"description\": \"412-AAJT\",\n                                        \"id\": 192126,\n                                        \"manufacturerSku\": \"412-AAJT\",\n                                        \"name\": \"Dell Standard Heat Sink\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Fan/Cool Device\"\n                                        },\n                                        \"description\": \"412-AAJU\",\n                                        \"id\": 192127,\n                                        \"manufacturerSku\": \"412-AAJU\",\n                                        \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"330-BBHX\",\n                                        \"id\": 192128,\n                                        \"manufacturerSku\": \"330-BBHX\",\n                                        \"name\": \"Dell NVMe Rear Riser\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"370-ADNU\",\n                                        \"id\": 192129,\n                                        \"manufacturerSku\": \"370-ADNU\",\n                                        \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"370-AAIP\",\n                                        \"id\": 192130,\n                                        \"manufacturerSku\": \"370-AAIP\",\n                                        \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"RAID Card/HBA\"\n                                        },\n                                        \"description\": \"405-AANK\",\n                                        \"id\": 192132,\n                                        \"manufacturerSku\": \"405-AANK\",\n                                        \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Network\"\n                                        },\n                                        \"description\": \"542-BBBP\",\n                                        \"id\": 192138,\n                                        \"manufacturerSku\": \"542-BBBP\",\n                                        \"name\": \"Dell On-Board LOM\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"385-BBLE\",\n                                        \"id\": 192139,\n                                        \"manufacturerSku\": \"385-BBLE\",\n                                        \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"385-BBKI\",\n                                        \"id\": 192141,\n                                        \"manufacturerSku\": \"385-BBKI\",\n                                        \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"385-BBKI\",\n                                        \"id\": 192141,\n                                        \"manufacturerSku\": \"385-BBKI\",\n                                        \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Power Device\"\n                                        },\n                                        \"description\": \"450-AGOY\",\n                                        \"id\": 192143,\n                                        \"manufacturerSku\": \"450-AGOY\",\n                                        \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Rails\"\n                                        },\n                                        \"description\": \"770-BCKT\",\n                                        \"id\": 192147,\n                                        \"manufacturerSku\": \"770-BCKT\",\n                                        \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"370-ADND\",\n                                        \"id\": 192155,\n                                        \"manufacturerSku\": \"370-ADND\",\n                                        \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Solid State Drive\"\n                                        },\n                                        \"description\": \"400-ASEG\",\n                                        \"id\": 192156,\n                                        \"manufacturerSku\": \"400-ASEG\",\n                                        \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Solid State Drive\"\n                                        },\n                                        \"description\": \"400-AWLI\",\n                                        \"id\": 192157,\n                                        \"manufacturerSku\": \"400-AWLI\",\n                                        \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Network\"\n                                        },\n                                        \"description\": \"540-BBCZ\",\n                                        \"id\": 192158,\n                                        \"manufacturerSku\": \"540-BBCZ\",\n                                        \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192135,\n                                            \"name\": \"Dell iDRAC9,Enterprise\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192135,\n                                            \"name\": \"Dell iDRAC9,Enterprise\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192135,\n                                            \"name\": \"Dell iDRAC9,Enterprise\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192136,\n                                            \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192136,\n                                            \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192136,\n                                            \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192137,\n                                            \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192137,\n                                            \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192137,\n                                            \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192144,\n                                            \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192144,\n                                            \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192144,\n                                            \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192123,\n                                            \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192123,\n                                            \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192123,\n                                            \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192121,\n                                            \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192121,\n                                            \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192121,\n                                            \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192131,\n                                            \"name\": \"Dell No RAID\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192131,\n                                            \"name\": \"Dell No RAID\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192131,\n                                            \"name\": \"Dell No RAID\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192133,\n                                            \"name\": \"Dell No Operating System\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192133,\n                                            \"name\": \"Dell No Operating System\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192133,\n                                            \"name\": \"Dell No Operating System\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192134,\n                                            \"name\": \"Dell No Media Required\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192134,\n                                            \"name\": \"Dell No Media Required\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192134,\n                                            \"name\": \"Dell No Media Required\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192140,\n                                            \"name\": \"Dell Redundant SD Cards Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192140,\n                                            \"name\": \"Dell Redundant SD Cards Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192140,\n                                            \"name\": \"Dell Redundant SD Cards Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192142,\n                                            \"name\": \"Dell No Internal Optical Drive\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-37\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192142,\n                                            \"name\": \"Dell No Internal Optical Drive\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-38\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192142,\n                                            \"name\": \"Dell No Internal Optical Drive\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-39\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192145,\n                                            \"name\": \"Dell No Quick Sync\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-40\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192145,\n                                            \"name\": \"Dell No Quick Sync\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-41\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192145,\n                                            \"name\": \"Dell No Quick Sync\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-42\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192146,\n                                            \"name\": \"Dell Performance BIOS Settings\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-43\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192146,\n                                            \"name\": \"Dell Performance BIOS Settings\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-44\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192146,\n                                            \"name\": \"Dell Performance BIOS Settings\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-45\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192148,\n                                            \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-46\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192148,\n                                            \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-47\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192148,\n                                            \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-48\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192153,\n                                            \"name\": \"Dell On-Site Installation Declined\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-49\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192153,\n                                            \"name\": \"Dell On-Site Installation Declined\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-50\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192153,\n                                            \"name\": \"Dell On-Site Installation Declined\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-51\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192154,\n                                            \"name\": \"Dell Declined Remote Consulting Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-52\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192154,\n                                            \"name\": \"Dell Declined Remote Consulting Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-53\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192154,\n                                            \"name\": \"Dell Declined Remote Consulting Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-54\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192163,\n                                            \"name\": \"Dell 39 Months ProSupport with Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-55\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192163,\n                                            \"name\": \"Dell 39 Months ProSupport with Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-56\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192163,\n                                            \"name\": \"Dell 39 Months ProSupport with Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-57\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192164,\n                                            \"name\": \"Dell Onsite Diagnosis: 39 Months Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-58\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192164,\n                                            \"name\": \"Dell Onsite Diagnosis: 39 Months Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-59\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192164,\n                                            \"name\": \"Dell Onsite Diagnosis: 39 Months Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-60\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192118,\n                                            \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-61\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192118,\n                                            \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-62\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192118,\n                                            \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-63\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192119,\n                                            \"name\": \"Dell Motherboard\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-64\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192119,\n                                            \"name\": \"Dell Motherboard\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-65\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192119,\n                                            \"name\": \"Dell Motherboard\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-66\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192120,\n                                            \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-67\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192120,\n                                            \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-68\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192120,\n                                            \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-69\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192122,\n                                            \"name\": \"Dell Trusted Platform Module 2.0\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-70\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192122,\n                                            \"name\": \"Dell Trusted Platform Module 2.0\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-71\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192122,\n                                            \"name\": \"Dell Trusted Platform Module 2.0\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-72\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192124,\n                                            \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-73\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192124,\n                                            \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-74\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192124,\n                                            \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-75\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192125,\n                                            \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-76\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192125,\n                                            \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-77\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192125,\n                                            \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-78\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192126,\n                                            \"name\": \"Dell Standard Heat Sink\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-79\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192126,\n                                            \"name\": \"Dell Standard Heat Sink\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-80\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192126,\n                                            \"name\": \"Dell Standard Heat Sink\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-81\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192127,\n                                            \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-82\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192127,\n                                            \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-83\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192127,\n                                            \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-84\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192128,\n                                            \"name\": \"Dell NVMe Rear Riser\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-85\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192128,\n                                            \"name\": \"Dell NVMe Rear Riser\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-86\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192128,\n                                            \"name\": \"Dell NVMe Rear Riser\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-87\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192129,\n                                            \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-88\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192129,\n                                            \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-89\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192129,\n                                            \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-90\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192130,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-91\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192130,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-92\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192130,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-93\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192132,\n                                            \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-94\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192132,\n                                            \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-95\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192132,\n                                            \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-96\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192138,\n                                            \"name\": \"Dell On-Board LOM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-97\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192138,\n                                            \"name\": \"Dell On-Board LOM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-98\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192138,\n                                            \"name\": \"Dell On-Board LOM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-99\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192139,\n                                            \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-100\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192139,\n                                            \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-101\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192139,\n                                            \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-102\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-103\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-104\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-105\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-106\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-107\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-108\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192143,\n                                            \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-109\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192143,\n                                            \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-110\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192143,\n                                            \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-111\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192147,\n                                            \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-112\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192147,\n                                            \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-113\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192147,\n                                            \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-114\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-115\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-116\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-117\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-118\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-119\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-120\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-121\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-122\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-123\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-124\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-125\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-126\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-127\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-128\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-129\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-130\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-131\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-132\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-133\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-134\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-135\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-136\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-137\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-138\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192156,\n                                            \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-139\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192156,\n                                            \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-140\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192156,\n                                            \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-141\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192157,\n                                            \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-142\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192157,\n                                            \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-143\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192157,\n                                            \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-144\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192158,\n                                            \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-145\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192158,\n                                            \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-146\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192158,\n                                            \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609173-147\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192170,\n                                            \"name\": \"PowerEdge R440 Xeon Gold 3 Year Warranty - NBD On-Site\"\n                                        },\n                                        \"manufacturerSerial\": \"S609173-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192170,\n                                            \"name\": \"PowerEdge R440 Xeon Gold 3 Year Warranty - NBD On-Site\"\n                                        },\n                                        \"manufacturerSerial\": \"S609173-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192170,\n                                            \"name\": \"PowerEdge R440 Xeon Gold 3 Year Warranty - NBD On-Site\"\n                                        },\n                                        \"manufacturerSerial\": \"S609173-3\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [],\n                            \"shippingAddress\": {\n                                \"address1\": \"Museumplein 19\",\n                                \"address2\": null,\n                                \"city\": \"Amsterdam\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"NL\",\n                                \"postalCode\": \"1071\",\n                                \"region\": \"North Holland\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": null,\n                            \"createdDate\": \"2024-03-08\",\n                            \"customerPromiseDate\": \"2024-04-12\",\n                            \"description\": \"\",\n                            \"id\": 609174,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Server\"\n                                        },\n                                        \"description\": \"1U LGA3647 UP C622 500W Redundant, 10x 2.5\\\" SATA3, 2x 10GBase-T, Direct Attached BP\",\n                                        \"id\": 178594,\n                                        \"manufacturerSku\": \"SYS-1019P-WTR\",\n                                        \"name\": \"SuperServer SYS-1019P-WTR\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"3500.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"8C/16T LGA 3647 11MB L3 Embedded\",\n                                        \"id\": 174703,\n                                        \"manufacturerSku\": \"CD8067303561400\",\n                                        \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                        \"id\": 174544,\n                                        \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                        \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"RAID Card/HBA\"\n                                        },\n                                        \"description\": \"SAS 3.0 PCI-e 3.0 x8 LP\",\n                                        \"id\": 147212,\n                                        \"manufacturerSku\": \"AOC-S3108L-H8iR\",\n                                        \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"Supercap BBU for Supermicro SAS3 See notes for motherboards and RCs\",\n                                        \"id\": 156513,\n                                        \"manufacturerSku\": \"BTR-TFM8G-LSICVM02\",\n                                        \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Cables/Connect\"\n                                        },\n                                        \"description\": \"60CM SFF-8643 to SFF-8643\",\n                                        \"id\": 150928,\n                                        \"manufacturerSku\": \"CBL-SAST-0593\",\n                                        \"name\": \"Supermicro CBL-SAST-0593\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"Supercap bracket\",\n                                        \"id\": 150935,\n                                        \"manufacturerSku\": \"MCP-240-00127-0N\",\n                                        \"name\": \"Supermicro MCP-240-00127-0N\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Storage\"\n                                        },\n                                        \"description\": \"2.5in SATA 3.6 DWPD\",\n                                        \"id\": 167836,\n                                        \"manufacturerSku\": \"MZ7KM960HMJP-00005\",\n                                        \"name\": \"Samsung SM863a 960GB\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Hardware Inventory Check\",\n                                        \"id\": 150000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Hardware Inventory Check\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"IPMI Firmware\"\n                                        },\n                                        \"description\": \"1.39 IPMI FW for  X11SPW-TF\",\n                                        \"id\": 183225,\n                                        \"manufacturerSku\": \"SMT_X11AST2500_139.zip\",\n                                        \"name\": \"IPMI X11 1.39 FW\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Bios\"\n                                        },\n                                        \"description\": \"USB UEFI FLASH\",\n                                        \"id\": 184897,\n                                        \"manufacturerSku\": \"X11SPW8_226.zip\",\n                                        \"name\": \"Stock  X11SPW-TF 2.0b\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"IPMI controller advanced management features e.g., BIOS & Firmware upgrade and provisioning\",\n                                        \"id\": 166494,\n                                        \"manufacturerSku\": \"SFT-OOB-LIC\",\n                                        \"name\": \"Supermicro SFT-OOB-LIC\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"PCDr Basic Hardware Functional Test - CPU, SMART, USB, Serial, Memory, Chipset, and Network Test.\",\n                                        \"id\": 165000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Basic Functional Testing\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1.375in x 0.375in Warranty Void Label\",\n                                        \"id\": 119588,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Silver Warranty Void Label\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"113 Box\",\n                                        \"id\": 146398,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"113 Box\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"3 Year + 3 Month Warranty\",\n                                        \"id\": 170954,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"39 Month Warranty\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178594,\n                                            \"name\": \"SuperServer SYS-1019P-WTR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178594,\n                                            \"name\": \"SuperServer SYS-1019P-WTR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174703,\n                                            \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174703,\n                                            \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 147212,\n                                            \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 147212,\n                                            \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 156513,\n                                            \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 156513,\n                                            \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-37\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-38\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-39\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-40\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 119588,\n                                            \"name\": \"Silver Warranty Void Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-41\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 119588,\n                                            \"name\": \"Silver Warranty Void Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609174-42\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 186644,\n                                            \"name\": \"Edge Compute Node 7.68TB\"\n                                        },\n                                        \"manufacturerSerial\": \"S609174-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 186644,\n                                            \"name\": \"Edge Compute Node 7.68TB\"\n                                        },\n                                        \"manufacturerSerial\": \"S609174-2\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [],\n                            \"shippingAddress\": {\n                                \"address1\": \"33 Nine Elms Lane\",\n                                \"address2\": null,\n                                \"city\": \"London\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"GB\",\n                                \"postalCode\": \"SW11 7US\",\n                                \"region\": \"Greater London\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": null,\n                            \"createdDate\": \"2024-03-12\",\n                            \"customerPromiseDate\": \"2024-04-16\",\n                            \"description\": \"\",\n                            \"id\": 609175,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Hard Drive\"\n                                        },\n                                        \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                        \"id\": 180421,\n                                        \"manufacturerSku\": \"WD60PURZ\",\n                                        \"name\": \"WD 6TB Purple Surveillance\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"10C LGA-2011-3 Embedded\",\n                                        \"id\": 165855,\n                                        \"manufacturerSku\": \"CM8066002032701\",\n                                        \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Dual Rank 1Gx8 DDR4 1.2v Micron A-Die\",\n                                        \"id\": 168560,\n                                        \"manufacturerSku\": \"KVR24E17D8/16MA\",\n                                        \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Case\"\n                                        },\n                                        \"description\": \"CSE-514-R400C\",\n                                        \"id\": 159295,\n                                        \"manufacturerSku\": \"CSE-514-R400C\",\n                                        \"name\": \"SuperChassis 514-R400C\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"1800.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal MACE\",\n                                        \"id\": 123456,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal MACE\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal DMI Configuration & Validation\",\n                                        \"id\": 149999,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal DMI Configuration & Validation\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                        \"id\": 171637,\n                                        \"manufacturerSku\": \"1002599-MP-501\",\n                                        \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"Lexan, IPMI Label\",\n                                        \"id\": 140744,\n                                        \"manufacturerSku\": \"100% Opaque\",\n                                        \"name\": \"14mmx12.5mm Grey w White Text\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"Instapak Box\",\n                                        \"id\": 146354,\n                                        \"manufacturerSku\": \"32 x 24 x 16\",\n                                        \"name\": \"Instapak Box\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-37\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-38\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-39\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-40\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-41\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-42\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 140744,\n                                            \"name\": \"14mmx12.5mm Grey w White Text\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-43\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 140744,\n                                            \"name\": \"14mmx12.5mm Grey w White Text\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-44\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 140744,\n                                            \"name\": \"14mmx12.5mm Grey w White Text\"\n                                        },\n                                        \"manufacturerSerial\": \"C609175-45\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184563,\n                                            \"name\": \"SD-WAN Node 12TB Storage Performance 128GB Memory\"\n                                        },\n                                        \"manufacturerSerial\": \"S609175-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184563,\n                                            \"name\": \"SD-WAN Node 12TB Storage Performance 128GB Memory\"\n                                        },\n                                        \"manufacturerSerial\": \"S609175-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184563,\n                                            \"name\": \"SD-WAN Node 12TB Storage Performance 128GB Memory\"\n                                        },\n                                        \"manufacturerSerial\": \"S609175-3\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [],\n                            \"shippingAddress\": {\n                                \"address1\": \"Calle 98 Via 104\",\n                                \"address2\": null,\n                                \"city\": \"San Jose\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"CR\",\n                                \"postalCode\": \"10201\",\n                                \"region\": \"San Jose\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": null,\n                            \"createdDate\": \"2024-03-15\",\n                            \"customerPromiseDate\": \"2024-04-19\",\n                            \"description\": \"\",\n                            \"id\": 609176,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Hard Drive\"\n                                        },\n                                        \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                        \"id\": 180421,\n                                        \"manufacturerSku\": \"WD60PURZ\",\n                                        \"name\": \"WD 6TB Purple Surveillance\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"10C LGA-2011-3 Embedded\",\n                                        \"id\": 165855,\n                                        \"manufacturerSku\": \"CM8066002032701\",\n                                        \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                        \"id\": 178023,\n                                        \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                        \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Case\"\n                                        },\n                                        \"description\": \"CSE-514-R400C\",\n                                        \"id\": 159295,\n                                        \"manufacturerSku\": \"CSE-514-R400C\",\n                                        \"name\": \"SuperChassis 514-R400C\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"1800.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal MACE\",\n                                        \"id\": 123456,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal MACE\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal DMI Configuration & Validation\",\n                                        \"id\": 149999,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal DMI Configuration & Validation\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                        \"id\": 171637,\n                                        \"manufacturerSku\": \"1002599-MP-501\",\n                                        \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"Lexan, IPMI Label\",\n                                        \"id\": 140744,\n                                        \"manufacturerSku\": \"100% Opaque\",\n                                        \"name\": \"14mmx12.5mm Grey w White Text\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"Instapak Box\",\n                                        \"id\": 146354,\n                                        \"manufacturerSku\": \"32 x 24 x 16\",\n                                        \"name\": \"Instapak Box\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 140744,\n                                            \"name\": \"14mmx12.5mm Grey w White Text\"\n                                        },\n                                        \"manufacturerSerial\": \"C609176-25\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [],\n                            \"shippingAddress\": {\n                                \"address1\": \"33 Nine Elms Lane\",\n                                \"address2\": null,\n                                \"city\": \"London\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"GB\",\n                                \"postalCode\": \"SW11 7US\",\n                                \"region\": \"Greater London\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": \"2024-04-03T20:12:00Z\",\n                            \"createdDate\": \"2024-03-20\",\n                            \"customerPromiseDate\": \"2024-04-03\",\n                            \"description\": \"\",\n                            \"id\": 609183,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Server\"\n                                        },\n                                        \"description\": \"210-ANKU\",\n                                        \"id\": 192118,\n                                        \"manufacturerSku\": \"210-ANKU\",\n                                        \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"3650.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Motherboard\"\n                                        },\n                                        \"description\": \"384-BBQW\",\n                                        \"id\": 192119,\n                                        \"manufacturerSku\": \"384-BBQW\",\n                                        \"name\": \"Dell Motherboard\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Case\"\n                                        },\n                                        \"description\": \"321-BCUZ\",\n                                        \"id\": 192120,\n                                        \"manufacturerSku\": \"321-BCUZ\",\n                                        \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"461-AAEM\",\n                                        \"id\": 192122,\n                                        \"manufacturerSku\": \"461-AAEM\",\n                                        \"name\": \"Dell Trusted Platform Module 2.0\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"338-BLMC\",\n                                        \"id\": 192124,\n                                        \"manufacturerSku\": \"338-BLMC\",\n                                        \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"374-BBNW\",\n                                        \"id\": 192125,\n                                        \"manufacturerSku\": \"374-BBNW\",\n                                        \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Fan/Cool Device\"\n                                        },\n                                        \"description\": \"412-AAJT\",\n                                        \"id\": 192126,\n                                        \"manufacturerSku\": \"412-AAJT\",\n                                        \"name\": \"Dell Standard Heat Sink\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Fan/Cool Device\"\n                                        },\n                                        \"description\": \"412-AAJU\",\n                                        \"id\": 192127,\n                                        \"manufacturerSku\": \"412-AAJU\",\n                                        \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"330-BBHX\",\n                                        \"id\": 192128,\n                                        \"manufacturerSku\": \"330-BBHX\",\n                                        \"name\": \"Dell NVMe Rear Riser\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"370-ADNU\",\n                                        \"id\": 192129,\n                                        \"manufacturerSku\": \"370-ADNU\",\n                                        \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"370-AAIP\",\n                                        \"id\": 192130,\n                                        \"manufacturerSku\": \"370-AAIP\",\n                                        \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"RAID Card/HBA\"\n                                        },\n                                        \"description\": \"405-AANK\",\n                                        \"id\": 192132,\n                                        \"manufacturerSku\": \"405-AANK\",\n                                        \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Network\"\n                                        },\n                                        \"description\": \"542-BBBP\",\n                                        \"id\": 192138,\n                                        \"manufacturerSku\": \"542-BBBP\",\n                                        \"name\": \"Dell On-Board LOM\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"385-BBLE\",\n                                        \"id\": 192139,\n                                        \"manufacturerSku\": \"385-BBLE\",\n                                        \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"385-BBKI\",\n                                        \"id\": 192141,\n                                        \"manufacturerSku\": \"385-BBKI\",\n                                        \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"385-BBKI\",\n                                        \"id\": 192141,\n                                        \"manufacturerSku\": \"385-BBKI\",\n                                        \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Power Device\"\n                                        },\n                                        \"description\": \"450-AGOY\",\n                                        \"id\": 192143,\n                                        \"manufacturerSku\": \"450-AGOY\",\n                                        \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Rails\"\n                                        },\n                                        \"description\": \"770-BCKT\",\n                                        \"id\": 192147,\n                                        \"manufacturerSku\": \"770-BCKT\",\n                                        \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"370-ADND\",\n                                        \"id\": 192155,\n                                        \"manufacturerSku\": \"370-ADND\",\n                                        \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Solid State Drive\"\n                                        },\n                                        \"description\": \"400-ASEG\",\n                                        \"id\": 192156,\n                                        \"manufacturerSku\": \"400-ASEG\",\n                                        \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Solid State Drive\"\n                                        },\n                                        \"description\": \"400-AWLI\",\n                                        \"id\": 192157,\n                                        \"manufacturerSku\": \"400-AWLI\",\n                                        \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Network\"\n                                        },\n                                        \"description\": \"540-BBCZ\",\n                                        \"id\": 192158,\n                                        \"manufacturerSku\": \"540-BBCZ\",\n                                        \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Cables/Connect\"\n                                        },\n                                        \"description\": \"450-AALV\",\n                                        \"id\": 192159,\n                                        \"manufacturerSku\": \"450-AALV\",\n                                        \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"385-BBKT\",\n                                        \"id\": 192135,\n                                        \"manufacturerSku\": \"385-BBKT\",\n                                        \"name\": \"Dell iDRAC9,Enterprise\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"379-BCQV\",\n                                        \"id\": 192136,\n                                        \"manufacturerSku\": \"379-BCQV\",\n                                        \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"379-BCRF\",\n                                        \"id\": 192137,\n                                        \"manufacturerSku\": \"379-BCRF\",\n                                        \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Branding\"\n                                        },\n                                        \"description\": \"325-BCIQ\",\n                                        \"id\": 192144,\n                                        \"manufacturerSku\": \"325-BCIQ\",\n                                        \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shipping Charges\"\n                                        },\n                                        \"description\": \"343-BBHF\",\n                                        \"id\": 192123,\n                                        \"manufacturerSku\": \"343-BBHF\",\n                                        \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shipping Charges\"\n                                        },\n                                        \"description\": \"340-BTHK\",\n                                        \"id\": 192121,\n                                        \"manufacturerSku\": \"340-BTHK\",\n                                        \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"780-BCDI\",\n                                        \"id\": 192131,\n                                        \"manufacturerSku\": \"780-BCDI\",\n                                        \"name\": \"Dell No RAID\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"420-6320\",\n                                        \"id\": 192133,\n                                        \"manufacturerSku\": \"420-6320\",\n                                        \"name\": \"Dell No Operating System\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"421-5736\",\n                                        \"id\": 192134,\n                                        \"manufacturerSku\": \"421-5736\",\n                                        \"name\": \"Dell No Media Required\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"385-BBCF\",\n                                        \"id\": 192140,\n                                        \"manufacturerSku\": \"385-BBCF\",\n                                        \"name\": \"Dell Redundant SD Cards Enabled\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"429-AAIQ\",\n                                        \"id\": 192142,\n                                        \"manufacturerSku\": \"429-AAIQ\",\n                                        \"name\": \"Dell No Internal Optical Drive\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"350-BBKR\",\n                                        \"id\": 192145,\n                                        \"manufacturerSku\": \"350-BBKR\",\n                                        \"name\": \"Dell No Quick Sync\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"384-BBBL\",\n                                        \"id\": 192146,\n                                        \"manufacturerSku\": \"384-BBBL\",\n                                        \"name\": \"Dell Performance BIOS Settings\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"631-AACK\",\n                                        \"id\": 192148,\n                                        \"manufacturerSku\": \"631-AACK\",\n                                        \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"900-9997\",\n                                        \"id\": 192153,\n                                        \"manufacturerSku\": \"900-9997\",\n                                        \"name\": \"Dell On-Site Installation Declined\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Notes\"\n                                        },\n                                        \"description\": \"973-2426\",\n                                        \"id\": 192154,\n                                        \"manufacturerSku\": \"973-2426\",\n                                        \"name\": \"Dell Declined Remote Consulting Service\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Hardware Inventory Check\",\n                                        \"id\": 150000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Hardware Inventory Check\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal MACE\",\n                                        \"id\": 123456,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal MACE\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"PCDr Basic Hardware Functional Test - CPU, SMART, USB, Serial, Memory, Chipset, and Network Test.\",\n                                        \"id\": 165000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Basic Functional Testing\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"815‐4963, 815‐ 4972, 815‐4975, 989‐3439\",\n                                        \"id\": 192160,\n                                        \"manufacturerSku\": \"815‐4963, 815‐ 4972, 815‐4975, 989‐3439\",\n                                        \"name\": \"Dell 63 Months ProSupport with Next Business Day Onsite Service\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"809‐8567\",\n                                        \"id\": 192162,\n                                        \"manufacturerSku\": \"809‐8567\",\n                                        \"name\": \"Dell Onsite Diagnosis: 63 Months Same Business Day Onsite Service\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192118,\n                                            \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192118,\n                                            \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192118,\n                                            \"name\": \"Dell OEM PowerEdge R440 Server\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192119,\n                                            \"name\": \"Dell Motherboard\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192119,\n                                            \"name\": \"Dell Motherboard\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192119,\n                                            \"name\": \"Dell Motherboard\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192120,\n                                            \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192120,\n                                            \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192120,\n                                            \"name\": \"Dell 2.5\\\" Chassis with up to 10 Hard Drives with 4 NVME Drives, 2CPU only\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192122,\n                                            \"name\": \"Dell Trusted Platform Module 2.0\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192122,\n                                            \"name\": \"Dell Trusted Platform Module 2.0\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192122,\n                                            \"name\": \"Dell Trusted Platform Module 2.0\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192124,\n                                            \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192124,\n                                            \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192124,\n                                            \"name\": \"Intel Xeon Gold 6130 2.1G, 16C/32T, 10.4GT/s , 22M Cache, Turbo, HT (125W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192125,\n                                            \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192125,\n                                            \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192125,\n                                            \"name\": \"Intel Xeon Gold 6132 2.6G, 14C/28T, 10.4GT/s , 19.25M Cache, Turbo, HT (140W) DDR4-2666\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192126,\n                                            \"name\": \"Dell Standard Heat Sink\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192126,\n                                            \"name\": \"Dell Standard Heat Sink\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192126,\n                                            \"name\": \"Dell Standard Heat Sink\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192127,\n                                            \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192127,\n                                            \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192127,\n                                            \"name\": \"Dell Standard Heat Sink for 2nd CPU\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192128,\n                                            \"name\": \"Dell NVMe Rear Riser\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192128,\n                                            \"name\": \"Dell NVMe Rear Riser\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192128,\n                                            \"name\": \"Dell NVMe Rear Riser\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192129,\n                                            \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192129,\n                                            \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192129,\n                                            \"name\": \"Dell 32GB RDIMM, 2400MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192130,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192130,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192130,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192132,\n                                            \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192132,\n                                            \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192132,\n                                            \"name\": \"Dell HBA330 Controller Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192138,\n                                            \"name\": \"Dell On-Board LOM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-37\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192138,\n                                            \"name\": \"Dell On-Board LOM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-38\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192138,\n                                            \"name\": \"Dell On-Board LOM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-39\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192139,\n                                            \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-40\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192139,\n                                            \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-41\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192139,\n                                            \"name\": \"Dell IDSDM and Combo Card Reader\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-42\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-43\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-44\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-45\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-46\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-47\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192141,\n                                            \"name\": \"Dell 64GB microSDHC/SDXC Card\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-48\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192143,\n                                            \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-49\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192143,\n                                            \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-50\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192143,\n                                            \"name\": \"Dell Dual, Hot Plug, Redundant Power Supply (1+1), 550W\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-51\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192147,\n                                            \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-52\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192147,\n                                            \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-53\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192147,\n                                            \"name\": \"Dell ReadyRails Sliding Rails With Cable Management Arm\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-54\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-55\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-56\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-57\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-58\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-59\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-60\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-61\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-62\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-63\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-64\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-65\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-66\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-67\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-68\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-69\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-70\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-71\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-72\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-73\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-74\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-75\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-76\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-77\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192155,\n                                            \"name\": \"Dell 16GB RDIMM, 2666MT/s, Dual Rank\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-78\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192156,\n                                            \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-79\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192156,\n                                            \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-80\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192156,\n                                            \"name\": \"Dell 120GB SSD SATA Boot 6Gbps 512n 2.5in Hot-plug Drive, 1 DWPD, 219 TBW\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-81\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192157,\n                                            \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-82\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192157,\n                                            \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-83\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192157,\n                                            \"name\": \"Dell Intel 1TB, NVMe, Read Intensive Express Flash, 2.5 SFF Drive, U.2, P4500 with Carrier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-84\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192158,\n                                            \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-85\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192158,\n                                            \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-86\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192158,\n                                            \"name\": \"Dell Intel Ethernet i350 QP 1Gb Server Adapter, Low Profile\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-87\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-88\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-89\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-90\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-91\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-92\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192159,\n                                            \"name\": \"Dell NEMA 5-15P to C13 Wall Plug, 125 Volt, 15 AMP, 10 Feet (3m), Power Cord, North America\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-93\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192135,\n                                            \"name\": \"Dell iDRAC9,Enterprise\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-94\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192135,\n                                            \"name\": \"Dell iDRAC9,Enterprise\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-95\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192135,\n                                            \"name\": \"Dell iDRAC9,Enterprise\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-96\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192136,\n                                            \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-97\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192136,\n                                            \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-98\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192136,\n                                            \"name\": \"Dell iDRAC Group Manager, Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-99\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192137,\n                                            \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-100\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192137,\n                                            \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-101\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192137,\n                                            \"name\": \"Dell iDRAC,Legacy Password,OEM\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-102\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192144,\n                                            \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-103\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192144,\n                                            \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-104\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192144,\n                                            \"name\": \"Dell Brand/No-Bezel, OEM PowerEdge R640/R440, 10 Drive Chassis\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-105\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192123,\n                                            \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-106\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192123,\n                                            \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-107\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192123,\n                                            \"name\": \"Dell  OEM PowerEdge R440 x4 and x10 Drive Shipping Material\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-108\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192121,\n                                            \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-109\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192121,\n                                            \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-110\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192121,\n                                            \"name\": \"Dell OEM PowerEdge R440 Shipping\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-111\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192131,\n                                            \"name\": \"Dell No RAID\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-112\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192131,\n                                            \"name\": \"Dell No RAID\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-113\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192131,\n                                            \"name\": \"Dell No RAID\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-114\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192133,\n                                            \"name\": \"Dell No Operating System\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-115\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192133,\n                                            \"name\": \"Dell No Operating System\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-116\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192133,\n                                            \"name\": \"Dell No Operating System\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-117\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192134,\n                                            \"name\": \"Dell No Media Required\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-118\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192134,\n                                            \"name\": \"Dell No Media Required\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-119\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192134,\n                                            \"name\": \"Dell No Media Required\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-120\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192140,\n                                            \"name\": \"Dell Redundant SD Cards Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-121\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192140,\n                                            \"name\": \"Dell Redundant SD Cards Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-122\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192140,\n                                            \"name\": \"Dell Redundant SD Cards Enabled\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-123\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192142,\n                                            \"name\": \"Dell No Internal Optical Drive\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-124\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192142,\n                                            \"name\": \"Dell No Internal Optical Drive\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-125\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192142,\n                                            \"name\": \"Dell No Internal Optical Drive\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-126\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192145,\n                                            \"name\": \"Dell No Quick Sync\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-127\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192145,\n                                            \"name\": \"Dell No Quick Sync\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-128\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192145,\n                                            \"name\": \"Dell No Quick Sync\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-129\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192146,\n                                            \"name\": \"Dell Performance BIOS Settings\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-130\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192146,\n                                            \"name\": \"Dell Performance BIOS Settings\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-131\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192146,\n                                            \"name\": \"Dell Performance BIOS Settings\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-132\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192148,\n                                            \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-133\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192148,\n                                            \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-134\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192148,\n                                            \"name\": \"Dell No Systems Documentation, No OpenManage DVD Kit\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-135\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192153,\n                                            \"name\": \"Dell On-Site Installation Declined\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-136\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192153,\n                                            \"name\": \"Dell On-Site Installation Declined\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-137\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192153,\n                                            \"name\": \"Dell On-Site Installation Declined\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-138\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192154,\n                                            \"name\": \"Dell Declined Remote Consulting Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-139\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192154,\n                                            \"name\": \"Dell Declined Remote Consulting Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-140\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192154,\n                                            \"name\": \"Dell Declined Remote Consulting Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-141\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192160,\n                                            \"name\": \"Dell 63 Months ProSupport with Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-142\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192160,\n                                            \"name\": \"Dell 63 Months ProSupport with Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-143\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192160,\n                                            \"name\": \"Dell 63 Months ProSupport with Next Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-144\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192162,\n                                            \"name\": \"Dell Onsite Diagnosis: 63 Months Same Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-145\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192162,\n                                            \"name\": \"Dell Onsite Diagnosis: 63 Months Same Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-146\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192162,\n                                            \"name\": \"Dell Onsite Diagnosis: 63 Months Same Business Day Onsite Service\"\n                                        },\n                                        \"manufacturerSerial\": \"C609183-147\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192173,\n                                            \"name\": \"PowerEdge R440 Sensor Xeon Gold 5 Year Warranty - Same day on-site\"\n                                        },\n                                        \"manufacturerSerial\": \"S609183-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192173,\n                                            \"name\": \"PowerEdge R440 Sensor Xeon Gold 5 Year Warranty - Same day on-site\"\n                                        },\n                                        \"manufacturerSerial\": \"S609183-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 192173,\n                                            \"name\": \"PowerEdge R440 Sensor Xeon Gold 5 Year Warranty - Same day on-site\"\n                                        },\n                                        \"manufacturerSerial\": \"S609183-3\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [\n                                {\n                                    \"fromAddress\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"US\",\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"parcels\": [\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"failure\"\n                                            },\n                                            \"trackingNumber\": \"1Z5230967814\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"failure\"\n                                            },\n                                            \"trackingNumber\": \"1Z6321094578\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"failure\"\n                                            },\n                                            \"trackingNumber\": \"1Z8590362471\"\n                                        }\n                                    ],\n                                    \"shipSetSummary\": {\n                                        \"deliveredAt\": null,\n                                        \"estimatedToComplete\": \"2024-04-16T20:00:00Z\"\n                                    },\n                                    \"shipmentCarrier\": {\n                                        \"name\": \"UPS\"\n                                    },\n                                    \"shipmentService\": {\n                                        \"name\": \"UPS Worldwide Standard (ground to Canada/Mexico)\"\n                                    },\n                                    \"shipmentSetStatus\": {\n                                        \"description\": \"There is a shipment exception\",\n                                        \"name\": \"Shipment Exception\"\n                                    },\n                                    \"toAddress\": {\n                                        \"address1\": \"Ataturk Blvd. 110\",\n                                        \"address2\": null,\n                                        \"city\": \"Ankara\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"TR\",\n                                        \"postalCode\": \"06100 Kavaklidere\",\n                                        \"region\": \"Central Anatolia\"\n                                    }\n                                }\n                            ],\n                            \"shippingAddress\": {\n                                \"address1\": \"Ataturk Blvd. 110\",\n                                \"address2\": null,\n                                \"city\": \"Ankara\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"TR\",\n                                \"postalCode\": \"06100 Kavaklidere\",\n                                \"region\": \"Central Anatolia\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": \"2024-02-02T23:20:00Z\",\n                            \"createdDate\": \"2024-01-19\",\n                            \"customerPromiseDate\": \"2024-02-02\",\n                            \"description\": \"\",\n                            \"id\": 609184,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Hard Drive\"\n                                        },\n                                        \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                        \"id\": 180421,\n                                        \"manufacturerSku\": \"WD60PURZ\",\n                                        \"name\": \"WD 6TB Purple Surveillance\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"10C LGA-2011-3 Embedded\",\n                                        \"id\": 165855,\n                                        \"manufacturerSku\": \"CM8066002032701\",\n                                        \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Dual Rank 1Gx8 DDR4 1.2v Micron A-Die\",\n                                        \"id\": 168560,\n                                        \"manufacturerSku\": \"KVR24E17D8/16MA\",\n                                        \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Case\"\n                                        },\n                                        \"description\": \"CSE-514-R400C\",\n                                        \"id\": 159295,\n                                        \"manufacturerSku\": \"CSE-514-R400C\",\n                                        \"name\": \"SuperChassis 514-R400C\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"1800.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal MACE\",\n                                        \"id\": 123456,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal MACE\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal DMI Configuration & Validation\",\n                                        \"id\": 149999,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal DMI Configuration & Validation\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                        \"id\": 171637,\n                                        \"manufacturerSku\": \"1002599-MP-501\",\n                                        \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"gerber polycarb - IPMI label\",\n                                        \"id\": 149613,\n                                        \"manufacturerSku\": \"52740-BR-876\",\n                                        \"name\": \"IPMI Label - 19mm x 8mm 5017C\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"Instapak Box\",\n                                        \"id\": 146354,\n                                        \"manufacturerSku\": \"32 x 24 x 16\",\n                                        \"name\": \"Instapak Box\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Network\"\n                                        },\n                                        \"description\": \"Quad port 10G Base-T NIC PCI-e x8\",\n                                        \"id\": 175218,\n                                        \"manufacturerSku\": \"X710T4BLK\",\n                                        \"name\": \"Intel X710-T4 10GbE NIC bulk\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-37\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-38\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-39\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-40\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-41\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 168560,\n                                            \"name\": \"Kingston 16GB 2400MHz ECC Unb Server Premier\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-42\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-43\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-44\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-45\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-46\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-47\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-48\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 149613,\n                                            \"name\": \"IPMI Label - 19mm x 8mm 5017C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-49\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 149613,\n                                            \"name\": \"IPMI Label - 19mm x 8mm 5017C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-50\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 149613,\n                                            \"name\": \"IPMI Label - 19mm x 8mm 5017C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-51\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 175218,\n                                            \"name\": \"Intel X710-T4 10GbE NIC bulk\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-52\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 175218,\n                                            \"name\": \"Intel X710-T4 10GbE NIC bulk\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-53\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 175218,\n                                            \"name\": \"Intel X710-T4 10GbE NIC bulk\"\n                                        },\n                                        \"manufacturerSerial\": \"C609184-54\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184860,\n                                            \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory 10GBe NIC\"\n                                        },\n                                        \"manufacturerSerial\": \"S609184-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184860,\n                                            \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory 10GBe NIC\"\n                                        },\n                                        \"manufacturerSerial\": \"S609184-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184860,\n                                            \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory 10GBe NIC\"\n                                        },\n                                        \"manufacturerSerial\": \"S609184-3\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [\n                                {\n                                    \"fromAddress\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"US\",\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"parcels\": [\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z2310789564\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z5160347829\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z5174396280\"\n                                        }\n                                    ],\n                                    \"shipSetSummary\": {\n                                        \"deliveredAt\": \"2024-02-06T20:04:00Z\",\n                                        \"estimatedToComplete\": \"2024-02-06T05:04:00Z\"\n                                    },\n                                    \"shipmentCarrier\": {\n                                        \"name\": \"FedEx\"\n                                    },\n                                    \"shipmentService\": {\n                                        \"name\": \"FedEx International Economy\"\n                                    },\n                                    \"shipmentSetStatus\": {\n                                        \"description\": \"Delivered.\",\n                                        \"name\": \"Delivered\"\n                                    },\n                                    \"toAddress\": {\n                                        \"address1\": \"1201 Roxas Boulevard\",\n                                        \"address2\": null,\n                                        \"city\": \"Manila\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"PH\",\n                                        \"postalCode\": \"1000\",\n                                        \"region\": \"Metro Manila\"\n                                    }\n                                }\n                            ],\n                            \"shippingAddress\": {\n                                \"address1\": \"1201 Roxas Boulevard\",\n                                \"address2\": null,\n                                \"city\": \"Manila\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"PH\",\n                                \"postalCode\": \"1000\",\n                                \"region\": \"Metro Manila\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": \"2024-02-02T19:11:00Z\",\n                            \"createdDate\": \"2024-01-19\",\n                            \"customerPromiseDate\": \"2024-02-02\",\n                            \"description\": \"\",\n                            \"id\": 609185,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Server\"\n                                        },\n                                        \"description\": \"1U LGA3647 UP C622 500W Redundant, 10x 2.5\\\" SATA3, 2x 10GBase-T, Direct Attached BP\",\n                                        \"id\": 178594,\n                                        \"manufacturerSku\": \"SYS-1019P-WTR\",\n                                        \"name\": \"SuperServer SYS-1019P-WTR\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"3500.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"8C/16T LGA 3647 11MB L3 Embedded\",\n                                        \"id\": 174703,\n                                        \"manufacturerSku\": \"CD8067303561400\",\n                                        \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                        \"id\": 174544,\n                                        \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                        \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"RAID Card/HBA\"\n                                        },\n                                        \"description\": \"SAS 3.0 PCI-e 3.0 x8 LP\",\n                                        \"id\": 147212,\n                                        \"manufacturerSku\": \"AOC-S3108L-H8iR\",\n                                        \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"Supercap BBU for Supermicro SAS3 See notes for motherboards and RCs\",\n                                        \"id\": 156513,\n                                        \"manufacturerSku\": \"BTR-TFM8G-LSICVM02\",\n                                        \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Cables/Connect\"\n                                        },\n                                        \"description\": \"60CM SFF-8643 to SFF-8643\",\n                                        \"id\": 150928,\n                                        \"manufacturerSku\": \"CBL-SAST-0593\",\n                                        \"name\": \"Supermicro CBL-SAST-0593\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"Supercap bracket\",\n                                        \"id\": 150935,\n                                        \"manufacturerSku\": \"MCP-240-00127-0N\",\n                                        \"name\": \"Supermicro MCP-240-00127-0N\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Storage\"\n                                        },\n                                        \"description\": \"2.5in SATA 3.6 DWPD\",\n                                        \"id\": 167836,\n                                        \"manufacturerSku\": \"MZ7KM960HMJP-00005\",\n                                        \"name\": \"Samsung SM863a 960GB\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Hardware Inventory Check\",\n                                        \"id\": 150000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Hardware Inventory Check\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"IPMI Firmware\"\n                                        },\n                                        \"description\": \"1.39 IPMI FW for  X11SPW-TF\",\n                                        \"id\": 183225,\n                                        \"manufacturerSku\": \"SMT_X11AST2500_139.zip\",\n                                        \"name\": \"IPMI X11 1.39 FW\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Bios\"\n                                        },\n                                        \"description\": \"USB UEFI FLASH\",\n                                        \"id\": 184897,\n                                        \"manufacturerSku\": \"X11SPW8_226.zip\",\n                                        \"name\": \"Stock  X11SPW-TF 2.0b\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"IPMI controller advanced management features e.g., BIOS & Firmware upgrade and provisioning\",\n                                        \"id\": 166494,\n                                        \"manufacturerSku\": \"SFT-OOB-LIC\",\n                                        \"name\": \"Supermicro SFT-OOB-LIC\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"PCDr Basic Hardware Functional Test - CPU, SMART, USB, Serial, Memory, Chipset, and Network Test.\",\n                                        \"id\": 165000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Basic Functional Testing\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1.375in x 0.375in Warranty Void Label\",\n                                        \"id\": 119588,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Silver Warranty Void Label\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"113 Box\",\n                                        \"id\": 146398,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"113 Box\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"3 Year + 3 Month Warranty\",\n                                        \"id\": 170954,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"39 Month Warranty\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178594,\n                                            \"name\": \"SuperServer SYS-1019P-WTR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178594,\n                                            \"name\": \"SuperServer SYS-1019P-WTR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178594,\n                                            \"name\": \"SuperServer SYS-1019P-WTR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174703,\n                                            \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174703,\n                                            \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174703,\n                                            \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 147212,\n                                            \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 147212,\n                                            \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 147212,\n                                            \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 156513,\n                                            \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 156513,\n                                            \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 156513,\n                                            \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-37\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-38\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-39\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-40\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-41\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-42\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-43\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-44\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-45\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-46\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-47\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-48\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-49\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-50\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-51\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-52\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-53\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-54\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-55\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-56\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-57\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-58\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-59\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167836,\n                                            \"name\": \"Samsung SM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-60\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 119588,\n                                            \"name\": \"Silver Warranty Void Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-61\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 119588,\n                                            \"name\": \"Silver Warranty Void Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-62\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 119588,\n                                            \"name\": \"Silver Warranty Void Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609185-63\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 186644,\n                                            \"name\": \"Edge Compute Node 7.68TB\"\n                                        },\n                                        \"manufacturerSerial\": \"S609185-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 186644,\n                                            \"name\": \"Edge Compute Node 7.68TB\"\n                                        },\n                                        \"manufacturerSerial\": \"S609185-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 186644,\n                                            \"name\": \"Edge Compute Node 7.68TB\"\n                                        },\n                                        \"manufacturerSerial\": \"S609185-3\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [\n                                {\n                                    \"fromAddress\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"US\",\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"parcels\": [\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z0186427953\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z3208674951\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z2731560948\"\n                                        }\n                                    ],\n                                    \"shipSetSummary\": {\n                                        \"deliveredAt\": \"2024-02-06T20:55:00Z\",\n                                        \"estimatedToComplete\": \"2024-02-06T00:55:00Z\"\n                                    },\n                                    \"shipmentCarrier\": {\n                                        \"name\": \"FedEx\"\n                                    },\n                                    \"shipmentService\": {\n                                        \"name\": \"FedEx International Economy\"\n                                    },\n                                    \"shipmentSetStatus\": {\n                                        \"description\": \"Delivered.\",\n                                        \"name\": \"Delivered\"\n                                    },\n                                    \"toAddress\": {\n                                        \"address1\": \"C-49, G-Block, Bandra Kurla\\n\\t\\t\\t\\t\\t\\tComplex\",\n                                        \"address2\": null,\n                                        \"city\": \"Mumbai\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"IN\",\n                                        \"postalCode\": \"400051\",\n                                        \"region\": \"Maharashtra\"\n                                    }\n                                }\n                            ],\n                            \"shippingAddress\": {\n                                \"address1\": \"C-49, G-Block, Bandra Kurla\\n\\t\\t\\t\\t\\t\\tComplex\",\n                                \"address2\": null,\n                                \"city\": \"Mumbai\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"IN\",\n                                \"postalCode\": \"400051\",\n                                \"region\": \"Maharashtra\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": \"2024-02-03T23:34:00Z\",\n                            \"createdDate\": \"2024-01-20\",\n                            \"customerPromiseDate\": \"2024-02-03\",\n                            \"description\": \"\",\n                            \"id\": 609186,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Hard Drive\"\n                                        },\n                                        \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                        \"id\": 180421,\n                                        \"manufacturerSku\": \"WD60PURZ\",\n                                        \"name\": \"WD 6TB Purple Surveillance\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"10C LGA-2011-3 Embedded\",\n                                        \"id\": 165855,\n                                        \"manufacturerSku\": \"CM8066002032701\",\n                                        \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                        \"id\": 178023,\n                                        \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                        \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Case\"\n                                        },\n                                        \"description\": \"CSE-514-R400C\",\n                                        \"id\": 159295,\n                                        \"manufacturerSku\": \"CSE-514-R400C\",\n                                        \"name\": \"SuperChassis 514-R400C\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"1800.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal MACE\",\n                                        \"id\": 123456,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal MACE\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal DMI Configuration & Validation\",\n                                        \"id\": 149999,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal DMI Configuration & Validation\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                        \"id\": 171637,\n                                        \"manufacturerSku\": \"1002599-MP-501\",\n                                        \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"gerber polycarb - IPMI label\",\n                                        \"id\": 149613,\n                                        \"manufacturerSku\": \"52740-BR-876\",\n                                        \"name\": \"IPMI Label - 19mm x 8mm 5017C\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"Instapak Box\",\n                                        \"id\": 146354,\n                                        \"manufacturerSku\": \"32 x 24 x 16\",\n                                        \"name\": \"Instapak Box\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Network\"\n                                        },\n                                        \"description\": \"Quad port 10G Base-T NIC PCI-e x8\",\n                                        \"id\": 175218,\n                                        \"manufacturerSku\": \"X710T4BLK\",\n                                        \"name\": \"Intel X710-T4 10GbE NIC bulk\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 149613,\n                                            \"name\": \"IPMI Label - 19mm x 8mm 5017C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 149613,\n                                            \"name\": \"IPMI Label - 19mm x 8mm 5017C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 175218,\n                                            \"name\": \"Intel X710-T4 10GbE NIC bulk\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 175218,\n                                            \"name\": \"Intel X710-T4 10GbE NIC bulk\"\n                                        },\n                                        \"manufacturerSerial\": \"C609186-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184861,\n                                            \"name\": \"SD-WAN Node 24TB Storage Performance 256GB Memory 10GBe NIC\"\n                                        },\n                                        \"manufacturerSerial\": \"S609186-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184861,\n                                            \"name\": \"SD-WAN Node 24TB Storage Performance 256GB Memory 10GBe NIC\"\n                                        },\n                                        \"manufacturerSerial\": \"S609186-2\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [\n                                {\n                                    \"fromAddress\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"US\",\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"parcels\": [\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z2036458971\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z8672045193\"\n                                        }\n                                    ],\n                                    \"shipSetSummary\": {\n                                        \"deliveredAt\": \"2024-02-07T17:40:00Z\",\n                                        \"estimatedToComplete\": \"2024-02-07T17:40:00Z\"\n                                    },\n                                    \"shipmentCarrier\": {\n                                        \"name\": \"FedEx\"\n                                    },\n                                    \"shipmentService\": {\n                                        \"name\": \"FedEx International Economy\"\n                                    },\n                                    \"shipmentSetStatus\": {\n                                        \"description\": \"Delivered.\",\n                                        \"name\": \"Delivered\"\n                                    },\n                                    \"toAddress\": {\n                                        \"address1\": \"26 Garden Road Central\",\n                                        \"address2\": null,\n                                        \"city\": \"Hong Kong\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"CN\",\n                                        \"postalCode\": \"518000\",\n                                        \"region\": \"Hong Kong SAR\"\n                                    }\n                                }\n                            ],\n                            \"shippingAddress\": {\n                                \"address1\": \"26 Garden Road Central\",\n                                \"address2\": null,\n                                \"city\": \"Hong Kong\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"CN\",\n                                \"postalCode\": \"518000\",\n                                \"region\": \"Hong Kong SAR\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": \"2024-02-04T20:27:00Z\",\n                            \"createdDate\": \"2024-01-21\",\n                            \"customerPromiseDate\": \"2024-02-04\",\n                            \"description\": \"\",\n                            \"id\": 609187,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Hard Drive\"\n                                        },\n                                        \"description\": \"SATA3 6Gbps 5400RPM 64MB 3.5in\",\n                                        \"id\": 180421,\n                                        \"manufacturerSku\": \"WD60PURZ\",\n                                        \"name\": \"WD 6TB Purple Surveillance\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"10C LGA-2011-3 Embedded\",\n                                        \"id\": 165855,\n                                        \"manufacturerSku\": \"CM8066002032701\",\n                                        \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Dual Rank 4Gx4 DDR4 1.2v Micron IC\",\n                                        \"id\": 178023,\n                                        \"manufacturerSku\": \"MTA36ADS4G72PZ-2G3B1\",\n                                        \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Case\"\n                                        },\n                                        \"description\": \"CSE-514-R400C\",\n                                        \"id\": 159295,\n                                        \"manufacturerSku\": \"CSE-514-R400C\",\n                                        \"name\": \"SuperChassis 514-R400C\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"1800.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal MACE\",\n                                        \"id\": 123456,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal MACE\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Universal DMI Configuration & Validation\",\n                                        \"id\": 149999,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Universal DMI Configuration & Validation\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1. Digitally printed 10mil polycarbonate label\\n2. Dimensions:\\nA: 34.0mm x 11.15mm\",\n                                        \"id\": 171637,\n                                        \"manufacturerSku\": \"1002599-MP-501\",\n                                        \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"Lexan, IPMI Label\",\n                                        \"id\": 140744,\n                                        \"manufacturerSku\": \"100% Opaque\",\n                                        \"name\": \"14mmx12.5mm Grey w White Text\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"Instapak Box\",\n                                        \"id\": 146354,\n                                        \"manufacturerSku\": \"32 x 24 x 16\",\n                                        \"name\": \"Instapak Box\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 180421,\n                                            \"name\": \"WD 6TB Purple Surveillance\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 165855,\n                                            \"name\": \"Intel Xeon E5-2640v4 2.4GHz 25M Tray\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178023,\n                                            \"name\": \"Micron 32GB 2400MHz ECC Reg VLP Z01A\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 159295,\n                                            \"name\": \"SuperChassis 514-R400C\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 171637,\n                                            \"name\": \"ETH 0 ETH 1 Rear Port Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 140744,\n                                            \"name\": \"14mmx12.5mm Grey w White Text\"\n                                        },\n                                        \"manufacturerSerial\": \"C609187-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 184565,\n                                            \"name\": \"SD-WAN Node 12TB Storage Performance 512GB Memory\"\n                                        },\n                                        \"manufacturerSerial\": \"S609187-1\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [\n                                {\n                                    \"fromAddress\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"US\",\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"parcels\": [\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z4310829576\"\n                                        }\n                                    ],\n                                    \"shipSetSummary\": {\n                                        \"deliveredAt\": \"2024-02-06T18:38:00Z\",\n                                        \"estimatedToComplete\": \"2024-02-06T14:38:00Z\"\n                                    },\n                                    \"shipmentCarrier\": {\n                                        \"name\": \"UPS\"\n                                    },\n                                    \"shipmentService\": {\n                                        \"name\": \"UPS Worldwide Standard (ground to Canada/Mexico)\"\n                                    },\n                                    \"shipmentSetStatus\": {\n                                        \"description\": \"Delivered.\",\n                                        \"name\": \"Delivered\"\n                                    },\n                                    \"toAddress\": {\n                                        \"address1\": \"1155 rue St. Alexandre\",\n                                        \"address2\": null,\n                                        \"city\": \"Montréal\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"CA\",\n                                        \"postalCode\": \"H3B 3Z1\",\n                                        \"region\": \"Quebec\"\n                                    }\n                                }\n                            ],\n                            \"shippingAddress\": {\n                                \"address1\": \"1155 rue St. Alexandre\",\n                                \"address2\": null,\n                                \"city\": \"Montréal\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"CA\",\n                                \"postalCode\": \"H3B 3Z1\",\n                                \"region\": \"Quebec\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"completedAt\": \"2024-02-04T19:41:00Z\",\n                            \"createdDate\": \"2024-01-21\",\n                            \"customerPromiseDate\": \"2024-02-04\",\n                            \"description\": \"\",\n                            \"id\": 609188,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Server\"\n                                        },\n                                        \"description\": \"1U LGA3647 UP C622 500W Redundant, 10x 2.5\\\" SATA3, 2x 10GBase-T, Direct Attached BP\",\n                                        \"id\": 178594,\n                                        \"manufacturerSku\": \"SYS-1019P-WTR\",\n                                        \"name\": \"SuperServer SYS-1019P-WTR\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"3500.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Processor\"\n                                        },\n                                        \"description\": \"8C/16T LGA 3647 11MB L3 Embedded\",\n                                        \"id\": 174703,\n                                        \"manufacturerSku\": \"CD8067303561400\",\n                                        \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Memory\"\n                                        },\n                                        \"description\": \"Single Rank 1Gx8 DDR4 1.2V Micron IC Dual Label\",\n                                        \"id\": 174544,\n                                        \"manufacturerSku\": \"MTA9ASF1G72PZ-2G6D1 | CT8G4RFS8266.9FD1\",\n                                        \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"RAID Card/HBA\"\n                                        },\n                                        \"description\": \"SAS 3.0 PCI-e 3.0 x8 LP\",\n                                        \"id\": 147212,\n                                        \"manufacturerSku\": \"AOC-S3108L-H8iR\",\n                                        \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"Supercap BBU for Supermicro SAS3 See notes for motherboards and RCs\",\n                                        \"id\": 156513,\n                                        \"manufacturerSku\": \"BTR-TFM8G-LSICVM02\",\n                                        \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Cables/Connect\"\n                                        },\n                                        \"description\": \"60CM SFF-8643 to SFF-8643\",\n                                        \"id\": 150928,\n                                        \"manufacturerSku\": \"CBL-SAST-0593\",\n                                        \"name\": \"Supermicro CBL-SAST-0593\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Accessory\"\n                                        },\n                                        \"description\": \"Supercap bracket\",\n                                        \"id\": 150935,\n                                        \"manufacturerSku\": \"MCP-240-00127-0N\",\n                                        \"name\": \"Supermicro MCP-240-00127-0N\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Solid State Drive\"\n                                        },\n                                        \"description\": \"2.5in SATA 0.8 DWPD\",\n                                        \"id\": 167831,\n                                        \"manufacturerSku\": \"MZ7LM960HMJP-00005\",\n                                        \"name\": \"Samsung PM863a 960GB\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Hardware Inventory Check\",\n                                        \"id\": 150000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Hardware Inventory Check\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"IPMI Firmware\"\n                                        },\n                                        \"description\": \"1.39 IPMI FW for  X11SPW-TF\",\n                                        \"id\": 183225,\n                                        \"manufacturerSku\": \"SMT_X11AST2500_139.zip\",\n                                        \"name\": \"IPMI X11 1.39 FW\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Bios\"\n                                        },\n                                        \"description\": \"USB UEFI FLASH\",\n                                        \"id\": 184897,\n                                        \"manufacturerSku\": \"X11SPW8_226.zip\",\n                                        \"name\": \"Stock  X11SPW-TF 2.0b\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Software\"\n                                        },\n                                        \"description\": \"IPMI controller advanced management features e.g., BIOS & Firmware upgrade and provisioning\",\n                                        \"id\": 166494,\n                                        \"manufacturerSku\": \"SFT-OOB-LIC\",\n                                        \"name\": \"Supermicro SFT-OOB-LIC\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"PCDr Basic Hardware Functional Test - CPU, SMART, USB, Serial, Memory, Chipset, and Network Test.\",\n                                        \"id\": 165000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Basic Functional Testing\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Branding\"\n                                        },\n                                        \"description\": \"1.375in x 0.375in Warranty Void Label\",\n                                        \"id\": 119588,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Silver Warranty Void Label\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Custom Box\"\n                                        },\n                                        \"description\": \"113 Box\",\n                                        \"id\": 146398,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"113 Box\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"3 Year + 3 Month Warranty\",\n                                        \"id\": 170954,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"39 Month Warranty\"\n                                    },\n                                    \"quantity\": \"2.0000\",\n                                    \"unitPrice\": \"0.000000\"\n                                }\n                            ],\n                            \"orderSerials\": [\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178594,\n                                            \"name\": \"SuperServer SYS-1019P-WTR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 178594,\n                                            \"name\": \"SuperServer SYS-1019P-WTR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-2\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174703,\n                                            \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-3\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174703,\n                                            \"name\": \"Intel Xeon Silver 4110 2.1 Ghz\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-4\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-5\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-6\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-7\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-8\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-9\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-10\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-11\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-12\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-13\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-14\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-15\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 174544,\n                                            \"name\": \"Micron 8GB 2666MHz DDR4 ECC Reg Z01B\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-16\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 147212,\n                                            \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-17\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 147212,\n                                            \"name\": \"Supermicro AOC-S3108L-H8iR\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-18\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 156513,\n                                            \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-19\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 156513,\n                                            \"name\": \"Supermicro BTR-TFM8G-LSICVM02\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-20\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-21\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-22\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-23\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 150928,\n                                            \"name\": \"Supermicro CBL-SAST-0593\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-24\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-25\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-26\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-27\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-28\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-29\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-30\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-31\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-32\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-33\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-34\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-35\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-36\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-37\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-38\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-39\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 167831,\n                                            \"name\": \"Samsung PM863a 960GB\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-40\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 119588,\n                                            \"name\": \"Silver Warranty Void Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-41\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 119588,\n                                            \"name\": \"Silver Warranty Void Label\"\n                                        },\n                                        \"manufacturerSerial\": \"C609188-42\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 186641,\n                                            \"name\": \"Medium Rapid Appliance 7.68TB\"\n                                        },\n                                        \"manufacturerSerial\": \"S609188-1\"\n                                    }\n                                },\n                                {\n                                    \"serial\": {\n                                        \"item\": {\n                                            \"id\": 186641,\n                                            \"name\": \"Medium Rapid Appliance 7.68TB\"\n                                        },\n                                        \"manufacturerSerial\": \"S609188-2\"\n                                    }\n                                }\n                            ],\n                            \"shipSets\": [\n                                {\n                                    \"fromAddress\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"US\",\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"parcels\": [\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z2486173950\"\n                                        },\n                                        {\n                                            \"parcelStatus\": {\n                                                \"status\": \"delivered\"\n                                            },\n                                            \"trackingNumber\": \"1Z1079643852\"\n                                        }\n                                    ],\n                                    \"shipSetSummary\": {\n                                        \"deliveredAt\": \"2024-02-07T17:53:00Z\",\n                                        \"estimatedToComplete\": \"2024-02-07T22:53:00Z\"\n                                    },\n                                    \"shipmentCarrier\": {\n                                        \"name\": \"UPS\"\n                                    },\n                                    \"shipmentService\": {\n                                        \"name\": \"UPS Ground\"\n                                    },\n                                    \"shipmentSetStatus\": {\n                                        \"description\": \"Delivered.\",\n                                        \"name\": \"Delivered\"\n                                    },\n                                    \"toAddress\": {\n                                        \"address1\": \"1315 10th St. B-27\",\n                                        \"address2\": null,\n                                        \"city\": \"Sacramento\",\n                                        \"companyName\": null,\n                                        \"contactName\": null,\n                                        \"country\": \"US\",\n                                        \"postalCode\": \"95814\",\n                                        \"region\": \"California\"\n                                    }\n                                }\n                            ],\n                            \"shippingAddress\": {\n                                \"address1\": \"1315 10th St. B-27\",\n                                \"address2\": null,\n                                \"city\": \"Sacramento\",\n                                \"companyName\": null,\n                                \"contactName\": null,\n                                \"country\": \"US\",\n                                \"postalCode\": \"95814\",\n                                \"region\": \"California\"\n                            }\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjk=\",\n                    \"hasNextPage\": true\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"ff63aa09-1fa6-4a9a-8910-1e7dc2e415e3"},{"name":"Order List by PO","id":"5653b738-1256-4bcb-bd60-104c4f03c6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query OrderList(\n  $count: Int!\n  $pageCursor: String\n  $filters: OrdersIndexFilters\n) {\n  organization {\n    orders(first: $count, after: $pageCursor, filters: $filters) {\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n      count\n      edges {\n        node {\n          createdDate\n          description\n          id\n          customerPromiseDate\n          purchaseOrder\n          shippingAddress {\n            ...fullAddress\n          }\n          orderSerials {\n            serial {\n              manufacturerSerial\n              item {\n                id\n                name\n                manufacturer {\n                  name\n                }\n              }\n            }\n          }\n          orderLines {\n            quantity\n            unitPrice\n            item {\n              id\n              name\n              description\n              manufacturerSku\n              category {\n                name\n              }\n            }\n          }\n          completedAt\n          shipSets {\n            shipmentCarrier {\n              name\n            }\n\n            shipmentService {\n              name\n            }\n\n            fromAddress {\n              ...fullAddress\n            }\n\n            toAddress {\n              ...fullAddress\n            }\n\n            shipmentSetStatus {\n              name\n              description\n            }\n            shipSetSummary {\n              deliveredAt\n              estimatedToComplete\n              shippedAt\n            }\n            parcels {\n              trackingNumber\n              externalUrl\n              parcelStatus {\n                status\n              }\n              carrier\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment fullAddress on Address {\n  companyName\n  contactName\n  address1\n  address2\n  city\n  region\n  postalCode\n  country\n}\n","variables":"{\n\t\"count\": 10,\n\t\"pageCursor\": null,\n\t\"filters\": {\n\t\t\"purchaseOrder\": \"PO-9948\"\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Pulls all orders tied to your purchase order (PO) number.</p>\n","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"32043390-cc55-4d46-a881-c3c1457adf77","name":"Order List by PO","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query OrderList(\n  $count: Int!\n  $pageCursor: String\n  $filters: OrdersIndexFilters\n) {\n  organization {\n    orders(first: $count, after: $pageCursor, filters: $filters) {\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n      count\n      edges {\n        node {\n          createdDate\n          description\n          id\n          customerPromiseDate\n          purchaseOrder\n          shippingAddress {\n            ...fullAddress\n          }\n          orderSerials {\n            serial {\n              manufacturerSerial\n              item {\n                id\n                name\n                manufacturer {\n                  name\n                }\n              }\n            }\n          }\n          orderLines {\n            quantity\n            unitPrice\n            item {\n              id\n              name\n              description\n              manufacturerSku\n              category {\n                name\n              }\n            }\n          }\n          completedAt\n          shipSets {\n            shipmentCarrier {\n              name\n            }\n\n            shipmentService {\n              name\n            }\n\n            fromAddress {\n              ...fullAddress\n            }\n\n            toAddress {\n              ...fullAddress\n            }\n\n            shipmentSetStatus {\n              name\n              description\n            }\n            shipSetSummary {\n              deliveredAt\n              estimatedToComplete\n              shippedAt\n            }\n            parcels {\n              trackingNumber\n              externalUrl\n              parcelStatus {\n                status\n              }\n              carrier\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment fullAddress on Address {\n  companyName\n  contactName\n  address1\n  address2\n  city\n  region\n  postalCode\n  country\n}\n","variables":"{\n\t\"count\": 10,\n\t\"pageCursor\": null,\n\t\"filters\": {\n\t\t\"purchaseOrder\": \"PO-9948\"\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"orders\": {\n                \"count\": 1,\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"completedAt\": null,\n                            \"createdDate\": \"2025-04-22\",\n                            \"customerPromiseDate\": \"2025-05-27\",\n                            \"description\": \"\",\n                            \"id\": 609303,\n                            \"orderLines\": [\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Warranty\"\n                                        },\n                                        \"description\": \"AHEAD workmanship warranty, manufacturer warranty passthrough\",\n                                        \"id\": 182243,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"AHEAD Workmanship Warranty\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.00\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Hardware Inventory Check\",\n                                        \"id\": 150000,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Hardware Inventory Check\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.00\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"Dell Service Tag Mink\",\n                                        \"id\": 130142,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"Dell Service Tag Mink\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.00\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Server\"\n                                        },\n                                        \"description\": \"\",\n                                        \"id\": 192180,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"PowerEdge R760 Intel Xeon Bronze 3 Year Warranty - Same day on-site\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.00\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"GPU\"\n                                        },\n                                        \"description\": \"Dual port HD/SDI capture card requires x4 or faster PCIe slot. Ships with board only, drivers free on CD upon request.\",\n                                        \"id\": 192279,\n                                        \"manufacturerSku\": \"22121100\",\n                                        \"name\": \"2 port HD/SDI Video Capture Card\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.00\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Configuration\"\n                                        },\n                                        \"description\": \"2 Port Card Configuration\",\n                                        \"id\": 192280,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"2 Port Card Configuration\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"3500.00\"\n                                },\n                                {\n                                    \"item\": {\n                                        \"category\": {\n                                            \"name\": \"Shell Scripts\"\n                                        },\n                                        \"description\": \"2 Port Capture Card Firmware Flash v2.1.10\",\n                                        \"id\": 192282,\n                                        \"manufacturerSku\": \"\",\n                                        \"name\": \"2 Port Capture Card Firmware Flash v2.1.10\"\n                                    },\n                                    \"quantity\": \"1.0000\",\n                                    \"unitPrice\": \"0.00\"\n                                }\n                            ],\n                            \"orderSerials\": [],\n                            \"purchaseOrder\": \"PO-9948\",\n                            \"shipSets\": [],\n                            \"shippingAddress\": {\n                                \"address1\": \"401 S 2nd St\",\n                                \"address2\": \"\",\n                                \"city\": \"Springfield\",\n                                \"companyName\": \"Demo Customer\",\n                                \"contactName\": null,\n                                \"country\": \"US\",\n                                \"postalCode\": \"62707\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjA=\",\n                    \"hasNextPage\": false\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"5653b738-1256-4bcb-bd60-104c4f03c6ab"},{"name":"Open or Recently Closed Orders","id":"a0d38e9d-9816-4991-b853-faaafc1e6f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query OrderList($count: Int!, $pageCursor: String, $filters: OrdersIndexFilters) {\n\torganization {\n\t\torders(first: $count, after: $pageCursor, filters: $filters) {\n\t\t\tpageInfo {\n\t\t\t\thasNextPage\n\t\t\t\tendCursor\n\t\t\t}\n\n\t\t\tcount\n\t\t\tedges {\n\t\t\t\tnode {\n\t\t\t\t\tcreatedDate\n\t\t\t\t\tdescription\n\t\t\t\t\tid\n\t\t\t\t\tcustomerPromiseDate\n                    purchaseOrder\n\t\t\t\t\tshippingAddress {\n\t\t\t\t\t\t...fullAddress\n\t\t\t\t\t}\n                    orderSerials {\n                        serial {\n                            manufacturerSerial\n                            item {\n                                id\n                                name\n                                manufacturer {\n                                name\n                                }\n                            }\n                        }\n                    }\n\t\t\t\t\torderLines {\n\t\t\t\t\t\tquantity\n\t\t\t\t\t\tunitPrice\n\t\t\t\t\t\titem {\n\t\t\t\t\t\t\tid\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\tdescription\n\t\t\t\t\t\t\tmanufacturerSku\n\t\t\t\t\t\t\tcategory {\n\t\t\t\t\t\t\t\tname\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tcompletedAt\n\t\t\t\t\tshipSets {\n\t\t\t\t\t\tshipmentCarrier {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tshipmentService {\n\t\t\t\t\t\t\tname\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tfromAddress {\n\t\t\t\t\t\t\t...fullAddress\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\ttoAddress {\n\t\t\t\t\t\t\t...fullAddress\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n                        shipmentSetStatus {\n                            name\n                            description\n                        }\n\t\t\t\t\t\tshipSetSummary {\n\t\t\t\t\t\t\tdeliveredAt\n\t\t\t\t\t\t\testimatedToComplete\n                            shippedAt\n\t\t\t\t\t\t}\n                        parcels {\n                            trackingNumber\n                            externalUrl\n                                parcelStatus {\n                                    status\n                                }\n                            carrier\n                        }\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n\nfragment fullAddress on Address {\n\tcompanyName\n\tcontactName\n\taddress1\n\taddress2\n\tcity\n\tregion\n\tpostalCode\n\tcountry\n}\n","variables":"{\n    \"count\": 50,\n    \"pageCursor\": null\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0d38e9d-9816-4991-b853-faaafc1e6f42"},{"name":"Update Order Comment","id":"3cbc7ec5-77f4-413c-b5b9-efb033b7dc00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation TestMutation($orderId: Int!, $input: UpdateCustomerCommentsInput!) {\n\torganization {\n\t\torder(id: $orderId) {\n\t\t\tupdateCustomerComments(input: $input) {\n\t\t\t\tid\n                customerComment\n                customerCommentTwo\n\t\t\t}\n\t\t}\n\t}\n}","variables":"{\n    \"orderId\": 763795,\n    \"input\": {\n     \"customer_comment\": \"Test Comment\",\n     \"customerCommentTwo\": \"Another Comment\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"3c04fc64-ab33-43d8-adac-cba97caf05d7","name":"Example Update Order Comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation TestMutation($orderId: Int!, $input: UpdateCustomerCommentsInput!) {\n\torganization {\n\t\torder(id: $orderId) {\n\t\t\tupdateCustomerComments(input: $input) {\n\t\t\t\tid\n                customerComment\n                customerCommentTwo\n\t\t\t}\n\t\t}\n\t}\n}","variables":"{\n    \"orderId\": 123456,\n    \"input\": {\n     \"customer_comment\": \"Test Comment\",\n     \"customerCommentTwo\": \"Another Comment\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Oct 2024 18:25:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F_9QvWyaALxawJsGOXXi"},{"key":"Set-Cookie","value":"_hapi_session=SFMyNTY.g3QAAAABbQAAAA9jdXJyZW50X3VzZXJfaWR3A25pbA.6yeWuyqBHM_EjNOz187SIGjy6xJwa3oTllSIbSfnEbY; path=/; secure; HttpOnly; SameSite=None; Partitioned"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=k3ZmH9QcalU7%2FXjzQT8U3MMnwhDVGgo7qqM7oF8F1gv8aiqD1tUerRDYDndaJ1sjA3p722pvLQbCS8GxNaxhB5JfEFGdQIvITYEbSFquvWSA9ABlMY44TCAeZ7Ve\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8d42558779002964-ORD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"order\": {\n                \"updateCustomerComments\": {\n                    \"customerComment\": \"Test Comment\",\n                    \"customerCommentTwo\": \"Another Comment\",\n                    \"id\": 123456\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"3cbc7ec5-77f4-413c-b5b9-efb033b7dc00"},{"name":"Submit Fulfillment Order","id":"2ef33e29-6bcb-426d-acf7-6e8e398cc1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation CreateFulfillmentOrder(\n\t$input: CreateFulfillmentOrderInput!\n) {\n\torganization {\n\t\tcreateFulfillmentOrder(input: $input) {\n\t\t\tid\n\t\t\tcustomerPromiseDate\n      purchaseOrder\n\n      publicStatus {\n        name\n      }\n\n      orderLines {\n        item {\n          id\n          name\n          manufacturerSku\n        }\n        \n        unitPrice\n        quantity\n      }\n\n      subtotal\n      taxAmount\n      total\n\n      shippingAddress {\n        address1\n        address2\n        city\n        region\n        postalCode\n        country\n        phone\n\n        companyName\n        contactName\n        email\n      }\n\t\t}\n\t}\n}\n","variables":"{\n\t\"input\": {\n\t\t\"customerData\": [{\n      \"key\": \"profit_center\",\n      \"value\": \"Test Profit Center\"\n    }],\n\t\t\"lines\": [\n\t\t\t{\n\t\t\t\t\"productCode\": \"order-notes-1\",\n\t\t\t\t\"quantity\": 1\n\t\t\t}\n\t\t],\n\t\t\"purchaseOrder\": \"PO12345\",\n\t\t\"recipient\": {\n\t\t\t\"address1\": \"123 Fake St\",\n\t\t\t\"address2\": \"\",\n\t\t\t\"city\": \"Libertyville\",\n      \"region\": \"IL\",\n      \"postalCode\": \"60048\",\n\t\t\t\"country\": \"US\",\n\t\t\t\"companyName\": \"Example Company\",\n\t\t\t\"contactName\": \"John Smith\",\n\t\t\t\"email\": \"john.smith@example.com\",\n\t\t\t\"phone\": \"1-847-555-1234\"\n\t\t},\n\t\t\"shipMethodId\": 102\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"efba85cb-b85f-463c-af50-8caee4562735","name":"Example Submit Fulfillment Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation CreateFulfillmentOrder(\n\t$input: CreateFulfillmentOrderInput!\n) {\n\torganization {\n\t\tcreateFulfillmentOrder(input: $input) {\n\t\t\tid\n\t\t\tcustomerPromiseDate\n      purchaseOrder\n\n      publicStatus {\n        name\n      }\n\n      orderLines {\n        item {\n          id\n          name\n          manufacturerSku\n        }\n        unitPrice\n        quantity\n      }\n\n      subtotal\n      taxAmount\n      total\n\n      shippingAddress {\n        address1\n        address2\n        city\n        region\n        postalCode\n        country\n        phone\n\n        companyName\n        contactName\n        email\n      }\n\t\t}\n\t}\n}\n","variables":"{\n\t\"input\": {\n\t\t\"customerData\": [],\n\t\t\"lines\": [\n\t\t\t{\n\t\t\t\t\"productCode\": \"order-notes\",\n\t\t\t\t\"quantity\": 1\n\t\t\t}\n\t\t],\n\t\t\"purchaseOrder\": \"PO12345\",\n\t\t\"recipient\": {\n\t\t\t\"address1\": \"123 Fake St\",\n\t\t\t\"address2\": \"\",\n\t\t\t\"city\": \"Libertyville\",\n      \"region\": \"IL\",\n      \"postalCode\": \"60048\",\n\t\t\t\"country\": \"US\",\n\n\t\t\t\"companyName\": \"Example Company\",\n\t\t\t\"contactName\": \"John Smith\",\n\t\t\t\"email\": \"john.smith@example.com\",\n\t\t\t\"phone\": \"1-847-555-1234\"\n\t\t},\n\t\t\"shipMethodId\": 102\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"457"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 12 Apr 2024 19:46:08 GMT"},{"key":"server","value":"Cowboy"},{"key":"vary","value":"accept-encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"createFulfillmentOrder\": {\n                \"customerPromiseDate\": \"2024-04-15\",\n                \"id\": 769137,\n                \"orderLines\": [\n                    {\n                        \"item\": {\n                            \"id\": 111111,\n                            \"manufacturerSku\": \"\",\n                            \"name\": \"Order Notes\"\n                        },\n                        \"quantity\": \"1.0000\",\n                        \"unitPrice\": \"0.000000\"\n                    }\n                ],\n                \"publicStatus\": {\n                    \"name\": \"Under Review\"\n                },\n                \"purchaseOrder\": \"PO12345\",\n                \"shippingAddress\": {\n                    \"address1\": \"123 Fake St\",\n                    \"address2\": \"\",\n                    \"city\": \"Libertyville\",\n                    \"companyName\": \"Example Company\",\n                    \"contactName\": \"John Smith\",\n                    \"country\": \"US\",\n                    \"email\": \"john.smith@example.com\",\n                    \"phone\": \"1-847-555-1234\",\n                    \"postalCode\": \"60048\",\n                    \"region\": \"IL\"\n                },\n                \"subtotal\": \"0.00\",\n                \"taxAmount\": \"0.00\",\n                \"total\": \"0.00\"\n            }\n        }\n    }\n}"}],"_postman_id":"2ef33e29-6bcb-426d-acf7-6e8e398cc1f0"},{"name":"Order Details and Status","id":"fad3b7ae-4181-4fc3-9049-be470a943439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query findOrder($orderId: Int!) {\n  organization {\n    order(id: $orderId) {\n      customerPromiseDate\n\n      shipSets {\n        shipSetSummary {\n          deliveredAt\n        }\n      }\n\n      publicStatus {\n        name\n      }\n      \n      orderLines {\n        sort\n        item {\n          id\n          name\n          manufacturerSku\n          category {\n            name\n          }\n        }\n        quantity\n        unitPrice\n        \n      }\n      description\n      customerOrderNumber\n      customerPurchaseOrder\n      purchaseOrder\n\t\t\tcustomerComment\n\t\t\tcustomerCommentTwo\n      completedAt\n\n      orderSerials {\n        serial {\n          id\n          manufacturerSerial\n          item {\n            id\n            name\n          }\n\n          serialData {\n            value\n            metadata\n            serialDataType {\n              name\n            }\n          }\n        }\n      }\n    }\n    \n    \n    parcels(filters: { salesOrderId: $orderId }, first: 1000) {\n      edges {\n        node {\n          trackingNumber\n          \n          createdAt\n          deliveredAt\n          carrier\n          externalUrl\n          \n\n          parcelStatus {\n            status\n            estDeliveryDate\n\n            \n            details {\n              signedBy\n\n              trackingDetails {\n                status\n                statusDetail\n                message\n              }\n            }\n          }\n\n        }\n      }\n\n    }\n  }\n}\n","variables":"{\n    \"orderId\": 749217\n}"}},"url":"https://api.ahead.com/v3/graphql","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"4426c2af-cc9a-4905-80d4-ed5045cc188c","name":"Example Order Details and Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query findOrder($orderId: Int!) {\n  organization {\n    order(id: $orderId) {\n      customerPromiseDate\n\n      publicStatus {\n        name\n      }\n      \n      orderLines {\n        sort\n        item {\n          id\n          name\n          manufacturerSku\n          category {\n            name\n          }\n        }\n        quantity\n        unitPrice\n        \n      }\n      description\n      customerOrderNumber\n      customerPurchaseOrder\n      purchaseOrder\n\t\t\tcustomerComment\n\t\t\tcustomerCommentTwo\n      completedAt\n\n      orderSerials {\n        serial {\n          id\n          manufacturerSerial\n          item {\n            id\n            name\n          }\n        }\n      }\n    }\n    \n    \n    parcels(filters: { salesOrderId: $orderId }, first: 1000) {\n      edges {\n        node {\n          trackingNumber\n          \n          createdAt\n          deliveredAt\n          carrier\n          externalUrl\n          \n\n          parcelStatus {\n            status\n            estDeliveryDate\n\n            \n            details {\n              signedBy\n\n              trackingDetails {\n                status\n                statusDetail\n                message\n              }\n            }\n          }\n\n        }\n      }\n\n    }\n  }\n}\n","variables":"{\n    \"orderId\": 609562\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1424"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 08 Apr 2024 18:39:30 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8RiDeAJ6Bda4n4AFTNx"},{"key":"set-cookie","value":"_hapi_key=SFMyNTY.g3QAAAABbQAAAA9jdXJyZW50X3VzZXJfaWRkAANuaWw.ioQwNVUXqpt171PbAuWUyj4nXYALFWNI5BnERon11eE; path=/; domain=mbx.com; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"order\": {\n                \"completedAt\": null,\n                \"customerComment\": \"\",\n                \"customerCommentTwo\": \"\",\n                \"customerOrderNumber\": \"\",\n                \"customerPromiseDate\": \"2024-05-10\",\n                \"customerPurchaseOrder\": \"\",\n                \"description\": \"Rack Configuration\",\n                \"orderLines\": [\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Configuration\"\n                            },\n                            \"id\": 290610,\n                            \"manufacturerSku\": null,\n                            \"name\": \"Rack Elevation Configuration\"\n                        },\n                        \"quantity\": \"1.0000\",\n                        \"sort\": 1,\n                        \"unitPrice\": \"612095.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Rack\"\n                            },\n                            \"id\": 192358,\n                            \"manufacturerSku\": \"FZP84ES-3\",\n                            \"name\": \"Damac 45U Rack Frame\"\n                        },\n                        \"quantity\": \"1.0000\",\n                        \"sort\": 2,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Server\"\n                            },\n                            \"id\": 290609,\n                            \"manufacturerSku\": \"\",\n                            \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                        },\n                        \"quantity\": \"15.0000\",\n                        \"sort\": 3,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Storage\"\n                            },\n                            \"id\": 290615,\n                            \"manufacturerSku\": \"210-BBKN\",\n                            \"name\": \"Dell EMC PowerScale H700 Hybrid NAS Storage\"\n                        },\n                        \"quantity\": \"1.0000\",\n                        \"sort\": 4,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Network Switch\"\n                            },\n                            \"id\": 192364,\n                            \"manufacturerSku\": \"N9K-C93240YC-FX2\",\n                            \"name\": \"Cisco Nexus 93240 FX2\"\n                        },\n                        \"quantity\": \"2.0000\",\n                        \"sort\": 5,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Network Switch\"\n                            },\n                            \"id\": 192326,\n                            \"manufacturerSku\": \"DCS-7010T-48-R\",\n                            \"name\": \"Arista 7010T, 48 Port 1Gbs, 4 Port 10Gbs\"\n                        },\n                        \"quantity\": \"2.0000\",\n                        \"sort\": 6,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Power Device\"\n                            },\n                            \"id\": 290611,\n                            \"manufacturerSku\": \"AB485180\",\n                            \"name\": \"APC Rack PDU 9000 Switched APDU9965\"\n                        },\n                        \"quantity\": \"4.0000\",\n                        \"sort\": 7,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Cables/Connect\"\n                            },\n                            \"id\": 290613,\n                            \"manufacturerSku\": \"UTP28SP2BU\",\n                            \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                        },\n                        \"quantity\": \"8.0000\",\n                        \"sort\": 10,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Cables/Connect\"\n                            },\n                            \"id\": 290612,\n                            \"manufacturerSku\": \"UTP28SP1BU\",\n                            \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                        },\n                        \"quantity\": \"8.0000\",\n                        \"sort\": 11,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Fan/Cool Device\"\n                            },\n                            \"id\": 290614,\n                            \"manufacturerSku\": \"SA1-01002\",\n                            \"name\": \"Vertiv SA1-01002 SwitchAir, Depth 7.63in-11.63in, Passive Duct\"\n                        },\n                        \"quantity\": \"1.0000\",\n                        \"sort\": 12,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Hardware\"\n                            },\n                            \"id\": 127510,\n                            \"manufacturerSku\": \"AR8108BLK\",\n                            \"name\": \"1U Blanking Panel Kit\"\n                        },\n                        \"quantity\": \"4.0000\",\n                        \"sort\": 13,\n                        \"unitPrice\": \"0.000000\"\n                    },\n                    {\n                        \"item\": {\n                            \"category\": {\n                                \"name\": \"Warranty\"\n                            },\n                            \"id\": 112924,\n                            \"manufacturerSku\": \"\",\n                            \"name\": \"1 Year Warranty\"\n                        },\n                        \"quantity\": \"1.0000\",\n                        \"sort\": 14,\n                        \"unitPrice\": \"0.000000\"\n                    }\n                ],\n                \"orderSerials\": [\n                    {\n                        \"serial\": {\n                            \"id\": 61490092,\n                            \"item\": {\n                                \"id\": 127510,\n                                \"name\": \"1U Blanking Panel Kit\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61490093,\n                            \"item\": {\n                                \"id\": 127510,\n                                \"name\": \"1U Blanking Panel Kit\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61490094,\n                            \"item\": {\n                                \"id\": 127510,\n                                \"name\": \"1U Blanking Panel Kit\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61490095,\n                            \"item\": {\n                                \"id\": 127510,\n                                \"name\": \"1U Blanking Panel Kit\"\n                            },\n                            \"manufacturerSerial\": \"\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61677393,\n                            \"item\": {\n                                \"id\": 192358,\n                                \"name\": \"Damac 45U Rack Frame\"\n                            },\n                            \"manufacturerSerial\": \"X1629909049204184\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61677636,\n                            \"item\": {\n                                \"id\": 192364,\n                                \"name\": \"Cisco Nexus 93240 FX2\"\n                            },\n                            \"manufacturerSerial\": \"FDO26021T5C\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61677643,\n                            \"item\": {\n                                \"id\": 192364,\n                                \"name\": \"Cisco Nexus 93240 FX2\"\n                            },\n                            \"manufacturerSerial\": \"FDO26021T5J\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679591,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"8J9R704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679592,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"HJLR704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679593,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"FJLR704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679594,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"GJLR704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679595,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"HG9R704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679596,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"GWHT704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679597,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"GBH0804\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679598,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"HBH0804\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679599,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"FBH0804\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679600,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"7C40804\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679601,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"6C40804\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679602,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"5C40804\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679603,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"DB5G704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679604,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"FB5G704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679605,\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"manufacturerSerial\": \"GB5G704\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679611,\n                            \"item\": {\n                                \"id\": 192326,\n                                \"name\": \"Arista 7010T, 48 Port 1Gbs, 4 Port 10Gbs\"\n                            },\n                            \"manufacturerSerial\": \"A1321324\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679612,\n                            \"item\": {\n                                \"id\": 192326,\n                                \"name\": \"Arista 7010T, 48 Port 1Gbs, 4 Port 10Gbs\"\n                            },\n                            \"manufacturerSerial\": \"A5454343\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679616,\n                            \"item\": {\n                                \"id\": 290611,\n                                \"name\": \"APC Rack PDU 9000 Switched APDU9965\"\n                            },\n                            \"manufacturerSerial\": \"ZA2122030917\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679617,\n                            \"item\": {\n                                \"id\": 290611,\n                                \"name\": \"APC Rack PDU 9000 Switched APDU9965\"\n                            },\n                            \"manufacturerSerial\": \"ZA2122030918\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679618,\n                            \"item\": {\n                                \"id\": 290611,\n                                \"name\": \"APC Rack PDU 9000 Switched APDU9965\"\n                            },\n                            \"manufacturerSerial\": \"ZA2122030919\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679619,\n                            \"item\": {\n                                \"id\": 290611,\n                                \"name\": \"APC Rack PDU 9000 Switched APDU9965\"\n                            },\n                            \"manufacturerSerial\": \"ZA2122030920\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679626,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701806873377\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679627,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701806897359\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679628,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701806923390\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679629,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701807123048\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679630,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701807144402\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679631,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701807173037\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679632,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701807246077\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679633,\n                            \"item\": {\n                                \"id\": 290612,\n                                \"name\": \"28AWG Snagless Blue 1ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701807274635\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679646,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904317789\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679647,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904390606\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679648,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904444135\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679649,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904457171\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679650,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904483125\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679651,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904503807\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679652,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904527293\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679653,\n                            \"item\": {\n                                \"id\": 290613,\n                                \"name\": \"28AWG Snagless Blue 2ft Cable\"\n                            },\n                            \"manufacturerSerial\": \"X1703701904546916\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679657,\n                            \"item\": {\n                                \"id\": 290614,\n                                \"name\": \"Vertiv SA1-01002 SwitchAir, Depth 7.63in-11.63in, Passive Duct\"\n                            },\n                            \"manufacturerSerial\": \"X1703702173850876\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679661,\n                            \"item\": {\n                                \"id\": 290615,\n                                \"name\": \"Dell EMC PowerScale H700 Hybrid NAS Storage\"\n                            },\n                            \"manufacturerSerial\": \"HXG8PZ3\"\n                        }\n                    },\n                    {\n                        \"serial\": {\n                            \"id\": 61679671,\n                            \"item\": {\n                                \"id\": 192051,\n                                \"name\": \"Racked Server Deployment  w/Rack\"\n                            },\n                            \"manufacturerSerial\": \"609562123001\"\n                        }\n                    }\n                ],\n                \"publicStatus\": {\n                    \"name\": \"Production Started\"\n                },\n                \"purchaseOrder\": \"PO-9946\"\n            },\n            \"parcels\": {\n                \"edges\": []\n            }\n        }\n    }\n}"}],"_postman_id":"fad3b7ae-4181-4fc3-9049-be470a943439"},{"name":"Shipment Details","id":"39c902ec-98df-4051-95db-853f8b6f00c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query findParcel($orderId: Int!) {\n  organization {\n    parcels(filters: { salesOrderId: $orderId }, first: 1000) {\n      edges {\n        node {\n          trackingNumber\n          \n          deliveredAt\n          carrier\n          externalUrl\n          \n          parcelStatus {\n            status\n            estDeliveryDate\n\n            \n            details {\n              signedBy\n\n              trackingDetails {\n                status\n                statusDetail\n                message\n              }\n            }\n          }\n\n          order {\n            completedAt\n          }\n\n        }\n      }\n\n    }\n  }\n}\n","variables":""}},"url":"https://api.ahead.com/v3/graphql","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"83823ba2-917c-4e28-9e3c-eb70335b23c3","name":"Delivered Shipment Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query findParcel($orderId: Int!) {\n  organization {\n    parcels(filters: { salesOrderId: $orderId }, first: 1000) {\n      edges {\n        node {\n          trackingNumber\n          \n          deliveredAt\n          carrier\n          externalUrl\n          \n          parcelStatus {\n            status\n            estDeliveryDate\n\n            \n            details {\n              signedBy\n\n              trackingDetails {\n                status\n                statusDetail\n                message\n              }\n            }\n          }\n\n        }\n      }\n\n    }\n  }\n}\n","variables":"{\n  \"orderId\": 609195\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"492"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 16 Feb 2024 19:28:34 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7Rujf0ibyCDh6kAB81B"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"parcels\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"carrier\": \"UPS\",\n                            \"deliveredAt\": \"2023-12-19T16:43:00Z\",\n                            \"externalUrl\": \"http://wwwapps.ups.com/tracking/tracking.cgi?tracknum=1Z3069145278\",\n                            \"parcelStatus\": {\n                                \"details\": {\n                                    \"signedBy\": null,\n                                    \"trackingDetails\": [\n                                        {\n                                            \"message\": \"Shipment information sent to UPS\",\n                                            \"status\": \"pre_transit\",\n                                            \"statusDetail\": \"label_created\"\n                                        },\n                                        {\n                                            \"message\": \"Picked up\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Arrived at UPS location\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Left UPS origin facility\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"departed_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Arrived in UPS facility\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"in_transit\"\n                                        },\n                                        {\n                                            \"message\": \"On UPS vehicle for delivery\",\n                                            \"status\": \"out_for_delivery\",\n                                            \"statusDetail\": \"out_for_delivery\"\n                                        },\n                                        {\n                                            \"message\": \"Delivered\",\n                                            \"status\": \"delivered\",\n                                            \"statusDetail\": \"arrived_at_destination\"\n                                        }\n                                    ]\n                                },\n                                \"estDeliveryDate\": \"2023-12-20T03:43:00Z\",\n                                \"status\": \"delivered\"\n                            },\n                            \"trackingNumber\": \"1Z3069145278\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"carrier\": \"UPS\",\n                            \"deliveredAt\": \"2023-12-19T16:43:00Z\",\n                            \"externalUrl\": \"http://wwwapps.ups.com/tracking/tracking.cgi?tracknum=1Z6842173905\",\n                            \"parcelStatus\": {\n                                \"details\": {\n                                    \"signedBy\": null,\n                                    \"trackingDetails\": [\n                                        {\n                                            \"message\": \"Shipment information sent to UPS\",\n                                            \"status\": \"pre_transit\",\n                                            \"statusDetail\": \"label_created\"\n                                        },\n                                        {\n                                            \"message\": \"Picked up\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Arrived at UPS location\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Left UPS origin facility\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"departed_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Arrived in UPS facility\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"in_transit\"\n                                        },\n                                        {\n                                            \"message\": \"On UPS vehicle for delivery\",\n                                            \"status\": \"out_for_delivery\",\n                                            \"statusDetail\": \"out_for_delivery\"\n                                        },\n                                        {\n                                            \"message\": \"Delivered\",\n                                            \"status\": \"delivered\",\n                                            \"statusDetail\": \"arrived_at_destination\"\n                                        }\n                                    ]\n                                },\n                                \"estDeliveryDate\": \"2023-12-20T03:43:00Z\",\n                                \"status\": \"delivered\"\n                            },\n                            \"trackingNumber\": \"1Z6842173905\"\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"carrier\": \"UPS\",\n                            \"deliveredAt\": \"2023-12-19T16:43:00Z\",\n                            \"externalUrl\": \"http://wwwapps.ups.com/tracking/tracking.cgi?tracknum=1Z9048153267\",\n                            \"parcelStatus\": {\n                                \"details\": {\n                                    \"signedBy\": null,\n                                    \"trackingDetails\": [\n                                        {\n                                            \"message\": \"Shipment information sent to UPS\",\n                                            \"status\": \"pre_transit\",\n                                            \"statusDetail\": \"label_created\"\n                                        },\n                                        {\n                                            \"message\": \"Picked up\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Arrived at UPS location\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Left UPS origin facility\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"departed_origin_facility\"\n                                        },\n                                        {\n                                            \"message\": \"Arrived in UPS facility\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"in_transit\"\n                                        },\n                                        {\n                                            \"message\": \"On UPS vehicle for delivery\",\n                                            \"status\": \"out_for_delivery\",\n                                            \"statusDetail\": \"out_for_delivery\"\n                                        },\n                                        {\n                                            \"message\": \"Delivered\",\n                                            \"status\": \"delivered\",\n                                            \"statusDetail\": \"arrived_at_destination\"\n                                        }\n                                    ]\n                                },\n                                \"estDeliveryDate\": \"2023-12-20T03:43:00Z\",\n                                \"status\": \"delivered\"\n                            },\n                            \"trackingNumber\": \"1Z9048153267\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"},{"id":"babcf044-5567-473d-91f4-33734ead96c4","name":"In Transit Shipment Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query findParcel($orderId: Int!) {\n  organization {\n    parcels(filters: { salesOrderId: $orderId }, first: 1000) {\n      edges {\n        node {\n          trackingNumber\n          \n          deliveredAt\n          carrier\n          externalUrl\n          \n          parcelStatus {\n            status\n            estDeliveryDate\n\n            \n            details {\n              signedBy\n\n              trackingDetails {\n                status\n                statusDetail\n                message\n              }\n            }\n          }\n\n        }\n      }\n\n    }\n  }\n}\n","variables":"{\n  \"orderId\": 609280\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"326"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 16 Feb 2024 19:29:26 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7Rumj-U3SiVeuQACKfh"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"parcels\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"carrier\": \"FedEx\",\n                            \"deliveredAt\": null,\n                            \"externalUrl\": \"http://www.fedex.com/Tracking?tracknumbers=1Z1904623587\",\n                            \"parcelStatus\": {\n                                \"details\": {\n                                    \"signedBy\": null,\n                                    \"trackingDetails\": [\n                                        {\n                                            \"message\": \"Shipment information sent to FedEx\",\n                                            \"status\": \"pre_transit\",\n                                            \"statusDetail\": \"label_created\"\n                                        },\n                                        {\n                                            \"message\": \"Picked up\",\n                                            \"status\": \"in_transit\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        }\n                                    ]\n                                },\n                                \"estDeliveryDate\": \"2024-02-17T20:00:00Z\",\n                                \"status\": \"in_transit\"\n                            },\n                            \"trackingNumber\": \"1Z1904623587\"\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"39c902ec-98df-4051-95db-853f8b6f00c3"}],"id":"d8dd1b76-3c4a-4a23-9bc4-42f2da85bdd0","_postman_id":"d8dd1b76-3c4a-4a23-9bc4-42f2da85bdd0","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Inventory","item":[{"name":"Asset Inventory Levels","id":"53cede9d-9c46-42f7-9e8a-0299e8cbb117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query inventory($first: Int!, $filters: InventoriesFilters, $after: String) {\n  organization {\n    inventoriesConnection(first: $first, after: $after, filters: $filters) {\n      count\n      \n      pageInfo {\n          endCursor\n          hasNextPage\n      }\n\n      edges {\n        cursor\n        node {\n          item {\n\t\t\tid\n            name\n            finishedGood\n            isSerialized\n            isStocked\n            isAsset\n          }\n\t        inventoryLocation {\n\t\t\t\tid\n\t\t\t\tname\n\t\t\t}\n          quantityOnHand\n          quantityOnOrder\n          quantityAllocated\n        }\n      }\n      \n    }\n  }\n}","variables":"{\n\t\"first\": 200,\n\t\"after\": null,\n\t\"filters\": {\n\t\t\"finishedGood\": true,\n        \"organi\"\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"46471eeb-8a80-4d4e-8836-3668c70e9a06","name":"Example Inventory Levels (Assets)","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query inventory($first: Int!, $filters: InventoriesFilters, $after: String) {\n  organization {\n    inventoriesConnection(first: $first, after: $after, filters: $filters) {\n      count\n      \n      pageInfo {\n          endCursor\n          hasNextPage\n      }\n\n      edges {\n        cursor\n        node {\n          item {\n\t\t\t\t\t\tid\n            name\n          }\n\t\t\t\t\tinventoryLocation {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n          \n          quantityOnHand\n          quantityOnOrder\n          quantityAllocated\n        }\n      }\n      \n    }\n  }\n}","variables":"{\n\t\"first\": 200,\n\t\"after\": null,\n\t\"filters\": {\n\t\t\"finishedGood\": true\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1859"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Tue, 27 Feb 2024 15:50:56 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F7fDD54zh_4fqMEAARjS"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"inventoriesConnection\": {\n                \"count\": 89,\n                \"edges\": [\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjA=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184560,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"20.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184561,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"20.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184562,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"44.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184563,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184564,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184565,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184566,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184567,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjg=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184568,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjk=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184569,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"16.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184570,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184571,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184851,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184852,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184853,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184854,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184855,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184856,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184857,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184858,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184859,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184860,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184861,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 184862,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 186641,\n                                \"name\": \"Medium Rapid Appliance 7.68TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 186642,\n                                \"name\": \"Medium Rapid Appliance 15.36TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 186644,\n                                \"name\": \"Edge Compute Node 7.68TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"2.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 186645,\n                                \"name\": \"Edge Compute Node 15.36TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"3.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192051,\n                                \"name\": \"Racked Server Deployment  w/Rack\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192170,\n                                \"name\": \"PowerEdge R440 Xeon Gold 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"3.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192171,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Gold 5 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192172,\n                                \"name\": \"PowerEdge R440 Xeon Gold 3 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"2.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192173,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Gold 5 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192174,\n                                \"name\": \"PowerEdge R440 Xeon Silver 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"3.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192175,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Silver 5 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"2.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192176,\n                                \"name\": \"PowerEdge R440 Xeon Silver 3 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"5.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192177,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Silver 5 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192178,\n                                \"name\": \"PowerEdge R440 Intel Xeon Bronze 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"4.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192179,\n                                \"name\": \"PowerEdge R440 Sensor Intel Xeon Bronze 5 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192180,\n                                \"name\": \"PowerEdge R440 Intel Xeon Bronze 3 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"3.0000\",\n                            \"quantityOnHand\": \"7.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192181,\n                                \"name\": \"PowerEdge R440 Sensor Intel Xeon Bronze 5 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192283,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - NBD On-Site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192284,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - NBD On-Site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192285,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - NBD On-Site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192286,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - Same day on-site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192287,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - Same day on-site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192288,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - Same day on-site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192289,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - NBD On-Site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192290,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - NBD On-Site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192291,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - NBD On-Site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192292,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - Same day on-site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192293,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - Same day on-site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192294,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - Same day on-site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192295,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - NBD On-Site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192296,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - NBD On-Site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192297,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - NBD On-Site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192298,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - Same day on-site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192299,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - Same day on-site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192300,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - Same day on-site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192301,\n                                \"name\": \"Edge Compute Node 7.68TB 48GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192302,\n                                \"name\": \"Edge Compute Node 7.68TB 96GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192303,\n                                \"name\": \"Edge Compute Node 15.36TB 48GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192304,\n                                \"name\": \"Edge Compute Node 15.36TB 96GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192305,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-6000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"11.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192306,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-6000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192307,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-6000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192308,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-6000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192309,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-5000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192310,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-5000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192311,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-5000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192312,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-5000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192321,\n                                \"name\": \"Arista 7260X3, 64x100GbE QSFP & 2xSFP+ switch\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192355,\n                                \"name\": \"Sample Server\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192356,\n                                \"name\": \"Sample Rack\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192364,\n                                \"name\": \"Cisco Nexus 93240 FX2\"\n                            },\n                            \"quantityAllocated\": \"4.0000\",\n                            \"quantityOnHand\": \"10.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192365,\n                                \"name\": \"Juniper EX3400-48P-AFI\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"4.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192621,\n                                \"name\": \"Jetson AGX PC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192622,\n                                \"name\": \"Kori Mobile Cart Articulating Arm w/ Extended Base\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192623,\n                                \"name\": \"Kori Mobile Cart PTZ w/ 5 Point Base\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192624,\n                                \"name\": \"MBX Medical All-In-One\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjgw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 192625,\n                                \"name\": \"MBX P2 Medical Building Block\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjgx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 290562,\n                                \"name\": \"Arista DCS-7020SR-24C2-R\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"4.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjgy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 290563,\n                                \"name\": \"Arista DCS-7260CX3-64-R\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"3.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjgz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 290577,\n                                \"name\": \"Cisco Catalyst C9300-48UXM\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"10.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjg0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 78,\n                                \"name\": \"AHEAD Procurement\"\n                            },\n                            \"item\": {\n                                \"id\": 290577,\n                                \"name\": \"Cisco Catalyst C9300-48UXM\"\n                            },\n                            \"quantityAllocated\": \"4.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjg1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 78,\n                                \"name\": \"AHEAD Procurement\"\n                            },\n                            \"item\": {\n                                \"id\": 192364,\n                                \"name\": \"Cisco Nexus 93240 FX2\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjg2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 290606,\n                                \"name\": \"Campus IDF Site-In-A-Box Small\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjg3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 290607,\n                                \"name\": \"Campus IDF Site-In-A-Box Large\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjg4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"quantityAllocated\": \"15.0000\",\n                            \"quantityOnHand\": \"20.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjg4\",\n                    \"hasNextPage\": false\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"53cede9d-9c46-42f7-9e8a-0299e8cbb117"},{"name":"Inventory Locations","id":"f239bcdd-e01b-4f13-884c-e7894cec1717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query inventoryLocations {\n  organization {\n    inventoryLocations {\n      id\n      name\n      warehouse {\n        name\n        address {\n          address1\n          address2\n          city\n          region\n          postalCode\n          country\n        }\n      }\n    }\n  }\n}","variables":"{}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"fc07b7c4-27a5-415c-b925-9eaf901850de","name":"Example Inventory Locations","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query inventoryLocations {\n  organization {\n    inventoryLocations {\n      id\n      name\n      warehouse {\n        name\n        address {\n          address1\n          address2\n          city\n          region\n          postalCode\n          country\n        }\n      }\n    }\n  }\n}","variables":"{}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-length","value":"271"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 25 Mar 2024 17:30:36 GMT"},{"key":"server","value":"MBX API Service"},{"key":"x-request-id","value":"F8ASK4EkSEwwPvZLUDLC"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"inventoryLocations\": [\n                {\n                    \"id\": 86,\n                    \"name\": \"AHEAD Procurement\",\n                    \"warehouse\": {\n                        \"address\": {\n                            \"address1\": \"1200 Technology Way\",\n                            \"address2\": null,\n                            \"city\": \"Libertyville\",\n                            \"country\": \"US\",\n                            \"postalCode\": \"60048-5369\",\n                            \"region\": \"IL\"\n                        },\n                        \"name\": \"Libertyville, Illinois\"\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f239bcdd-e01b-4f13-884c-e7894cec1717"},{"name":"Inventory Levels by Category","id":"41c5b422-6286-4ac6-8bc9-ee39c35505d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query inventory($first: Int!, $filters: InventoriesFilters, $after: String) {\n  organization {\n    inventoriesConnection(first: $first, after: $after, filters: $filters) {\n      count\n      \n      pageInfo {\n          endCursor\n          hasNextPage\n      }\n\n      edges {\n        cursor\n        node {\n          item {\n\t\t\t\t\t\tid\n            name\n\n            category {\n              name\n            }\n          }\n\t\t\t\t\tinventoryLocation {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n          \n          quantityOnHand\n          quantityOnOrder\n          quantityAllocated\n        }\n      }\n      \n    }\n  }\n}","variables":"{\n\t\"first\": 200,\n\t\"after\": null,\n\t\"filters\": {\n    \"itemCategoryId\": 96\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql","urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"073afcf3-e777-4c0d-af83-eefd5366649f","name":"Example Inventory Levels by Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query inventory($first: Int!, $filters: InventoriesFilters, $after: String) {\n  organization {\n    inventoriesConnection(first: $first, after: $after, filters: $filters) {\n      count\n      \n      pageInfo {\n          endCursor\n          hasNextPage\n      }\n\n      edges {\n        cursor\n        node {\n          item {\n\t\t\t\t\t\tid\n            name\n\n            category {\n              name\n            }\n          }\n\t\t\t\t\tinventoryLocation {\n\t\t\t\t\t\tid\n\t\t\t\t\t\tname\n\t\t\t\t\t}\n          \n          quantityOnHand\n          quantityOnOrder\n          quantityAllocated\n        }\n      }\n      \n    }\n  }\n}","variables":"{\n\t\"first\": 200,\n\t\"after\": null,\n\t\"filters\": {\n    \"itemCategoryId\": 96\n\t}\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1573"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 25 Mar 2024 20:39:27 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8AcegLBqWysHG8AACwx"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"inventoriesConnection\": {\n                \"count\": 77,\n                \"edges\": [\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjA=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 178594,\n                                \"name\": \"SuperServer SYS-1019P-WTR\"\n                            },\n                            \"quantityAllocated\": \"4.0000\",\n                            \"quantityOnHand\": \"824.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184560,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"20.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184561,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"20.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184562,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"44.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184563,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184564,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184565,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184566,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjg=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184567,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjk=\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184568,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184569,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"16.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184570,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 256GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184571,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 512GB Memory\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjEz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184851,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184852,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184853,\n                                \"name\": \"SD-WAN Node 12TB Storage Base 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184854,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184855,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184856,\n                                \"name\": \"SD-WAN Node 12TB Storage Performance 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjE5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184857,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184858,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184859,\n                                \"name\": \"SD-WAN Node 24TB Storage Base 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184860,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjIz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184861,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 256GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 184862,\n                                \"name\": \"SD-WAN Node 24TB Storage Performance 512GB Memory 10GBe NIC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 186641,\n                                \"name\": \"Medium Rapid Appliance 7.68TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 186642,\n                                \"name\": \"Medium Rapid Appliance 15.36TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 186644,\n                                \"name\": \"Edge Compute Node 7.68TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"2.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 186645,\n                                \"name\": \"Edge Compute Node 15.36TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"3.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjI5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192170,\n                                \"name\": \"PowerEdge R440 Xeon Gold 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"3.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192171,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Gold 5 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192172,\n                                \"name\": \"PowerEdge R440 Xeon Gold 3 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"2.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192173,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Gold 5 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjMz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192174,\n                                \"name\": \"PowerEdge R440 Xeon Silver 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"3.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192175,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Silver 5 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"2.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192176,\n                                \"name\": \"PowerEdge R440 Xeon Silver 3 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"5.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192177,\n                                \"name\": \"PowerEdge R440 Sensor Xeon Silver 5 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192178,\n                                \"name\": \"PowerEdge R440 Intel Xeon Bronze 3 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"4.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192179,\n                                \"name\": \"PowerEdge R440 Sensor Intel Xeon Bronze 5 Year Warranty - NBD On-Site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjM5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192180,\n                                \"name\": \"PowerEdge R440 Intel Xeon Bronze 3 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"3.0000\",\n                            \"quantityOnHand\": \"7.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192181,\n                                \"name\": \"PowerEdge R440 Sensor Intel Xeon Bronze 5 Year Warranty - Same day on-site\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 48,\n                                \"name\": \"Customer Consigned Warehouse\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 178594,\n                                \"name\": \"SuperServer SYS-1019P-WTR\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192283,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - NBD On-Site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192284,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - NBD On-Site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192285,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - NBD On-Site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192286,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - Same day on-site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192287,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - Same day on-site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192288,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Gold 3 Year Warranty - Same day on-site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192289,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - NBD On-Site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjQ5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192290,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - NBD On-Site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192291,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - NBD On-Site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192292,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - Same day on-site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192293,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - Same day on-site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjUz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192294,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Xeon Silver 3 Year Warranty - Same day on-site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192295,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - NBD On-Site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192296,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - NBD On-Site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192297,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - NBD On-Site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192298,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - Same day on-site 4p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192299,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - Same day on-site 8p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjU5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192300,\n                                \"name\": \"PowerEdge R440 Customized PowerEdge R440 Sensor Intel Xeon Bronze 3 Year Warranty - Same day on-site 2p CC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192301,\n                                \"name\": \"Edge Compute Node 7.68TB 48GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192302,\n                                \"name\": \"Edge Compute Node 7.68TB 96GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192303,\n                                \"name\": \"Edge Compute Node 15.36TB 48GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjYz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192304,\n                                \"name\": \"Edge Compute Node 15.36TB 96GB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192305,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-6000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"11.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192306,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-6000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192307,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-6000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY3\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192308,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-6000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"1.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY4\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192309,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-5000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjY5\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192310,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-5000 7.68TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcw\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192311,\n                                \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-5000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcx\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192312,\n                                \"name\": \"Edge Compute Node 96GB DDR4 Quadro RTX-5000 15.36TB SSD\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcy\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192361,\n                                \"name\": \"SuperServer 510P-WTR, 4x 18TB\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"120.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjcz\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192621,\n                                \"name\": \"Jetson AGX PC\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc0\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192624,\n                                \"name\": \"MBX Medical All-In-One\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc1\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 192625,\n                                \"name\": \"MBX P2 Medical Building Block\"\n                            },\n                            \"quantityAllocated\": \"0.0000\",\n                            \"quantityOnHand\": \"0.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    },\n                    {\n                        \"cursor\": \"YXJyYXljb25uZWN0aW9uOjc2\",\n                        \"node\": {\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"name\": \"Libertyville Stock\"\n                            },\n                            \"item\": {\n                                \"category\": {\n                                    \"name\": \"Server\"\n                                },\n                                \"id\": 290609,\n                                \"name\": \"Dell PowerFlex R650 - 2x Intel 6334, 16x 32GB RDIMM, w/o backplane\"\n                            },\n                            \"quantityAllocated\": \"15.0000\",\n                            \"quantityOnHand\": \"20.0000\",\n                            \"quantityOnOrder\": \"0.0000\"\n                        }\n                    }\n                ],\n                \"pageInfo\": {\n                    \"endCursor\": \"YXJyYXljb25uZWN0aW9uOjc2\",\n                    \"hasNextPage\": false\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"41c5b422-6286-4ac6-8bc9-ee39c35505d2"},{"name":"Replenishment Shipments","id":"c4caa389-39d1-4948-bf94-13598a96b171","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query replenishmentShipments($first: Int!) {\n  organization {\n    replenishments(first: $first) {\n      edges {\n        node {\n          ...replenishment\n        }\n      }\n    }\n  }\n}\n\nfragment replenishment on Replenishment {\n  id\n  notes\n  carrier\n  createdAt\n  purchaseOrderId\n  createdBy {\n    id\n    firstName\n    lastName\n    thumbnailUrl\n  }\n  createdByOrganization {\n    id\n    name\n    thumbnailUrl\n  }\n  inventoryLocation {\n    id\n    name\n    internalName\n    warehouse {\n      id\n      address {\n        id\n        fullCountry {\n          id\n          name\n        }\n        country\n        address1\n        address2\n        postalCode\n        city\n        region\n      }\n    }\n  }\n  calculatedArrivalDate\n  parcels {\n    id\n    createdAt\n    trackingNumber\n    carrier\n    service\n    originLocation\n    shipSet {\n      id\n      shipmentCarrier {\n        id\n        name\n        slug\n        supportsTrackingDetails\n        supportsTimezones\n      }\n    }\n    parcelStatus {\n      id\n      status\n      details {\n        id\n        statusDetail\n        estDeliveryDate\n      }\n    }\n    lastTrackingDetail {\n      statusDetail\n      datetime\n      description\n      message\n      source\n      status\n      trackingLocation {\n        city\n        state\n        country\n      }\n    } \n  }\n  replenishmentItems {\n    id\n    itemId\n    quantityOrdered\n    quantityReceived\n    item {\n      id\n      name\n      category {\n        id\n        name \n      }\n    }\n  }\n}\n","variables":"{\n  \"first\": 50\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"a5cba5fd-709f-4006-95c0-73cb921c958a","name":"Example Replenishment Shipments","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query replenishmentShipments($first: Int!) {\n  organization {\n    replenishments(first: $first) {\n      edges {\n        node {\n          ...replenishment\n        }\n      }\n    }\n  }\n}\n\nfragment replenishment on Replenishment {\n  id\n  notes\n  carrier\n  createdAt\n  purchaseOrderId\n  createdBy {\n    id\n    firstName\n    lastName\n    thumbnailUrl\n  }\n  createdByOrganization {\n    id\n    name\n    thumbnailUrl\n  }\n  inventoryLocation {\n    id\n    name\n    internalName\n    warehouse {\n      id\n      address {\n        id\n        fullCountry {\n          id\n          name\n        }\n        country\n        address1\n        address2\n        postalCode\n        city\n        region\n      }\n    }\n  }\n  calculatedArrivalDate\n  parcels {\n    id\n    createdAt\n    trackingNumber\n    carrier\n    service\n    originLocation\n    shipSet {\n      id\n      shipmentCarrier {\n        id\n        name\n        slug\n        supportsTrackingDetails\n        supportsTimezones\n      }\n    }\n    parcelStatus {\n      id\n      status\n      details {\n        id\n        statusDetail\n        estDeliveryDate\n      }\n    }\n    lastTrackingDetail {\n      statusDetail\n      datetime\n      description\n      message\n      source\n      status\n      trackingLocation {\n        city\n        state\n        country\n      }\n    } \n  }\n  replenishmentItems {\n    id\n    itemId\n    quantityOrdered\n    quantityReceived\n    item {\n      id\n      name\n      category {\n        id\n        name \n      }\n    }\n  }\n}\n","variables":"{\n  \"first\": 50\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1983"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 25 Mar 2024 20:30:24 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8Ab-sliXA2ir7cAAAxC"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"replenishments\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"calculatedArrivalDate\": \"2024-03-25T06:00:00Z\",\n                            \"carrier\": \"UPS\",\n                            \"createdAt\": \"2020-06-24T20:57:17.000000Z\",\n                            \"createdBy\": {\n                                \"firstName\": \"Demo\",\n                                \"id\": 45057,\n                                \"lastName\": \"User\",\n                                \"thumbnailUrl\": \"https://lh3.googleusercontent.com/h3CPQTPwtojq-pRn1exSNxoFYuXUszofbqhhOQkg1JQ04m3Gb5QP4RpLV0QsDmEXgsDf4c19G4wZLVito_M_J88yWJI\"\n                            },\n                            \"createdByOrganization\": {\n                                \"id\": 1004338,\n                                \"name\": \"Stark Industries\",\n                                \"thumbnailUrl\": null\n                            },\n                            \"id\": 1013,\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"internalName\": \"Libertyville Stock\",\n                                \"name\": \"Libertyville Stock\",\n                                \"warehouse\": {\n                                    \"address\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"country\": \"US\",\n                                        \"fullCountry\": {\n                                            \"id\": 232,\n                                            \"name\": \"United States\"\n                                        },\n                                        \"id\": 1,\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"id\": 1\n                                }\n                            },\n                            \"notes\": null,\n                            \"parcels\": [\n                                {\n                                    \"carrier\": \"UPS\",\n                                    \"createdAt\": \"2020-06-23T21:30:18.000000Z\",\n                                    \"id\": 273190,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2024-03-25T15:09:27Z\",\n                                        \"description\": \"Delivered\",\n                                        \"message\": \"Delivered: Receiver\",\n                                        \"source\": \"UPS\",\n                                        \"status\": \"delivered\",\n                                        \"statusDetail\": \"arrived_at_destination\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"FONTANA\",\n                                            \"country\": \"US\",\n                                            \"state\": \"CA\"\n                                        }\n                                    },\n                                    \"originLocation\": \"Palatine IL US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-03-25T06:00:00Z\",\n                                            \"id\": \"trk_8b258345063d40778b49df7195b50672\",\n                                            \"statusDetail\": \"arrived_at_destination\"\n                                        },\n                                        \"id\": 37899,\n                                        \"status\": \"delivered\"\n                                    },\n                                    \"service\": \"UPS Next Day Air Saver\",\n                                    \"shipSet\": {\n                                        \"id\": 248088,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 8,\n                                            \"name\": \"UPS\",\n                                            \"slug\": \"ups\",\n                                            \"supportsTimezones\": false,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"1ZA71A401391600574\"\n                                },\n                                {\n                                    \"carrier\": \"UPS\",\n                                    \"createdAt\": \"2020-06-23T21:30:21.000000Z\",\n                                    \"id\": 273186,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2024-03-25T15:09:27Z\",\n                                        \"description\": \"Delivered\",\n                                        \"message\": \"Delivered: Dock\",\n                                        \"source\": \"UPS\",\n                                        \"status\": \"delivered\",\n                                        \"statusDetail\": \"arrived_at_destination\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"SACRAMENTO\",\n                                            \"country\": \"US\",\n                                            \"state\": \"CA\"\n                                        }\n                                    },\n                                    \"originLocation\": \"Palatine IL US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-03-25T06:00:00Z\",\n                                            \"id\": \"trk_a641d7c1f1a34c609cbc0e62db726513\",\n                                            \"statusDetail\": \"arrived_at_destination\"\n                                        },\n                                        \"id\": 37895,\n                                        \"status\": \"delivered\"\n                                    },\n                                    \"service\": \"UPS Next Day Air\",\n                                    \"shipSet\": {\n                                        \"id\": 248088,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 8,\n                                            \"name\": \"UPS\",\n                                            \"slug\": \"ups\",\n                                            \"supportsTimezones\": false,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"1Z0913W60196517486\"\n                                }\n                            ],\n                            \"purchaseOrderId\": 645250,\n                            \"replenishmentItems\": [\n                                {\n                                    \"id\": 2,\n                                    \"item\": {\n                                        \"category\": {\n                                            \"id\": 96,\n                                            \"name\": \"Server\"\n                                        },\n                                        \"id\": 184562,\n                                        \"name\": \"SD-WAN Node 12TB Storage Base 512GB Memory\"\n                                    },\n                                    \"itemId\": 184562,\n                                    \"quantityOrdered\": \"44.0000\",\n                                    \"quantityReceived\": \"0.0000\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"calculatedArrivalDate\": \"2024-04-01T20:00:00Z\",\n                            \"carrier\": \"FedEx\",\n                            \"createdAt\": \"2020-06-26T18:59:51.000000Z\",\n                            \"createdBy\": {\n                                \"firstName\": \"Demo\",\n                                \"id\": 45057,\n                                \"lastName\": \"User\",\n                                \"thumbnailUrl\": \"https://lh3.googleusercontent.com/h3CPQTPwtojq-pRn1exSNxoFYuXUszofbqhhOQkg1JQ04m3Gb5QP4RpLV0QsDmEXgsDf4c19G4wZLVito_M_J88yWJI\"\n                            },\n                            \"createdByOrganization\": {\n                                \"id\": 1004338,\n                                \"name\": \"Stark Industries\",\n                                \"thumbnailUrl\": null\n                            },\n                            \"id\": 1014,\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"internalName\": \"Libertyville Stock\",\n                                \"name\": \"Libertyville Stock\",\n                                \"warehouse\": {\n                                    \"address\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"country\": \"US\",\n                                        \"fullCountry\": {\n                                            \"id\": 232,\n                                            \"name\": \"United States\"\n                                        },\n                                        \"id\": 1,\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"id\": 1\n                                }\n                            },\n                            \"notes\": null,\n                            \"parcels\": [\n                                {\n                                    \"carrier\": \"FedEx\",\n                                    \"createdAt\": \"2020-06-23T21:30:19.000000Z\",\n                                    \"id\": 273189,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2020-06-24T02:25:00Z\",\n                                        \"description\": \"Left FedEx origin facility\",\n                                        \"message\": \"Left FedEx origin facility\",\n                                        \"source\": \"FedEx\",\n                                        \"status\": \"in_transit\",\n                                        \"statusDetail\": \"departed_origin_facility\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"WAUKEGAN\",\n                                            \"country\": \"US\",\n                                            \"state\": \"IL\"\n                                        }\n                                    },\n                                    \"originLocation\": \"LIBERTYVILLE IL US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-04-01T20:00:00Z\",\n                                            \"id\": \"trk_91750685b2874581a7f4beb881012d30\",\n                                            \"statusDetail\": \"departed_origin_facility\"\n                                        },\n                                        \"id\": 37898,\n                                        \"status\": \"in_transit\"\n                                    },\n                                    \"service\": \"INTERNATIONAL_ECONOMY\",\n                                    \"shipSet\": {\n                                        \"id\": 248089,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 5,\n                                            \"name\": \"FedEx\",\n                                            \"slug\": \"fedex\",\n                                            \"supportsTimezones\": true,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"394154576850\"\n                                }\n                            ],\n                            \"purchaseOrderId\": 645251,\n                            \"replenishmentItems\": [\n                                {\n                                    \"id\": 3,\n                                    \"item\": {\n                                        \"category\": {\n                                            \"id\": 96,\n                                            \"name\": \"Server\"\n                                        },\n                                        \"id\": 184560,\n                                        \"name\": \"SD-WAN Node 12TB Storage Base 128GB Memory\"\n                                    },\n                                    \"itemId\": 184560,\n                                    \"quantityOrdered\": \"20.0000\",\n                                    \"quantityReceived\": \"0.0000\"\n                                },\n                                {\n                                    \"id\": 4,\n                                    \"item\": {\n                                        \"category\": {\n                                            \"id\": 96,\n                                            \"name\": \"Server\"\n                                        },\n                                        \"id\": 184561,\n                                        \"name\": \"SD-WAN Node 12TB Storage Base 256GB Memory\"\n                                    },\n                                    \"itemId\": 184561,\n                                    \"quantityOrdered\": \"20.0000\",\n                                    \"quantityReceived\": \"0.0000\"\n                                },\n                                {\n                                    \"id\": 5,\n                                    \"item\": {\n                                        \"category\": {\n                                            \"id\": 32,\n                                            \"name\": \"Faceplate\"\n                                        },\n                                        \"id\": 192032,\n                                        \"name\": \"Demo Product Faceplate\"\n                                    },\n                                    \"itemId\": 192032,\n                                    \"quantityOrdered\": \"6.0000\",\n                                    \"quantityReceived\": \"0.0000\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"calculatedArrivalDate\": \"2024-04-08T20:00:00Z\",\n                            \"carrier\": \"FedEx\",\n                            \"createdAt\": \"2020-06-30T20:48:11.000000Z\",\n                            \"createdBy\": {\n                                \"firstName\": \"DJ\",\n                                \"id\": 42994,\n                                \"lastName\": \"Jain\",\n                                \"thumbnailUrl\": null\n                            },\n                            \"createdByOrganization\": {\n                                \"id\": 47195,\n                                \"name\": \"AHEAD\",\n                                \"thumbnailUrl\": \"https://lh3.googleusercontent.com/6R3WSAwh-3PRFxdDFm0J7--UEp4UWXnrHmQ_ZjzE6GPYsP4eduo-Z594N6Bn9O3uuYWc9R9UO5L5SUqSyDn_POuGOgoK5joXkmmMMwMqUDw\"\n                            },\n                            \"id\": 1015,\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"internalName\": \"Libertyville Stock\",\n                                \"name\": \"Libertyville Stock\",\n                                \"warehouse\": {\n                                    \"address\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"country\": \"US\",\n                                        \"fullCountry\": {\n                                            \"id\": 232,\n                                            \"name\": \"United States\"\n                                        },\n                                        \"id\": 1,\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"id\": 1\n                                }\n                            },\n                            \"notes\": null,\n                            \"parcels\": [\n                                {\n                                    \"carrier\": \"FedEx\",\n                                    \"createdAt\": \"2020-06-23T20:30:21.000000Z\",\n                                    \"id\": 273198,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2020-06-25T01:22:00Z\",\n                                        \"description\": \"Picked up\",\n                                        \"message\": \"Picked up\",\n                                        \"source\": \"FedEx\",\n                                        \"status\": \"in_transit\",\n                                        \"statusDetail\": \"received_at_origin_facility\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"TEMPE\",\n                                            \"country\": \"US\",\n                                            \"state\": \"AZ\"\n                                        }\n                                    },\n                                    \"originLocation\": \"TEMPE AZ US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-04-08T20:00:00Z\",\n                                            \"id\": \"trk_d2ad0f52376047e6b39c796d36147cf7\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        \"id\": 37907,\n                                        \"status\": \"in_transit\"\n                                    },\n                                    \"service\": \"INTERNATIONAL_ECONOMY\",\n                                    \"shipSet\": {\n                                        \"id\": 248090,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 5,\n                                            \"name\": \"FedEx\",\n                                            \"slug\": \"fedex\",\n                                            \"supportsTimezones\": true,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"770780876822\"\n                                },\n                                {\n                                    \"carrier\": \"FedEx\",\n                                    \"createdAt\": \"2020-06-23T20:30:20.000000Z\",\n                                    \"id\": 273199,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2020-06-25T01:22:00Z\",\n                                        \"description\": \"Picked up\",\n                                        \"message\": \"Picked up\",\n                                        \"source\": \"FedEx\",\n                                        \"status\": \"in_transit\",\n                                        \"statusDetail\": \"received_at_origin_facility\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"TEMPE\",\n                                            \"country\": \"US\",\n                                            \"state\": \"AZ\"\n                                        }\n                                    },\n                                    \"originLocation\": \"TEMPE AZ US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-04-08T20:00:00Z\",\n                                            \"id\": \"trk_b2cda112e9b44500a82eb4b5d280a626\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        \"id\": 37908,\n                                        \"status\": \"in_transit\"\n                                    },\n                                    \"service\": \"INTERNATIONAL_ECONOMY\",\n                                    \"shipSet\": {\n                                        \"id\": 248090,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 5,\n                                            \"name\": \"FedEx\",\n                                            \"slug\": \"fedex\",\n                                            \"supportsTimezones\": true,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"770780876568\"\n                                },\n                                {\n                                    \"carrier\": \"FedEx\",\n                                    \"createdAt\": \"2020-06-23T20:30:19.000000Z\",\n                                    \"id\": 273200,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2020-06-25T01:22:00Z\",\n                                        \"description\": \"Picked up\",\n                                        \"message\": \"Picked up\",\n                                        \"source\": \"FedEx\",\n                                        \"status\": \"in_transit\",\n                                        \"statusDetail\": \"received_at_origin_facility\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"TEMPE\",\n                                            \"country\": \"US\",\n                                            \"state\": \"AZ\"\n                                        }\n                                    },\n                                    \"originLocation\": \"TEMPE AZ US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-04-08T20:00:00Z\",\n                                            \"id\": \"trk_86e055f91fb1434aa5d6463d35b999a2\",\n                                            \"statusDetail\": \"received_at_origin_facility\"\n                                        },\n                                        \"id\": 37909,\n                                        \"status\": \"in_transit\"\n                                    },\n                                    \"service\": \"INTERNATIONAL_ECONOMY\",\n                                    \"shipSet\": {\n                                        \"id\": 248090,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 5,\n                                            \"name\": \"FedEx\",\n                                            \"slug\": \"fedex\",\n                                            \"supportsTimezones\": true,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"770780876535\"\n                                }\n                            ],\n                            \"purchaseOrderId\": 645252,\n                            \"replenishmentItems\": [\n                                {\n                                    \"id\": 6,\n                                    \"item\": {\n                                        \"category\": {\n                                            \"id\": 96,\n                                            \"name\": \"Server\"\n                                        },\n                                        \"id\": 184569,\n                                        \"name\": \"SD-WAN Node 24TB Storage Performance 128GB Memory\"\n                                    },\n                                    \"itemId\": 184569,\n                                    \"quantityOrdered\": \"16.0000\",\n                                    \"quantityReceived\": \"0.0000\"\n                                }\n                            ]\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"calculatedArrivalDate\": \"2024-03-25T06:00:00Z\",\n                            \"carrier\": \"UPS\",\n                            \"createdAt\": \"2020-06-30T20:51:34.000000Z\",\n                            \"createdBy\": {\n                                \"firstName\": \"DJ\",\n                                \"id\": 42994,\n                                \"lastName\": \"Jain\",\n                                \"thumbnailUrl\": null\n                            },\n                            \"createdByOrganization\": {\n                                \"id\": 47195,\n                                \"name\": \"AHEAD\",\n                                \"thumbnailUrl\": \"https://lh3.googleusercontent.com/6R3WSAwh-3PRFxdDFm0J7--UEp4UWXnrHmQ_ZjzE6GPYsP4eduo-Z594N6Bn9O3uuYWc9R9UO5L5SUqSyDn_POuGOgoK5joXkmmMMwMqUDw\"\n                            },\n                            \"id\": 1016,\n                            \"inventoryLocation\": {\n                                \"id\": 1,\n                                \"internalName\": \"Libertyville Stock\",\n                                \"name\": \"Libertyville Stock\",\n                                \"warehouse\": {\n                                    \"address\": {\n                                        \"address1\": \"1200 Technology Way\",\n                                        \"address2\": null,\n                                        \"city\": \"Libertyville\",\n                                        \"country\": \"US\",\n                                        \"fullCountry\": {\n                                            \"id\": 232,\n                                            \"name\": \"United States\"\n                                        },\n                                        \"id\": 1,\n                                        \"postalCode\": \"60048-5369\",\n                                        \"region\": \"IL\"\n                                    },\n                                    \"id\": 1\n                                }\n                            },\n                            \"notes\": null,\n                            \"parcels\": [\n                                {\n                                    \"carrier\": \"UPS\",\n                                    \"createdAt\": \"2020-06-22T23:30:11.000000Z\",\n                                    \"id\": 273221,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2024-03-25T15:09:27Z\",\n                                        \"description\": \"Delivered\",\n                                        \"message\": \"Delivered: Dock\",\n                                        \"source\": \"UPS\",\n                                        \"status\": \"delivered\",\n                                        \"statusDetail\": \"arrived_at_destination\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"AVON\",\n                                            \"country\": \"US\",\n                                            \"state\": \"OH\"\n                                        }\n                                    },\n                                    \"originLocation\": \"Palatine IL US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-03-25T06:00:00Z\",\n                                            \"id\": \"trk_fc18ae8c1b59496aa5d81ceade0d41eb\",\n                                            \"statusDetail\": \"arrived_at_destination\"\n                                        },\n                                        \"id\": 37930,\n                                        \"status\": \"delivered\"\n                                    },\n                                    \"service\": \"UPS Ground\",\n                                    \"shipSet\": {\n                                        \"id\": 248091,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 8,\n                                            \"name\": \"UPS\",\n                                            \"slug\": \"ups\",\n                                            \"supportsTimezones\": false,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"1Z0913W60396407458\"\n                                },\n                                {\n                                    \"carrier\": \"UPS\",\n                                    \"createdAt\": \"2020-06-22T23:00:20.000000Z\",\n                                    \"id\": 273222,\n                                    \"lastTrackingDetail\": {\n                                        \"datetime\": \"2024-03-25T15:09:27Z\",\n                                        \"description\": \"Delivered\",\n                                        \"message\": \"Delivered: Garage\",\n                                        \"source\": \"UPS\",\n                                        \"status\": \"delivered\",\n                                        \"statusDetail\": \"arrived_at_destination\",\n                                        \"trackingLocation\": {\n                                            \"city\": \"WALTON\",\n                                            \"country\": \"US\",\n                                            \"state\": \"KY\"\n                                        }\n                                    },\n                                    \"originLocation\": \"Palatine IL US\",\n                                    \"parcelStatus\": {\n                                        \"details\": {\n                                            \"estDeliveryDate\": \"2024-03-25T06:00:00Z\",\n                                            \"id\": \"trk_12f81b3e5aef4bba9078085ec042299d\",\n                                            \"statusDetail\": \"arrived_at_destination\"\n                                        },\n                                        \"id\": 37931,\n                                        \"status\": \"delivered\"\n                                    },\n                                    \"service\": \"UPS Ground\",\n                                    \"shipSet\": {\n                                        \"id\": 248091,\n                                        \"shipmentCarrier\": {\n                                            \"id\": 8,\n                                            \"name\": \"UPS\",\n                                            \"slug\": \"ups\",\n                                            \"supportsTimezones\": false,\n                                            \"supportsTrackingDetails\": true\n                                        }\n                                    },\n                                    \"trackingNumber\": \"1Z0913W60397661449\"\n                                }\n                            ],\n                            \"purchaseOrderId\": 645253,\n                            \"replenishmentItems\": [\n                                {\n                                    \"id\": 7,\n                                    \"item\": {\n                                        \"category\": {\n                                            \"id\": 96,\n                                            \"name\": \"Server\"\n                                        },\n                                        \"id\": 192305,\n                                        \"name\": \"Edge Compute Node 48GB DDR4 Quadro RTX-6000 7.68TB SSD\"\n                                    },\n                                    \"itemId\": 192305,\n                                    \"quantityOrdered\": \"11.0000\",\n                                    \"quantityReceived\": \"0.0000\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"c4caa389-39d1-4948-bf94-13598a96b171"},{"name":"Create Replenishment Shipment","id":"d163f47d-5413-4a9e-b95a-d75472ce45eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation ReplenishmentCreate(\n  $inventoryLocationId: Int!,\n  $carrier: String,\n  $notes: String,\n  $replenishmentItems: [ReplenishmentItemInput],\n  $trackingNumbers: [String]) {\n  organization {\n    createReplenishment(input: {\n      inventoryLocationId: $inventoryLocationId,\n      notes: $notes,\n      carrier: $carrier,\n      replenishmentItems: $replenishmentItems,\n      trackingNumbers: $trackingNumbers}) {\n      ...replenishment\n    }\n  }\n}\n\nfragment replenishment on Replenishment {\n  id\n  notes\n  carrier\n  createdAt\n  purchaseOrderId\n  createdBy {\n    id\n    firstName\n    lastName\n    thumbnailUrl\n  }\n  createdByOrganization {\n    id\n    name\n    thumbnailUrl\n  }\n  inventoryLocation {\n    id\n    name\n    internalName\n    warehouse {\n      id\n      address {\n        id\n        fullCountry {\n          id\n          name\n        }\n        country\n        address1\n        address2\n        postalCode\n        city\n        region\n      }\n    }\n  }\n  calculatedArrivalDate\n  parcels {\n    id\n    createdAt\n    trackingNumber\n    carrier\n    service\n    originLocation\n    shipSet {\n      id\n      shipmentCarrier {\n        id\n        name\n        slug\n        supportsTrackingDetails\n        supportsTimezones\n      }\n    }\n    parcelStatus {\n      id\n      status\n      details {\n        id\n        statusDetail\n        estDeliveryDate\n      }\n    }\n    lastTrackingDetail {\n      statusDetail\n      datetime\n      description\n      message\n      source\n      status\n      trackingLocation {\n        city\n        state\n        country\n      }\n    } \n  }\n  replenishmentItems {\n    id\n    itemId\n    quantityOrdered\n    quantityReceived\n    item {\n      id\n      name\n      category {\n        id\n        name \n      }\n    }\n  }\n}\n","variables":"{\n  \"notes\": \"TEST: API Submission\",\n  \"carrier\": \"UPS\",\n  \"replenishmentItems\": [\n    {\n      \"itemId\": 402515,\n      \"quantityOrdered\": 1\n    }\n  ],\n  \"trackingNumbers\": [\n    \"1Z999999999\"\n  ],\n  \"inventoryLocationId\": 1\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"3e270f9f-93d0-4ce1-8f46-c4b706dd8ea4","name":"Example Create Replenishment Shipment","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation ReplenishmentCreate(\n  $inventoryLocationId: Int!,\n  $carrier: String,\n  $notes: String,\n  $replenishmentItems: [ReplenishmentItemInput],\n  $trackingNumbers: [String]) {\n  organization {\n    createReplenishment(input: {\n      inventoryLocationId: $inventoryLocationId,\n      notes: $notes,\n      carrier: $carrier,\n      replenishmentItems: $replenishmentItems,\n      trackingNumbers: $trackingNumbers}) {\n      ...replenishment\n    }\n  }\n}\n\nfragment replenishment on Replenishment {\n  id\n  notes\n  carrier\n  createdAt\n  purchaseOrderId\n  createdBy {\n    id\n    firstName\n    lastName\n    thumbnailUrl\n  }\n  createdByOrganization {\n    id\n    name\n    thumbnailUrl\n  }\n  inventoryLocation {\n    id\n    name\n    internalName\n    warehouse {\n      id\n      address {\n        id\n        fullCountry {\n          id\n          name\n        }\n        country\n        address1\n        address2\n        postalCode\n        city\n        region\n      }\n    }\n  }\n  calculatedArrivalDate\n  parcels {\n    id\n    createdAt\n    trackingNumber\n    carrier\n    service\n    originLocation\n    shipSet {\n      id\n      shipmentCarrier {\n        id\n        name\n        slug\n        supportsTrackingDetails\n        supportsTimezones\n      }\n    }\n    parcelStatus {\n      id\n      status\n      details {\n        id\n        statusDetail\n        estDeliveryDate\n      }\n    }\n    lastTrackingDetail {\n      statusDetail\n      datetime\n      description\n      message\n      source\n      status\n      trackingLocation {\n        city\n        state\n        country\n      }\n    } \n  }\n  replenishmentItems {\n    id\n    itemId\n    quantityOrdered\n    quantityReceived\n    item {\n      id\n      name\n      category {\n        id\n        name \n      }\n    }\n  }\n}\n","variables":"{\n  \"notes\": \"TEST: API Submission\",\n  \"carrier\": \"UPS\",\n  \"replenishmentItems\": [\n    {\n      \"itemId\": 402515,\n      \"quantityOrdered\": 1\n    }\n  ],\n  \"trackingNumbers\": [\n    \"1Z999999999\"\n  ],\n  \"inventoryLocationId\": 1\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 25 Mar 2024 18:40:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"678"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"vary","value":"accept-encoding"},{"key":"Cache-Control","value":"no-cache, must-revalidate, proxy-revalidate"},{"key":"Backend-Process","value":"Hapi"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"createReplenishment\": {\n                \"calculatedArrivalDate\": null,\n                \"carrier\": \"UPS\",\n                \"createdAt\": \"2024-03-25T18:40:45.274064Z\",\n                \"createdBy\": {\n                    \"firstName\": \"Jason\",\n                    \"id\": 82346,\n                    \"lastName\": \"Edwards\",\n                    \"thumbnailUrl\": \"https://lh3.googleusercontent.com/b59yN2CJTmhD5EvG9LrD8BdDFJpUVeHzD7vNLCHzZ9ueY_3vzrL2IwPp9d1Nt_FUEkZQhYi9WIM9lybEgL8FFNL4h1CjBxI9ohPUqQy__jY\"\n                },\n                \"createdByOrganization\": {\n                    \"id\": 1000000,\n                    \"name\": \"Example Industries\",\n                    \"thumbnailUrl\": null\n                },\n                \"id\": 2592,\n                \"inventoryLocation\": {\n                    \"id\": 1,\n                    \"internalName\": \"Libertyville Stock\",\n                    \"name\": \"Libertyville Stock\",\n                    \"warehouse\": {\n                        \"address\": {\n                            \"address1\": \"1200 Technology Way\",\n                            \"address2\": null,\n                            \"city\": \"Libertyville\",\n                            \"country\": \"US\",\n                            \"fullCountry\": {\n                                \"id\": 232,\n                                \"name\": \"United States\"\n                            },\n                            \"id\": 1,\n                            \"postalCode\": \"60048-5369\",\n                            \"region\": \"IL\"\n                        },\n                        \"id\": 1\n                    }\n                },\n                \"notes\": \"API Submission of Replenishment Shipment\",\n                \"parcels\": [\n                    {\n                        \"carrier\": \"UPS\",\n                        \"createdAt\": \"2024-03-25T18:40:50.050000Z\",\n                        \"id\": 361465,\n                        \"lastTrackingDetail\": null,\n                        \"originLocation\": null,\n                        \"parcelStatus\": null,\n                        \"service\": null,\n                        \"shipSet\": {\n                            \"id\": 223399,\n                            \"shipmentCarrier\": {\n                                \"id\": 8,\n                                \"name\": \"UPS\",\n                                \"slug\": \"ups\",\n                                \"supportsTimezones\": false,\n                                \"supportsTrackingDetails\": true\n                            }\n                        },\n                        \"trackingNumber\": \"1Z999999999\"\n                    }\n                ],\n                \"purchaseOrderId\": 650474,\n                \"replenishmentItems\": []\n            }\n        }\n    }\n}"}],"_postman_id":"d163f47d-5413-4a9e-b95a-d75472ce45eb"}],"id":"dcc53f7e-ab70-45de-bfde-6b0d6447ff27","_postman_id":"dcc53f7e-ab70-45de-bfde-6b0d6447ff27","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"RMA","item":[{"name":"Open RMAs","id":"a6d32bfb-f030-4684-aca3-dde949089276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ahead.com/v2/rmas/open.json?q={\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}","urlObject":{"path":["v2","rmas","open.json"],"host":["https://api.ahead.com"],"query":[{"key":"q","value":"{\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}"}],"variable":[]}},"response":[{"id":"9a23111f-2d9f-44c0-88c3-66a2fda3e493","name":"Example Open RMAs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ahead.com/v2/rmas/open.json?q={\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}","host":["https://api.ahead.com"],"path":["v2","rmas","open.json"],"query":[{"key":"q","value":"{\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"transfer-encoding","value":"chunked"},{"key":"status","value":"200 OK"},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"vary","value":"Origin"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-request-id","value":"0ccd49bb-983f-48f1-ad8a-5675328e982a"},{"key":"etag","value":"W/\"6b5ae775bb0a3216a69534abc51251aa\""},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-runtime","value":"0.582222"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Tue, 27 Feb 2024 19:56:33 GMT"},{"key":"server","value":"MBX API Service"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"total_results\": 1,\n    \"offset\": 0,\n    \"results\": [\n        {\n            \"id\": 59419,\n            \"incident_id\": 59585,\n            \"subject\": \"Hard Drive\",\n            \"organization_id\": 1004338,\n            \"order_id\": 542099,\n            \"repair_order_id\": null,\n            \"replacement_order_id\": 595230,\n            \"manufacturer_serial\": \"004-160620-003150\",\n            \"serial_id\": 5867837,\n            \"start_date\": \"2019-02-25T00:00:00-06:00\",\n            \"closed_date\": null,\n            \"customer_rma_number\": \"SC-00095550\",\n            \"item\": {\n                \"id\": 166024,\n                \"name\": \"H4.8x.3.13 (SI 6.4.2.162542)\",\n                \"description\": \"H4.8x.3.13 (SI 6.4.2.162542)\",\n                \"category\": {\n                    \"id\": 11,\n                    \"name\": \"Customer Owned System\"\n                }\n            },\n            \"status\": {\n                \"id\": 3,\n                \"name\": \"Processing\"\n            }\n        }\n    ],\n    \"errors\": null\n}"}],"_postman_id":"a6d32bfb-f030-4684-aca3-dde949089276"},{"name":"All RMAs","id":"2b83ce35-f361-4b64-9155-618bc70b9e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ahead.com/v2/rmas?q={\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}","urlObject":{"path":["v2","rmas"],"host":["https://api.ahead.com"],"query":[{"key":"q","value":"{\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}"}],"variable":[]}},"response":[{"id":"134fa7ce-27df-4d39-93a7-2d8481d61d8a","name":"Example All RMAs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ahead.com/v2/rmas?q={\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}","host":["https://api.ahead.com"],"path":["v2","rmas"],"query":[{"key":"q","value":"{\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Feb 2024 15:23:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"status","value":"200 OK"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"vary","value":"Origin"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-request-id","value":"31868115-273b-4585-9ff0-fd24b0887348"},{"key":"etag","value":"W/\"d50560bfde0e357f4d10e76f74a9f685\""},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-runtime","value":"1.333430"},{"key":"x-content-type-options","value":"nosniff"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=MBEPRWHAVQ5g45DN6dAFU1Rqa6kmNF%2FOOLxuunL9xilX72I3Hu2PJpcSPlLIfQoznVpTeMx%2BNFUS697EEO3vT8s8timDzJWqb%2BibUF4zU15hZPxaZd7vN5seWluVouBSq6P%2B5z0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85d1e860f8dd10fd-ORD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"total_results\": 3,\n    \"offset\": 0,\n    \"results\": [\n        {\n            \"id\": 57524,\n            \"incident_id\": 59587,\n            \"subject\": \"Multiple Category\",\n            \"organization_id\": 1004338,\n            \"order_id\": 567871,\n            \"repair_order_id\": null,\n            \"replacement_order_id\": null,\n            \"manufacturer_serial\": null,\n            \"serial_id\": null,\n            \"start_date\": \"2018-10-08T00:00:00-05:00\",\n            \"closed_date\": \"2018-10-10T00:00:00-05:00\",\n            \"customer_rma_number\": null,\n            \"item\": null,\n            \"status\": {\n                \"id\": 5,\n                \"name\": \"Complete\"\n            }\n        },\n        {\n            \"id\": 57523,\n            \"incident_id\": 59586,\n            \"subject\": \"Adapter\",\n            \"organization_id\": 1004338,\n            \"order_id\": 572842,\n            \"repair_order_id\": 588896,\n            \"replacement_order_id\": 584082,\n            \"manufacturer_serial\": \"0717-50A-0001284\",\n            \"serial_id\": 60892326,\n            \"start_date\": \"2018-10-08T00:00:00-05:00\",\n            \"closed_date\": \"2018-10-10T00:00:00-05:00\",\n            \"customer_rma_number\": null,\n            \"item\": {\n                \"id\": 179342,\n                \"name\": \"NG Firewall u150 Stock-R (13.0.0)\",\n                \"description\": \"NG Firewall u150 Stock-R (13.0.0)\",\n                \"category\": {\n                    \"id\": 11,\n                    \"name\": \"Customer Owned System\"\n                }\n            },\n            \"status\": {\n                \"id\": 5,\n                \"name\": \"Complete\"\n            }\n        },\n        {\n            \"id\": 59419,\n            \"incident_id\": 59585,\n            \"subject\": \"Hard Drive\",\n            \"organization_id\": 1004338,\n            \"order_id\": 542099,\n            \"repair_order_id\": null,\n            \"replacement_order_id\": 595230,\n            \"manufacturer_serial\": \"004-160620-003150\",\n            \"serial_id\": 5867837,\n            \"start_date\": \"2019-02-25T00:00:00-06:00\",\n            \"closed_date\": null,\n            \"customer_rma_number\": \"SC-00095550\",\n            \"item\": {\n                \"id\": 166024,\n                \"name\": \"H4.8x.3.13 (SI 6.4.2.162542)\",\n                \"description\": \"H4.8x.3.13 (SI 6.4.2.162542)\",\n                \"category\": {\n                    \"id\": 11,\n                    \"name\": \"Customer Owned System\"\n                }\n            },\n            \"status\": {\n                \"id\": 3,\n                \"name\": \"Processing\"\n            }\n        }\n    ],\n    \"errors\": null\n}"}],"_postman_id":"2b83ce35-f361-4b64-9155-618bc70b9e7e"},{"name":"Closed RMAs","id":"62a9f5a7-792b-416e-91d8-95b79f10cf29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.ahead.com/v2/rmas/closed.json?q={\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}","urlObject":{"path":["v2","rmas","closed.json"],"host":["https://api.ahead.com"],"query":[{"key":"q","value":"{\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}"}],"variable":[]}},"response":[{"id":"2dff5c9e-cdc7-44b2-b27b-ce54b7755c6d","name":"Example Closed RMAs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.ahead.com/v2/rmas/closed.json?q={\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}","host":["https://api.ahead.com"],"path":["v2","rmas","closed.json"],"query":[{"key":"q","value":"{\"order\":[{\"column\":\"id\",\"direction\":\"desc\"}],\"limit\":50,\"offset\":0}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"transfer-encoding","value":"chunked"},{"key":"status","value":"200 OK"},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"vary","value":"Origin"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-request-id","value":"079c20b5-c847-41a1-bb76-a7241582b926"},{"key":"etag","value":"W/\"93e90ddf9bb5bdac7babc35eb8182042\""},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-runtime","value":"0.247668"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Tue, 27 Feb 2024 19:56:43 GMT"},{"key":"server","value":"MBX API Service"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"total_results\": 2,\n    \"offset\": 0,\n    \"results\": [\n        {\n            \"id\": 57524,\n            \"incident_id\": 59587,\n            \"subject\": \"Multiple Category\",\n            \"organization_id\": 1004338,\n            \"order_id\": 567871,\n            \"repair_order_id\": null,\n            \"replacement_order_id\": null,\n            \"manufacturer_serial\": null,\n            \"serial_id\": null,\n            \"start_date\": \"2018-10-08T00:00:00-05:00\",\n            \"closed_date\": \"2018-10-10T00:00:00-05:00\",\n            \"customer_rma_number\": null,\n            \"item\": null,\n            \"status\": {\n                \"id\": 5,\n                \"name\": \"Complete\"\n            }\n        },\n        {\n            \"id\": 57523,\n            \"incident_id\": 59586,\n            \"subject\": \"Adapter\",\n            \"organization_id\": 1004338,\n            \"order_id\": 572842,\n            \"repair_order_id\": 588896,\n            \"replacement_order_id\": 584082,\n            \"manufacturer_serial\": \"0717-50A-0001284\",\n            \"serial_id\": 60892326,\n            \"start_date\": \"2018-10-08T00:00:00-05:00\",\n            \"closed_date\": \"2018-10-10T00:00:00-05:00\",\n            \"customer_rma_number\": null,\n            \"item\": {\n                \"id\": 179342,\n                \"name\": \"NG Firewall u150 Stock-R (13.0.0)\",\n                \"description\": \"NG Firewall u150 Stock-R (13.0.0)\",\n                \"category\": {\n                    \"id\": 11,\n                    \"name\": \"Customer Owned System\"\n                }\n            },\n            \"status\": {\n                \"id\": 5,\n                \"name\": \"Complete\"\n            }\n        }\n    ],\n    \"errors\": null\n}"}],"_postman_id":"62a9f5a7-792b-416e-91d8-95b79f10cf29"}],"id":"ec5f433b-8fb4-4db1-b541-0d7958abc5b2","_postman_id":"ec5f433b-8fb4-4db1-b541-0d7958abc5b2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Items and Products","item":[{"name":"Item Categories","id":"1f3bc377-2381-4915-a1c0-48dd8ea910ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query itemCategories {\n  organization {\n    itemCategories {\n      id\n      name\n      \n      itemAttributes {\n        id\n        name\n        description\n      }\n    }\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"86dd7862-e258-455b-a3b7-8f6974b079fa","name":"Example Item Categories","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query itemCategories {\n  organization {\n    \n    itemCategories {\n      id\n      name\n      \n      itemAttributes {\n        id\n        name\n        description\n      }\n    }\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"3084"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 25 Mar 2024 20:38:30 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8AcbJc8V1AU9gYAAB9R"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"itemCategories\": [\n                {\n                    \"id\": 2,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Accessory\"\n                },\n                {\n                    \"id\": 7,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"List connector type and indicate male/female when applicable. RJ-45, SFF-8088, SATA, etc\",\n                            \"id\": 81,\n                            \"name\": \"Cable Connector Type\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"Is this cable a custom design?\",\n                            \"id\": 110,\n                            \"name\": \"Custom Cable\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Cables/Connect\"\n                },\n                {\n                    \"id\": 19,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Custom Box\"\n                },\n                {\n                    \"id\": 21,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Indicates a custom asset fabricated for MBX.\",\n                            \"id\": 94,\n                            \"name\": \"Custom\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Custom Branding\"\n                },\n                {\n                    \"id\": 115,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is used to like up our customers sku with an mbx.  Use only when we cannot use manufacturer sku.\",\n                            \"id\": 113,\n                            \"name\": \"Customer sku\"\n                        }\n                    ],\n                    \"name\": \"Customer Owned Include\"\n                },\n                {\n                    \"id\": 32,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Fixed, Unfixed, Drop Down, Popoff\",\n                            \"id\": 48,\n                            \"name\": \"Mounting Style\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate have a cutout and mount for an LCD?\",\n                            \"id\": 51,\n                            \"name\": \"LCD\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate drop down?\",\n                            \"id\": 52,\n                            \"name\": \"Drop Down\"\n                        },\n                        {\n                            \"description\": \"Faceplates that pop-off.\",\n                            \"id\": 53,\n                            \"name\": \"Pop-off\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate have light pipes?\",\n                            \"id\": 54,\n                            \"name\": \"Light Pipes\"\n                        },\n                        {\n                            \"description\": \"Indicates a custom asset fabricated for MBX.\",\n                            \"id\": 94,\n                            \"name\": \"Custom\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Faceplate\"\n                },\n                {\n                    \"id\": 42,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Hardware\"\n                },\n                {\n                    \"id\": 53,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Size in GB\",\n                            \"id\": 57,\n                            \"name\": \"Memory Capacity\"\n                        },\n                        {\n                            \"description\": \"DDR2, DDR2 SODIMM, DDR3, DDR3 SODIMM, DDR4, DDR4 SODIMM, 256-bit GDDR5\",\n                            \"id\": 58,\n                            \"name\": \"Memory Type\"\n                        },\n                        {\n                            \"description\": \"Max speed in MHz - 1600MHz, 1866MHz, 2133MHz, 5000MHz, 7010MHz\",\n                            \"id\": 59,\n                            \"name\": \"Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Is height between 18 and 19mm?\",\n                            \"id\": 60,\n                            \"name\": \"Low Profile Module\"\n                        },\n                        {\n                            \"description\": \"Unbuffered, Registered, ECC Unbuffered, ECC Registered, ECC LRDIMM.\",\n                            \"id\": 61,\n                            \"name\": \"Memory Features\"\n                        },\n                        {\n                            \"description\": \"Single Rank, Dual Rank, Quad Rank\",\n                            \"id\": 62,\n                            \"name\": \"Memory Rank\"\n                        },\n                        {\n                            \"description\": \"1.2 volt, 1.35 volt, 1.5 volt,\",\n                            \"id\": 63,\n                            \"name\": \"Memory Voltage\"\n                        },\n                        {\n                            \"description\": \"256Mx8, 512Mx8, 1Gx4, 1Gx8\",\n                            \"id\": 64,\n                            \"name\": \"Memory Chip Layout\"\n                        },\n                        {\n                            \"description\": \"Make and model of the memory chip\",\n                            \"id\": 97,\n                            \"name\": \"Memory Die\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Memory\"\n                },\n                {\n                    \"id\": 59,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Quantity, Speed, and Connection Type\",\n                            \"id\": 24,\n                            \"name\": \"NIC Ports\"\n                        },\n                        {\n                            \"description\": \"Chipset - ex. X540\",\n                            \"id\": 25,\n                            \"name\": \"NIC Chipset\"\n                        },\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Network\"\n                },\n                {\n                    \"id\": 60,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"List connector type and indicate male/female when applicable. RJ-45, SFF-8088, SATA, etc\",\n                            \"id\": 81,\n                            \"name\": \"Cable Connector Type\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Network Cable\"\n                },\n                {\n                    \"id\": 118,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Quantity, Speed, and Connection Type\",\n                            \"id\": 24,\n                            \"name\": \"NIC Ports\"\n                        },\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"List the size of the chassis in Rack Units. If not rack mountable, specify desktop or tower.\",\n                            \"id\": 86,\n                            \"name\": \"Size in Rack Units\"\n                        }\n                    ],\n                    \"name\": \"Network Switch\"\n                },\n                {\n                    \"id\": 78,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"If the gauge is listed in mm², convert to AWG;  ex. 1.0mm² = 18AWG, 1.25mm² = 16AWG, 1.5mm² = 14AWG, 2.0mm² = 12AWG\",\n                            \"id\": 89,\n                            \"name\": \"Wire Gauge\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"List both ends. ex - CEE 7/7 to IEC-60320-C13\",\n                            \"id\": 90,\n                            \"name\": \"Power Cable Connector\"\n                        },\n                        {\n                            \"description\": \"Examples - Europe, South Africa, UK, Australia, Japan\",\n                            \"id\": 91,\n                            \"name\": \"Country Designation\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Power Cable\"\n                },\n                {\n                    \"id\": 80,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Power Output in Watts.\",\n                            \"id\": 68,\n                            \"name\": \"Power Output\"\n                        },\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"ex. - Bronze, Silver, Gold, Platinum, None\",\n                            \"id\": 70,\n                            \"name\": \"80 Plus Type\"\n                        },\n                        {\n                            \"description\": \"Type of ATX and 12v connectors. ex. - 20+4-pin + 8-pin, 24-pin + 8-pin + 8-pin\",\n                            \"id\": 71,\n                            \"name\": \"ATX wiring\"\n                        },\n                        {\n                            \"description\": \"List quantity of Berg (floppy), Molex, SATA, and GPU connectors ex. 1 Berg, 4 Molex, 3 SATA, and 2 GPU 6+2-pin connectors.\",\n                            \"id\": 72,\n                            \"name\": \"Device Power Cables\"\n                        },\n                        {\n                            \"description\": \"List known voltages and ampere ratings. ex - +3.3V@20A, +5V@20A, +12V@54A, -12V@0.3A, +5VSB@2.5A\",\n                            \"id\": 73,\n                            \"name\": \"Voltage and Amperes\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Power Device\"\n                },\n                {\n                    \"id\": 83,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Included CPU or socket type\",\n                            \"id\": 17,\n                            \"name\": \"CPU or Socket type\"\n                        },\n                        {\n                            \"description\": \"Maximum amount of memory supported by item, measured in GB\",\n                            \"id\": 20,\n                            \"name\": \"Maximum Memory Supported\"\n                        },\n                        {\n                            \"description\": \"Processor Base Frequency in GHz or GPU Core Frequency in MHz\",\n                            \"id\": 29,\n                            \"name\": \"Processor Core Frequency\"\n                        },\n                        {\n                            \"description\": \"Max Turbo Frequency in GHz. Enter none if Turbo does not exist\",\n                            \"id\": 30,\n                            \"name\": \"Processor Max Turbo Frequency\"\n                        },\n                        {\n                            \"description\": \"Number of cores in the processor\",\n                            \"id\": 31,\n                            \"name\": \"Cores\"\n                        },\n                        {\n                            \"description\": \"Size of the die in nanometers. ex. 22nm, 14nm\",\n                            \"id\": 32,\n                            \"name\": \"Lithography\"\n                        },\n                        {\n                            \"description\": \"Thermal Design Power representing the average power usage under full load measured in watts\",\n                            \"id\": 33,\n                            \"name\": \"TDP\"\n                        },\n                        {\n                            \"description\": \"Name of on chip graphics, ex. HD 4600, Iris Pro 5200, none\",\n                            \"id\": 34,\n                            \"name\": \"Processor Graphics\"\n                        },\n                        {\n                            \"description\": \"Maximum memory clock speed. ex. if 1333MHz and 1600MHz DDR3 DIMMs are supported input DDR3 1600MHz.\",\n                            \"id\": 35,\n                            \"name\": \"Max Supported Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Size in MB\",\n                            \"id\": 41,\n                            \"name\": \"L3 Smart Cache\"\n                        },\n                        {\n                            \"description\": \"Yes or no\",\n                            \"id\": 44,\n                            \"name\": \"Hyperthreading\"\n                        },\n                        {\n                            \"description\": \"List the DMI or QPI link quantity and speed. DMI will always be 1 (non Xeon)\",\n                            \"id\": 45,\n                            \"name\": \"DMI / QPI Links and speed\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Processor\"\n                },\n                {\n                    \"id\": 145,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"Height of the server rack measured in rack units\",\n                            \"id\": 104,\n                            \"name\": \"Rack Height\"\n                        },\n                        {\n                            \"description\": \"Power distribution devices, or power management integrated in the rack? Yes/no. If yes, elaborate.\",\n                            \"id\": 106,\n                            \"name\": \"Power Integration\"\n                        },\n                        {\n                            \"description\": \"Maximum length (depth) in inches that a server can be and still fit in this rack.\",\n                            \"id\": 107,\n                            \"name\": \"Maximum Rack Mounting Depth\"\n                        },\n                        {\n                            \"description\": \"Minimum length (depth) in inches that a server must be to fit in this rack.\",\n                            \"id\": 108,\n                            \"name\": \"Minimum Rack Mounting Depth\"\n                        },\n                        {\n                            \"description\": \"Maximum amount of weight that the server rack can support in pounds.\",\n                            \"id\": 109,\n                            \"name\": \"Weight Capactiy\"\n                        },\n                        {\n                            \"description\": \"Type of Remote Management - ex. IPMI, iLO, AMT,Drac, None\",\n                            \"id\": 19,\n                            \"name\": \"Remote Management\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Rack\"\n                },\n                {\n                    \"id\": 88,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"HDD/SDD or RC controller link type.\",\n                            \"id\": 10,\n                            \"name\": \"Interface Connectivity\"\n                        },\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Number and type of internal/external SAS ports.\",\n                            \"id\": 42,\n                            \"name\": \"Port Quantity and Type\"\n                        },\n                        {\n                            \"description\": \"Supported RAID levels. ex. RAID 0, 1, 1E, 5, 6, 10, 50, 60 or none if RAID doesn't exist.\",\n                            \"id\": 43,\n                            \"name\": \"RAID levels\"\n                        },\n                        {\n                            \"description\": \"Cache size in MB\",\n                            \"id\": 12,\n                            \"name\": \"Cache Memory\"\n                        },\n                        {\n                            \"description\": \"Yes or no\",\n                            \"id\": 46,\n                            \"name\": \"RAID Cache support\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"RAID Card/HBA\"\n                },\n                {\n                    \"id\": 96,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"Power Output in Watts.\",\n                            \"id\": 68,\n                            \"name\": \"Power Output\"\n                        },\n                        {\n                            \"description\": \"Quantity and type of drive bays.\",\n                            \"id\": 83,\n                            \"name\": \"Drive Bay Type and Quantity\"\n                        },\n                        {\n                            \"description\": \"Quantity, Size, Type, and Link Speed of expansion slots.\",\n                            \"id\": 84,\n                            \"name\": \"Expansion Slots\"\n                        },\n                        {\n                            \"description\": \"List the size of the chassis in Rack Units. If not rack mountable, specify desktop or tower.\",\n                            \"id\": 86,\n                            \"name\": \"Size in Rack Units\"\n                        },\n                        {\n                            \"description\": \"Number of populated CPU sockets\",\n                            \"id\": 18,\n                            \"name\": \"CPU Socket Quantity\"\n                        },\n                        {\n                            \"description\": \"Included CPU or socket type\",\n                            \"id\": 17,\n                            \"name\": \"CPU or Socket type\"\n                        },\n                        {\n                            \"description\": \"Unbuffered, Registered, ECC Unbuffered, ECC Registered, ECC LRDIMM.\",\n                            \"id\": 61,\n                            \"name\": \"Memory Features\"\n                        },\n                        {\n                            \"description\": \"Total memory amount in server\",\n                            \"id\": 101,\n                            \"name\": \"Populated Memory\"\n                        },\n                        {\n                            \"description\": \"HDD/SDD Capacity and Quantity\",\n                            \"id\": 102,\n                            \"name\": \"Populated Drive Size and Quantity\"\n                        },\n                        {\n                            \"description\": \"This is used to like up our customers sku with an mbx.  Use only when we cannot use manufacturer sku.\",\n                            \"id\": 113,\n                            \"name\": \"Customer sku\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Server\"\n                },\n                {\n                    \"id\": 101,\n                    \"itemAttributes\": [],\n                    \"name\": \"Software\"\n                },\n                {\n                    \"id\": 113,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Storage\"\n                },\n                {\n                    \"id\": 125,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"Size in GB\",\n                            \"id\": 57,\n                            \"name\": \"Memory Capacity\"\n                        },\n                        {\n                            \"description\": \"DDR2, DDR2 SODIMM, DDR3, DDR3 SODIMM, DDR4, DDR4 SODIMM, 256-bit GDDR5\",\n                            \"id\": 58,\n                            \"name\": \"Memory Type\"\n                        },\n                        {\n                            \"description\": \"Amount of cores and type ex. 1024 CUDA cores, 2560 Stream Processors\",\n                            \"id\": 66,\n                            \"name\": \"GPU cores\"\n                        },\n                        {\n                            \"description\": \"Max speed in MHz - 1600MHz, 1866MHz, 2133MHz, 5000MHz, 7010MHz\",\n                            \"id\": 59,\n                            \"name\": \"Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Processor Base Frequency in GHz or GPU Core Frequency in MHz\",\n                            \"id\": 29,\n                            \"name\": \"Processor Core Frequency\"\n                        },\n                        {\n                            \"description\": \"List the quantity and type of ports ex. 2 DisplayPort, 1 HDMI, 1 DVI-D\",\n                            \"id\": 67,\n                            \"name\": \"GPU port quantity and type\"\n                        },\n                        {\n                            \"description\": \"Thermal Design Power representing the average power usage under full load measured in watts\",\n                            \"id\": 33,\n                            \"name\": \"TDP\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Video Card\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"1f3bc377-2381-4915-a1c0-48dd8ea910ad"},{"name":"Products","id":"5783cbc2-d985-4ed1-b219-1df443fe231f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query itemCategories {\n  organization {\n    itemCategories {\n      id\n      name\n      \n      itemAttributes {\n        id\n        name\n        description\n      }\n    }\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"a14798cf-cb04-4c0b-ae9b-9a533038bee9","name":"Example Products","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query itemCategories {\n  organization {\n    \n    itemCategories {\n      id\n      name\n      \n      itemAttributes {\n        id\n        name\n        description\n      }\n    }\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"3084"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 25 Mar 2024 20:38:30 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8AcbJc8V1AU9gYAAB9R"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"itemCategories\": [\n                {\n                    \"id\": 2,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Accessory\"\n                },\n                {\n                    \"id\": 7,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"List connector type and indicate male/female when applicable. RJ-45, SFF-8088, SATA, etc\",\n                            \"id\": 81,\n                            \"name\": \"Cable Connector Type\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"Is this cable a custom design?\",\n                            \"id\": 110,\n                            \"name\": \"Custom Cable\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Cables/Connect\"\n                },\n                {\n                    \"id\": 19,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Custom Box\"\n                },\n                {\n                    \"id\": 21,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Indicates a custom asset fabricated for MBX.\",\n                            \"id\": 94,\n                            \"name\": \"Custom\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Custom Branding\"\n                },\n                {\n                    \"id\": 115,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is used to like up our customers sku with an mbx.  Use only when we cannot use manufacturer sku.\",\n                            \"id\": 113,\n                            \"name\": \"Customer sku\"\n                        }\n                    ],\n                    \"name\": \"Customer Owned Include\"\n                },\n                {\n                    \"id\": 32,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Fixed, Unfixed, Drop Down, Popoff\",\n                            \"id\": 48,\n                            \"name\": \"Mounting Style\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate have a cutout and mount for an LCD?\",\n                            \"id\": 51,\n                            \"name\": \"LCD\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate drop down?\",\n                            \"id\": 52,\n                            \"name\": \"Drop Down\"\n                        },\n                        {\n                            \"description\": \"Faceplates that pop-off.\",\n                            \"id\": 53,\n                            \"name\": \"Pop-off\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate have light pipes?\",\n                            \"id\": 54,\n                            \"name\": \"Light Pipes\"\n                        },\n                        {\n                            \"description\": \"Indicates a custom asset fabricated for MBX.\",\n                            \"id\": 94,\n                            \"name\": \"Custom\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Faceplate\"\n                },\n                {\n                    \"id\": 42,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Hardware\"\n                },\n                {\n                    \"id\": 53,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Size in GB\",\n                            \"id\": 57,\n                            \"name\": \"Memory Capacity\"\n                        },\n                        {\n                            \"description\": \"DDR2, DDR2 SODIMM, DDR3, DDR3 SODIMM, DDR4, DDR4 SODIMM, 256-bit GDDR5\",\n                            \"id\": 58,\n                            \"name\": \"Memory Type\"\n                        },\n                        {\n                            \"description\": \"Max speed in MHz - 1600MHz, 1866MHz, 2133MHz, 5000MHz, 7010MHz\",\n                            \"id\": 59,\n                            \"name\": \"Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Is height between 18 and 19mm?\",\n                            \"id\": 60,\n                            \"name\": \"Low Profile Module\"\n                        },\n                        {\n                            \"description\": \"Unbuffered, Registered, ECC Unbuffered, ECC Registered, ECC LRDIMM.\",\n                            \"id\": 61,\n                            \"name\": \"Memory Features\"\n                        },\n                        {\n                            \"description\": \"Single Rank, Dual Rank, Quad Rank\",\n                            \"id\": 62,\n                            \"name\": \"Memory Rank\"\n                        },\n                        {\n                            \"description\": \"1.2 volt, 1.35 volt, 1.5 volt,\",\n                            \"id\": 63,\n                            \"name\": \"Memory Voltage\"\n                        },\n                        {\n                            \"description\": \"256Mx8, 512Mx8, 1Gx4, 1Gx8\",\n                            \"id\": 64,\n                            \"name\": \"Memory Chip Layout\"\n                        },\n                        {\n                            \"description\": \"Make and model of the memory chip\",\n                            \"id\": 97,\n                            \"name\": \"Memory Die\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Memory\"\n                },\n                {\n                    \"id\": 59,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Quantity, Speed, and Connection Type\",\n                            \"id\": 24,\n                            \"name\": \"NIC Ports\"\n                        },\n                        {\n                            \"description\": \"Chipset - ex. X540\",\n                            \"id\": 25,\n                            \"name\": \"NIC Chipset\"\n                        },\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Network\"\n                },\n                {\n                    \"id\": 60,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"List connector type and indicate male/female when applicable. RJ-45, SFF-8088, SATA, etc\",\n                            \"id\": 81,\n                            \"name\": \"Cable Connector Type\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Network Cable\"\n                },\n                {\n                    \"id\": 118,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Quantity, Speed, and Connection Type\",\n                            \"id\": 24,\n                            \"name\": \"NIC Ports\"\n                        },\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"List the size of the chassis in Rack Units. If not rack mountable, specify desktop or tower.\",\n                            \"id\": 86,\n                            \"name\": \"Size in Rack Units\"\n                        }\n                    ],\n                    \"name\": \"Network Switch\"\n                },\n                {\n                    \"id\": 78,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"If the gauge is listed in mm², convert to AWG;  ex. 1.0mm² = 18AWG, 1.25mm² = 16AWG, 1.5mm² = 14AWG, 2.0mm² = 12AWG\",\n                            \"id\": 89,\n                            \"name\": \"Wire Gauge\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"List both ends. ex - CEE 7/7 to IEC-60320-C13\",\n                            \"id\": 90,\n                            \"name\": \"Power Cable Connector\"\n                        },\n                        {\n                            \"description\": \"Examples - Europe, South Africa, UK, Australia, Japan\",\n                            \"id\": 91,\n                            \"name\": \"Country Designation\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Power Cable\"\n                },\n                {\n                    \"id\": 80,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Power Output in Watts.\",\n                            \"id\": 68,\n                            \"name\": \"Power Output\"\n                        },\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"ex. - Bronze, Silver, Gold, Platinum, None\",\n                            \"id\": 70,\n                            \"name\": \"80 Plus Type\"\n                        },\n                        {\n                            \"description\": \"Type of ATX and 12v connectors. ex. - 20+4-pin + 8-pin, 24-pin + 8-pin + 8-pin\",\n                            \"id\": 71,\n                            \"name\": \"ATX wiring\"\n                        },\n                        {\n                            \"description\": \"List quantity of Berg (floppy), Molex, SATA, and GPU connectors ex. 1 Berg, 4 Molex, 3 SATA, and 2 GPU 6+2-pin connectors.\",\n                            \"id\": 72,\n                            \"name\": \"Device Power Cables\"\n                        },\n                        {\n                            \"description\": \"List known voltages and ampere ratings. ex - +3.3V@20A, +5V@20A, +12V@54A, -12V@0.3A, +5VSB@2.5A\",\n                            \"id\": 73,\n                            \"name\": \"Voltage and Amperes\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Power Device\"\n                },\n                {\n                    \"id\": 83,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Included CPU or socket type\",\n                            \"id\": 17,\n                            \"name\": \"CPU or Socket type\"\n                        },\n                        {\n                            \"description\": \"Maximum amount of memory supported by item, measured in GB\",\n                            \"id\": 20,\n                            \"name\": \"Maximum Memory Supported\"\n                        },\n                        {\n                            \"description\": \"Processor Base Frequency in GHz or GPU Core Frequency in MHz\",\n                            \"id\": 29,\n                            \"name\": \"Processor Core Frequency\"\n                        },\n                        {\n                            \"description\": \"Max Turbo Frequency in GHz. Enter none if Turbo does not exist\",\n                            \"id\": 30,\n                            \"name\": \"Processor Max Turbo Frequency\"\n                        },\n                        {\n                            \"description\": \"Number of cores in the processor\",\n                            \"id\": 31,\n                            \"name\": \"Cores\"\n                        },\n                        {\n                            \"description\": \"Size of the die in nanometers. ex. 22nm, 14nm\",\n                            \"id\": 32,\n                            \"name\": \"Lithography\"\n                        },\n                        {\n                            \"description\": \"Thermal Design Power representing the average power usage under full load measured in watts\",\n                            \"id\": 33,\n                            \"name\": \"TDP\"\n                        },\n                        {\n                            \"description\": \"Name of on chip graphics, ex. HD 4600, Iris Pro 5200, none\",\n                            \"id\": 34,\n                            \"name\": \"Processor Graphics\"\n                        },\n                        {\n                            \"description\": \"Maximum memory clock speed. ex. if 1333MHz and 1600MHz DDR3 DIMMs are supported input DDR3 1600MHz.\",\n                            \"id\": 35,\n                            \"name\": \"Max Supported Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Size in MB\",\n                            \"id\": 41,\n                            \"name\": \"L3 Smart Cache\"\n                        },\n                        {\n                            \"description\": \"Yes or no\",\n                            \"id\": 44,\n                            \"name\": \"Hyperthreading\"\n                        },\n                        {\n                            \"description\": \"List the DMI or QPI link quantity and speed. DMI will always be 1 (non Xeon)\",\n                            \"id\": 45,\n                            \"name\": \"DMI / QPI Links and speed\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Processor\"\n                },\n                {\n                    \"id\": 145,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"Height of the server rack measured in rack units\",\n                            \"id\": 104,\n                            \"name\": \"Rack Height\"\n                        },\n                        {\n                            \"description\": \"Power distribution devices, or power management integrated in the rack? Yes/no. If yes, elaborate.\",\n                            \"id\": 106,\n                            \"name\": \"Power Integration\"\n                        },\n                        {\n                            \"description\": \"Maximum length (depth) in inches that a server can be and still fit in this rack.\",\n                            \"id\": 107,\n                            \"name\": \"Maximum Rack Mounting Depth\"\n                        },\n                        {\n                            \"description\": \"Minimum length (depth) in inches that a server must be to fit in this rack.\",\n                            \"id\": 108,\n                            \"name\": \"Minimum Rack Mounting Depth\"\n                        },\n                        {\n                            \"description\": \"Maximum amount of weight that the server rack can support in pounds.\",\n                            \"id\": 109,\n                            \"name\": \"Weight Capactiy\"\n                        },\n                        {\n                            \"description\": \"Type of Remote Management - ex. IPMI, iLO, AMT,Drac, None\",\n                            \"id\": 19,\n                            \"name\": \"Remote Management\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Rack\"\n                },\n                {\n                    \"id\": 88,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"HDD/SDD or RC controller link type.\",\n                            \"id\": 10,\n                            \"name\": \"Interface Connectivity\"\n                        },\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Number and type of internal/external SAS ports.\",\n                            \"id\": 42,\n                            \"name\": \"Port Quantity and Type\"\n                        },\n                        {\n                            \"description\": \"Supported RAID levels. ex. RAID 0, 1, 1E, 5, 6, 10, 50, 60 or none if RAID doesn't exist.\",\n                            \"id\": 43,\n                            \"name\": \"RAID levels\"\n                        },\n                        {\n                            \"description\": \"Cache size in MB\",\n                            \"id\": 12,\n                            \"name\": \"Cache Memory\"\n                        },\n                        {\n                            \"description\": \"Yes or no\",\n                            \"id\": 46,\n                            \"name\": \"RAID Cache support\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"RAID Card/HBA\"\n                },\n                {\n                    \"id\": 96,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"Power Output in Watts.\",\n                            \"id\": 68,\n                            \"name\": \"Power Output\"\n                        },\n                        {\n                            \"description\": \"Quantity and type of drive bays.\",\n                            \"id\": 83,\n                            \"name\": \"Drive Bay Type and Quantity\"\n                        },\n                        {\n                            \"description\": \"Quantity, Size, Type, and Link Speed of expansion slots.\",\n                            \"id\": 84,\n                            \"name\": \"Expansion Slots\"\n                        },\n                        {\n                            \"description\": \"List the size of the chassis in Rack Units. If not rack mountable, specify desktop or tower.\",\n                            \"id\": 86,\n                            \"name\": \"Size in Rack Units\"\n                        },\n                        {\n                            \"description\": \"Number of populated CPU sockets\",\n                            \"id\": 18,\n                            \"name\": \"CPU Socket Quantity\"\n                        },\n                        {\n                            \"description\": \"Included CPU or socket type\",\n                            \"id\": 17,\n                            \"name\": \"CPU or Socket type\"\n                        },\n                        {\n                            \"description\": \"Unbuffered, Registered, ECC Unbuffered, ECC Registered, ECC LRDIMM.\",\n                            \"id\": 61,\n                            \"name\": \"Memory Features\"\n                        },\n                        {\n                            \"description\": \"Total memory amount in server\",\n                            \"id\": 101,\n                            \"name\": \"Populated Memory\"\n                        },\n                        {\n                            \"description\": \"HDD/SDD Capacity and Quantity\",\n                            \"id\": 102,\n                            \"name\": \"Populated Drive Size and Quantity\"\n                        },\n                        {\n                            \"description\": \"This is used to like up our customers sku with an mbx.  Use only when we cannot use manufacturer sku.\",\n                            \"id\": 113,\n                            \"name\": \"Customer sku\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Server\"\n                },\n                {\n                    \"id\": 101,\n                    \"itemAttributes\": [],\n                    \"name\": \"Software\"\n                },\n                {\n                    \"id\": 113,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Storage\"\n                },\n                {\n                    \"id\": 125,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"Size in GB\",\n                            \"id\": 57,\n                            \"name\": \"Memory Capacity\"\n                        },\n                        {\n                            \"description\": \"DDR2, DDR2 SODIMM, DDR3, DDR3 SODIMM, DDR4, DDR4 SODIMM, 256-bit GDDR5\",\n                            \"id\": 58,\n                            \"name\": \"Memory Type\"\n                        },\n                        {\n                            \"description\": \"Amount of cores and type ex. 1024 CUDA cores, 2560 Stream Processors\",\n                            \"id\": 66,\n                            \"name\": \"GPU cores\"\n                        },\n                        {\n                            \"description\": \"Max speed in MHz - 1600MHz, 1866MHz, 2133MHz, 5000MHz, 7010MHz\",\n                            \"id\": 59,\n                            \"name\": \"Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Processor Base Frequency in GHz or GPU Core Frequency in MHz\",\n                            \"id\": 29,\n                            \"name\": \"Processor Core Frequency\"\n                        },\n                        {\n                            \"description\": \"List the quantity and type of ports ex. 2 DisplayPort, 1 HDMI, 1 DVI-D\",\n                            \"id\": 67,\n                            \"name\": \"GPU port quantity and type\"\n                        },\n                        {\n                            \"description\": \"Thermal Design Power representing the average power usage under full load measured in watts\",\n                            \"id\": 33,\n                            \"name\": \"TDP\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Video Card\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"5783cbc2-d985-4ed1-b219-1df443fe231f"},{"name":"Item Catalog","id":"b23aa496-5a25-4579-a161-f1fc3f597e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query itemCategories {\n  organization {\n    customerCatalogItems(first: 1000) {\n      count\n      pageInfo {\n        hasNextPage\n        endCursor\n      }\n\n      edges {\n        node {\n          customerSku\n          item {\n            id\n            name\n\n            category {\n              id\n              name\n            }\n          }\n        }\n      }\n    }\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"ed2fb459-1bae-4f22-91f5-258cc928378c","name":"Example Item Categories","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query itemCategories {\n  organization {\n    itemCategories {\n      id\n      name\n      \n      itemAttributes {\n        id\n        name\n        description\n      }\n    }\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"3084"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 25 Mar 2024 20:38:30 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8AcbJc8V1AU9gYAAB9R"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"itemCategories\": [\n                {\n                    \"id\": 2,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Accessory\"\n                },\n                {\n                    \"id\": 7,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"List connector type and indicate male/female when applicable. RJ-45, SFF-8088, SATA, etc\",\n                            \"id\": 81,\n                            \"name\": \"Cable Connector Type\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"Is this cable a custom design?\",\n                            \"id\": 110,\n                            \"name\": \"Custom Cable\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Cables/Connect\"\n                },\n                {\n                    \"id\": 19,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Custom Box\"\n                },\n                {\n                    \"id\": 21,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Indicates a custom asset fabricated for MBX.\",\n                            \"id\": 94,\n                            \"name\": \"Custom\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Custom Branding\"\n                },\n                {\n                    \"id\": 115,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is used to like up our customers sku with an mbx.  Use only when we cannot use manufacturer sku.\",\n                            \"id\": 113,\n                            \"name\": \"Customer sku\"\n                        }\n                    ],\n                    \"name\": \"Customer Owned Include\"\n                },\n                {\n                    \"id\": 32,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Fixed, Unfixed, Drop Down, Popoff\",\n                            \"id\": 48,\n                            \"name\": \"Mounting Style\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate have a cutout and mount for an LCD?\",\n                            \"id\": 51,\n                            \"name\": \"LCD\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate drop down?\",\n                            \"id\": 52,\n                            \"name\": \"Drop Down\"\n                        },\n                        {\n                            \"description\": \"Faceplates that pop-off.\",\n                            \"id\": 53,\n                            \"name\": \"Pop-off\"\n                        },\n                        {\n                            \"description\": \"Does the faceplate have light pipes?\",\n                            \"id\": 54,\n                            \"name\": \"Light Pipes\"\n                        },\n                        {\n                            \"description\": \"Indicates a custom asset fabricated for MBX.\",\n                            \"id\": 94,\n                            \"name\": \"Custom\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Faceplate\"\n                },\n                {\n                    \"id\": 42,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Hardware\"\n                },\n                {\n                    \"id\": 53,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Size in GB\",\n                            \"id\": 57,\n                            \"name\": \"Memory Capacity\"\n                        },\n                        {\n                            \"description\": \"DDR2, DDR2 SODIMM, DDR3, DDR3 SODIMM, DDR4, DDR4 SODIMM, 256-bit GDDR5\",\n                            \"id\": 58,\n                            \"name\": \"Memory Type\"\n                        },\n                        {\n                            \"description\": \"Max speed in MHz - 1600MHz, 1866MHz, 2133MHz, 5000MHz, 7010MHz\",\n                            \"id\": 59,\n                            \"name\": \"Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Is height between 18 and 19mm?\",\n                            \"id\": 60,\n                            \"name\": \"Low Profile Module\"\n                        },\n                        {\n                            \"description\": \"Unbuffered, Registered, ECC Unbuffered, ECC Registered, ECC LRDIMM.\",\n                            \"id\": 61,\n                            \"name\": \"Memory Features\"\n                        },\n                        {\n                            \"description\": \"Single Rank, Dual Rank, Quad Rank\",\n                            \"id\": 62,\n                            \"name\": \"Memory Rank\"\n                        },\n                        {\n                            \"description\": \"1.2 volt, 1.35 volt, 1.5 volt,\",\n                            \"id\": 63,\n                            \"name\": \"Memory Voltage\"\n                        },\n                        {\n                            \"description\": \"256Mx8, 512Mx8, 1Gx4, 1Gx8\",\n                            \"id\": 64,\n                            \"name\": \"Memory Chip Layout\"\n                        },\n                        {\n                            \"description\": \"Make and model of the memory chip\",\n                            \"id\": 97,\n                            \"name\": \"Memory Die\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Memory\"\n                },\n                {\n                    \"id\": 59,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Quantity, Speed, and Connection Type\",\n                            \"id\": 24,\n                            \"name\": \"NIC Ports\"\n                        },\n                        {\n                            \"description\": \"Chipset - ex. X540\",\n                            \"id\": 25,\n                            \"name\": \"NIC Chipset\"\n                        },\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Network\"\n                },\n                {\n                    \"id\": 60,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"List connector type and indicate male/female when applicable. RJ-45, SFF-8088, SATA, etc\",\n                            \"id\": 81,\n                            \"name\": \"Cable Connector Type\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Network Cable\"\n                },\n                {\n                    \"id\": 118,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Quantity, Speed, and Connection Type\",\n                            \"id\": 24,\n                            \"name\": \"NIC Ports\"\n                        },\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"List the size of the chassis in Rack Units. If not rack mountable, specify desktop or tower.\",\n                            \"id\": 86,\n                            \"name\": \"Size in Rack Units\"\n                        }\n                    ],\n                    \"name\": \"Network Switch\"\n                },\n                {\n                    \"id\": 78,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"If the gauge is listed in mm², convert to AWG;  ex. 1.0mm² = 18AWG, 1.25mm² = 16AWG, 1.5mm² = 14AWG, 2.0mm² = 12AWG\",\n                            \"id\": 89,\n                            \"name\": \"Wire Gauge\"\n                        },\n                        {\n                            \"description\": \"Length of cable in feet if greater than 2 or inches if less than or equal to 24. ex. 24in, 3ft, 10ft\",\n                            \"id\": 80,\n                            \"name\": \"Cable length\"\n                        },\n                        {\n                            \"description\": \"Does this cable have a latch?\",\n                            \"id\": 82,\n                            \"name\": \"Cable Latch\"\n                        },\n                        {\n                            \"description\": \"List both ends. ex - CEE 7/7 to IEC-60320-C13\",\n                            \"id\": 90,\n                            \"name\": \"Power Cable Connector\"\n                        },\n                        {\n                            \"description\": \"Examples - Europe, South Africa, UK, Australia, Japan\",\n                            \"id\": 91,\n                            \"name\": \"Country Designation\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Power Cable\"\n                },\n                {\n                    \"id\": 80,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Power Output in Watts.\",\n                            \"id\": 68,\n                            \"name\": \"Power Output\"\n                        },\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"ex. - Bronze, Silver, Gold, Platinum, None\",\n                            \"id\": 70,\n                            \"name\": \"80 Plus Type\"\n                        },\n                        {\n                            \"description\": \"Type of ATX and 12v connectors. ex. - 20+4-pin + 8-pin, 24-pin + 8-pin + 8-pin\",\n                            \"id\": 71,\n                            \"name\": \"ATX wiring\"\n                        },\n                        {\n                            \"description\": \"List quantity of Berg (floppy), Molex, SATA, and GPU connectors ex. 1 Berg, 4 Molex, 3 SATA, and 2 GPU 6+2-pin connectors.\",\n                            \"id\": 72,\n                            \"name\": \"Device Power Cables\"\n                        },\n                        {\n                            \"description\": \"List known voltages and ampere ratings. ex - +3.3V@20A, +5V@20A, +12V@54A, -12V@0.3A, +5VSB@2.5A\",\n                            \"id\": 73,\n                            \"name\": \"Voltage and Amperes\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Power Device\"\n                },\n                {\n                    \"id\": 83,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Included CPU or socket type\",\n                            \"id\": 17,\n                            \"name\": \"CPU or Socket type\"\n                        },\n                        {\n                            \"description\": \"Maximum amount of memory supported by item, measured in GB\",\n                            \"id\": 20,\n                            \"name\": \"Maximum Memory Supported\"\n                        },\n                        {\n                            \"description\": \"Processor Base Frequency in GHz or GPU Core Frequency in MHz\",\n                            \"id\": 29,\n                            \"name\": \"Processor Core Frequency\"\n                        },\n                        {\n                            \"description\": \"Max Turbo Frequency in GHz. Enter none if Turbo does not exist\",\n                            \"id\": 30,\n                            \"name\": \"Processor Max Turbo Frequency\"\n                        },\n                        {\n                            \"description\": \"Number of cores in the processor\",\n                            \"id\": 31,\n                            \"name\": \"Cores\"\n                        },\n                        {\n                            \"description\": \"Size of the die in nanometers. ex. 22nm, 14nm\",\n                            \"id\": 32,\n                            \"name\": \"Lithography\"\n                        },\n                        {\n                            \"description\": \"Thermal Design Power representing the average power usage under full load measured in watts\",\n                            \"id\": 33,\n                            \"name\": \"TDP\"\n                        },\n                        {\n                            \"description\": \"Name of on chip graphics, ex. HD 4600, Iris Pro 5200, none\",\n                            \"id\": 34,\n                            \"name\": \"Processor Graphics\"\n                        },\n                        {\n                            \"description\": \"Maximum memory clock speed. ex. if 1333MHz and 1600MHz DDR3 DIMMs are supported input DDR3 1600MHz.\",\n                            \"id\": 35,\n                            \"name\": \"Max Supported Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Size in MB\",\n                            \"id\": 41,\n                            \"name\": \"L3 Smart Cache\"\n                        },\n                        {\n                            \"description\": \"Yes or no\",\n                            \"id\": 44,\n                            \"name\": \"Hyperthreading\"\n                        },\n                        {\n                            \"description\": \"List the DMI or QPI link quantity and speed. DMI will always be 1 (non Xeon)\",\n                            \"id\": 45,\n                            \"name\": \"DMI / QPI Links and speed\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Processor\"\n                },\n                {\n                    \"id\": 145,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Height by Width by Depth\",\n                            \"id\": 27,\n                            \"name\": \"Dimensions\"\n                        },\n                        {\n                            \"description\": \"Height of the server rack measured in rack units\",\n                            \"id\": 104,\n                            \"name\": \"Rack Height\"\n                        },\n                        {\n                            \"description\": \"Power distribution devices, or power management integrated in the rack? Yes/no. If yes, elaborate.\",\n                            \"id\": 106,\n                            \"name\": \"Power Integration\"\n                        },\n                        {\n                            \"description\": \"Maximum length (depth) in inches that a server can be and still fit in this rack.\",\n                            \"id\": 107,\n                            \"name\": \"Maximum Rack Mounting Depth\"\n                        },\n                        {\n                            \"description\": \"Minimum length (depth) in inches that a server must be to fit in this rack.\",\n                            \"id\": 108,\n                            \"name\": \"Minimum Rack Mounting Depth\"\n                        },\n                        {\n                            \"description\": \"Maximum amount of weight that the server rack can support in pounds.\",\n                            \"id\": 109,\n                            \"name\": \"Weight Capactiy\"\n                        },\n                        {\n                            \"description\": \"Type of Remote Management - ex. IPMI, iLO, AMT,Drac, None\",\n                            \"id\": 19,\n                            \"name\": \"Remote Management\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Rack\"\n                },\n                {\n                    \"id\": 88,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"HDD/SDD or RC controller link type.\",\n                            \"id\": 10,\n                            \"name\": \"Interface Connectivity\"\n                        },\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Number and type of internal/external SAS ports.\",\n                            \"id\": 42,\n                            \"name\": \"Port Quantity and Type\"\n                        },\n                        {\n                            \"description\": \"Supported RAID levels. ex. RAID 0, 1, 1E, 5, 6, 10, 50, 60 or none if RAID doesn't exist.\",\n                            \"id\": 43,\n                            \"name\": \"RAID levels\"\n                        },\n                        {\n                            \"description\": \"Cache size in MB\",\n                            \"id\": 12,\n                            \"name\": \"Cache Memory\"\n                        },\n                        {\n                            \"description\": \"Yes or no\",\n                            \"id\": 46,\n                            \"name\": \"RAID Cache support\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"RAID Card/HBA\"\n                },\n                {\n                    \"id\": 96,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"If redundant style that uses Power Distribution Board, use Redundant Module. If standalone power supply with cables, use Single.\",\n                            \"id\": 69,\n                            \"name\": \"PSU Type\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"Power Output in Watts.\",\n                            \"id\": 68,\n                            \"name\": \"Power Output\"\n                        },\n                        {\n                            \"description\": \"Quantity and type of drive bays.\",\n                            \"id\": 83,\n                            \"name\": \"Drive Bay Type and Quantity\"\n                        },\n                        {\n                            \"description\": \"Quantity, Size, Type, and Link Speed of expansion slots.\",\n                            \"id\": 84,\n                            \"name\": \"Expansion Slots\"\n                        },\n                        {\n                            \"description\": \"List the size of the chassis in Rack Units. If not rack mountable, specify desktop or tower.\",\n                            \"id\": 86,\n                            \"name\": \"Size in Rack Units\"\n                        },\n                        {\n                            \"description\": \"Number of populated CPU sockets\",\n                            \"id\": 18,\n                            \"name\": \"CPU Socket Quantity\"\n                        },\n                        {\n                            \"description\": \"Included CPU or socket type\",\n                            \"id\": 17,\n                            \"name\": \"CPU or Socket type\"\n                        },\n                        {\n                            \"description\": \"Unbuffered, Registered, ECC Unbuffered, ECC Registered, ECC LRDIMM.\",\n                            \"id\": 61,\n                            \"name\": \"Memory Features\"\n                        },\n                        {\n                            \"description\": \"Total memory amount in server\",\n                            \"id\": 101,\n                            \"name\": \"Populated Memory\"\n                        },\n                        {\n                            \"description\": \"HDD/SDD Capacity and Quantity\",\n                            \"id\": 102,\n                            \"name\": \"Populated Drive Size and Quantity\"\n                        },\n                        {\n                            \"description\": \"This is used to like up our customers sku with an mbx.  Use only when we cannot use manufacturer sku.\",\n                            \"id\": 113,\n                            \"name\": \"Customer sku\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Server\"\n                },\n                {\n                    \"id\": 101,\n                    \"itemAttributes\": [],\n                    \"name\": \"Software\"\n                },\n                {\n                    \"id\": 113,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Storage\"\n                },\n                {\n                    \"id\": 125,\n                    \"itemAttributes\": [\n                        {\n                            \"description\": \"Input the lane quantity and PCIe type to identify the speed of the card.\",\n                            \"id\": 40,\n                            \"name\": \"PCIe Card Lanes\"\n                        },\n                        {\n                            \"description\": \"Full/Half Height and Full/Half Length to be expressed as FH, HH, FL, or HL\",\n                            \"id\": 47,\n                            \"name\": \"Add-on card Height / Length\"\n                        },\n                        {\n                            \"description\": \"Size in GB\",\n                            \"id\": 57,\n                            \"name\": \"Memory Capacity\"\n                        },\n                        {\n                            \"description\": \"DDR2, DDR2 SODIMM, DDR3, DDR3 SODIMM, DDR4, DDR4 SODIMM, 256-bit GDDR5\",\n                            \"id\": 58,\n                            \"name\": \"Memory Type\"\n                        },\n                        {\n                            \"description\": \"Amount of cores and type ex. 1024 CUDA cores, 2560 Stream Processors\",\n                            \"id\": 66,\n                            \"name\": \"GPU cores\"\n                        },\n                        {\n                            \"description\": \"Max speed in MHz - 1600MHz, 1866MHz, 2133MHz, 5000MHz, 7010MHz\",\n                            \"id\": 59,\n                            \"name\": \"Memory Speed\"\n                        },\n                        {\n                            \"description\": \"Processor Base Frequency in GHz or GPU Core Frequency in MHz\",\n                            \"id\": 29,\n                            \"name\": \"Processor Core Frequency\"\n                        },\n                        {\n                            \"description\": \"List the quantity and type of ports ex. 2 DisplayPort, 1 HDMI, 1 DVI-D\",\n                            \"id\": 67,\n                            \"name\": \"GPU port quantity and type\"\n                        },\n                        {\n                            \"description\": \"Thermal Design Power representing the average power usage under full load measured in watts\",\n                            \"id\": 33,\n                            \"name\": \"TDP\"\n                        },\n                        {\n                            \"description\": \"Quantity in years. ex - 5 years, 3 years\",\n                            \"id\": 74,\n                            \"name\": \"Manufacturer Warranty\"\n                        },\n                        {\n                            \"description\": \"This is the US import tariff schedule, also know as schedule B.\",\n                            \"id\": 129,\n                            \"name\": \"Import US HTS Tariff\"\n                        }\n                    ],\n                    \"name\": \"Video Card\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"b23aa496-5a25-4579-a161-f1fc3f597e05"}],"id":"4574cbea-1617-4be1-8c12-9a97c89742ee","_postman_id":"4574cbea-1617-4be1-8c12-9a97c89742ee","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Logistics","item":[{"name":"Shipment Carriers","id":"7a511104-1a92-445f-b88d-33ab79dfe7a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query supportedCarriers {\n  shipmentCarriers {\n    id\n    name\n    supportsTimezones\n    supportsTrackingDetails\n  }\n\n  shipMethods {\n    id\n    carrier\n    name\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"c13c8735-84d3-4352-8be0-ed8bbeaa82cc","name":"Example Shipment Carriers","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query supportedCarriers {\n  shipmentCarriers {\n    id\n    name\n    supportsTimezones\n    supportsTrackingDetails\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"15198"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Wed, 10 Apr 2024 16:17:36 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F8T3ePyblP3NhIMBMY_h"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"shipmentCarriers\": [\n            {\n                \"id\": 1,\n                \"name\": \"BTX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Crane\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": false\n            },\n            {\n                \"id\": 3,\n                \"name\": \"DHL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Expeditors\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 5,\n                \"name\": \"FedEx\",\n                \"supportsTimezones\": true,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Schenker\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Importer of Record\",\n                \"supportsTimezones\": true,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 8,\n                \"name\": \"UPS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 9,\n                \"name\": \"USPS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 10,\n                \"name\": \"XPO Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 11,\n                \"name\": \"AERO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": false\n            },\n            {\n                \"id\": 12,\n                \"name\": \"AIT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Panther\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Seko\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Old Dominion Freight Line\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Saia LTL Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Custom Company\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 19,\n                \"name\": \"solistica\",\n                \"supportsTimezones\": true,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Australia Post\",\n                \"supportsTimezones\": true,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 21,\n                \"name\": \"AIT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 22,\n                \"name\": \"AO Deutschland Ltd.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 23,\n                \"name\": \"DPE South Africa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Poste Italiane\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 25,\n                \"name\": \"Ekart\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 26,\n                \"name\": \"Paquetexpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 27,\n                \"name\": \"Hermes Germany\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 28,\n                \"name\": \"ShunBang Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 29,\n                \"name\": \"SMSA Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 30,\n                \"name\": \"Veho\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 31,\n                \"name\": \"SmartKargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 32,\n                \"name\": \"Innight Express Germany GmbH (nox NachtExpress)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 33,\n                \"name\": \"AB Custom Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 34,\n                \"name\": \"La Poste\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 35,\n                \"name\": \"ShipX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 36,\n                \"name\": \"Cloudwish Asia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 37,\n                \"name\": \"Shiprocket X\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 38,\n                \"name\": \"Palletways\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 39,\n                \"name\": \"Overseas Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 40,\n                \"name\": \"Trunkrs\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 41,\n                \"name\": \"Detrack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 42,\n                \"name\": \"Transpak Inc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 43,\n                \"name\": \"Movianto\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 44,\n                \"name\": \"Tamer Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 45,\n                \"name\": \"Bombino Express Pvt Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 46,\n                \"name\": \"Eshun international Logistic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 47,\n                \"name\": \"DTDC Express Global PTE LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 48,\n                \"name\": \"Joom Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 49,\n                \"name\": \"DX (B2B)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 50,\n                \"name\": \"DHL Poland Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 51,\n                \"name\": \"Kerry Express TaiWan\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 52,\n                \"name\": \"Agediss\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 53,\n                \"name\": \"DPD Hungary\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 54,\n                \"name\": \"Dayton Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 55,\n                \"name\": \"Post56\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 56,\n                \"name\": \"Andreani\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 57,\n                \"name\": \"Correos de Mexico\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 58,\n                \"name\": \"SFC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 59,\n                \"name\": \"Loggi\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 60,\n                \"name\": \"Swiss Post FTP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 61,\n                \"name\": \"MailPlus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 62,\n                \"name\": \"Zinc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 63,\n                \"name\": \"Arrow\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 64,\n                \"name\": \"DIR\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 65,\n                \"name\": \"EVRi\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 66,\n                \"name\": \"T-cat\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 67,\n                \"name\": \"Tipsa API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 68,\n                \"name\": \"Grand Slam Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 69,\n                \"name\": \"eTower\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 70,\n                \"name\": \"Flash Express PH\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 71,\n                \"name\": \"XQ Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 72,\n                \"name\": \"Mothership\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 73,\n                \"name\": \"Estes Forwarding Worldwide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 74,\n                \"name\": \"BRT Bartolini API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 75,\n                \"name\": \"Associate Global Systems\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 76,\n                \"name\": \"ViaXpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 77,\n                \"name\": \"DEX-I\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 78,\n                \"name\": \"Pilot Freight Services\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 79,\n                \"name\": \"Janio Asia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 80,\n                \"name\": \"SG LINK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 81,\n                \"name\": \"Ivoy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 82,\n                \"name\": \"SF Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 83,\n                \"name\": \"Coordinadora\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 84,\n                \"name\": \"VicTas Freight Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 85,\n                \"name\": \"GC Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 86,\n                \"name\": \"XDP Express Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 87,\n                \"name\": \"TNT Italy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 88,\n                \"name\": \"GAC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 89,\n                \"name\": \"Cargo Partner\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 90,\n                \"name\": \"MRW\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 91,\n                \"name\": \"Swiss Universal Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 92,\n                \"name\": \"ASE KARGO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 93,\n                \"name\": \"USPS API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 94,\n                \"name\": \"Asendia APAC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 95,\n                \"name\": \"DPD UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 96,\n                \"name\": \"liefery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 97,\n                \"name\": \"Allied Express (FTP)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 98,\n                \"name\": \"FarGood\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 99,\n                \"name\": \"Morelink\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 100,\n                \"name\": \"Tophatter Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 101,\n                \"name\": \"INDOPAKET\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 102,\n                \"name\": \"Sinotrans\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 103,\n                \"name\": \"EMPS Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 104,\n                \"name\": \"Jayon Express (JEX)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 105,\n                \"name\": \"Xpost.ph\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 106,\n                \"name\": \"Papa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 107,\n                \"name\": \"HFD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 108,\n                \"name\": \"PFC Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 109,\n                \"name\": \"Urbanfox\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 110,\n                \"name\": \"Hermes UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 111,\n                \"name\": \"Direct Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 112,\n                \"name\": \"GLS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 113,\n                \"name\": \"Geis CZ\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 114,\n                \"name\": \"DPD Hungary\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 115,\n                \"name\": \"SHENZHEN HOTSIN CARGO INT'L FORWARDING CO.,LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 116,\n                \"name\": \"Ilyang logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 117,\n                \"name\": \"Kerry Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 118,\n                \"name\": \"Shadowfax\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 119,\n                \"name\": \"Xpert Delivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 120,\n                \"name\": \"Kerry Express Thailand\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 121,\n                \"name\": \"Porter Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 122,\n                \"name\": \"Spectran\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 123,\n                \"name\": \"fairsenden\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 124,\n                \"name\": \"Logysto\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 125,\n                \"name\": \"Novofarma\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 126,\n                \"name\": \"DHL eCommerce Greater China\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 127,\n                \"name\": \"Speed Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 128,\n                \"name\": \"CFL Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 129,\n                \"name\": \"Mobi Logistica\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 130,\n                \"name\": \"FlipXpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 131,\n                \"name\": \"XpressBees\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 132,\n                \"name\": \"Olive\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 133,\n                \"name\": \"RL Carriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 134,\n                \"name\": \"GLS Hungary\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 135,\n                \"name\": \"InTime\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 136,\n                \"name\": \"FAR international\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 137,\n                \"name\": \"Estafeta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 138,\n                \"name\": \"ECMS International Logistics Co., Ltd.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 139,\n                \"name\": \"Metropolitan Warehouse & Delivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 140,\n                \"name\": \"Deltec Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 141,\n                \"name\": \"Naeko Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 142,\n                \"name\": \"Pidge\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 143,\n                \"name\": \"RPX Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 144,\n                \"name\": \"Posta Plus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 145,\n                \"name\": \"ATS Healthcare\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 146,\n                \"name\": \"Latvijas Pasts\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 147,\n                \"name\": \"Xingyunyi Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 148,\n                \"name\": \"GEODIS - Distribution & Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 149,\n                \"name\": \"Kiwi Express Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 150,\n                \"name\": \"DPD HK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 151,\n                \"name\": \"DB Schenker\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 152,\n                \"name\": \"准时达跨境\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 153,\n                \"name\": \"Payo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 154,\n                \"name\": \"Singapore Speedpost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 155,\n                \"name\": \"Forward Air\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 156,\n                \"name\": \"Rocket Parcel International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 157,\n                \"name\": \"ECOSCOOTING\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 158,\n                \"name\": \"SAILPOST SPA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 159,\n                \"name\": \"TNT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 160,\n                \"name\": \"JD Worldwide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 161,\n                \"name\": \"WeShip\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 162,\n                \"name\": \"HCT LOGISTICS CO.LTD.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 163,\n                \"name\": \"QTrack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 164,\n                \"name\": \"Janco Ecommerce\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 165,\n                \"name\": \"Sber Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 166,\n                \"name\": \"PTS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 167,\n                \"name\": \"CIRRO E-Commerce\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 168,\n                \"name\": \"CJ Logistics International(Hong Kong)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 169,\n                \"name\": \"EP-Box\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 170,\n                \"name\": \"Shree Anjani Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 171,\n                \"name\": \"TAQBIN Hong Kong\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 172,\n                \"name\": \"Amazon\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 173,\n                \"name\": \"Fulfillmen\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 174,\n                \"name\": \"Shypmax\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 175,\n                \"name\": \"SZENDEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 176,\n                \"name\": \"LBC EXPRESS INC.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 177,\n                \"name\": \"Uber\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 178,\n                \"name\": \"Bpost API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 179,\n                \"name\": \"U-ENVIOS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 180,\n                \"name\": \"ALLJOY SUPPLY CHAIN CO., LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 181,\n                \"name\": \"Trunkrs\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 182,\n                \"name\": \"DX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 183,\n                \"name\": \"Lion Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 184,\n                \"name\": \"SF Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 185,\n                \"name\": \"PolarSpeed Inc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 186,\n                \"name\": \"RAF Philippines\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 187,\n                \"name\": \"China Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 188,\n                \"name\": \"Mainfreight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 189,\n                \"name\": \"Hong Kong Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 190,\n                \"name\": \"DHL Hong Kong\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 191,\n                \"name\": \"LHT Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 192,\n                \"name\": \"Paikeda\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 193,\n                \"name\": \"Lalamove\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 194,\n                \"name\": \"Brazil Correios\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 195,\n                \"name\": \"Panther Order Number\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 196,\n                \"name\": \"GDPharm Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 197,\n                \"name\": \"Frete Rápido\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 198,\n                \"name\": \"PITT OHIO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 199,\n                \"name\": \"PT MGLOBAL LOGISTICS INDONESIA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 200,\n                \"name\": \"VIWO IoT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 201,\n                \"name\": \"Sherpa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 202,\n                \"name\": \"Roadbull Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 203,\n                \"name\": \"GoJavas\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 204,\n                \"name\": \"Sendle\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 205,\n                \"name\": \"Daiichi Freight System Inc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 206,\n                \"name\": \"Eurodifarm\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 207,\n                \"name\": \"Multientrega\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 208,\n                \"name\": \"Nationwide Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 209,\n                \"name\": \"CTC Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 210,\n                \"name\": \"ParcelPoint Pty Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 211,\n                \"name\": \"Elite Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 212,\n                \"name\": \"Star Track Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 213,\n                \"name\": \"Rivo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 214,\n                \"name\": \"PTT Posta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 215,\n                \"name\": \"Hermes Einrichtungs Service GmbH & Co. KG\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 216,\n                \"name\": \"TNT Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 217,\n                \"name\": \"Austrian Post (Express)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 218,\n                \"name\": \"DHL eCommerce Solutions\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 219,\n                \"name\": \"GLS Hungary\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 220,\n                \"name\": \"Choir Express Indonesia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 221,\n                \"name\": \"WanbExpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 222,\n                \"name\": \"Bluecare Express Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 223,\n                \"name\": \"Adicional Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 224,\n                \"name\": \"Geniki Taxydromiki\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 225,\n                \"name\": \"Smooth Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 226,\n                \"name\": \"PostNL Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 227,\n                \"name\": \"SkyNet Malaysia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 228,\n                \"name\": \"Slovenská pošta, a.s.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 229,\n                \"name\": \"uParcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 230,\n                \"name\": \"MISUMI Group Inc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 231,\n                \"name\": \"Viaxpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 232,\n                \"name\": \"Maergo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 233,\n                \"name\": \"Home Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 234,\n                \"name\": \"Direct Freight Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 235,\n                \"name\": \"iCumulus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 236,\n                \"name\": \"Mobile Tyre Shop\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 237,\n                \"name\": \"ShipEntegra\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 238,\n                \"name\": \"Tomydoor\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 239,\n                \"name\": \"Korea Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 240,\n                \"name\": \"UkrPoshta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 241,\n                \"name\": \"Alpha Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 242,\n                \"name\": \"Hellmann Worldwide Logistics, Inc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 243,\n                \"name\": \"Streck Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 244,\n                \"name\": \"CometTech\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 245,\n                \"name\": \"Ader\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 246,\n                \"name\": \"Med Africa Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 247,\n                \"name\": \"DPD Germany\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 248,\n                \"name\": \"PIL Logistics (China) Co., Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 249,\n                \"name\": \"Chazki\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 250,\n                \"name\": \"Toll IPEC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 251,\n                \"name\": \"DPD Ireland\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 252,\n                \"name\": \"RPX Indonesia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 253,\n                \"name\": \"SEKO Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 254,\n                \"name\": \"PostNL International 3S\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 255,\n                \"name\": \"J&T Express Singapore\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 256,\n                \"name\": \"MUDITA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 257,\n                \"name\": \"DHL Parcel Spain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 258,\n                \"name\": \"Whistl\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 259,\n                \"name\": \"TNT UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 260,\n                \"name\": \"Croshot\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 261,\n                \"name\": \"PFL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 262,\n                \"name\": \"5Stringsolutions\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 263,\n                \"name\": \"iThink Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 264,\n                \"name\": \"Javit\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 265,\n                \"name\": \"JINSUNG TRADING\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 266,\n                \"name\": \"Clevy Links\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 267,\n                \"name\": \"DB Schenker\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 268,\n                \"name\": \"Etomars\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 269,\n                \"name\": \"Boxberry\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 270,\n                \"name\": \"Rhenus Logistics UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 271,\n                \"name\": \"TP Logistic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 272,\n                \"name\": \"Logwin Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 273,\n                \"name\": \"SIGNIA LOGISTICS S.A.C.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 274,\n                \"name\": \"Spring GDS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 275,\n                \"name\": \"GDPharm Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 276,\n                \"name\": \"Ninja Van\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 277,\n                \"name\": \"CSE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 278,\n                \"name\": \"B&H Worldwide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 279,\n                \"name\": \"Ninja Van Malaysia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 280,\n                \"name\": \"Estafeta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 281,\n                \"name\": \"RPD2man Deliveries\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 282,\n                \"name\": \"Ecargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 283,\n                \"name\": \"C Chez Vous\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 284,\n                \"name\": \"TRUMPCARD LLC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 285,\n                \"name\": \"Sherpa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 286,\n                \"name\": \"KWE Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 287,\n                \"name\": \"Colis Privé\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 288,\n                \"name\": \"Xpedigo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 289,\n                \"name\": \"Estes\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 290,\n                \"name\": \"Equick China\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 291,\n                \"name\": \"UCS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 292,\n                \"name\": \"Sagawa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 293,\n                \"name\": \"Rivo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 294,\n                \"name\": \"GLS Italy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 295,\n                \"name\": \"APC Postal Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 296,\n                \"name\": \"Flyt Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 297,\n                \"name\": \"TransVirtual\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 298,\n                \"name\": \"JS EXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 299,\n                \"name\": \"TransMission\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 300,\n                \"name\": \"ComOne Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 301,\n                \"name\": \"Trans Kargo Internasional\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 302,\n                \"name\": \"Arrow XL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 303,\n                \"name\": \"Yunant\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 304,\n                \"name\": \"Deliverr\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 305,\n                \"name\": \"Portugal Seur\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 306,\n                \"name\": \"DHL eCommerce Asia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 307,\n                \"name\": \"Skynet World Wide Express South Africa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 308,\n                \"name\": \"Huodull\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 309,\n                \"name\": \"Correos Express (API)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 310,\n                \"name\": \"Value Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 311,\n                \"name\": \"J&T CARGO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 312,\n                \"name\": \"Yodel Direct\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 313,\n                \"name\": \"Portugal CTT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 314,\n                \"name\": \"Pro Carrier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 315,\n                \"name\": \"Bulgarian Posts\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 316,\n                \"name\": \"Parcel Post Singapore\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 317,\n                \"name\": \"First Flight Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 318,\n                \"name\": \"Argents Express Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 319,\n                \"name\": \"K1 Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 320,\n                \"name\": \"Fiege Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 321,\n                \"name\": \"Best Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 322,\n                \"name\": \"DobroPost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 323,\n                \"name\": \"DHL (Reference number)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 324,\n                \"name\": \"Jersey Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 325,\n                \"name\": \"DPD Romania\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 326,\n                \"name\": \"SkyNet Worldwide Express UAE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 327,\n                \"name\": \"ePost Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 328,\n                \"name\": \"World Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 329,\n                \"name\": \"Fetchr\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 330,\n                \"name\": \"Raben Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 331,\n                \"name\": \"DPE Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 332,\n                \"name\": \"Crossflight Limited\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 333,\n                \"name\": \"NimbusPost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 334,\n                \"name\": \"FedEx® Poland Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 335,\n                \"name\": \"DMF\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 336,\n                \"name\": \"北俄国际\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 337,\n                \"name\": \"M&X cargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 338,\n                \"name\": \"Passport Shipping\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 339,\n                \"name\": \"HSM Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 340,\n                \"name\": \"Nova Poshta (International)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 341,\n                \"name\": \"CollectCo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 342,\n                \"name\": \"Payo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 343,\n                \"name\": \"PayPal Package\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 344,\n                \"name\": \"Go People\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 345,\n                \"name\": \"DHL Supply Chain Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 346,\n                \"name\": \"Easyparcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 347,\n                \"name\": \"Delhivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 348,\n                \"name\": \"alphaFAST\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 349,\n                \"name\": \"EasyRoutes\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 350,\n                \"name\": \"DB Schenker Iceland\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 351,\n                \"name\": \"GLS Croatia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 352,\n                \"name\": \"Helthjem\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 353,\n                \"name\": \"ANSERX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 354,\n                \"name\": \"SkyPostal\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 355,\n                \"name\": \"Arco Spedizioni SP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 356,\n                \"name\": \"NiPost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 357,\n                \"name\": \"Nova Poshta API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 358,\n                \"name\": \"Fiege Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 359,\n                \"name\": \"Heppner France\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 360,\n                \"name\": \"Continental\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 361,\n                \"name\": \"京东物流\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 362,\n                \"name\": \"DPD Russia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 363,\n                \"name\": \"Panther Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 364,\n                \"name\": \"STEP FORWARD FREIGHT SERVICE CO LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 365,\n                \"name\": \"闪电猴\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 366,\n                \"name\": \"OCA Argentina\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 367,\n                \"name\": \"BirdSystem\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 368,\n                \"name\": \"XPO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 369,\n                \"name\": \"DHL Supply Chain Indonesia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 370,\n                \"name\": \"Legion Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 371,\n                \"name\": \"Morning Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 372,\n                \"name\": \"LaserShip\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 373,\n                \"name\": \"SIGNIA LOGISTICS S.A.C.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 374,\n                \"name\": \"Stop Start Transport Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 375,\n                \"name\": \"DPD Slovakia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 376,\n                \"name\": \"Zeek\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 377,\n                \"name\": \"Super Pac Line\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 378,\n                \"name\": \"Sunyou Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 379,\n                \"name\": \"Blink\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 380,\n                \"name\": \"D Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 381,\n                \"name\": \"CBL Logistica (API)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 382,\n                \"name\": \"MBW Courier Inc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 383,\n                \"name\": \"DMSMatrix\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 384,\n                \"name\": \"Vir Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 385,\n                \"name\": \"P2P TrakPak\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 386,\n                \"name\": \"Pakajo World\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 387,\n                \"name\": \"GSO(GLS-USA)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 388,\n                \"name\": \"SPRINT PACK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 389,\n                \"name\": \"Rhenus Logistics UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 390,\n                \"name\": \"Star Track Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 391,\n                \"name\": \"GTA GSM\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 392,\n                \"name\": \"Nhat Tin Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 393,\n                \"name\": \"Anicam Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 394,\n                \"name\": \"Echo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 395,\n                \"name\": \"GIO Express Ecourier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 396,\n                \"name\": \"Asendia USA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 397,\n                \"name\": \"2ebox\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 398,\n                \"name\": \"Pitney Bowes\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 399,\n                \"name\": \"India Post International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 400,\n                \"name\": \"GBA Services Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 401,\n                \"name\": \"2GO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 402,\n                \"name\": \"Brouwer Transport en Logistiek B.V.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 403,\n                \"name\": \"USPS Informed Visibility - Webhook\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 404,\n                \"name\": \"Fastway New Zealand\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 405,\n                \"name\": \"CEVA LOGISTICS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 406,\n                \"name\": \"Lao Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 407,\n                \"name\": \"KURASI\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 408,\n                \"name\": \"City Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 409,\n                \"name\": \"Courier Plus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 410,\n                \"name\": \"DHL IE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 411,\n                \"name\": \"Bpost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 412,\n                \"name\": \"Thijs Logistiek\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 413,\n                \"name\": \"DIDADI Logistics tech\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 414,\n                \"name\": \"17 Post Service\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 415,\n                \"name\": \"Eshipping\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 416,\n                \"name\": \"Destiny Transportation\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 417,\n                \"name\": \"UPS Mail Innovations\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 418,\n                \"name\": \"GlobalTranz\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 419,\n                \"name\": \"PostNord Denmark\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 420,\n                \"name\": \"XL Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 421,\n                \"name\": \"forrun Pvt Ltd (Arpatech Venture)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 422,\n                \"name\": \"CEVA Package\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 423,\n                \"name\": \"YDH express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 424,\n                \"name\": \"Matkahuolto\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 425,\n                \"name\": \"Secretlab\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 426,\n                \"name\": \"Professional Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 427,\n                \"name\": \"StarTrack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 428,\n                \"name\": \"Danniao\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 429,\n                \"name\": \"Newgistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 430,\n                \"name\": \"LIEFERGRUN\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 431,\n                \"name\": \"SPOTON Logistics Pvt Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 432,\n                \"name\": \"YRC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 433,\n                \"name\": \"India Post Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 434,\n                \"name\": \"Concise\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 435,\n                \"name\": \"UK Mail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 436,\n                \"name\": \"Amstan Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 437,\n                \"name\": \"Eurodis\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 438,\n                \"name\": \"Taiwan Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 439,\n                \"name\": \"平安达腾飞快递\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 440,\n                \"name\": \"GLS Romania\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 441,\n                \"name\": \"LBC EXPRESS INC.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 442,\n                \"name\": \"GLS General Logistics Systems Slovakia s.r.o.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 443,\n                \"name\": \"SkyExpress Internationals\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 444,\n                \"name\": \"Interparcel Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 445,\n                \"name\": \"GIO Express Inc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 446,\n                \"name\": \"CBL Logistica\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 447,\n                \"name\": \"Stallion Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 448,\n                \"name\": \"Agility\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 449,\n                \"name\": \"Keuhne + Nagel Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 450,\n                \"name\": \"On Way\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 451,\n                \"name\": \"TYP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 452,\n                \"name\": \"CN Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 453,\n                \"name\": \"Joying Box\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 454,\n                \"name\": \"IDEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 455,\n                \"name\": \"InPost Paczkomaty\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 456,\n                \"name\": \"DOMINO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 457,\n                \"name\": \"Celeritas Transporte, S.L\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 458,\n                \"name\": \"Urbify\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 459,\n                \"name\": \"IML\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 460,\n                \"name\": \"Norsk Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 461,\n                \"name\": \"Yilian (Elian) Supply Chain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 462,\n                \"name\": \"Rixon Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 463,\n                \"name\": \"Carry-Flap Co.,Ltd.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 464,\n                \"name\": \"YYEXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 465,\n                \"name\": \"Fukuyama\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 466,\n                \"name\": \"GLS Spain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 467,\n                \"name\": \"YunExpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 468,\n                \"name\": \"Aras Cargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 469,\n                \"name\": \"Omni Returns\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 470,\n                \"name\": \"Tipsa Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 471,\n                \"name\": \"iMile\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 472,\n                \"name\": \"GDEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 473,\n                \"name\": \"IMX Mail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 474,\n                \"name\": \"TNT-Click Italy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 475,\n                \"name\": \"SortHub\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 476,\n                \"name\": \"DHL GLOBAL FORWARDING PANAMÁ\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 477,\n                \"name\": \"INTERSMARTTRANS & SOLUTIONS SL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 478,\n                \"name\": \"DPD France (formerly exapaq)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 479,\n                \"name\": \"Locus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 480,\n                \"name\": \"Destiny Transportation\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 481,\n                \"name\": \"M24 Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 482,\n                \"name\": \"SKYBOX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 483,\n                \"name\": \"DHL Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 484,\n                \"name\": \"Tai Wan Global Business\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 485,\n                \"name\": \"DHL Parcel UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 486,\n                \"name\": \"Yodel Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 487,\n                \"name\": \"Plycon Transportation Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 488,\n                \"name\": \"Royal Mail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 489,\n                \"name\": \"Omniva\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 490,\n                \"name\": \"Scudex Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 491,\n                \"name\": \"HUAHANG EXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 492,\n                \"name\": \"International Seur\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 493,\n                \"name\": \"Testing Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 494,\n                \"name\": \"Aeronet\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 495,\n                \"name\": \"Sppedaf Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 496,\n                \"name\": \"Packeta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 497,\n                \"name\": \"Logistic Worldwide Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 498,\n                \"name\": \"Spanish Seur API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 499,\n                \"name\": \"J&T Express Philippines\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 500,\n                \"name\": \"Cainiao\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 501,\n                \"name\": \"Tazmanian Freight Systems\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 502,\n                \"name\": \"Chronopost Portugal(DPD)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 503,\n                \"name\": \"National Sameday\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 504,\n                \"name\": \"Zeek2Door\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 505,\n                \"name\": \"OCS ANA Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 506,\n                \"name\": \"Best Way Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 507,\n                \"name\": \"AO Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 508,\n                \"name\": \"Innight Express Germany GmbH (nox NachtExpress)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 509,\n                \"name\": \"Skelton\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 510,\n                \"name\": \"South African Post Office\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 511,\n                \"name\": \"Averitt Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 512,\n                \"name\": \"J&T International logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 513,\n                \"name\": \"Skynet Worldwide Express UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 514,\n                \"name\": \"Burd Delivery Aps\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 515,\n                \"name\": \"Dialogo Logistica\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 516,\n                \"name\": \"DSV\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 517,\n                \"name\": \"Borderless 360\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 518,\n                \"name\": \"CL E-Logistics Solutions Limited\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 519,\n                \"name\": \"Nhans Solutions\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 520,\n                \"name\": \"TDG – The Delivery Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 521,\n                \"name\": \"MRW\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 522,\n                \"name\": \"Kronos Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 523,\n                \"name\": \"Parcel Right\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 524,\n                \"name\": \"DHL Supply Chain APAC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 525,\n                \"name\": \"Bneed\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 526,\n                \"name\": \"Mensajeros Urbanos\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 527,\n                \"name\": \"JNE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 528,\n                \"name\": \"Shree Maruti Courier Services Pvt Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 529,\n                \"name\": \"Spanish Seur\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 530,\n                \"name\": \"eShipper\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 531,\n                \"name\": \"Yodel API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 532,\n                \"name\": \"Yodel International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 533,\n                \"name\": \"DHL eCommerce Asia (API)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 534,\n                \"name\": \"Quantium\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 535,\n                \"name\": \"Swiss Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 536,\n                \"name\": \"Mondial Relay\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 537,\n                \"name\": \"DKSH\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 538,\n                \"name\": \"Pressio\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 539,\n                \"name\": \"Capital Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 540,\n                \"name\": \"Tiki\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 541,\n                \"name\": \"Bomi Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 542,\n                \"name\": \"DX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 543,\n                \"name\": \"HR Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 544,\n                \"name\": \"Komon Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 545,\n                \"name\": \"SRT Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 546,\n                \"name\": \"CRL Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 547,\n                \"name\": \"Yanwen\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 548,\n                \"name\": \"DPD Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 549,\n                \"name\": \"NOX NightTimeExpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 550,\n                \"name\": \"InPost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 551,\n                \"name\": \"ShipX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 552,\n                \"name\": \"CJ Century (International)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 553,\n                \"name\": \"DashLink\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 554,\n                \"name\": \"My DynaLogic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 555,\n                \"name\": \"Collect+\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 556,\n                \"name\": \"Welivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 557,\n                \"name\": \"PostNord Sweden\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 558,\n                \"name\": \"RETS express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 559,\n                \"name\": \"Pandago\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 560,\n                \"name\": \"Post ONE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 561,\n                \"name\": \"佳邮国际\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 562,\n                \"name\": \"WePost Sdn Bhd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 563,\n                \"name\": \"Haidaibao (BOX)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 564,\n                \"name\": \"Beone Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 565,\n                \"name\": \"SEKO Worldwide, LLC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 566,\n                \"name\": \"APG eCommerce Solutions Ltd.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 567,\n                \"name\": \"Royal Mail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 568,\n                \"name\": \"DPD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 569,\n                \"name\": \"Mail Boxes Etc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 570,\n                \"name\": \"Roadrunner Transport Service\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 571,\n                \"name\": \"Mondial Relay Spain(Punto Pack)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 572,\n                \"name\": \"Wiseloads\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 573,\n                \"name\": \"Moova\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 574,\n                \"name\": \"Thailand Thai Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 575,\n                \"name\": \"STO Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 576,\n                \"name\": \"Bonds Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 577,\n                \"name\": \"Sky King\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 578,\n                \"name\": \"WeDo Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 579,\n                \"name\": \"CourierPost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 580,\n                \"name\": \"Correos Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 581,\n                \"name\": \"GEM Worldwide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 582,\n                \"name\": \"DPD Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 583,\n                \"name\": \"GLS Italy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 584,\n                \"name\": \"deliverE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 585,\n                \"name\": \"IB Venture\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 586,\n                \"name\": \"Matdespatch\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 587,\n                \"name\": \"Shippie\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 588,\n                \"name\": \"HUBBED\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 589,\n                \"name\": \"Flight Logistics Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 590,\n                \"name\": \"Pony express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 591,\n                \"name\": \"Boxcheck\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 592,\n                \"name\": \"pack-man\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 593,\n                \"name\": \"Integra2\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 594,\n                \"name\": \"Marken\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 595,\n                \"name\": \"Pandago\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 596,\n                \"name\": \"BRT Bartolini\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 597,\n                \"name\": \"Doora Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 598,\n                \"name\": \"Trackon Couriers Pvt. Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 599,\n                \"name\": \"Amazon order\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 600,\n                \"name\": \"Navlungo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 601,\n                \"name\": \"Asyad Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 602,\n                \"name\": \"ANC / Fleets Flyers PTY LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 603,\n                \"name\": \"Yusen Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 604,\n                \"name\": \"Venipak\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 605,\n                \"name\": \"NACEX Spain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 606,\n                \"name\": \"M Xpress Sdn Bhd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 607,\n                \"name\": \"Aramex\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 608,\n                \"name\": \"Yamato Japan\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 609,\n                \"name\": \"ABX Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 610,\n                \"name\": \"99minutos\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 611,\n                \"name\": \"Correo Uruguayo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 612,\n                \"name\": \"Border Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 613,\n                \"name\": \"Hua Han Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 614,\n                \"name\": \"DHL Parcel Russia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 615,\n                \"name\": \"ZJS International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 616,\n                \"name\": \"FirstMile\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 617,\n                \"name\": \"DealerSend\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 618,\n                \"name\": \"Tourline Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 619,\n                \"name\": \"SRE Korea\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 620,\n                \"name\": \"Swiship UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 621,\n                \"name\": \"Packlink\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 622,\n                \"name\": \"Pgeon\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 623,\n                \"name\": \"YTO Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 624,\n                \"name\": \"ShopfansRU LLC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 625,\n                \"name\": \"Ninjavan Webhook\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 626,\n                \"name\": \"DoorDash\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 627,\n                \"name\": \"DPEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 628,\n                \"name\": \"PAL Express Limited\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 629,\n                \"name\": \"BRT Bartolini(Parcel ID)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 630,\n                \"name\": \"JNE (API)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 631,\n                \"name\": \"Mexico Redpack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 632,\n                \"name\": \"Rhenus Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 633,\n                \"name\": \"One click delivery services\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 634,\n                \"name\": \"Pos Indonesia Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 635,\n                \"name\": \"SHREE TIRUPATI COURIER SERVICES PVT. LTD.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 636,\n                \"name\": \"MailPlus (Japan)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 637,\n                \"name\": \"HKD International Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 638,\n                \"name\": \"Envialia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 639,\n                \"name\": \"Mhi\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 640,\n                \"name\": \"USF Reddaway\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 641,\n                \"name\": \"HanJin\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 642,\n                \"name\": \"Fulfilla\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 643,\n                \"name\": \"Zeleris\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 644,\n                \"name\": \"Post of Slovenia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 645,\n                \"name\": \"DPD Hungary\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 646,\n                \"name\": \"Emirates Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 647,\n                \"name\": \"GO Logistics & Storage\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 648,\n                \"name\": \"Thabit Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 649,\n                \"name\": \"ACS Worldwide Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 650,\n                \"name\": \"United Delivery Service, Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 651,\n                \"name\": \"Global Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 652,\n                \"name\": \"PostNord Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 653,\n                \"name\": \"Ransa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 654,\n                \"name\": \"DHL Benelux\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 655,\n                \"name\": \"Kerry Express Hong Kong\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 656,\n                \"name\": \"Sendit\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 657,\n                \"name\": \"Chit Chats\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 658,\n                \"name\": \"Metropolitan Warehouse & Delivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 659,\n                \"name\": \"Shenzhen Jinghuada Logistics Co., Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 660,\n                \"name\": \"Courier Network Inc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 661,\n                \"name\": \"First Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 662,\n                \"name\": \"East West Courier Pte Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 663,\n                \"name\": \"Early Bird\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 664,\n                \"name\": \"Kangaroo Worldwide Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 665,\n                \"name\": \"Old Dominion Freight Line\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 666,\n                \"name\": \"Ninja Van Thailand\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 667,\n                \"name\": \"TONDA GLOBAL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 668,\n                \"name\": \"Australia Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 669,\n                \"name\": \"ASM(GLS Spain)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 670,\n                \"name\": \"T-cat\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 671,\n                \"name\": \"FedEx International MailService®\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 672,\n                \"name\": \"DPD Local\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 673,\n                \"name\": \"Greyhound\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 674,\n                \"name\": \"Specialised Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 675,\n                \"name\": \"Fliway\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 676,\n                \"name\": \"Teliway SIC Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 677,\n                \"name\": \"FRONTdoor Collective\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 678,\n                \"name\": \"Designer Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 679,\n                \"name\": \"GLS Spain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 680,\n                \"name\": \"Envialia Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 681,\n                \"name\": \"Inexpost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 682,\n                \"name\": \"FMX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 683,\n                \"name\": \"CGS Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 684,\n                \"name\": \"CJ Logistics International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 685,\n                \"name\": \"Parcel2Go\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 686,\n                \"name\": \"Chukou1\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 687,\n                \"name\": \"TIPSA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 688,\n                \"name\": \"Purolator International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 689,\n                \"name\": \"AO Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 690,\n                \"name\": \"AMS Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 691,\n                \"name\": \"Packs\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 692,\n                \"name\": \"Shopee Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 693,\n                \"name\": \"Destiny Transportation\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 694,\n                \"name\": \"Ninja Van Indonesia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 695,\n                \"name\": \"Westgate Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 696,\n                \"name\": \"G.I.G\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 697,\n                \"name\": \"Globegistics Inc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 698,\n                \"name\": \"Hermesworld\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 699,\n                \"name\": \"Eco Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 700,\n                \"name\": \"Sendy Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 701,\n                \"name\": \"Vietnam Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 702,\n                \"name\": \"DHL Global Forwarding Guatemala\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 703,\n                \"name\": \"DHL Spain Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 704,\n                \"name\": \"Link Bridge(BeiJing)international logistics co.,ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 705,\n                \"name\": \"Routific\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 706,\n                \"name\": \"DHL Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 707,\n                \"name\": \"BoxC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 708,\n                \"name\": \"Israel Post Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 709,\n                \"name\": \"CJ GLS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 710,\n                \"name\": \"Concise\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 711,\n                \"name\": \"OrangeDS (Orange Distribution Solutions Inc)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 712,\n                \"name\": \"Holisol\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 713,\n                \"name\": \"DHL Supply Chain Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 714,\n                \"name\": \"Ninjavan Vietnam\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 715,\n                \"name\": \"PHSE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 716,\n                \"name\": \"SFC-SendfromChina\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 717,\n                \"name\": \"Packaly\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 718,\n                \"name\": \"Shenzhen 1st International Logistics(Group)Co,Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 719,\n                \"name\": \"DSV\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 720,\n                \"name\": \"Czech Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 721,\n                \"name\": \"Luwjistik\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 722,\n                \"name\": \"英诺供应链\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 723,\n                \"name\": \"ClickLink\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 724,\n                \"name\": \"Pan-Asia International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 725,\n                \"name\": \"Jam Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 726,\n                \"name\": \"Siodemka\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 727,\n                \"name\": \"Saia LTL Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 728,\n                \"name\": \"Canpar Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 729,\n                \"name\": \"China EMS (ePacket)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 730,\n                \"name\": \"Quickstat Courier LLC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 731,\n                \"name\": \"Milkman\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 732,\n                \"name\": \"Dialogo Logistica\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 733,\n                \"name\": \"Czech Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 734,\n                \"name\": \"Relais Colis\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 735,\n                \"name\": \"Grupo logistico Andreani\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 736,\n                \"name\": \"TASCO BERHAD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 737,\n                \"name\": \"J&T Express Singapore\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 738,\n                \"name\": \"Mexico Senda Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 739,\n                \"name\": \"SHIPTER\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 740,\n                \"name\": \"Captain Express International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 741,\n                \"name\": \"Quiqup\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 742,\n                \"name\": \"ViaEurope\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 743,\n                \"name\": \"MRW\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 744,\n                \"name\": \"Geodis MyParcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 745,\n                \"name\": \"APC Overnight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 746,\n                \"name\": \"Inntralog GmbH\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 747,\n                \"name\": \"DHL Active Tracing\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 748,\n                \"name\": \"Hunter Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 749,\n                \"name\": \"Livrapide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 750,\n                \"name\": \"Naqel Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 751,\n                \"name\": \"Corporate Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 752,\n                \"name\": \"Worldnet Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 753,\n                \"name\": \"Xpressen\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 754,\n                \"name\": \"Parcel To Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 755,\n                \"name\": \"Yamato Singapore\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 756,\n                \"name\": \"Chile Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 757,\n                \"name\": \"Chronopost France\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 758,\n                \"name\": \"KargomKolay (CargoMini)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 759,\n                \"name\": \"We World Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 760,\n                \"name\": \"FAN COURIER EXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 761,\n                \"name\": \"SkyExpress Internationals\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 762,\n                \"name\": \"Danske Fragtmænd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 763,\n                \"name\": \"Kronos Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 764,\n                \"name\": \"Loomis Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 765,\n                \"name\": \"Fastway South Africa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 766,\n                \"name\": \"Bert Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 767,\n                \"name\": \"ADS Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 768,\n                \"name\": \"SENHONG INTERNATIONAL LOGISTICS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 769,\n                \"name\": \"New Zealand Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 770,\n                \"name\": \"LICCARDI EXPRESS COURIER\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 771,\n                \"name\": \"New Zealand Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 772,\n                \"name\": \"B2C Europe\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 773,\n                \"name\": \"Dependable Supply Chain Services\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 774,\n                \"name\": \"Sims Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 775,\n                \"name\": \"Aramex Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 776,\n                \"name\": \"Freightquote by C.H. Robinson\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 777,\n                \"name\": \"Asendia UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 778,\n                \"name\": \"GEODIS - Distribution & Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 779,\n                \"name\": \"BUFFALO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 780,\n                \"name\": \"Carriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 781,\n                \"name\": \"BJS Distribution, Storage & Couriers - FTP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 782,\n                \"name\": \"Delhivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 783,\n                \"name\": \"Total Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 784,\n                \"name\": \"Nippon Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 785,\n                \"name\": \"SMSA Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 786,\n                \"name\": \"Setel Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 787,\n                \"name\": \"DACHSER\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 788,\n                \"name\": \"Landmark Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 789,\n                \"name\": \"Sonic Transportation & Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 790,\n                \"name\": \"Yusen Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 791,\n                \"name\": \"Dawn Wing\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 792,\n                \"name\": \"Tonami\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 793,\n                \"name\": \"Returnmates, Inc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 794,\n                \"name\": \"Pickupp\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 795,\n                \"name\": \"M3 Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 796,\n                \"name\": \"eTotal Solution Limited\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 797,\n                \"name\": \"Fasttrack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 798,\n                \"name\": \"DTDC India\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 799,\n                \"name\": \"chronodiali\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 800,\n                \"name\": \"Couriers Please\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 801,\n                \"name\": \"HSDEXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 802,\n                \"name\": \"Expresssale\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 803,\n                \"name\": \"Kiitäjät\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 804,\n                \"name\": \"SPEEDEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 805,\n                \"name\": \"Seino\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 806,\n                \"name\": \"VIR Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 807,\n                \"name\": \"EFS (E-commerce Fulfillment Service)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 808,\n                \"name\": \"Correos de España\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 809,\n                \"name\": \"SHIPXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 810,\n                \"name\": \"SF Express China\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 811,\n                \"name\": \"GLS Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 812,\n                \"name\": \"SkyNet Worldwide Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 813,\n                \"name\": \"Activos24\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 814,\n                \"name\": \"Toll New Zealand\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 815,\n                \"name\": \"Kuehne + Nagel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 816,\n                \"name\": \"Pandion\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 817,\n                \"name\": \"Russian Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 818,\n                \"name\": \"Swiship JP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 819,\n                \"name\": \"Lietuvos Paštas\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 820,\n                \"name\": \"Fonsen Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 821,\n                \"name\": \"Mondial Relay France\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 822,\n                \"name\": \"Hermes Germany\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 823,\n                \"name\": \"Cubyn\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 824,\n                \"name\": \"Rincos\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 825,\n                \"name\": \"Gebrüder Weiss\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 826,\n                \"name\": \"Line Clear Express & Logistics Sdn Bhd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 827,\n                \"name\": \"4PX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 828,\n                \"name\": \"HR Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 829,\n                \"name\": \"Exelot Ltd.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 830,\n                \"name\": \"Bond\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 831,\n                \"name\": \"AxleHire\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 832,\n                \"name\": \"Qxpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 833,\n                \"name\": \"XGS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 834,\n                \"name\": \"Yakit\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 835,\n                \"name\": \"TNT France Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 836,\n                \"name\": \"DHL Spain Domestic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 837,\n                \"name\": \"Parcel Force\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 838,\n                \"name\": \"Speedy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 839,\n                \"name\": \"mySendle\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 840,\n                \"name\": \"CNE Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 841,\n                \"name\": \"Starlinks Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 842,\n                \"name\": \"trans-o-flex Express GmbH & Co. KGaA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 843,\n                \"name\": \"Lalamove\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 844,\n                \"name\": \"Parcelled.in\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 845,\n                \"name\": \"Hound Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 846,\n                \"name\": \"Wizmo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 847,\n                \"name\": \"DHL Parcel NL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 848,\n                \"name\": \"ATS Healthcare\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 849,\n                \"name\": \"Aquiline\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 850,\n                \"name\": \"Sagawa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 851,\n                \"name\": \"Asendia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 852,\n                \"name\": \"Lone Star Overnight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 853,\n                \"name\": \"GSI EXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 854,\n                \"name\": \"Cacesa\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 855,\n                \"name\": \"Italy SDA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 856,\n                \"name\": \"Furdeco\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 857,\n                \"name\": \"Landmark Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 858,\n                \"name\": \"AFL LOGISTICS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 859,\n                \"name\": \"Ozeparts Shipping\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 860,\n                \"name\": \"Bpost international\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 861,\n                \"name\": \"ZTO Express Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 862,\n                \"name\": \"UBI Smart Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 863,\n                \"name\": \"Canada Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 864,\n                \"name\": \"Fast Despatch Logistics Limited\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 865,\n                \"name\": \"Top Ideal Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 866,\n                \"name\": \"DPD Austria\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 867,\n                \"name\": \"wnDirect\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 868,\n                \"name\": \"Nationex\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 869,\n                \"name\": \"Bollore Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 870,\n                \"name\": \"Go Express and logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 871,\n                \"name\": \"Cambodia Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 872,\n                \"name\": \"SF International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 873,\n                \"name\": \"EVRi\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 874,\n                \"name\": \"The Courier Guy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 875,\n                \"name\": \"Innovel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 876,\n                \"name\": \"Shippify, Inc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 877,\n                \"name\": \"ViettelPost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 878,\n                \"name\": \"Belpost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 879,\n                \"name\": \"Thunder Express Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 880,\n                \"name\": \"Detrack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 881,\n                \"name\": \"i-parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 882,\n                \"name\": \"WSP Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 883,\n                \"name\": \"TCK Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 884,\n                \"name\": \"DHL Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 885,\n                \"name\": \"Deutsche Post Mail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 886,\n                \"name\": \"Cuckoo Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 887,\n                \"name\": \"Roche Internal Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 888,\n                \"name\": \"Poșta Română\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 889,\n                \"name\": \"VOX SOLUCION EMPRESARIAL SRL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 890,\n                \"name\": \"Red Carpet Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 891,\n                \"name\": \"Israel Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 892,\n                \"name\": \"DTDC Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 893,\n                \"name\": \"EXPRESSONE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 894,\n                \"name\": \"YiFan Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 895,\n                \"name\": \"RZY Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 896,\n                \"name\": \"Trans2u\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 897,\n                \"name\": \"Total Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 898,\n                \"name\": \"Allied Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 899,\n                \"name\": \"BJS Distribution, Storage & Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 900,\n                \"name\": \"FERCAM Logistics & Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 901,\n                \"name\": \"Copa Airlines Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 902,\n                \"name\": \"ShipGate\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 903,\n                \"name\": \"TCS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 904,\n                \"name\": \"FedEx®\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 905,\n                \"name\": \"Europacket+\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 906,\n                \"name\": \"PostPlus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 907,\n                \"name\": \"Gati-KWE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 908,\n                \"name\": \"Yunda Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 909,\n                \"name\": \"Austrian Post (Registered)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 910,\n                \"name\": \"Nim Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 911,\n                \"name\": \"Orange Connex\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 912,\n                \"name\": \"Airspeed International Corporation\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 913,\n                \"name\": \"Nova Poshta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 914,\n                \"name\": \"Haidaibao\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 915,\n                \"name\": \"cnwangtong\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 916,\n                \"name\": \"CDEK TR\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 917,\n                \"name\": \"Weaship\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 918,\n                \"name\": \"Posti API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 919,\n                \"name\": \"Seino\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 920,\n                \"name\": \"MailAmericas\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 921,\n                \"name\": \"Ruston\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 922,\n                \"name\": \"ZYEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 923,\n                \"name\": \"Shanghai Aqrum Chemical Logistics Co.Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 924,\n                \"name\": \"Vietnam Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 925,\n                \"name\": \"TNT UK Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 926,\n                \"name\": \"4-72 Entregando\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 927,\n                \"name\": \"Cope Sensitive Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 928,\n                \"name\": \"Qwintry Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 929,\n                \"name\": \"DHL eCommerce Solutions\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 930,\n                \"name\": \"Fliway\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 931,\n                \"name\": \"Daeshin\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 932,\n                \"name\": \"Mikropakket Belgium\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 933,\n                \"name\": \"DPD Russia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 934,\n                \"name\": \"Kinisi Transport Pty Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 935,\n                \"name\": \"ECexpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 936,\n                \"name\": \"Grupo ampm\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 937,\n                \"name\": \"Dynamic Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 938,\n                \"name\": \"TForce Final Mile\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 939,\n                \"name\": \"Fastrak Services\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 940,\n                \"name\": \"NACEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 941,\n                \"name\": \"CAE Delivers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 942,\n                \"name\": \"LTL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 943,\n                \"name\": \"Nanjing Woyuan\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 944,\n                \"name\": \"PICK UPP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 945,\n                \"name\": \"i-dika\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 946,\n                \"name\": \"Omni Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 947,\n                \"name\": \"DHL Global Forwarding API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 948,\n                \"name\": \"ELTA Hellenic Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 949,\n                \"name\": \"USPS Flats (Pitney Bowes)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 950,\n                \"name\": \"TNT France\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 951,\n                \"name\": \"Poste Italiane Paccocelere\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 952,\n                \"name\": \"eCoutier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 953,\n                \"name\": \"Courant Plus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 954,\n                \"name\": \"HuanTong\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 955,\n                \"name\": \"Quiqup\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 956,\n                \"name\": \"J&T EXPRESS MALAYSIA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 957,\n                \"name\": \"Paper Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 958,\n                \"name\": \"Team Global Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 959,\n                \"name\": \"Parcelstars\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 960,\n                \"name\": \"GEODIS - Distribution & Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 961,\n                \"name\": \"DSV Futurewave\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 962,\n                \"name\": \"The Custom Companies\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 963,\n                \"name\": \"Aramex\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 964,\n                \"name\": \"Hrvatska Pošta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 965,\n                \"name\": \"Dimerco Express Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 966,\n                \"name\": \"Mikropakket\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 967,\n                \"name\": \"FedEx® UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 968,\n                \"name\": \"MDS Collivery Pty (Ltd)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 969,\n                \"name\": \"PICK UPP (Singapore)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 970,\n                \"name\": \"Newgistics API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 971,\n                \"name\": \"Ecom Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 972,\n                \"name\": \"Delnext\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 973,\n                \"name\": \"Interparcel UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 974,\n                \"name\": \"Ekol Lojistik\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 975,\n                \"name\": \"An Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 976,\n                \"name\": \"Spee-Dee Delivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 977,\n                \"name\": \"Groupe Mazet\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 978,\n                \"name\": \"Southeastern Freight Lines\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 979,\n                \"name\": \"ucexpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 980,\n                \"name\": \"RaidereX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 981,\n                \"name\": \"PFL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 982,\n                \"name\": \"Globavend\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 983,\n                \"name\": \"KedaEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 984,\n                \"name\": \"Snt Global Etrax\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 985,\n                \"name\": \"Hellenic (Greece) Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 986,\n                \"name\": \"Interparcel New Zealand\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 987,\n                \"name\": \"Go Rush\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 988,\n                \"name\": \"Daylight Transport, LLC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 989,\n                \"name\": \"Airmee\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 990,\n                \"name\": \"The Pallet Network\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 991,\n                \"name\": \"FedEx® Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 992,\n                \"name\": \"KGM Hub\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 993,\n                \"name\": \"網家速配股份有限公司\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 994,\n                \"name\": \"Shippit\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 995,\n                \"name\": \"CJ Korea Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 996,\n                \"name\": \"Lotte Global Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 997,\n                \"name\": \"TNT Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 998,\n                \"name\": \"DPD Switzerland\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 999,\n                \"name\": \"RPM\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1000,\n                \"name\": \"Flash Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1001,\n                \"name\": \"UPS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1002,\n                \"name\": \"MNX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1003,\n                \"name\": \"Jet-Ship Worldwide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1004,\n                \"name\": \"Always Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1005,\n                \"name\": \"Jocom\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1006,\n                \"name\": \"Nationex\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1007,\n                \"name\": \"Hero Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1008,\n                \"name\": \"Axlehire\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1009,\n                \"name\": \"OM LOGISTICS LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1010,\n                \"name\": \"SerVIP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1011,\n                \"name\": \"EU Fleet Solutions\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1012,\n                \"name\": \"Bringer Parcel Services\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1013,\n                \"name\": \"ParcelPal\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1014,\n                \"name\": \"Zuellig Pharma Korea\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1015,\n                \"name\": \"DHL supply chain India\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1016,\n                \"name\": \"PARCEL ONE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1017,\n                \"name\": \"Zoom2U\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1018,\n                \"name\": \"aCommerce\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1019,\n                \"name\": \"CDEK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1020,\n                \"name\": \"Internet Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1021,\n                \"name\": \"Au Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1022,\n                \"name\": \"KEC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1023,\n                \"name\": \"Ziing\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1024,\n                \"name\": \"Blue Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1025,\n                \"name\": \"Spreetail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1026,\n                \"name\": \"HX Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1027,\n                \"name\": \"ASIGNA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1028,\n                \"name\": \"Giao hàng nhanh\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1029,\n                \"name\": \"OSM Worldwide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1030,\n                \"name\": \"Malca Amit\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1031,\n                \"name\": \"Intelipost (TMS for LATAM)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1032,\n                \"name\": \"DPD Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1033,\n                \"name\": \"GBS-Broker\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1034,\n                \"name\": \"Kerry TJ Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1035,\n                \"name\": \"ADSOne\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1036,\n                \"name\": \"DHL Express (Piece ID)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1037,\n                \"name\": \"Aoyue\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1038,\n                \"name\": \"ABF Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1039,\n                \"name\": \"Iceland Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1040,\n                \"name\": \"RAM\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1041,\n                \"name\": \"Con-way Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1042,\n                \"name\": \"Nippon Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1043,\n                \"name\": \"Morning Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1044,\n                \"name\": \"ACS Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1045,\n                \"name\": \"CTT Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1046,\n                \"name\": \"FDSEXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1047,\n                \"name\": \"uShip\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1048,\n                \"name\": \"AEX Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1049,\n                \"name\": \"OCS WORLDWIDE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1050,\n                \"name\": \"ups-checker\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1051,\n                \"name\": \"Castle Parcels\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1052,\n                \"name\": \"PostNL International\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1053,\n                \"name\": \"DB Schenker B2B\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1054,\n                \"name\": \"Gel Express Logistik\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1055,\n                \"name\": \"Budbee\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1056,\n                \"name\": \"Malaysia Post EMS / Pos Laju\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1057,\n                \"name\": \"Bring\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1058,\n                \"name\": \"Home Delivery Solutions Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1059,\n                \"name\": \"Swiship DE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1060,\n                \"name\": \"SHREE NANDAN COURIER\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1061,\n                \"name\": \"Northline\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1062,\n                \"name\": \"LexShip\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1063,\n                \"name\": \"Wahana\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1064,\n                \"name\": \"Purolator\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1065,\n                \"name\": \"AIR21\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1066,\n                \"name\": \"GESWL Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1067,\n                \"name\": \"SAP EXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1068,\n                \"name\": \"One World Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1069,\n                \"name\": \"STARKEN\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1070,\n                \"name\": \"Airterra\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1071,\n                \"name\": \"Magyar Posta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1072,\n                \"name\": \"iDexpress Indonesia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1073,\n                \"name\": \"Braun's Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1074,\n                \"name\": \"Sin Global Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1075,\n                \"name\": \"GLS Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1076,\n                \"name\": \"Courant Plus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1077,\n                \"name\": \"Wineshipping\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1078,\n                \"name\": \"Cyprus Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1079,\n                \"name\": \"Blue Star\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1080,\n                \"name\": \"AAA Cooper\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1081,\n                \"name\": \"Paack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1082,\n                \"name\": \"Parcelink Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1083,\n                \"name\": \"Kerry Express (Vietnam) Co Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1084,\n                \"name\": \"Bluedart\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1085,\n                \"name\": \"Fastway Ireland\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1086,\n                \"name\": \"Bluedart\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1087,\n                \"name\": \"STONE3PL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1088,\n                \"name\": \"Swiship\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1089,\n                \"name\": \"WishPost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1090,\n                \"name\": \"OkayParcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1091,\n                \"name\": \"PACKFLEET\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1092,\n                \"name\": \"Professional Parcel Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1093,\n                \"name\": \"Wise Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1094,\n                \"name\": \"Swiship IN\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1095,\n                \"name\": \"Sequoialog\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1096,\n                \"name\": \"WOO YOUNG LOGISTICS CO.,LTD.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1097,\n                \"name\": \"Patheon Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1098,\n                \"name\": \"Flash Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1099,\n                \"name\": \"Hipshipper\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1100,\n                \"name\": \"ACI Logistix\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1101,\n                \"name\": \"Georgian Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1102,\n                \"name\": \"Coordinadora\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1103,\n                \"name\": \"eParcel Korea\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1104,\n                \"name\": \"金斗云物流\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1105,\n                \"name\": \"Transport Ambientales\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1106,\n                \"name\": \"NACEX Spain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1107,\n                \"name\": \"APC Overnight Consignment Number\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1108,\n                \"name\": \"Nightline\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1109,\n                \"name\": \"Anjun\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1110,\n                \"name\": \"Hunter Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1111,\n                \"name\": \"CJ Transnational Philippines\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1112,\n                \"name\": \"FitzMark\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1113,\n                \"name\": \"Fastship Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1114,\n                \"name\": \"Redur Spain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1115,\n                \"name\": \"BioCair\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1116,\n                \"name\": \"Glovo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1117,\n                \"name\": \"Sending Transporte Urgente y Comunicacion, S.A.U\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1118,\n                \"name\": \"Better Trucks\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1119,\n                \"name\": \"Gojek\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1120,\n                \"name\": \"DELIVERYONTIME LOGISTICS PVT LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1121,\n                \"name\": \"ProMed Delivery, Inc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1122,\n                \"name\": \"SimpleTire\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1123,\n                \"name\": \"Shopee Xpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1124,\n                \"name\": \"Expeditors API Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1125,\n                \"name\": \"Poczta Polska\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1126,\n                \"name\": \"Barq\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1127,\n                \"name\": \"CDL Last Mile\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1128,\n                \"name\": \"Japan Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1129,\n                \"name\": \"TopYou\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1130,\n                \"name\": \"Wineshipping\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1131,\n                \"name\": \"N&M Transfer Co., Inc.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1132,\n                \"name\": \"Fast & Furious\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1133,\n                \"name\": \"Heppner Internationale Spedition GmbH & Co.\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1134,\n                \"name\": \"FragilePAK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1135,\n                \"name\": \"PRESIDENT TRANSNET CORP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1136,\n                \"name\": \"Kyungdong Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1137,\n                \"name\": \"Big Smart\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1138,\n                \"name\": \"绿色国际速递\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1139,\n                \"name\": \"A2B Express Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1140,\n                \"name\": \"T&W Delivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1141,\n                \"name\": \"A1Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1142,\n                \"name\": \"Amazon Shipping\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1143,\n                \"name\": \"LM Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1144,\n                \"name\": \"ARK Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1145,\n                \"name\": \"FedEx® Cross Border\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1146,\n                \"name\": \"万邑通\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1147,\n                \"name\": \"LogoiX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1148,\n                \"name\": \"Tuffnells Parcels Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1149,\n                \"name\": \"AIT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1150,\n                \"name\": \"DACHSER\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1151,\n                \"name\": \"Bleckmann\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1152,\n                \"name\": \"Kerry eCommerce\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1153,\n                \"name\": \"Helthjem\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1154,\n                \"name\": \"ZTO Express China\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1155,\n                \"name\": \"Deutsche Post DHL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1156,\n                \"name\": \"Cosmetics Now\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1157,\n                \"name\": \"Courier IT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1158,\n                \"name\": \"Posten Norge / Bring\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1159,\n                \"name\": \"Intel-Valley Supply chain (ShenZhen) Co. Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1160,\n                \"name\": \"TIG Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1161,\n                \"name\": \"Amazon Shipping + Amazon MCF\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1162,\n                \"name\": \"Deliver Your Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1163,\n                \"name\": \"Tuffnells Parcels Express- Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1164,\n                \"name\": \"Sutton Transport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1165,\n                \"name\": \"SHIPA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1166,\n                \"name\": \"Instabox\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1167,\n                \"name\": \"Jumppoint\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1168,\n                \"name\": \"Best Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1169,\n                \"name\": \"ZYEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1170,\n                \"name\": \"LCT do Brasil\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1171,\n                \"name\": \"Teleport\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1172,\n                \"name\": \"GLS Slovenia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1173,\n                \"name\": \"Champion Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1174,\n                \"name\": \"Kua Yue Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1175,\n                \"name\": \"SMARTCAT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1176,\n                \"name\": \"Colissimo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1177,\n                \"name\": \"HUBBED\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1178,\n                \"name\": \"AICS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1179,\n                \"name\": \"J&T Express Vietnam\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1180,\n                \"name\": \"Parcelstars\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1181,\n                \"name\": \"DB Schenker Sweden\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1182,\n                \"name\": \"Directlog\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1183,\n                \"name\": \"Zajil Express Company\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1184,\n                \"name\": \"NTL logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1185,\n                \"name\": \"EMS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1186,\n                \"name\": \"American West\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1187,\n                \"name\": \"Urb-it\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1188,\n                \"name\": \"AB Custom Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1189,\n                \"name\": \"Cello Square\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1190,\n                \"name\": \"OnTrac\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1191,\n                \"name\": \"GANGBAO Supplychain\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1192,\n                \"name\": \"Post Serbia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1193,\n                \"name\": \"SpeedX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1194,\n                \"name\": \"NYT SUPPLY CHAIN LOGISTICS Co.,LTD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1195,\n                \"name\": \"DPD Poland\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1196,\n                \"name\": \"iCumulus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1197,\n                \"name\": \"Team Global Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1198,\n                \"name\": \"DAO365\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1199,\n                \"name\": \"Endeavour Delivery\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1200,\n                \"name\": \"Testing Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1201,\n                \"name\": \"cPacket\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1202,\n                \"name\": \"A Duie Pyle\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1203,\n                \"name\": \"XPO Last Mile France\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1204,\n                \"name\": \"DPD UK\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1205,\n                \"name\": \"Planzer Group\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1206,\n                \"name\": \"Bollore Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1207,\n                \"name\": \"JCEX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1208,\n                \"name\": \"Orange Connex\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1209,\n                \"name\": \"Red je Pakketje\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1210,\n                \"name\": \"Yamato Singapore\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1211,\n                \"name\": \"DAI Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1212,\n                \"name\": \"International Seur API\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1213,\n                \"name\": \"RPX Online\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1214,\n                \"name\": \"OSM Worldwide\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1215,\n                \"name\": \"GLS Logistic Systems Canada Ltd./Dicom\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1216,\n                \"name\": \"Leader\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1217,\n                \"name\": \"Malca-Amit\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1218,\n                \"name\": \"Grab\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1219,\n                \"name\": \"Royal Mail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1220,\n                \"name\": \"DTD Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1221,\n                \"name\": \"BRT Bartolini(Sender Reference)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1222,\n                \"name\": \"EXPRESSONE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1223,\n                \"name\": \"XDP Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1224,\n                \"name\": \"Saudi Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1225,\n                \"name\": \"TDN\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1226,\n                \"name\": \"Servientrega\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1227,\n                \"name\": \"Fastbox\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1228,\n                \"name\": \"StarTrack\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1229,\n                \"name\": \"GLS Czech Republic\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1230,\n                \"name\": \"Logisters\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1231,\n                \"name\": \"Panther Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1232,\n                \"name\": \"Go Bolt\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1233,\n                \"name\": \"UPS Reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1234,\n                \"name\": \"WeShip\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1235,\n                \"name\": \"Day & Ross\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1236,\n                \"name\": \"Optima Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1237,\n                \"name\": \"Urgent Cargus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1238,\n                \"name\": \"Malaysia Post - Registered\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1239,\n                \"name\": \"Singapore Post\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1240,\n                \"name\": \"TFM Xpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1241,\n                \"name\": \"Meest\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1242,\n                \"name\": \"OrangeDS (Orange Distribution Solutions Inc)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1243,\n                \"name\": \"Ship It Asia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1244,\n                \"name\": \"EWE Global Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1245,\n                \"name\": \"City-Link Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1246,\n                \"name\": \"Newegg Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1247,\n                \"name\": \"Tolos\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1248,\n                \"name\": \"Anteraja\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1249,\n                \"name\": \"Park N Parcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1250,\n                \"name\": \"Pickrr\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1251,\n                \"name\": \"Gati-KWE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1252,\n                \"name\": \"DD Express Courier\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1253,\n                \"name\": \"Spedisci.online\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1254,\n                \"name\": \"BDMnet\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1255,\n                \"name\": \"UPS Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1256,\n                \"name\": \"Direct Couriers\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1257,\n                \"name\": \"Easy Mail\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1258,\n                \"name\": \"Česká Pošta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1259,\n                \"name\": \"Product Care Services Limited\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1260,\n                \"name\": \"Cago\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1261,\n                \"name\": \"Trusk France\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1262,\n                \"name\": \"Mena 360 (Fetchr)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1263,\n                \"name\": \"GLS USA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1264,\n                \"name\": \"Spanish Seur\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1265,\n                \"name\": \"DPD Local reference\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1266,\n                \"name\": \"Rendr\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1267,\n                \"name\": \"DPEX China\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1268,\n                \"name\": \"Stat Overnight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1269,\n                \"name\": \"shopline\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1270,\n                \"name\": \"360 Lion Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1271,\n                \"name\": \"DNJ Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1272,\n                \"name\": \"Mexico AeroFlash\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1273,\n                \"name\": \"DX Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1274,\n                \"name\": \"Faxe Cargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1275,\n                \"name\": \"Ximex Delivery Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1276,\n                \"name\": \"DHL\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1277,\n                \"name\": \"Tusk Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1278,\n                \"name\": \"J-Net\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1279,\n                \"name\": \"JX\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1280,\n                \"name\": \"Posti\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1281,\n                \"name\": \"Diamond Eurogistics Limited\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1282,\n                \"name\": \"DPD Austria\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1283,\n                \"name\": \"JP BH Pošta\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1284,\n                \"name\": \"INTEX Paketdienst GmbH\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1285,\n                \"name\": \"Deliver-iT\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1286,\n                \"name\": \"Direx\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1287,\n                \"name\": \"3JMS Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1288,\n                \"name\": \"ICS COURIER\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1289,\n                \"name\": \"TCS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1290,\n                \"name\": \"Mainway\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1291,\n                \"name\": \"RoyalShipments\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1292,\n                \"name\": \"Korea Post EMS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1293,\n                \"name\": \"eMEGA Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1294,\n                \"name\": \"Airpak Express\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1295,\n                \"name\": \"Chienventure\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1296,\n                \"name\": \"CJ Packet\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1297,\n                \"name\": \"Safexpress\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1298,\n                \"name\": \"Go Express and logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1299,\n                \"name\": \"hepsiJET\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1300,\n                \"name\": \"CryoPDP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1301,\n                \"name\": \"Yurtici Kargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1302,\n                \"name\": \"FUJIE EXPRESS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1303,\n                \"name\": \"Pandu Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1304,\n                \"name\": \"CDL Last Mile\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1305,\n                \"name\": \"Team Express Service LLC\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1306,\n                \"name\": \"Fastway Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1307,\n                \"name\": \"Aramex Australia\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1308,\n                \"name\": \"Jawar\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1309,\n                \"name\": \"FleetOptics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1310,\n                \"name\": \"ShipGlobal\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1311,\n                \"name\": \"Radiant Global Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": false\n            },\n            {\n                \"id\": 1312,\n                \"name\": \"DPD\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1313,\n                \"name\": \"Champagne Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": false\n            },\n            {\n                \"id\": 1314,\n                \"name\": \"ATA\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1315,\n                \"name\": \"Madrooex\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1316,\n                \"name\": \"Southwestern Motor Transport. Inc\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1317,\n                \"name\": \"USPS Informed Visibility - Webhook\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1318,\n                \"name\": \"Yunhuipost\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1319,\n                \"name\": \"Oakh Harbour Freight Lines\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1320,\n                \"name\": \"UNITED CALIFORNIA FREIGHT SOLUTIONS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1321,\n                \"name\": \"Zoom\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1322,\n                \"name\": \"SBA Global Logistics Services\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": false\n            },\n            {\n                \"id\": 1323,\n                \"name\": \"NTI Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1324,\n                \"name\": \"PIGGYSHIP\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1325,\n                \"name\": \"Toshi\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1326,\n                \"name\": \"BTX GLOBAL LOGISTICS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1327,\n                \"name\": \"Sassy\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1328,\n                \"name\": \"Trans-Expedite\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1329,\n                \"name\": \"Vesyl\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1330,\n                \"name\": \"Vesyl\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1331,\n                \"name\": \"Go For Gps\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1332,\n                \"name\": \"DHL Global Forwarding eCommerce\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1333,\n                \"name\": \"DPD Portugal\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1334,\n                \"name\": \"GLS Netherlands\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1335,\n                \"name\": \"DP World\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1336,\n                \"name\": \"Barsan Global Lojistik\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1337,\n                \"name\": \"youparcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1338,\n                \"name\": \"Asendia Global\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1339,\n                \"name\": \"P2P Delivery Ltd\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1340,\n                \"name\": \"Parcel Delivery Network\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1341,\n                \"name\": \"Third Party Freight\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1342,\n                \"name\": \"Kolay Gelsin\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1343,\n                \"name\": \"Leman\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1344,\n                \"name\": \"MNG Kargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1345,\n                \"name\": \"OTS\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1346,\n                \"name\": \"Pack-Up\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1347,\n                \"name\": \"Parcel Delivery Network\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1348,\n                \"name\": \"PTT Kargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1349,\n                \"name\": \"Scotty\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1350,\n                \"name\": \"Sendeo Kargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1351,\n                \"name\": \"Surat Kargo\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1352,\n                \"name\": \"e-courier (MDS)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1353,\n                \"name\": \"HTDK (Shanghai)\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1354,\n                \"name\": \"Omniva\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1355,\n                \"name\": \"Parca Logistics\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1359,\n                \"name\": \"LaserShip\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1360,\n                \"name\": \"xmszm\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1361,\n                \"name\": \"Chronopost France\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1362,\n                \"name\": \"DSV UAE\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1363,\n                \"name\": \"RXO\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1364,\n                \"name\": \"YouParcel\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            },\n            {\n                \"id\": 1365,\n                \"name\": \"Xindus\",\n                \"supportsTimezones\": false,\n                \"supportsTrackingDetails\": true\n            }\n        ]\n    }\n}"}],"_postman_id":"7a511104-1a92-445f-b88d-33ab79dfe7a3"},{"name":"Ship Methods","id":"062c3347-70ab-439d-9ec7-21fb943d714c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query shipmentMethods {\n  shipMethods {\n    id\n    carrier\n    name\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"2a76d69a-4ec6-4c68-ba86-19c9cd64c954","name":"Example Ship Methods","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query shipmentMethods {\n  shipMethods {\n    id\n    carrier\n    name\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1375"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Fri, 12 Apr 2024 21:04:30 GMT"},{"key":"server","value":"Cowboy"},{"key":"vary","value":"accept-encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"shipMethods\": [\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 1,\n                \"name\": \"UPS Ground (1-5 days by EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 2,\n                \"name\": \"UPS 3 Day Select (by EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 3,\n                \"name\": \"UPS 2nd Day Air (by EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 4,\n                \"name\": \"UPS Next Day Air Saver (by EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 5,\n                \"name\": \"UPS Next Day Air (by 10:30AM)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 6,\n                \"name\": \"UPS Next Day Air Early (by 8:30AM)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 7,\n                \"name\": \"UPS Standard Ground Canada/Mexico (2-7 days EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 8,\n                \"name\": \"UPS Worldwide Expedited (2-5 days EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 9,\n                \"name\": \"UPS Express (1-3 days 12:00PM)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 10,\n                \"name\": \"UPS Saver (1-3 days EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 11,\n                \"name\": \"UPS Worldwide Express Plus (1-3 days 9:00AM)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 12,\n                \"name\": \"UPS Air Freight Consolidated (3-5 days EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 13,\n                \"name\": \"UPS Air Freight Direct (1-3 days EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 14,\n                \"name\": \"UPS Intl Saver \"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 16,\n                \"name\": \"FedEx Ground (1-5 days by EOD)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 17,\n                \"name\": \"FedEx Express Saver (3 days by 4:30PM)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 18,\n                \"name\": \"FedEx 2 Day (by 4:30PM)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 19,\n                \"name\": \"FedEx Standard Overnight (by 3:00PM)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 20,\n                \"name\": \"FedEx Priority Overnight (by 10:30AM)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 21,\n                \"name\": \"FedEx First Overnight (by 9:30AM)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 22,\n                \"name\": \"FedEx International Economy (2-5 day EOD)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 23,\n                \"name\": \"FedEx International Priority (1-3 day EOD)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 24,\n                \"name\": \"FedEx International Ground Canada (2-7 days EOD)\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 25,\n                \"name\": \"Truck 3-5 Days Non-guarantee\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 26,\n                \"name\": \"Truck 3-5 Days Guarantee\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 27,\n                \"name\": \"Third Party Freight\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 28,\n                \"name\": \"Truck Two Day\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 29,\n                \"name\": \"Truck Next Day\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 30,\n                \"name\": \"Third Party Freight (International)\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 31,\n                \"name\": \"International Truck 3-5 days\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 32,\n                \"name\": \"Pick-up\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 33,\n                \"name\": \"International Truck 1-3 days\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 34,\n                \"name\": \"UPS 2nd Day Air Freight (by EOD)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 35,\n                \"name\": \"UPS Truck 1 Day\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 36,\n                \"name\": \"Sameday Courier\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 37,\n                \"name\": \"Delivery\"\n            },\n            {\n                \"carrier\": \"DHL\",\n                \"id\": 38,\n                \"name\": \"DHL Express\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 39,\n                \"name\": \"UPS 2nd Day Air A.M. (by 10:30AM)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 40,\n                \"name\": \"UPS Blue COD\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 41,\n                \"name\": \"UPS Saturday (by 3:00PM)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 42,\n                \"name\": \"FedEx Priority Saturday (by 4:30PM)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 43,\n                \"name\": \"UPS Red COD\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 44,\n                \"name\": \"FedEx 3 Day Air Freight ( EOD)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 45,\n                \"name\": \"FedEx Customer Ship Label (see attached)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 46,\n                \"name\": \"UPS Ground COD\"\n            },\n            {\n                \"carrier\": \"Crane\",\n                \"id\": 47,\n                \"name\": \"Crane Same Day Collect\"\n            },\n            {\n                \"carrier\": \"Crane\",\n                \"id\": 48,\n                \"name\": \"Crane 1 Day Collect\"\n            },\n            {\n                \"carrier\": \"Crane\",\n                \"id\": 49,\n                \"name\": \"Crane 2 Days Collect\"\n            },\n            {\n                \"carrier\": \"Crane\",\n                \"id\": 50,\n                \"name\": \"Crane 3 Days Collect\"\n            },\n            {\n                \"carrier\": \"Crane\",\n                \"id\": 51,\n                \"name\": \"Crane 3-5 Days Non-Guarantee Collect\"\n            },\n            {\n                \"carrier\": \"Panther\",\n                \"id\": 52,\n                \"name\": \"Panther Shipment\"\n            },\n            {\n                \"carrier\": \"Panther\",\n                \"id\": 53,\n                \"name\": \"Panther 3 Days\"\n            },\n            {\n                \"carrier\": \"Panther\",\n                \"id\": 54,\n                \"name\": \"Panther 3-5 Days Non-Guarantee\"\n            },\n            {\n                \"carrier\": \"Seko\",\n                \"id\": 55,\n                \"name\": \"Seko Same Day\"\n            },\n            {\n                \"carrier\": \"Seko\",\n                \"id\": 56,\n                \"name\": \"Seko Shipment\"\n            },\n            {\n                \"carrier\": \"Seko\",\n                \"id\": 57,\n                \"name\": \"Seko 2 Days\"\n            },\n            {\n                \"carrier\": \"Seko\",\n                \"id\": 58,\n                \"name\": \"Seko 3 Days\"\n            },\n            {\n                \"carrier\": \"Panther\",\n                \"id\": 59,\n                \"name\": \"Panther Next Day\"\n            },\n            {\n                \"carrier\": \"Panther\",\n                \"id\": 60,\n                \"name\": \"Panther 2 Days\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 61,\n                \"name\": \"UPS Customer Ship Label (see attached)\"\n            },\n            {\n                \"carrier\": \"Panther\",\n                \"id\": 62,\n                \"name\": \"Panther 3-5 Days Guarantee\"\n            },\n            {\n                \"carrier\": \"USPS\",\n                \"id\": 63,\n                \"name\": \"USPS\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 64,\n                \"name\": \"Dispatch Only\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 74,\n                \"name\": \"UPS 3 Day Freight (by EOD)\"\n            },\n            {\n                \"carrier\": \"AIT\",\n                \"id\": 75,\n                \"name\": \"AIT Worldwide Shipment\"\n            },\n            {\n                \"carrier\": \"AIT\",\n                \"id\": 76,\n                \"name\": \"AIT Worldwide International \"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 77,\n                \"name\": \"FedEx International Economy Freight (2-5 days EOD)\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 78,\n                \"name\": \"Netherlands Cross-Dock ( 5-12 days EOD)\"\n            },\n            {\n                \"carrier\": \"DHL\",\n                \"id\": 79,\n                \"name\": \"DHL Express Worldwide EOD\"\n            },\n            {\n                \"carrier\": \"DHL\",\n                \"id\": 80,\n                \"name\": \"DHL Express WW 9:00AM (1-3 days)\"\n            },\n            {\n                \"carrier\": \"DHL\",\n                \"id\": 81,\n                \"name\": \"DHL Express WW 10:30AM (1-3 days)\"\n            },\n            {\n                \"carrier\": \"DHL\",\n                \"id\": 82,\n                \"name\": \"DHL Express WW 12:00PM (1-3 days)\"\n            },\n            {\n                \"carrier\": \"BTX\",\n                \"id\": 83,\n                \"name\": \"BTX Economy (3-5 days by EOD)\"\n            },\n            {\n                \"carrier\": \"BTX\",\n                \"id\": 84,\n                \"name\": \"BTX 3 Day (by EOD)\"\n            },\n            {\n                \"carrier\": \"BTX\",\n                \"id\": 85,\n                \"name\": \"BTX 2 Day (by EOD)\"\n            },\n            {\n                \"carrier\": \"BTX\",\n                \"id\": 86,\n                \"name\": \"BTX Next Day (by EOD)\"\n            },\n            {\n                \"carrier\": \"BTX\",\n                \"id\": 87,\n                \"name\": \"BTX Global Express (1-3 days EOD)\"\n            },\n            {\n                \"carrier\": \"BTX\",\n                \"id\": 88,\n                \"name\": \"BTX Global Economy (2-5 days EOD)\"\n            },\n            {\n                \"carrier\": \"AERO\",\n                \"id\": 91,\n                \"name\": \"AERO-Air-1 Day Freight\"\n            },\n            {\n                \"carrier\": \"AERO\",\n                \"id\": 92,\n                \"name\": \"AERO-Air-1st Overnight\"\n            },\n            {\n                \"carrier\": \"AERO\",\n                \"id\": 93,\n                \"name\": \"AERO-Air-2nd Day\"\n            },\n            {\n                \"carrier\": \"AERO\",\n                \"id\": 94,\n                \"name\": \"AERO-Air-3 Day\"\n            },\n            {\n                \"carrier\": \"AERO\",\n                \"id\": 95,\n                \"name\": \"AERO-Air-Economy\"\n            },\n            {\n                \"carrier\": \"AERO\",\n                \"id\": 96,\n                \"name\": \"AERO-Air-Express Freight\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 97,\n                \"name\": \"G4PL-LTL-Int Air Freight\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 98,\n                \"name\": \"UPS Red Priority AM Collect\"\n            },\n            {\n                \"carrier\": \"Schenker\",\n                \"id\": 99,\n                \"name\": \"Schenker Collect\"\n            },\n            {\n                \"carrier\": \"Expeditors\",\n                \"id\": 100,\n                \"name\": \"Expeditors Collect\"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 101,\n                \"name\": \"Custom Company LTL\"\n            },\n            {\n                \"carrier\": \"Crane\",\n                \"id\": 102,\n                \"name\": \"Crane Economy Collect\"\n            },\n            {\n                \"carrier\": \"Crane\",\n                \"id\": 103,\n                \"name\": \"Crane Express Collect\"\n            },\n            {\n                \"carrier\": \"XPO Logistics\",\n                \"id\": 104,\n                \"name\": \"XPO Economy Collect\"\n            },\n            {\n                \"carrier\": \"XPO Logistics\",\n                \"id\": 105,\n                \"name\": \"XPO Express Collect\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 106,\n                \"name\": \"FedEx Economy Truck Collect (2 days)\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 107,\n                \"name\": \"UPS Freight LTL (3-7 days by EOD)\"\n            },\n            {\n                \"carrier\": \"TecEx\",\n                \"id\": 108,\n                \"name\": \"Express - Importer of Records Service\"\n            },\n            {\n                \"carrier\": \"TecEx\",\n                \"id\": 109,\n                \"name\": \"Standard - Importer of Records Service\"\n            },\n            {\n                \"carrier\": \"FedEx\",\n                \"id\": 110,\n                \"name\": \"FedEx International Priority Freight \"\n            },\n            {\n                \"carrier\": null,\n                \"id\": 111,\n                \"name\": \"Pending Ship Method\"\n            },\n            {\n                \"carrier\": \"Saia LTL Freight\",\n                \"id\": 112,\n                \"name\": \"Saia Shipment\"\n            },\n            {\n                \"carrier\": \"Old Dominion\",\n                \"id\": 113,\n                \"name\": \"Old Dominion Shipment\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 114,\n                \"name\": \"UPS Worldwide Express\"\n            },\n            {\n                \"carrier\": \"UPS\",\n                \"id\": 115,\n                \"name\": \"UPS Worldwide Saver\"\n            }\n        ]\n    }\n}"}],"_postman_id":"062c3347-70ab-439d-9ec7-21fb943d714c"},{"name":"Sites","id":"87a10551-a325-4903-8f5d-5c1d04af4ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query shipmentMethods($first: Int!, $orderBy: [OrganizationsOrderBy], $filters: OrganizationsFilters) {\n  organization {\n    sites: customers(first: $first, filters: $filters, orderBy: $orderBy) {\n      edges {\n        node {\n          name\n\n          primaryShippingAddress { ...fullAddress }\n\n          assetCount: endUserAssetCount {\n            assetCount\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment fullAddress on AddressLeaf {\n\tcompanyName\n\tcontactName\n\taddress1\n\taddress2\n\tcity\n\tregion\n\tpostalCode\n\tcountry\n  \n  latitude\n  longitude\n}","variables":"{\n  \"first\": 10,\n  \"orderBy\": [{\"name\": \"ASC\"}],\n  \"filters\": {\"isActive\": true}\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Get a paginated list of sites associated with your account</p>\n<p>Also includes asset count, as shown in Hatch</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"0c422e43-4444-492d-a5ea-09c90e11f676","name":"Example Sites","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query shipmentMethods($first: Int!, $orderBy: [OrganizationsOrderBy], $filters: OrganizationsFilters) {\n  organization {\n    sites: customers(first: $first, filters: $filters, orderBy: $orderBy) {\n      edges {\n        node {\n          name\n\n          primaryShippingAddress { ...fullAddress }\n\n          assetCount: endUserAssetCount {\n            assetCount\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment fullAddress on AddressLeaf {\n\tcompanyName\n\tcontactName\n\taddress1\n\taddress2\n\tcity\n\tregion\n\tpostalCode\n\tcountry\n  \n  latitude\n  longitude\n}","variables":"{\n  \"first\": 200,\n  \"orderBy\": [{\"name\": \"ASC\"}],\n  \"filters\": {\"isActive\": true}\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1604"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 03 Jun 2024 19:06:01 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F9WUAEpZRjzb8LoAGOxR"},{"key":"set-cookie","value":"_hapi_key=SFMyNTY.g3QAAAABbQAAAA9jdXJyZW50X3VzZXJfaWR3A25pbA.19yzX4IiETxJSWjsX19b5hBKLk8IMM0xbbjMlvTv9YY; path=/; domain=mbx.com; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"sites\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 100\n                            },\n                            \"name\": \"Data Center #101\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"525 W Jackson St\",\n                                \"address2\": null,\n                                \"city\": \"Woodstock\",\n                                \"companyName\": \"Data Center #101\",\n                                \"contactName\": \"Sean Keisman\",\n                                \"country\": \"US\",\n                                \"latitude\": \"42.314610\",\n                                \"longitude\": \"-88.455440\",\n                                \"postalCode\": \"60098-3143\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 58\n                            },\n                            \"name\": \"Data Center #102\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"401 S 2nd St\",\n                                \"address2\": null,\n                                \"city\": \"Springfield\",\n                                \"companyName\": \"Data Center #1\",\n                                \"contactName\": \"Frank Underwood\",\n                                \"country\": \"US\",\n                                \"latitude\": \"39.798390\",\n                                \"longitude\": \"-89.653380\",\n                                \"postalCode\": \"62701-1727\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 4\n                            },\n                            \"name\": \"Data Center #104\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"901 S Miami Ave\",\n                                \"address2\": null,\n                                \"city\": \"Miami\",\n                                \"companyName\": \"Data Center #104\",\n                                \"contactName\": \"Robin Williams\",\n                                \"country\": \"US\",\n                                \"latitude\": \"25.765450\",\n                                \"longitude\": \"-80.193280\",\n                                \"postalCode\": \"33130-3042\",\n                                \"region\": \"FL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 13\n                            },\n                            \"name\": \"Distribution Center #224\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"2125 CHESTNUT ST\",\n                                \"address2\": null,\n                                \"city\": \"SAN FRANCISCO\",\n                                \"companyName\": \"Stark Industries\",\n                                \"contactName\": \"James Kirk\",\n                                \"country\": \"US\",\n                                \"latitude\": \"37.800550\",\n                                \"longitude\": \"-122.438280\",\n                                \"postalCode\": \"94123-2708\",\n                                \"region\": \"CA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 28\n                            },\n                            \"name\": \"Distribution Center #225\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"601 Poydras St\",\n                                \"address2\": null,\n                                \"city\": \"New Orleans\",\n                                \"companyName\": \"Data Center #105\",\n                                \"contactName\": \"Vin Diesel\",\n                                \"country\": \"US\",\n                                \"latitude\": \"29.949400\",\n                                \"longitude\": \"-90.069380\",\n                                \"postalCode\": \"70130-6029\",\n                                \"region\": \"LA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 19\n                            },\n                            \"name\": \"London HQ\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"118 Piccadilly\",\n                                \"address2\": null,\n                                \"city\": \"London\",\n                                \"companyName\": null,\n                                \"contactName\": \"Clark Kent\",\n                                \"country\": \"GB\",\n                                \"latitude\": \"51.504483\",\n                                \"longitude\": \"-0.147927\",\n                                \"postalCode\": \"W1J 7NW\",\n                                \"region\": \"England\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 7\n                            },\n                            \"name\": \"Regional Headquarters #1002\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"1060 W Addison St\",\n                                \"address2\": null,\n                                \"city\": \"Chicago\",\n                                \"companyName\": \"Regional Headquarters #1002\",\n                                \"contactName\": \"Nancy Wheeler\",\n                                \"country\": \"US\",\n                                \"latitude\": \"41.947220\",\n                                \"longitude\": \"-87.655760\",\n                                \"postalCode\": \"60613-4566\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 33\n                            },\n                            \"name\": \"Retail Store #1008\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"1315 10th St # B-27\",\n                                \"address2\": null,\n                                \"city\": \"Sacramento\",\n                                \"companyName\": \"Data Center #106\",\n                                \"contactName\": \"Jeff Goldbloom\",\n                                \"country\": \"US\",\n                                \"latitude\": \"38.576820\",\n                                \"longitude\": \"-121.494970\",\n                                \"postalCode\": \"95814-4905\",\n                                \"region\": \"CA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 11\n                            },\n                            \"name\": \"Retail Store #1013\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"500 S Broadway\",\n                                \"address2\": null,\n                                \"city\": \"Denver\",\n                                \"companyName\": \"Regional Headquarters #1003\",\n                                \"contactName\": \"Howard Shultz\",\n                                \"country\": \"US\",\n                                \"latitude\": \"39.707530\",\n                                \"longitude\": \"-104.987620\",\n                                \"postalCode\": \"80209-4002\",\n                                \"region\": \"CO\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 15\n                            },\n                            \"name\": \"Retail Store #2001\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"402 21st Ave S\",\n                                \"address2\": null,\n                                \"city\": \"Nashville\",\n                                \"companyName\": \"Retail Store #2001\",\n                                \"contactName\": \"Ronnie Dangerfield\",\n                                \"country\": \"US\",\n                                \"latitude\": \"36.149360\",\n                                \"longitude\": \"-86.789860\",\n                                \"postalCode\": \"37203-2404\",\n                                \"region\": \"TN\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 10\n                            },\n                            \"name\": \"Retail Store #2002\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"2521 Post Oak Blvd\",\n                                \"address2\": null,\n                                \"city\": \"Houston\",\n                                \"companyName\": \"Retail Store #2002\",\n                                \"contactName\": \"Jeff Gordan\",\n                                \"country\": \"US\",\n                                \"latitude\": \"29.748490\",\n                                \"longitude\": \"-95.468060\",\n                                \"postalCode\": \"77056-5203\",\n                                \"region\": \"TX\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 13\n                            },\n                            \"name\": \"Retail Store #2003\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"4505 E Charleston Blvd\",\n                                \"address2\": null,\n                                \"city\": \"Las Vegas\",\n                                \"companyName\": \"Retail Store #2003\",\n                                \"contactName\": \"Penn Jillette\",\n                                \"country\": \"US\",\n                                \"latitude\": \"36.158890\",\n                                \"longitude\": \"-115.076280\",\n                                \"postalCode\": \"89104-5501\",\n                                \"region\": \"NV\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 12\n                            },\n                            \"name\": \"Retail Store #2005\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"124 Pike St\",\n                                \"address2\": null,\n                                \"city\": \"Seattle\",\n                                \"companyName\": \"Retail Store #2005\",\n                                \"contactName\": \"Carl Sagan\",\n                                \"country\": \"US\",\n                                \"latitude\": \"47.608810\",\n                                \"longitude\": \"-122.340010\",\n                                \"postalCode\": \"98101-2010\",\n                                \"region\": \"WA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 6\n                            },\n                            \"name\": \"Retail Store #2007\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"4262 Camino Del Rio N\",\n                                \"address2\": null,\n                                \"city\": \"San Diego\",\n                                \"companyName\": \"Retail Store #2007\",\n                                \"contactName\": \"Carmen San Diego\",\n                                \"country\": \"US\",\n                                \"latitude\": \"32.779370\",\n                                \"longitude\": \"-117.104290\",\n                                \"postalCode\": \"92108-2610\",\n                                \"region\": \"CA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 5\n                            },\n                            \"name\": \"Retail Store #2008\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"867 Peachtree St Ne\",\n                                \"address2\": null,\n                                \"city\": \"Atlanta\",\n                                \"companyName\": \"Retail Store #2008\",\n                                \"contactName\": \"Bill Nye\",\n                                \"country\": \"US\",\n                                \"latitude\": \"33.778330\",\n                                \"longitude\": \"-84.384320\",\n                                \"postalCode\": \"30308-1380\",\n                                \"region\": \"GA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": null,\n                            \"name\": \"Retail Store #2009\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"101 N Veterans Pkwy\",\n                                \"address2\": null,\n                                \"city\": \"Bloomington\",\n                                \"companyName\": \"Retail Store #2009\",\n                                \"contactName\": \"Ernest Hemingway\",\n                                \"country\": \"US\",\n                                \"latitude\": \"40.480370\",\n                                \"longitude\": \"-88.952570\",\n                                \"postalCode\": \"61704-3596\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 2\n                            },\n                            \"name\": \"Retail Store #2010\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"325 7th St Nw\",\n                                \"address2\": null,\n                                \"city\": \"Washington\",\n                                \"companyName\": \"Retail Store #2010\",\n                                \"contactName\": \"Steve Jobs\",\n                                \"country\": \"US\",\n                                \"latitude\": \"38.895040\",\n                                \"longitude\": \"-77.026610\",\n                                \"postalCode\": \"20004-2818\",\n                                \"region\": \"DC\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 2\n                            },\n                            \"name\": \"Retail Store #2011\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"500 Fayetteville St\",\n                                \"address2\": null,\n                                \"city\": \"Raleigh\",\n                                \"companyName\": \"Retail Store #2011\",\n                                \"contactName\": \"James Taylor\",\n                                \"country\": \"US\",\n                                \"latitude\": \"35.774910\",\n                                \"longitude\": \"-78.639380\",\n                                \"postalCode\": \"27601-2118\",\n                                \"region\": \"NC\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": null,\n                            \"name\": \"Retail Store #2012\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"1400 Euclid Ave\",\n                                \"address2\": null,\n                                \"city\": \"Cleveland\",\n                                \"companyName\": \"Retail Store #2012\",\n                                \"contactName\": \"Drew Cary\",\n                                \"country\": \"US\",\n                                \"latitude\": \"41.500800\",\n                                \"longitude\": \"-81.682080\",\n                                \"postalCode\": \"44115-1806\",\n                                \"region\": \"OH\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": null,\n                            \"name\": \"Retail Store #2013\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"63 Court St Apt 65\",\n                                \"address2\": null,\n                                \"city\": \"Boston\",\n                                \"companyName\": \"Retail Store #2013\",\n                                \"contactName\": \"Matt Damon\",\n                                \"country\": \"US\",\n                                \"latitude\": \"42.359240\",\n                                \"longitude\": \"-71.059360\",\n                                \"postalCode\": \"02108-2109\",\n                                \"region\": \"MA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 1455\n                            },\n                            \"name\": \"Stark Industries\",\n                            \"primaryShippingAddress\": null\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"87a10551-a325-4903-8f5d-5c1d04af4ad1"},{"name":"Ship Sets","id":"7c3739c6-6734-49aa-a3a3-90728436e32a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query shipmentMethods($first: Int!, $orderBy: [OrganizationsOrderBy], $filters: OrganizationsFilters) {\n  organization {\n    sites: customers(first: $first, filters: $filters, orderBy: $orderBy) {\n      edges {\n        node {\n          name\n\n          primaryShippingAddress { ...fullAddress }\n\n          assetCount: endUserAssetCount {\n            assetCount\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment fullAddress on AddressLeaf {\n\tcompanyName\n\tcontactName\n\taddress1\n\taddress2\n\tcity\n\tregion\n\tpostalCode\n\tcountry\n  \n  latitude\n  longitude\n}","variables":"{\n  \"first\": 10,\n  \"orderBy\": [{\"name\": \"ASC\"}],\n  \"filters\": {\"isActive\": true}\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>Get a paginated list of sites associated with your account</p>\n<p>Also includes asset count, as shown in Hatch</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"5f393f8f-44e3-403b-955e-e169b1077c42","name":"Example Sites","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query shipmentMethods($first: Int!, $orderBy: [OrganizationsOrderBy], $filters: OrganizationsFilters) {\n  organization {\n    sites: customers(first: $first, filters: $filters, orderBy: $orderBy) {\n      edges {\n        node {\n          name\n\n          primaryShippingAddress { ...fullAddress }\n\n          assetCount: endUserAssetCount {\n            assetCount\n          }\n        }\n      }\n    }\n  }\n}\n\nfragment fullAddress on AddressLeaf {\n\tcompanyName\n\tcontactName\n\taddress1\n\taddress2\n\tcity\n\tregion\n\tpostalCode\n\tcountry\n  \n  latitude\n  longitude\n}","variables":"{\n  \"first\": 200,\n  \"orderBy\": [{\"name\": \"ASC\"}],\n  \"filters\": {\"isActive\": true}\n}"}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"1604"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 03 Jun 2024 19:06:01 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F9WUAEpZRjzb8LoAGOxR"},{"key":"set-cookie","value":"_hapi_key=SFMyNTY.g3QAAAABbQAAAA9jdXJyZW50X3VzZXJfaWR3A25pbA.19yzX4IiETxJSWjsX19b5hBKLk8IMM0xbbjMlvTv9YY; path=/; domain=mbx.com; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"sites\": {\n                \"edges\": [\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 100\n                            },\n                            \"name\": \"Data Center #101\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"525 W Jackson St\",\n                                \"address2\": null,\n                                \"city\": \"Woodstock\",\n                                \"companyName\": \"Data Center #101\",\n                                \"contactName\": \"Sean Keisman\",\n                                \"country\": \"US\",\n                                \"latitude\": \"42.314610\",\n                                \"longitude\": \"-88.455440\",\n                                \"postalCode\": \"60098-3143\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 58\n                            },\n                            \"name\": \"Data Center #102\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"401 S 2nd St\",\n                                \"address2\": null,\n                                \"city\": \"Springfield\",\n                                \"companyName\": \"Data Center #1\",\n                                \"contactName\": \"Frank Underwood\",\n                                \"country\": \"US\",\n                                \"latitude\": \"39.798390\",\n                                \"longitude\": \"-89.653380\",\n                                \"postalCode\": \"62701-1727\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 4\n                            },\n                            \"name\": \"Data Center #104\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"901 S Miami Ave\",\n                                \"address2\": null,\n                                \"city\": \"Miami\",\n                                \"companyName\": \"Data Center #104\",\n                                \"contactName\": \"Robin Williams\",\n                                \"country\": \"US\",\n                                \"latitude\": \"25.765450\",\n                                \"longitude\": \"-80.193280\",\n                                \"postalCode\": \"33130-3042\",\n                                \"region\": \"FL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 13\n                            },\n                            \"name\": \"Distribution Center #224\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"2125 CHESTNUT ST\",\n                                \"address2\": null,\n                                \"city\": \"SAN FRANCISCO\",\n                                \"companyName\": \"Stark Industries\",\n                                \"contactName\": \"James Kirk\",\n                                \"country\": \"US\",\n                                \"latitude\": \"37.800550\",\n                                \"longitude\": \"-122.438280\",\n                                \"postalCode\": \"94123-2708\",\n                                \"region\": \"CA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 28\n                            },\n                            \"name\": \"Distribution Center #225\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"601 Poydras St\",\n                                \"address2\": null,\n                                \"city\": \"New Orleans\",\n                                \"companyName\": \"Data Center #105\",\n                                \"contactName\": \"Vin Diesel\",\n                                \"country\": \"US\",\n                                \"latitude\": \"29.949400\",\n                                \"longitude\": \"-90.069380\",\n                                \"postalCode\": \"70130-6029\",\n                                \"region\": \"LA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 19\n                            },\n                            \"name\": \"London HQ\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"118 Piccadilly\",\n                                \"address2\": null,\n                                \"city\": \"London\",\n                                \"companyName\": null,\n                                \"contactName\": \"Clark Kent\",\n                                \"country\": \"GB\",\n                                \"latitude\": \"51.504483\",\n                                \"longitude\": \"-0.147927\",\n                                \"postalCode\": \"W1J 7NW\",\n                                \"region\": \"England\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 7\n                            },\n                            \"name\": \"Regional Headquarters #1002\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"1060 W Addison St\",\n                                \"address2\": null,\n                                \"city\": \"Chicago\",\n                                \"companyName\": \"Regional Headquarters #1002\",\n                                \"contactName\": \"Nancy Wheeler\",\n                                \"country\": \"US\",\n                                \"latitude\": \"41.947220\",\n                                \"longitude\": \"-87.655760\",\n                                \"postalCode\": \"60613-4566\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 33\n                            },\n                            \"name\": \"Retail Store #1008\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"1315 10th St # B-27\",\n                                \"address2\": null,\n                                \"city\": \"Sacramento\",\n                                \"companyName\": \"Data Center #106\",\n                                \"contactName\": \"Jeff Goldbloom\",\n                                \"country\": \"US\",\n                                \"latitude\": \"38.576820\",\n                                \"longitude\": \"-121.494970\",\n                                \"postalCode\": \"95814-4905\",\n                                \"region\": \"CA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 11\n                            },\n                            \"name\": \"Retail Store #1013\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"500 S Broadway\",\n                                \"address2\": null,\n                                \"city\": \"Denver\",\n                                \"companyName\": \"Regional Headquarters #1003\",\n                                \"contactName\": \"Howard Shultz\",\n                                \"country\": \"US\",\n                                \"latitude\": \"39.707530\",\n                                \"longitude\": \"-104.987620\",\n                                \"postalCode\": \"80209-4002\",\n                                \"region\": \"CO\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 15\n                            },\n                            \"name\": \"Retail Store #2001\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"402 21st Ave S\",\n                                \"address2\": null,\n                                \"city\": \"Nashville\",\n                                \"companyName\": \"Retail Store #2001\",\n                                \"contactName\": \"Ronnie Dangerfield\",\n                                \"country\": \"US\",\n                                \"latitude\": \"36.149360\",\n                                \"longitude\": \"-86.789860\",\n                                \"postalCode\": \"37203-2404\",\n                                \"region\": \"TN\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 10\n                            },\n                            \"name\": \"Retail Store #2002\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"2521 Post Oak Blvd\",\n                                \"address2\": null,\n                                \"city\": \"Houston\",\n                                \"companyName\": \"Retail Store #2002\",\n                                \"contactName\": \"Jeff Gordan\",\n                                \"country\": \"US\",\n                                \"latitude\": \"29.748490\",\n                                \"longitude\": \"-95.468060\",\n                                \"postalCode\": \"77056-5203\",\n                                \"region\": \"TX\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 13\n                            },\n                            \"name\": \"Retail Store #2003\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"4505 E Charleston Blvd\",\n                                \"address2\": null,\n                                \"city\": \"Las Vegas\",\n                                \"companyName\": \"Retail Store #2003\",\n                                \"contactName\": \"Penn Jillette\",\n                                \"country\": \"US\",\n                                \"latitude\": \"36.158890\",\n                                \"longitude\": \"-115.076280\",\n                                \"postalCode\": \"89104-5501\",\n                                \"region\": \"NV\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 12\n                            },\n                            \"name\": \"Retail Store #2005\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"124 Pike St\",\n                                \"address2\": null,\n                                \"city\": \"Seattle\",\n                                \"companyName\": \"Retail Store #2005\",\n                                \"contactName\": \"Carl Sagan\",\n                                \"country\": \"US\",\n                                \"latitude\": \"47.608810\",\n                                \"longitude\": \"-122.340010\",\n                                \"postalCode\": \"98101-2010\",\n                                \"region\": \"WA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 6\n                            },\n                            \"name\": \"Retail Store #2007\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"4262 Camino Del Rio N\",\n                                \"address2\": null,\n                                \"city\": \"San Diego\",\n                                \"companyName\": \"Retail Store #2007\",\n                                \"contactName\": \"Carmen San Diego\",\n                                \"country\": \"US\",\n                                \"latitude\": \"32.779370\",\n                                \"longitude\": \"-117.104290\",\n                                \"postalCode\": \"92108-2610\",\n                                \"region\": \"CA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 5\n                            },\n                            \"name\": \"Retail Store #2008\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"867 Peachtree St Ne\",\n                                \"address2\": null,\n                                \"city\": \"Atlanta\",\n                                \"companyName\": \"Retail Store #2008\",\n                                \"contactName\": \"Bill Nye\",\n                                \"country\": \"US\",\n                                \"latitude\": \"33.778330\",\n                                \"longitude\": \"-84.384320\",\n                                \"postalCode\": \"30308-1380\",\n                                \"region\": \"GA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": null,\n                            \"name\": \"Retail Store #2009\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"101 N Veterans Pkwy\",\n                                \"address2\": null,\n                                \"city\": \"Bloomington\",\n                                \"companyName\": \"Retail Store #2009\",\n                                \"contactName\": \"Ernest Hemingway\",\n                                \"country\": \"US\",\n                                \"latitude\": \"40.480370\",\n                                \"longitude\": \"-88.952570\",\n                                \"postalCode\": \"61704-3596\",\n                                \"region\": \"IL\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 2\n                            },\n                            \"name\": \"Retail Store #2010\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"325 7th St Nw\",\n                                \"address2\": null,\n                                \"city\": \"Washington\",\n                                \"companyName\": \"Retail Store #2010\",\n                                \"contactName\": \"Steve Jobs\",\n                                \"country\": \"US\",\n                                \"latitude\": \"38.895040\",\n                                \"longitude\": \"-77.026610\",\n                                \"postalCode\": \"20004-2818\",\n                                \"region\": \"DC\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 2\n                            },\n                            \"name\": \"Retail Store #2011\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"500 Fayetteville St\",\n                                \"address2\": null,\n                                \"city\": \"Raleigh\",\n                                \"companyName\": \"Retail Store #2011\",\n                                \"contactName\": \"James Taylor\",\n                                \"country\": \"US\",\n                                \"latitude\": \"35.774910\",\n                                \"longitude\": \"-78.639380\",\n                                \"postalCode\": \"27601-2118\",\n                                \"region\": \"NC\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": null,\n                            \"name\": \"Retail Store #2012\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"1400 Euclid Ave\",\n                                \"address2\": null,\n                                \"city\": \"Cleveland\",\n                                \"companyName\": \"Retail Store #2012\",\n                                \"contactName\": \"Drew Cary\",\n                                \"country\": \"US\",\n                                \"latitude\": \"41.500800\",\n                                \"longitude\": \"-81.682080\",\n                                \"postalCode\": \"44115-1806\",\n                                \"region\": \"OH\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": null,\n                            \"name\": \"Retail Store #2013\",\n                            \"primaryShippingAddress\": {\n                                \"address1\": \"63 Court St Apt 65\",\n                                \"address2\": null,\n                                \"city\": \"Boston\",\n                                \"companyName\": \"Retail Store #2013\",\n                                \"contactName\": \"Matt Damon\",\n                                \"country\": \"US\",\n                                \"latitude\": \"42.359240\",\n                                \"longitude\": \"-71.059360\",\n                                \"postalCode\": \"02108-2109\",\n                                \"region\": \"MA\"\n                            }\n                        }\n                    },\n                    {\n                        \"node\": {\n                            \"assetCount\": {\n                                \"assetCount\": 1455\n                            },\n                            \"name\": \"Stark Industries\",\n                            \"primaryShippingAddress\": null\n                        }\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"7c3739c6-6734-49aa-a3a3-90728436e32a"}],"id":"b6e51996-2eda-405a-9719-efe74f191589","_postman_id":"b6e51996-2eda-405a-9719-efe74f191589","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Projects","item":[{"name":"Project List","id":"3169b8ed-e5b9-482c-bd77-5ada15a40851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ProjectList($first: Int, $after: String, $last: Int, $before: String, $filters: ProjectsFilters, $orderBy: [ProjectsOrderBy]) {\n  projects(first: $first, after: $after, before: $before, last: $last, filters: $filters, orderBy: $orderBy) {\n    count\n    edges {\n      node {\n        id\n        name\n        ordersCount\n        customerOrganization {\n          id\n          name\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"first\": 10,\n    \"pageCursor\": null,\n    \"orderBy\": [\n        {\n            \"created_at\": \"DESC\"\n        }\n    ],\n    \"filters\": {\n        \"updated_at_gte\": \"2024-01-01T00:00:00Z\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3169b8ed-e5b9-482c-bd77-5ada15a40851"}],"id":"674dc922-ac6a-44fb-98ac-be96fade329a","_postman_id":"674dc922-ac6a-44fb-98ac-be96fade329a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Item Taxonomy","item":[{"name":"Taxonomy Tables","id":"c5d86361-7060-4554-b647-fe22a829f821","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n    productSegments(first: 100) {\n        edges {\n            node {\n                id\n                name\n                productSegmentDefaults {\n                    id\n                    itemPhysicalClassification {\n                        id\n                        name\n                    }\n                }\n            }\n        }\n    }\n    itemClassifications(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    itemPhysicalClassifications(first: 100) {\n        edges {\n            node {\n                id\n                name\n                description\n                finished_good\n                serialized\n                stocked\n            }\n        }\n    }\n    vendorTerminationPolicies(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    serviceProjectManagerRoles(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    itemFamilies(first: 100) {\n        edges {\n            node {\n                id\n                name\n                isService\n                itemOfferingTypes {\n                    name\n                    requireFacility\n                }\n            }\n        }\n    }\n    itemTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }    \n    itemPillars(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }   \n    itemAcquisitionSources(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }      \n    parentPractices(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }         \n    practices(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }       \n    subPractices(first: 100) {\n        count\n        edges {\n            node {\n                id\n                name\n                archivedAt\n            }\n        }\n    }          \n    salesCoverage(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }   \n    technicalCoverage(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    serviceLevels(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }      \n    serviceTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }    \n    subscriptionPricings(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    } \n    subscriptionTerms(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }     \n    subscriptionTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }       \n    billingFrequencies(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }       \n    billingTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }    \n    chargeTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }        \n    billingRules(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    \n}","variables":""}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"800572af-eaa9-4efd-bb04-425c80e3e233","name":"Taxonomy Tables","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n    itemFamilies(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    itemTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }    \n    itemOfferingTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    facilities(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    itemPillars(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    itemAcquisitionSources(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    parentPractices(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }         \n    practices(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }       \n    subPractices(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }          \n    salesCoverage(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    technicalCoverage(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n    serviceLevels(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }      \n    serviceTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }    \n    subscriptionPricings(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    } \n    subscriptionTerms(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }     \n    subscriptionTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }       \n    billingFrequencies(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }       \n    billingTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }    \n    chargeTypes(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }        \n    billingRules(first: 100) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }          \n}","variables":""}},"url":"https://api.ahead.com/v3/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-expose-headers","value":""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-encoding","value":"gzip"},{"key":"content-length","value":"2452"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"date","value":"Mon, 19 Aug 2024 20:37:47 GMT"},{"key":"server","value":"MBX API Service"},{"key":"vary","value":"accept-encoding"},{"key":"x-request-id","value":"F-07shlQqJdUytAAC3AC"},{"key":"set-cookie","value":"_hapi_key=SFMyNTY.g3QAAAABbQAAAA9jdXJyZW50X3VzZXJfaWR3A25pbA.19yzX4IiETxJSWjsX19b5hBKLk8IMM0xbbjMlvTv9YY; path=/; domain=mbx.com; HttpOnly"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"billingFrequencies\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Monthly\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Annual\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Quarterly\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Semi-Annual\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Invoice Plan\"\n                    }\n                }\n            ]\n        },\n        \"billingRules\": {\n            \"edges\": []\n        },\n        \"billingTypes\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Advanced\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Arrears\"\n                    }\n                }\n            ]\n        },\n        \"chargeTypes\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"One-Time\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Recurring\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Usage\"\n                    }\n                }\n            ]\n        },\n        \"internalBusinessFamilies\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Product\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Managed Service\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Professional Service\"\n                    }\n                }\n            ]\n        },\n        \"internalBusinessSubtypes\": {\n            \"edges\": []\n        },\n        \"internalBusinessTypes\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"CoDeliver\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Customer Rebate\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"ELA Agent\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"ELA Principal\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Elected Partner\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"Facility Storage Fee\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 7,\n                        \"name\": \"Finder Fee\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 8,\n                        \"name\": \"Fixed Fee Project\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 9,\n                        \"name\": \"Hardware\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 10,\n                        \"name\": \"Hardware Maintenance\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 11,\n                        \"name\": \"Internal Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 12,\n                        \"name\": \"Managed Resale Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 13,\n                        \"name\": \"Managed Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 14,\n                        \"name\": \"Marketplace\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 15,\n                        \"name\": \"Product SaaS\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 16,\n                        \"name\": \"Resale Services via Quote\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 17,\n                        \"name\": \"Resale Services via SOW\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 18,\n                        \"name\": \"Resell\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 19,\n                        \"name\": \"Shipping / Freight\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 20,\n                        \"name\": \"Software\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 21,\n                        \"name\": \"Software Maintenance\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 22,\n                        \"name\": \"Subscription\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 23,\n                        \"name\": \"T&M Project\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 24,\n                        \"name\": \"Training\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 25,\n                        \"name\": \"Vendor Rebate\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 26,\n                        \"name\": \"Warehouse Management\"\n                    }\n                }\n            ]\n        },\n        \"itemAcquisitionSources\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"AHEAD\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"CDI Legacy\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"ESG Legacy\"\n                    }\n                }\n            ]\n        },\n        \"itemPillars\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Advisory\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Application\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Automation\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Cloud\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Compute\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"Data & AI\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 7,\n                        \"name\": \"Developer Platforms\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 8,\n                        \"name\": \"Digital Workspace\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 9,\n                        \"name\": \"End User Devices\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 10,\n                        \"name\": \"ESG\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 11,\n                        \"name\": \"Facilities\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 12,\n                        \"name\": \"Network\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 13,\n                        \"name\": \"Observability\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 14,\n                        \"name\": \"Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 15,\n                        \"name\": \"Storage\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 16,\n                        \"name\": \"Workflow\"\n                    }\n                }\n            ]\n        },\n        \"parentPractices\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"DSG\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Foundry\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Infrastructure\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Intelligent Ops\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Managed\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"Security Consulting\"\n                    }\n                }\n            ]\n        },\n        \"practices\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Cloud Platform Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Custom Product\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Data\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Developer Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Digital Workspace\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"ESM\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 7,\n                        \"name\": \"Modern Infra\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 8,\n                        \"name\": \"Modern Infrastructure\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 9,\n                        \"name\": \"MS - Client\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 10,\n                        \"name\": \"MS - Cloud Managed\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 11,\n                        \"name\": \"MS - Infrastructure\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 12,\n                        \"name\": \"MS - Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 13,\n                        \"name\": \"MS - ServiceNow\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 14,\n                        \"name\": \"Network\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 15,\n                        \"name\": \"Observability\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 16,\n                        \"name\": \"Security\"\n                    }\n                }\n            ]\n        },\n        \"serviceLevels\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Protection & Availability Class 1 (PAC1)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Protection & Availability Class 2 (PAC2)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Protection & Availability Class 3 (PAC3)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Protection & Availability Class 4 (PAC4)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Protection & Availability Class 5 (PAC5)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"Protection & Availability Class 6 (PAC6)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 7,\n                        \"name\": \"Protection & Availability Class 7 (PAC7)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 8,\n                        \"name\": \"Protection & Availability Class 8 (PAC8)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 9,\n                        \"name\": \"Protection & Availability Class 9 (PAC9)\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 10,\n                        \"name\": \"Protection & Availability Class 10 (PAC10)\"\n                    }\n                }\n            ]\n        },\n        \"serviceTypes\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Advanced Monitoring and Reporting\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"as-a-Service\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Assessment\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Block Agreement\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Capability\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"Capacity\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 7,\n                        \"name\": \"Commissions\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 8,\n                        \"name\": \"Contingency\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 9,\n                        \"name\": \"Credit\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 10,\n                        \"name\": \"Cross-Sell\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 11,\n                        \"name\": \"Deployment\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 12,\n                        \"name\": \"Development\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 13,\n                        \"name\": \"Discount\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 14,\n                        \"name\": \"Expansion\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 15,\n                        \"name\": \"Healthcheck\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 16,\n                        \"name\": \"Jumpstart\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 17,\n                        \"name\": \"Licensing\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 18,\n                        \"name\": \"Managed Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 19,\n                        \"name\": \"Managed Services Setup Fee\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 20,\n                        \"name\": \"Management\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 21,\n                        \"name\": \"Markup\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 22,\n                        \"name\": \"Migration\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 23,\n                        \"name\": \"Modernization\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 24,\n                        \"name\": \"Annual\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 25,\n                        \"name\": \"Monthly\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 26,\n                        \"name\": \"Next Gen/Accelerate Team\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 27,\n                        \"name\": \"Operationalization\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 28,\n                        \"name\": \"Other\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 29,\n                        \"name\": \"Product Resell\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 30,\n                        \"name\": \"Program Management\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 31,\n                        \"name\": \"Residency\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 32,\n                        \"name\": \"Retainer\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 33,\n                        \"name\": \"Self-Service\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 34,\n                        \"name\": \"Software Expenses\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 35,\n                        \"name\": \"Staff Augmentation\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 36,\n                        \"name\": \"Strategy & Roadmap\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 37,\n                        \"name\": \"Testing\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 38,\n                        \"name\": \"Time & Materials Rate\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 39,\n                        \"name\": \"Training \"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 40,\n                        \"name\": \"Travel Expenses\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 41,\n                        \"name\": \"Upgrade\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 42,\n                        \"name\": \"Co-Location - ATL\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 43,\n                        \"name\": \"Co-Location - DAL\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 44,\n                        \"name\": \"Co-Location - IAD\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 45,\n                        \"name\": \"Co-Location - NYC\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 46,\n                        \"name\": \"Co-Location - PHL\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 47,\n                        \"name\": \"Co-Location - PHX\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 48,\n                        \"name\": \"Cross-Connect - ATL - Copper\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 49,\n                        \"name\": \"Cross-Connect - ATL - Fiber\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 50,\n                        \"name\": \"Cross-Connect - DAL - Copper\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 51,\n                        \"name\": \"Cross-Connect - DAL - Fiber\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 52,\n                        \"name\": \"Cross-Connect - IAD - Copper\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 53,\n                        \"name\": \"Cross-Connect - IAD - Fiber\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 54,\n                        \"name\": \"Cross-Connect - NYC - Copper\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 55,\n                        \"name\": \"Cross-Connect - NYC - Fiber\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 56,\n                        \"name\": \"Cross-Connect - PHL - Copper\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 57,\n                        \"name\": \"Cross-Connect - PHL - Fiber\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 58,\n                        \"name\": \"Cross-Connect - PHX - Fiber \"\n                    }\n                }\n            ]\n        },\n        \"specialtySales\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"ESG\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Intelligent Ops\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Managed Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Security\"\n                    }\n                }\n            ]\n        },\n        \"subPractices\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"AI/ML\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"App Dev\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"AppDev Advisory\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"AppDev Financial consulting\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"AppDev General\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"Application Performance Management\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 7,\n                        \"name\": \"Automation and Orchestration\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 8,\n                        \"name\": \"Citrix\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 9,\n                        \"name\": \"Cloud Consulting and Assessments\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 10,\n                        \"name\": \"Cloud Financial consulting\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 11,\n                        \"name\": \"Cloud General\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 12,\n                        \"name\": \"Cloud Hosted Infrastructure\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 13,\n                        \"name\": \"Cloud Networking\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 14,\n                        \"name\": \"Cloud Platform Implementation\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 15,\n                        \"name\": \"Cloud TSA\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 16,\n                        \"name\": \"Collaboration\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 17,\n                        \"name\": \"CSM\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 18,\n                        \"name\": \"Data Advisory\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 19,\n                        \"name\": \"Data Center Networking\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 20,\n                        \"name\": \"Data Engineering\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 21,\n                        \"name\": \"Data General\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 22,\n                        \"name\": \"Data Platforms\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 23,\n                        \"name\": \"Data Protection\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 24,\n                        \"name\": \"Data Protection and Availability\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 25,\n                        \"name\": \"Data Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 26,\n                        \"name\": \"Developer PlPlatfroms\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 27,\n                        \"name\": \"DevOps and Containers\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 28,\n                        \"name\": \"DevSecOps\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 29,\n                        \"name\": \"E-Mail Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 30,\n                        \"name\": \"Elected Partner Services Data\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 31,\n                        \"name\": \"Elected Partner Services DW\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 32,\n                        \"name\": \"Elected Partner Services ESM\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 33,\n                        \"name\": \"Elected Partner Services Modern Infra\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 34,\n                        \"name\": \"Elected Partner Services Network\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 35,\n                        \"name\": \"Elected Partner Services Observability\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 36,\n                        \"name\": \"Elected Partner Services Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 37,\n                        \"name\": \"End-User Computing\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 38,\n                        \"name\": \"Endpoint Management\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 39,\n                        \"name\": \"Endpoint Protection\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 40,\n                        \"name\": \"Endpoint Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 41,\n                        \"name\": \"Enterprise Networking\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 42,\n                        \"name\": \"ESG General Product\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 43,\n                        \"name\": \"ESM Advisory\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 44,\n                        \"name\": \"ESM General\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 45,\n                        \"name\": \"ESM Other\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 46,\n                        \"name\": \"EUC Advisory\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 47,\n                        \"name\": \"GCP\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 48,\n                        \"name\": \"Governance Risk and Compliance\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 49,\n                        \"name\": \"HAM and SAM\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 50,\n                        \"name\": \"Hyper/Converged Infrastructure\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 51,\n                        \"name\": \"Identity and Access Management\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 52,\n                        \"name\": \"IRM and SecOps\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 53,\n                        \"name\": \"ITBM\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 54,\n                        \"name\": \"ITOM\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 55,\n                        \"name\": \"ITSM\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 56,\n                        \"name\": \"Modern Infra Advisory\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 57,\n                        \"name\": \"Modern Infra Financial Consulting\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 58,\n                        \"name\": \"Modern Infra Foundry\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 59,\n                        \"name\": \"Modern Infra General\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 60,\n                        \"name\": \"MS Client\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 61,\n                        \"name\": \"MS Cloud Managed\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 62,\n                        \"name\": \"MS Infra FinOps\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 63,\n                        \"name\": \"MS Infrastructure\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 64,\n                        \"name\": \"MS Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 65,\n                        \"name\": \"MS ServiceNow\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 66,\n                        \"name\": \"Network ESG\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 67,\n                        \"name\": \"Network FinOps\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 68,\n                        \"name\": \"Network General\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 69,\n                        \"name\": \"Network Monitoring and Analytics\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 70,\n                        \"name\": \"Network Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 71,\n                        \"name\": \"Network TSA\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 72,\n                        \"name\": \"Observability\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 73,\n                        \"name\": \"Observability Advisory\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 74,\n                        \"name\": \"Other\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 75,\n                        \"name\": \"Productivity\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 76,\n                        \"name\": \"Security General\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 77,\n                        \"name\": \"Security Monitoring and Analytics\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 78,\n                        \"name\": \"Security Training and Awareness\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 79,\n                        \"name\": \"Storage\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 80,\n                        \"name\": \"Virtual Apps and Desktops\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 81,\n                        \"name\": \"Virtualization\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 82,\n                        \"name\": \"VMware\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 83,\n                        \"name\": \"Vulnerability Management\"\n                    }\n                }\n            ]\n        },\n        \"subscriptionPricings\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Fixed Price\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Percent of Total\"\n                    }\n                }\n            ]\n        },\n        \"subscriptionTerms\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"1\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"12\"\n                    }\n                }\n            ]\n        },\n        \"subscriptionTypes\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Renewable\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"One-time\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Renewable/Evergreen\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Evergreen\"\n                    }\n                }\n            ]\n        },\n        \"technicalSales\": {\n            \"edges\": [\n                {\n                    \"node\": {\n                        \"id\": 1,\n                        \"name\": \"Automation\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 2,\n                        \"name\": \"Cloud\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 3,\n                        \"name\": \"Compute\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 4,\n                        \"name\": \"Data\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 5,\n                        \"name\": \"Developer Platforms\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 6,\n                        \"name\": \"Digital Workspace\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 7,\n                        \"name\": \"ESG\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 8,\n                        \"name\": \"Managed Services\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 9,\n                        \"name\": \"Network\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 10,\n                        \"name\": \"Observability\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 11,\n                        \"name\": \"Security\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 12,\n                        \"name\": \"Storage\"\n                    }\n                },\n                {\n                    \"node\": {\n                        \"id\": 13,\n                        \"name\": \"Workflow\"\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"c5d86361-7060-4554-b647-fe22a829f821"},{"name":"Manufacturers","id":"899448a3-524c-4f58-b251-6bbcd4a0d678","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ManufacturersList($filters: ManufacturerFilters!){\n    manufacturers(first: 2000, filters: $filters) {\n        count\n        pageInfo {\n            hasNextPage\n            startCursor\n            endCursor\n        }\n        edges {\n            node {\n                id\n                name\n                active\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"899448a3-524c-4f58-b251-6bbcd4a0d678"},{"name":"Upsert Items","id":"df0fcc20-4f0a-4843-a822-2a6688b5a492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation ItemBackfill(\n  $itemMutationInputs:[MigratedSimpleCanonicalItemUpsertInput]\n){\n  organization{\n    upsertMigratedSimpleCanonicalItems(\n      input:{\n        items: $itemMutationInputs\n      }\n    ){\n      id\n      name\n      manufacturerSku\n      manufacturerId\n      productId\n  \t}\n  }\n}\n","variables":"{\n    \"itemMutationInputs\": [\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000007c8TZIAY\",\n      \"manufacturerId\": 1034340,\n      \"manufacturerSku\": \"68167\",\n      \"name\": \"10m (33ft) MTP® Harness, MTP®-8 UPC (Female) to 4 LC UPC Duplex, 8 Fibers, Multimode (OM4), Plenum (OFNP), 0.35dB Max, Type B, Magenta\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": null,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01t6R000006ZMDSQA4\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"321-BGET\",\n      \"name\": \"321-BGET\",\n      \"serviceOemOrganizationId\": 1034196,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000ceww4AAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNTP-FRP11209\",\n      \"name\": \"SNTC-24X7X4 Cisco Firepower 1120 NGFW Appliance, 1U\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000ZrhXuAAJ\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"C9K-PWR-C5-BLANK\",\n      \"name\": \"Catalyst 9500 power supply blank cover\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t70000004O1wyAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNTP-2248EFA\",\n      \"name\": \"SMARTNET 24X7X4 Standard Airflow pack:N2K-C2248TP-E-1GE\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFaPiAAK\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"DC-MGT-OPTOUT\",\n      \"name\": \"Intersight Opt Out\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 438,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000bwUmHAAU\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"824-3984\",\n      \"name\": \"Advanced Exchange Service, 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000003HnlnIAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"370-BBRY\",\n      \"name\": \"32GB RDIMM, 5600MT/s, Dual Rank\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFNReAAO\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"A-FLEX-03-12.5-K9\",\n      \"name\": \"On-Premises PCCE Standard Media Kit v12.5\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 460,\n      \"itemTypeId\": 6,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000dY6DaAAK\",\n      \"manufacturerId\": 1034070,\n      \"manufacturerSku\": \"6000267\",\n      \"name\": \"Virtual Apps and Desktops Service\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 46,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cf84hAAA\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"NS224-SED-7.6-12-N-C\",\n      \"name\": \"NVMe SHLF,12x7.6TB,SED,-C\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBRLFAA4\",\n      \"manufacturerId\": 1034640,\n      \"manufacturerSku\": \"NX-8155-G8-6354-CM\",\n      \"name\": \"NX-8155-G8, 1 Node; 2x Intel XeonGold 6354 processor (3 GHz/ 18-core/205W, Ice Lake) per node\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eCGAbAAO\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-CS5HEJMI\",\n      \"name\": \"SNTC 8X5XNBD\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBH9ZAAW\",\n      \"manufacturerId\": 1034640,\n      \"manufacturerSku\": \"C-NVM-3.84TB-A-CM\",\n      \"name\": \"3.84 TB NVMe SSD\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000RYMsFAAX\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"L-FPR4110T-TMC=\",\n      \"name\": \"Cisco FPR4110 Threat Defense Threat, Malware and URL License\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB4vJAAS\",\n      \"manufacturerId\": 1034747,\n      \"manufacturerSku\": \"Q-HWA-NBD\",\n      \"name\": \"Qumulo Hardware Assurance - Next Business Day Capacity (TB): 416\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFO1OAAW\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"FB-422TB-8x52.8TB ,1MO,ADV,SILVER\",\n      \"name\": \"FB-422TB-8x52.8TB 1 Month Evergreen Silver Subscription,NBD Delivery, 24/7 Support\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cf7LTAAY\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"385-BBOU\",\n      \"name\": \"iDRAC9, Express x5\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB68lAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SSSNP-93108TBN\",\n      \"name\": \"CON-SSSNP-93108TBN\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFyqLAAS\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-CISR1K4P\",\n      \"name\": \"SNTC 8X5XNBD\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOgSvAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"329-BHPX\",\n      \"name\": \"Micro with 35W CPU L5.5 FSJ local build\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000002G5c5IAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"E3N-C9300X2-A\",\n      \"name\": \"C9300X 24PORT DNA EA ADVANTAGELICS Product stocked by manufacturer. Delivery times vary. Country of Origin: N/A Weight: Dim Weight:\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFrM9AAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"828-4817\",\n      \"name\": \"ProSupport: Next Business Day On-Site Low Capacity SSD Add-On, 5 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3nQ4AAI\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"634-BSKB\",\n      \"name\": \"VxRail VMware vSAN Standard 1 Year\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01tRd000006G6lyIAC\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034747,\n      \"manufacturerSku\": \"24TB-HDD-SPARE\",\n      \"name\": \"24TB-HDD-SPARE\",\n      \"serviceOemOrganizationId\": 1034747,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3hyYAAQ\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SW-C92004GE\",\n      \"name\": \"SW Support\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eC4xdAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"827-6237\",\n      \"name\": \"ProSupport Plus Mission Critical DD Boost 1TB Software Support/Maintenance 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000AHArIAO\",\n      \"manufacturerId\": 1034300,\n      \"manufacturerSku\": \"REVX-PRM-10200\",\n      \"name\": \"ExtraHop Reveal(x) Premium Package - 10200\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBXL5AAO\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"SW9124AXE-CW-K9\",\n      \"name\": \"Capwap software for Catalyst 9124AX\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 450,\n      \"itemTypeId\": 19,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFRMQAA4\",\n      \"manufacturerId\": 1034562,\n      \"manufacturerSku\": \"CSP-ELIT-c9480bb7ce3e\",\n      \"name\": \"M365 Domestic Calling Plan\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 6,\n      \"subPracticeId\": 82,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 17,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3yDtAAI\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"141-BBBB\",\n      \"name\": \"PowerProtect Backup Service for SaaS Apps Standard Tier 1 1YR SU=MC\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eAliXAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"859-3804\",\n      \"name\": \"Dell Hardware Limited Warranty Plus Onsite Service\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000YrogyAAB\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"804-6749\",\n      \"name\": \"ProDeploy Dell Server R Series 1U/2U - Deployment Verification\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 470,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBUpLAAW\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-WAP219NA\",\n      \"name\": \"^Single Radio 802.11n Access Point w/PoE (NA)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000dYfLDAA0\",\n      \"manufacturerId\": 1034513,\n      \"manufacturerSku\": \"BK15\",\n      \"name\": \"High voltage (200V+)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 460,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3is7AAA\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"379-BEOG\",\n      \"name\": \"Info P100 ISG Product\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFK69AAG\",\n      \"manufacturerId\": 1034640,\n      \"manufacturerSku\": \"NX-8150-G7-6244-CM\",\n      \"name\": \"NX-8150-G7, 1 NODE WITH INTEL XEON PROCESSOR 6244 (3.6 GHZ, 8 CORES, CASCADE LAKE)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000003RVXcIAO\",\n      \"manufacturerId\": 1034334,\n      \"manufacturerSku\": \"FWB-VM08\",\n      \"name\": \"FORTINET INC.Web Application Firewall - virtual appliance for all supported platforms. Supports up to 8 x vCPU core\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000004AHJpIAO\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"470-BBFK\",\n      \"name\": \"DD 3M SAS4 HD FLEX\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000YsOCwAAN\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"340-CBCB\",\n      \"name\": \"PowerEdge R940xa Shipping\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eC0vZAAS\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"QDD-400G-DR4-S=\",\n      \"name\": \"400G QSFP-DD Transceiver, 400GBASE-DR4,MPO-12,500m parallel\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHfVWAA0\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"876-4094\",\n      \"name\": \"ProSupport Plus Mission Critical 4-Hour 7x24 Onsite Service with Emergency Dispatch 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01tRd000004ljYuIAI\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034404,\n      \"manufacturerSku\": \"5149-23E-4650\",\n      \"name\": \"5149-23E-4650\",\n      \"serviceOemOrganizationId\": 1034404,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBzNOAA0\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"854-3369\",\n      \"name\": \"ProSupport Mission Critical 4-Hour 7x24 Onsite Capacity Addon 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000e9l0SAAQ\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"A-FLEX-CR\",\n      \"name\": \"CALL RECORDING WITH WFO\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFMFVAA4\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"FPR1150-ASA-K9\",\n      \"name\": \"CISCO FIREPOWER 1150 ASA APPLIANCE, 1U\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBxFLAA0\",\n      \"manufacturerId\": 1034640,\n      \"manufacturerSku\": \"NX-8150-G8-6342-CM\",\n      \"name\": \"NX-8150-G8, 1 Node; 2x Intel XeonGold 6342 processor (2.8 GHz/ 24-core/ 230W, Ice Lake) per node\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFrxfAAC\",\n      \"manufacturerId\": 1035117,\n      \"manufacturerSku\": \"ECE- SUB\",\n      \"name\": \"Zerto Enterprise Cloud Edition - Subscription\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000dFmPxAAK\",\n      \"manufacturerId\": 1034679,\n      \"manufacturerSku\": \"PAN-PA-5260-AC\",\n      \"name\": \"Palo Alto Networks PA-5260 with redundant AC power supplies\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFpAwAAK\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CBL-SDSAS-240M6\",\n      \"name\": \"CBL C240M6X (2U24) MB CPU1(NVMe-D) to PISMO BEACH PLUS\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cf2SMAAY\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-C93002PA\",\n      \"name\": \"SNTC-8X5XNBD Catalyst 9300 24-port PoE+, Network Adva\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000NQWTIA4\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"142-BBWK\",\n      \"name\": \"VxRail vSAN Upgrade Advanced to Enterprise Maintenance 5 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000cpCf9AAE\",\n      \"manufacturerId\": 1034197,\n      \"manufacturerSku\": \"C-ES40-60S-G3-CT\",\n      \"name\": \"ES40 SHELF 12G 15X4TB SAS FIELD CT\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000008aERIAY\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-ASR1001A\",\n      \"name\": \"SNTC 8X5XNBD\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000057ohxIAA\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"FA-X90R4-FC-90TB-20x4.5TB\",\n      \"name\": \"Pure Storage FlashArray X90R4-FC- 90TB-20x4.5TB\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 2,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 447,\n      \"itemTypeId\": 6,\n      \"legacyCdiSalesforceNumber\": \"01t6R000006ZOmuQAG\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034562,\n      \"manufacturerSku\": \"CFQ7TTC0LHQB_P1Y_Monthly\",\n      \"name\": \"Microsoft 365 E5 Security (ACMB)\",\n      \"serviceOemOrganizationId\": 1034562,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 118,\n      \"subscriptionPricingId\": 1,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": 1,\n      \"billingRuleId\": null,\n      \"billingTypeId\": 2,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": 1\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cewwsAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-ECMU-SFMMCVWK\",\n      \"name\": \"SWSS UPGRADES Cisco Firepower Management Center, (VMWa\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000YrxMzAAJ\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"555-BBNG\",\n      \"name\": \"Thank You for Choosing Dell\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000dI61zAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"683-BBFB\",\n      \"name\": \"VxBlock Delivery Services Factory Assembly\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFVLrAAO\",\n      \"manufacturerId\": 1034334,\n      \"manufacturerSku\": \"FC1-10-FMGVS-258-01-36\",\n      \"name\": \"FORTIMANAGER - SUBSCRIPTION LICENSE (3 YEARS) + FORTICARE 24X7 - 10 ADDITIONAL DEVICES/VIRTUAL DOMAINS\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOaWPAA0\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"750-ADSN\",\n      \"name\": \"Bracket for floating load on fPerc\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHgjtAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"C-D-VB-3Y\",\n      \"name\": \"Complimentary Cisco Cloud Hosted vBond node 3-yr sub\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFP3jAAG\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-OSP-WSC388FS\",\n      \"name\": \"ONSITE 24X7X4 CISCO CATALYST 3850 48 POR\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFPweAAG\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"SVS-EMAIL-SUP-B\",\n      \"name\": \"BASIC SUPPORT FOR EMAIL SECURITY\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000005Y8xyIAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"HCIAF220C-M7SN\",\n      \"name\": \"Cisco Compute Hyperconverged HCIAF220cM7 All Flash NVMe Node\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB4reAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"321-BGFF\",\n      \"name\": \"2.5\\\"\\\" Chassis with up to 24 SAS/SATA Drives MAX IO\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eF5bZAAS\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"SW-DATA-PRO-BDL-SSD-A01-C\",\n      \"name\": \"SW,Data Protectn Bdl,Per-0.1TB,SSD,AFF,A01,-C\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000crrZ1AAI\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"SSUU-0097-00-A\",\n      \"name\": \"VxBlock Central Base Small SNS Annual\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000001N9QEIA0\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"PS-FLASHARRAY-CONTROLLER-UPGRADE\",\n      \"name\": \"S-FLASHARRAY-CONTROLLER_x0002_UPGRADE\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 470,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000OLs1oAAD\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"LIC-ENT-1YR\",\n      \"name\": \"Meraki MR Enterprise License 1YR\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000007UcUIAU\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-BFRC\",\n      \"name\": \"Precision 7960 Rack XCTO Base\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 468,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f43M9AAI\",\n      \"manufacturerId\": 1035060,\n      \"manufacturerSku\": \"VCS8-STD-P-SSS-F\",\n      \"name\": \"U.S. Federal Production Support/Subscription VMware vCenter Server 8 Standard for vSphere 8 (Per Instance) for 1 year\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000azREvAAM\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNTP-N9KC9332\",\n      \"name\": \"SNTC-24X7X4 Nexus 9K ACI NX-OS Spine, 32p 40/100G\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFP83AAG\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"AIR-DNA-E-1R\",\n      \"name\": \"C9200 DNA ADVANTAGE, 48-PORT TERM LICENSES\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBa3bAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-AZWJ\",\n      \"name\": \"A300 - SED 180TB (15x12TB)/800GB SSD/L3\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBHRsAAO\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"321-BGSF\",\n      \"name\": \"8x2.5\\\" (SAS/SATA) 2 CPU\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 438,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01t6R000006ZB6uQAG\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-BDQY\",\n      \"name\": \"210-BDQY\",\n      \"serviceOemOrganizationId\": 1034196,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000006vrdIAA\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"FB-S200-D-385TB 1MO,PRM,GOLD\",\n      \"name\": \"B-S200-D385TB 1 Month Evergreen Forever Subscription, 4 Hour Delivery, 24/7 Support\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000RYNoRAAX\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"NO-DATA-ATREST-ENCRYPTION\",\n      \"name\": \"No Data at Rest Encryption Operating System\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu00000491eAIAQ\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"885-0875\",\n      \"name\": \"Dell Extended Limited Hardware Warranty Plus Basic NBD Parts Only Service\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFJXSAA4\",\n      \"manufacturerId\": 1034679,\n      \"manufacturerSku\": \"PAN-PA-3220-WF-3YR-R\",\n      \"name\": \"WildFire subscription 3 year prepaid for device in an HA pair, PA-3220\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFeQkAAK\",\n      \"manufacturerId\": 1034679,\n      \"manufacturerSku\": \"PAN-PRISMA-NGFW-CR\",\n      \"name\": \"Prisma NGFW Credit to deploy VM-Series and Subscription Services in Public Cloud environments, and CN-Series anywhere (including on-premise). Credits can also be used to enable management via Virtual Panorama.\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eXs8RAAS\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-CSTBARGT\",\n      \"name\": \"SNTC-8X5XNBD Cisco Webex Room Bar w/Table Stand Navig\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000dY6sEAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"YMVUSVCT00028936\",\n      \"name\": \"VMware vSphere 7 Enterprise Plus for 1 processor\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBC5dAAG\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-AZMG\",\n      \"name\": \"CTX MDS-9132T 8P/32P, 32Gb FC Switch with PSE airflow (1 PSU + 2 Fans,8x32Gb SFPs included)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFjSmAAK\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"X3313A-N-C\",\n      \"name\": \"FlashCache Upgrade,2TB,-C\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000bwhTuAAI\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"DNA-A-5Y-C9120\",\n      \"name\": \"C9120AX CISCO DNA Advantage 5 Year Term Licenses\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000e9p6nAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"SD-IE-4GB\",\n      \"name\": \"IE 4GB SD Memory Card for IE\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000dYfO2AAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"400-AUIX\",\n      \"name\": \"2.5\\\" 480GB SATA AG-Enterprise Class Solid State Drive\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000007b65dIAA\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"707-9445\",\n      \"name\": \"ProDeploy Plus for Avamar Single Node\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": null,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eC76BAAS\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"PWR-4320-AC=\",\n      \"name\": \"AC Power Supply for Cisco ISR 4320, Spare\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 463,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3wDpAAI\",\n      \"manufacturerId\": 1034886,\n      \"manufacturerSku\": \"SE-S-SVC-STORENC-TU\",\n      \"name\": \"Splunk Cloud Subscription - Data Storage with Encryption at Rest True-up\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 3,\n      \"subPracticeId\": 110,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 447,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB69lAAC\",\n      \"manufacturerId\": 1034566,\n      \"manufacturerSku\": \"M_ADV-SP_A\",\n      \"name\": \"Advanced Support\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 110,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f43pgAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNTP-C930048N\",\n      \"name\": \"SNTC-24X7X4 Catalyst 9300 48-port of 5Gbps Network A\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHW4DAAW\",\n      \"manufacturerId\": 1034679,\n      \"manufacturerSku\": \"PAN-SVC-PREM-5410-5YR\",\n      \"name\": \"Premium support 5 year term, PA-5410\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000009X3EIAU\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"IE9300_SW\",\n      \"name\": \"Software for Catalyst IE9300 rugged series\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000003ww8LIAQ\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"346-BJCL\",\n      \"name\": \"Fingerprint Reader, WLAN only, Thunderbolt4, Aluminum\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eAzNrAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-AZKL\",\n      \"name\": \"PowerEdge R650xs\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000az8ssAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SSSNT-SLASR1IK\",\n      \"name\": \"SOLN SUPP 8X5XNBD Cisco ASR 1000 IP BASE License\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFFEAAA4\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"321-BGBG\",\n      \"name\": \"5520 Laptop Bottom Door Integrated Graphics\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBpfEAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"842-0139\",\n      \"name\": \"ProDeploy Plus Add-on for Connectrix FC Blade -Requires ProDeploy Plus\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000003oOYWIA2\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"FA-X50R4-ETH-127TB-14x9.1TB\",\n      \"name\": \"Pure Storage FlashArray X50R4-ETH- 127TB-14x9.1TB\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000B71NIAS\",\n      \"manufacturerId\": 1034334,\n      \"manufacturerSku\": \"FG-201F-BDL-950-12\",\n      \"name\": \"FortiGate-201F Hardware plus 1 Year FortiCare Premium and FortiGuard Unified Threat Protection (UTP)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHUG3AAO\",\n      \"manufacturerId\": 1034304,\n      \"manufacturerSku\": \"F5-BIG-LTM-R4600\",\n      \"name\": \"BIG-IP APPLIANCE: LOCAL TRAFFICPERP MANAGER R4600\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eG169AAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"405-AAZF\",\n      \"name\": \"Dell HBA355i Adapter, Low Profile\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cet29AAA\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"833-8340\",\n      \"name\": \"Dell Hardware Limited Warranty Initial Year\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000001AMQ5IAO\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"886-7802\",\n      \"name\": \"ProSupport 4-Hour 7x24 Onsite Service 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000004chcjIAA\",\n      \"manufacturerId\": 1034334,\n      \"manufacturerSku\": \"FC-10-F100F-809-02-36\",\n      \"name\": \"3 YEAR ENTERPRISE PROTECTION SVC 7.4\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f46fwAAA\",\n      \"manufacturerId\": 1035060,\n      \"manufacturerSku\": \"VCSS-PL-STC-1Y-C\",\n      \"name\": \"VMWARE VCLOUD SUITE+ STANDARD (PER CORE)-12 MONTH PREPAID.\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cf0TzAAI\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"C9300L-24P-4X-A\",\n      \"name\": \"Catalyst 9300L 24p PoE, Network Advantage ,4x10G Uplink\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eY0xzAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"770-BECM\",\n      \"name\": \"ReadyRails Sliding Rails\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000RYNLfAAP\",\n      \"manufacturerId\": 1034640,\n      \"manufacturerSku\": \"FLEX-CST-CR\",\n      \"name\": \"Nutanix Services Pre-Paid Credit Units DELIVERY: Via Nutanix Services PRICING: Per Pre-Paid Credit Unit $100 USD Face Value TERMS: See *Nutanix Flexible Credits* Data Sheet Expire 1 Year After Purchase\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eXs5qAAC\",\n      \"manufacturerId\": 1034334,\n      \"manufacturerSku\": \"FC-10-S424E-247-02-60\",\n      \"name\": \"FortiSwitch-424E 5 Year FortiCare Premium Support\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eG4ufAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"528-CRYU\",\n      \"name\": \"vProtect SU=CA\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t700000046XeaAAE\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"UCSC-PCIE-IRJ45\",\n      \"name\": \"Intel Quad GbE adapter\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000bwlX2AAI\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"Trade-Up,6/12TB-SH FOR 22TB-DFM-DP 1MO,PRM,GOLD\",\n      \"name\": \"Trade-Up,6/12TB-SH FOR 22TB-DFM-DP 1 Month Evergreen Gold Subscription, 4 Hour Delivery, 24/7 Support, DSE capable\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHfVnAAK\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"A-FLEX-CCX-S-C\",\n      \"name\": \"Cisco_Collaboration_Monthly\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01t1G000000bc0hQAA\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034301,\n      \"manufacturerSku\": \"10941\",\n      \"name\": \"10941\",\n      \"serviceOemOrganizationId\": 1034301,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000078KYbIAM\",\n      \"manufacturerId\": 1034102,\n      \"manufacturerSku\": \"CBL-10G/25G/40G/100G-LC-010\",\n      \"name\": \"Cable, 10G/25G/40G/100G, LCLC, Optical, 10m\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": null,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cfLSAAA2\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"MAM1Q00A-QSA28\",\n      \"name\": \"Adapter,QSFP28-SFP28,25GbE\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHe2hAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"877-8121\",\n      \"name\": \"ProSupport Plus Mission Critical 7x24 HW-SW Technical Support and Assistance 5 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB9c5AAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"AIR-ACC15-SFP-GLD=\",\n      \"name\": \"Outdoor-AP1570, SFP Port Gland, Bag of 5 units\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000ayyRtAAI\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"YME00ESA00184181\",\n      \"name\": \"PowerMax 8000 3.84TB SPARE\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t70000009HmFdAAK\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"UCSB-PSU-2500ACDV\",\n      \"name\": \"2500W PLATINUM AC HPLUG P/S DV\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eG5OYAA0\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"151-BBCC\",\n      \"name\": \"SmartQuotas Base License Tier 7 =ID\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFJl6AAG\",\n      \"manufacturerId\": 1034679,\n      \"manufacturerSku\": \"PAN-PA-3220-TP\",\n      \"name\": \"Threat prevention subscription year 1, PA-3220\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000dG7hLAAS\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"E2SF-U-DNS-ADV\",\n      \"name\": \"Sec EA 2.0 Choice Umbrella DNS Advantage\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000RZOmmAAH\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CIMC-SUP-BASE-K9=\",\n      \"name\": \"IMC Supervisor One-time Site Installation License\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eCJYgAAO\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"555-BHLT\",\n      \"name\": \"Intel AX211, 2x2 MIMO, 2400 Mbps, 2.4/5/6 GHz, Wi-Fi 6E (WiFi 802.11ax), Bluetooth 5.2\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000ceuwgAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"C9300-NM-2Y\",\n      \"name\": \"Catalyst 9300 2 x 25GE Network Module\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01t6R000006ZgXzQAK\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"379-BEYG\",\n      \"name\": \"379-BEYG\",\n      \"serviceOemOrganizationId\": 1034196,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cfHfjAAE\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"UCS-PSU-6332-NAC\",\n      \"name\": \"UCS 6332 NEBS 650W V2 AC POWER SUPPLY (1\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f4Dm4AAE\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"149-BBQY\",\n      \"name\": \"ES30 4TB ACT 1TB RAW=CB\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t700000046WsNAAU\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CAB-C15-CBN=\",\n      \"name\": \"Cabinet Jumper Power Cord, 250 VAC 13A, C14-C15 Connectors\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB6cxAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"151-BBJP\",\n      \"name\": \"SmartConnect Capacity License A3 Tier 3 L3=CB\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000e9ptNAAQ\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"COMP-6418-00-B01\",\n      \"name\": \"UCS Fabric Interconnect 64108\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t70000009EfF9AAK\",\n      \"manufacturerId\": 1035029,\n      \"manufacturerSku\": \"V-VBRENT-VS-P0PAR-00\",\n      \"name\": \"Annual Premium Maintenance Renewal (includes 24/7 uplift)- Veeam Backup\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOgkdAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"VG420-RM-19-2R\",\n      \"name\": \"Cisco VG420 Rack mount kit - 19\\\" 2R\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000azeNbAAI\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"L-AC-APX-1Y-S1\",\n      \"name\": \"Cisco AnyConnect Apex License, 1YR, 25-99 Users\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBo43AAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"C9130AXE-STA-B\",\n      \"name\": \"Cisco Catalyst 9130AXE w/Stadium Antenna, -B reg domain\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000004A1yDIAS\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"SC9300UK9-1713\",\n      \"name\": \"Cisco Catalyst 9300 XE 17.13 UNIVERSAL\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHnPxAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"151-BBEY\",\n      \"name\": \"SmartPools Base License Tier 5 =ID\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFwKQAA0\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"PS-FLASHARRAY-FFRENEWAL- UPGRADE\",\n      \"name\": \"Pure Storage\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": null,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 2,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 438,\n      \"itemTypeId\": 6,\n      \"legacyCdiSalesforceNumber\": \"01t6R000006ZOmTQAW\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034562,\n      \"manufacturerSku\": \"CFQ7TTC0LH18_P1Y_Monthly\",\n      \"name\": \"Microsoft 365 Business Basic (ACMB)\",\n      \"serviceOemOrganizationId\": 1034562,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": 1,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": null,\n      \"billingFrequencyId\": 1,\n      \"billingRuleId\": null,\n      \"billingTypeId\": 2,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3kTOAAY\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"829-4784\",\n      \"name\": \"Isilon A2000 Upgrades and Extensions ProSupport Plus Mission Critical OneFS Capacity Software Support-Maintenance 1 Year\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000Gea73AAB\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"X66031A\",\n      \"name\": \"Cable,12Gb,Mini SAS HD to HD,1m\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eXstBAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"877-7462\",\n      \"name\": \"ProSupport Mission Critical 7x24 HW-SW Tech Support and Assistance 5 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000OLwExAAL\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"997-6179\",\n      \"name\": \"ProSupport: Next Business Day Onsite Service After Problem Diagnosis, Initial Year\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000007KFoTIAW\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"350-BCTQ\",\n      \"name\": \"IDM/Personality Module, VSAN-RN R7625\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": null,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000aymb9AAA\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"293-10025\",\n      \"name\": \"Asset Tag - ProSupport (Website, barcode, Onboard MacAddress)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu00000036CWIAY\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"709-BDYS\",\n      \"name\": \"Basic Onsite Service, 36 Month(s)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000QKBxyAAH\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"813-9148\",\n      \"name\": \"ProSupport Plus Mission Critical: 7x24 HW/SW Technical Support and Assistance, 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000046dpBIAQ\",\n      \"manufacturerId\": 1034334,\n      \"manufacturerSku\": \"FG-600F-BDL-809-36\",\n      \"name\": \"FORTINET INC.:FORTIGATE-600F HARDWARE PLUS 3 YEAR HARDWARE PLUS FORTICARE PREMIUM AND FORTIGUARD ENTERPRISE PROTECTION\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000004infRIAQ\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"490-BJWW\",\n      \"name\": \"AMD Radeon™ RX 6300, 2GB GDDR6,Half Height, 2xDP\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFni2AAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-IEM3301P\",\n      \"name\": \"SNTC-8X5XNBD Catalyst IE3300 Rugged 16 Port GE PoE+ E\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFhqsAAC\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"FAS2750-124-C\",\n      \"name\": \"FAS2750,4x3.8TB,20x1.8TB,Mixed,-C\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cewphAAA\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"821-BBDT\",\n      \"name\": \"ProSupport Mission Critical AppSync Basic, 36 Month(s)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 460,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eC214AAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"451-BCMK\",\n      \"name\": \"3 Cell 42Whr ExpressChargeTM Capable Battery\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 460,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOc8yAAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"370-BBFF\",\n      \"name\": \"16 GB, LPDDR5, 4800 MT/s, integrated\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eXronAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-FPR3110N\",\n      \"name\": \"SNTC-8X5XNBD Cisco Secure Firewall 3110 NGFW Applianc\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cew2AAAQ\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNTP-FLSA1BIE\",\n      \"name\": \"SNTC-24X7X4 ASR1001-X Built-In 10GE 1-port License\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000dQ5iIAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"827-1533\",\n      \"name\": \"Thank you for choosing Dell ProSupport Plus. For tech support, visit //www.dell.com/contactdell\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000RWB2DAAX\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"C1-LIC-VCM-1N\",\n      \"name\": \"Cisco ONE Promo license to manage one WAAS node\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 460,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000XbgvIAC\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"450-AMEI\",\n      \"name\": \"E4 Power Cord 1M for US\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eXspPAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"391-BGSG\",\n      \"name\": \"13.4 FHD+ (1920 x 1200) InfinityEdge Touch Anti-Glare 500-Nit Display\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 447,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000e9ptjAAA\",\n      \"manufacturerId\": 1034566,\n      \"manufacturerSku\": \"M_HPUSA_A\",\n      \"name\": \"Privacy Pack\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 110,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOdMyAAK\",\n      \"manufacturerId\": 1034679,\n      \"manufacturerSku\": \"PAN-ION-1200-HW\",\n      \"name\": \"ION 1200 Hardware Appliance\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000004gFDIAY\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CML-EDUCATION\",\n      \"name\": \"CML for Education Organizations\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBrmdAAC\",\n      \"manufacturerId\": 1034394,\n      \"manufacturerSku\": \"P9H45A\",\n      \"name\": \"VMw vSAN Adv 1P 3yr LTU\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000ci9WOAAY\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"SFP-H25G-CU1M\",\n      \"name\": \"25GBASE-CU SFP28 Cable 1 Meter\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01tRd000001t9tKIAQ\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"412-ABCV\",\n      \"name\": \"412-ABCV\",\n      \"serviceOemOrganizationId\": 1034196,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 470,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000cVCTIA2\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"E3N-MS320-24\",\n      \"name\": \"Meraki - Network Infrastructure\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t70000009H7sbAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-C5596UPB\",\n      \"name\": \"SMARTNET 8X5XNBD N5596 Dummy PID - Not for use outside of\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 463,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHo7zAAC\",\n      \"manufacturerId\": 1034317,\n      \"manufacturerSku\": \"CS-DI-FE-JSADV\",\n      \"name\": \"ADVANCED JUMPSTART UP TO 5DAYS CLDS SVC FOR CONFIG & KNOWLEDGE TRANSFER\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 110,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000ayahbAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"L-ISE-TACACS-ND=\",\n      \"name\": \"Cisco ISE Device Admin Node License\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000009LmnIAE\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-BGMV\",\n      \"name\": \"XPS 13 Plus (9320)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000bwvmuAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SSSNT-N9KC933F\",\n      \"name\": \"SOLN SUPP 8X5XNBD Nexus 9300 with 96p 10/25G SFP+, 6p 100G\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f48BrAAI\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"370-AGZP\",\n      \"name\": \"32GB RDIMM, 4800MT/s Dual Rank\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cezw7AAA\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"DFM-SHELF-DP-63TB 1MO,PRM,GOLD\",\n      \"name\": \"Pure Storage Evergreen Gold Subscription - extended service agreement - 1 month for DFM-Shelf-dp-63TB\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000002Eg6LIAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"631-ADGV\",\n      \"name\": \"Intel Management Engine disabled\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f4BDkAAM\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"A-FLEX-WXA-WXMT-AU\",\n      \"name\": \"Webex Assistant for Webex Meetings - AU (1)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000YsJ33AAF\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-N93TCFX\",\n      \"name\": \"SNTC-8X5XNBD Nexus 9300 with 48p\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cfJWlAAM\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"847-3947\",\n      \"name\": \"ProDeploy for PowerScale Hardware Upgrade\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 435,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000079MN3IAM\",\n      \"manufacturerId\": 1035024,\n      \"manufacturerSku\": \"VER7-5-9SA\",\n      \"name\": \"Extended Event Retention for 7 Years SaaS Subscription\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 56,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": null,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB6rjAAC\",\n      \"manufacturerId\": 1034640,\n      \"manufacturerSku\": \"C-PWR-4FC13C14B-CM\",\n      \"name\": \"C13/C14, 15A, 4ft Power cord\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000003duWvIAI\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CAB-AC2-NA\",\n      \"name\": \"Cisco - Power cable - 2 pin power to IEC 60320 C7 - North America\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHccvAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"PWR-C1-715WAC-UP\",\n      \"name\": \"Upgrade to 715W AC 80+ platinum Config 1 Power Supply\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eG1afAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNT-CDDSKCUS\",\n      \"name\": \"SNTC-8X5XNBD Cisco Webex Desk Camera, Carbon Black -\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 440,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cf12lAAA\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"634-BKYP\",\n      \"name\": \"Subscription. 5 year\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000ZrlgCAAR\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"ISE-BASE-TRK-3Y\",\n      \"name\": \"ISE BASE Tracker Term 3Y\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 440,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000cgMHZAA2\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"421-4727\",\n      \"name\": \"Red Hat Enterprise Linux Non Factory Install, x64,Reqs Subscription Selection\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 438,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01t1G000003HCtmQAG\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"451-BCXF\",\n      \"name\": \"451-BCXF\",\n      \"serviceOemOrganizationId\": 1034196,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000IOf0IAG\",\n      \"manufacturerId\": 1034733,\n      \"manufacturerSku\": \"FA-XCR4-100G-iSCSI/ROCE 2-Port UPG\",\n      \"name\": \"HBA, CONNECTX-6, PCIe-Gen4 x16, 100GbE DUAL_x0002_PORT QSFP56\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eB7OEAA0\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"DUO-EDU-MFA-S\",\n      \"name\": \"Duo MFA for education Student/Alumni users\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 440,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOgSsAAK\",\n      \"manufacturerId\": 1034826,\n      \"manufacturerSku\": \"PS-GO-ND-T8-C\",\n      \"name\": \"GUIDED ONBOARDING VLIC COMMERCIAL 25K-50K ENDPTS\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 110,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3ic7AAA\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"X-MTEF-KIT-D\",\n      \"name\": \"Rail Kit,NVIDIA Dual switch side by side\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 11,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000004IcaoIAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"EDGE-OTHER\",\n      \"name\": \"Edge other deployments for Enterprise or SP\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 3,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHePoAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"149-BBPS\",\n      \"name\": \"Unity VASA/vVols=IC\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000aytUBAAY\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"UCSB-MLOM-40G-04\",\n      \"name\": \"Cisco UCS VIC 1440 modular LOM for Blade Servers\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000RYKgfAAH\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"UMB-WLAN\",\n      \"name\": \"Cisco Umbrella WLAN\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 470,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f44qmAAA\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"LIC-MI-M-5YR\",\n      \"name\": \"Meraki Insight License for 5 Years (Medium, Up to 750 Mbps)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBpUBAA0\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"835-3818\",\n      \"name\": \"ProSupport Plus Mission Critical Enterprise Advanced Bundle Base Software Support-Maintenance 2 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000RW8ZxAAL\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"452-BBSE\",\n      \"name\": \"452-BBSE--No Docking Station\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHivIAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"400-BLJQ\",\n      \"name\": \"1.6TB Enterprise NVMe Mixed Use U2 G4 P5600 Flex Bay\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 435,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000d1DkaAAE\",\n      \"manufacturerId\": 1035024,\n      \"manufacturerSku\": \"DLS-501-750OS\",\n      \"name\": \"DatAlert Suite On-prem subscription for 501 Users for 36 Months\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 56,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000005VktIAE\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"631-BBHB\",\n      \"name\": \"No vPro - No Out of Band Systems Management\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 468,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000dY6AIAA0\",\n      \"manufacturerId\": 1035060,\n      \"manufacturerSku\": \"VR8-OSTC-VS-P-SSS-C\",\n      \"name\": \"Production Support Coverage VMware vRealize Operations 8 Standard - vSOM Entitlement (Per CPU)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000FiXkmAAF\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"YME00E1H00054346\",\n      \"name\": \"RDF ADDL MEM TRACKING MODEL\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cfMayAAE\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CAB-MIC-EXT-E\",\n      \"name\": \"EXTENSION CABLE FOR THE TABLE MICROPHONE\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000002iwK8IAI\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"338-CMQZ\",\n      \"name\": \"Intel Xeon E-2468 2.6G, 8C/16T, 16M Cache, Turbo, HT (65W) DDR5-4800\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 435,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFQb4AAG\",\n      \"manufacturerId\": 1035024,\n      \"manufacturerSku\": \"DADS-251-500MS\",\n      \"name\": \"DatAdvantage for Directory Services Software Maintenance and Support for 300 Users from November 8, 2020 to March 30, 2023\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 56,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOgmwAAC\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNC-N9KC93X3\",\n      \"name\": \"SNTC-NCD Nexus 9300 48p 1/10/25G, 6p 40/100G, MAC\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000ci90HAAQ\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"379-BDTF\",\n      \"name\": \"2.5 Chassis\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f4AhcAAE\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"709-BEHF\",\n      \"name\": \"Basic Next Business Day 36 Months\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eXspVAAS\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"340-CYGC\",\n      \"name\": \"Documentation, English/French w/ QR Code\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 464,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f4DMYAA2\",\n      \"manufacturerId\": 1034604,\n      \"manufacturerSku\": \"AFF-C400A-003\",\n      \"name\": \"AFF-C400 HA System,Ethernet Bundle\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000e9ubAAAQ\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"C9200-48PXG-E\",\n      \"name\": \"Catalyst 9200 48-port 8xmGig PoE+, Network Essentials\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000dY5JlAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"INFR-POW3-00-A01\",\n      \"name\": \"PDU, G5 (CRS)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000SsBxIAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"881-3909\",\n      \"name\": \"Prosupport Plus Mission Critical 4-Hour 7x24 Onsite Service with Emergency Dispatch 1 Year\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 470,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000002L8CjIAK\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"MS130-48P-HW\",\n      \"name\": \"Meraki MS130-48P Cloud Managed 48GE 740W PoE Switch\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eC2FmAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-BDPH\",\n      \"name\": \"Dell UltraSharp 32 4K USB-C Hub Monitor - U3223QE, 80.01cm (31.5\\\")\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu00000049slIAA\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"852-7273\",\n      \"name\": \"Basic Hardware Services Business Hours 5x10 Next Business Day Onsite Hardware Warranty Repair 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000fOcIHAA0\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-L14OS-UCSXM21C\",\n      \"name\": \"CX LEVEL 1 24X7X4OS UCS 210c M7 Compute Node w o CPU, Memory\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000000cKQjIAM\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"709-BFFV\",\n      \"name\": \"Parts Only Warranty 36 Months\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 5,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFx1yAAC\",\n      \"manufacturerId\": 1034640,\n      \"manufacturerSku\": \"R-SW-AOS-PRO-PRD\",\n      \"name\": \"R-SW-AOS-PRO-PRD\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHWqaAAG\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"321-BGHG\",\n      \"name\": \"2.5\\\" Chassis with up to 8 NVMe Drives, RAID Config, 3 PCIe Slots, 2 CPU\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eBuEoAAK\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"A-FLEX-CJIVR-O\",\n      \"name\": \"WXCC ADDITIONAL IVR PORTS OVERAGE\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": 1,\n      \"itemAcquisitionSourceId\": 1,\n      \"itemSubcategoryId\": 438,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": \"01t1G000003HCtqQAG\",\n      \"legacyAheadSalesforceNumber\": null,\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"340-DBHG\",\n      \"name\": \"340-DBHG\",\n      \"serviceOemOrganizationId\": 1034196,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000f3yZ3AAI\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"E3-CX-SIGE-T2SWE\",\n      \"name\": \"Cisco Services Portfolio: Umbrella\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 468,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t0g00000ayeM5AAI\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"VMW-VSP-EPL-5A\",\n      \"name\": \"VMware vSphere 6 Ent Plus (1 CPU), 5-yr, Support Required\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 449,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHfQwAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"878-0595\",\n      \"name\": \"Prosupport Plus Mission Critical 7x24 Technical Support and Assistance 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t7000000FgasMAAR\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"CON-SNTP-CT255\",\n      \"name\": \"SMARTNET 24X7X4 2504 Wireless LAN Co\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu0000050oMwIAI\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"210-BEPN\",\n      \"name\": \"A3000 - SED 400TB (20x20TB)/7.68TB SSD\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 441,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cfJWaAAM\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"PWR-RGD-AC-DC-H\",\n      \"name\": \"IE4010/5000 Hazloc Pwr Supply High AC/DC 85-264VAC/88-300VDC\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 35,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFy1lAAC\",\n      \"manufacturerId\": 1034679,\n      \"manufacturerSku\": \"PAN-PA-5450-WF-3YR-HA2\",\n      \"name\": \"PA-5450 WildFire subscription for one (1) device in an HA pair 3 years (36 months) prepaid.\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFVK1AAO\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"NXOS-10.1.1\",\n      \"name\": \"Nexus 9500, 9300, 3000 Base NX-OS Software Rel10.1.1(32-bit)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cf2FnAAI\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"SF-F1KASA9.13.1-K9\",\n      \"name\": \"CISCO ASA 9.13.1 SOFTWARE FOR FIREPOWER\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eG33EAAS\",\n      \"manufacturerId\": 1034790,\n      \"manufacturerSku\": \"RBK-R6416S- HW-01\",\n      \"name\": \"r6416 Appliance, 4-node, 192TB raw HDD, 1.6TB SSD, SFP+ NIC\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 426,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01tNu000003VjFUIA0\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"199-BNCY\",\n      \"name\": \"ProSupport and 4-hour Onsite Service Initial, 36 Month(s)\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 7,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 445,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFQMtAAO\",\n      \"manufacturerId\": 1034334,\n      \"manufacturerSku\": \"FC-10-FG4VM-963-02-36\",\n      \"name\": \"FORTINET INC.:FortiGate-VM04V 3 Year Unified Threat Protection (UTP) (IPS, Advanced Malware Protection, Application Control, URL, DNS & Video Filtering, Antispam Service, and FortiCare Premium) - 36.00 MNTHS\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 4,\n      \"subPracticeId\": 38,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 9,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 456,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eCLo6AAG\",\n      \"manufacturerId\": 1033919,\n      \"manufacturerSku\": \"SECAPP- PRO- ADDON- SAAS\",\n      \"name\": \"AppDynamics with Cisco Secure Application - Infrastructure Based - SaaS\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 3,\n      \"subPracticeId\": 33,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 10,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 434,\n      \"itemTypeId\": 2,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eY0LpAAK\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"878-2764\",\n      \"name\": \"9396T96E32 ProSupport Mission Critical 4-Hour 7x24 Onsite Service with Emergency Dispatch 3 Years\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 116,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 14,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 450,\n      \"itemTypeId\": 19,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eFIiaAAG\",\n      \"manufacturerId\": 1034562,\n      \"manufacturerSku\": \"CSP-ELIT-c30be81c4aaa\",\n      \"name\": \"Microsoft M365 F1\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 6,\n      \"subPracticeId\": 82,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 17,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 460,\n      \"itemTypeId\": 1,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000eHUsEAAW\",\n      \"manufacturerId\": 1034196,\n      \"manufacturerSku\": \"340-CZKZ\",\n      \"name\": \"Latitude 9430 2-in-1 Mix Module, 65W, US Power Cord\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 97,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 8,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    },\n    {\n      \"chargeTypeID\": null,\n      \"itemAcquisitionSourceId\": 2,\n      \"itemSubcategoryId\": 432,\n      \"itemTypeId\": 4,\n      \"legacyCdiSalesforceNumber\": null,\n      \"legacyAheadSalesforceNumber\": \"01t4u00000cfK8RAAU\",\n      \"manufacturerId\": 1034068,\n      \"manufacturerSku\": \"DC-MGT-WO-SAAS-AD\",\n      \"name\": \"Cisco Intersight Workload Optimizer SaaS - Advantage\",\n      \"serviceOemOrganizationId\": null,\n      \"salesCoverageId\": 1,\n      \"subPracticeId\": 36,\n      \"subscriptionPricingId\": null,\n      \"subscriptionTypeId\": 1,\n      \"technicalCoverageId\": 7,\n      \"itemOfferingTypeId\": 34,\n      \"billingFrequencyId\": null,\n      \"billingRuleId\": null,\n      \"billingTypeId\": null,\n      \"facilityId\": null,\n      \"serviceLevelId\": null,\n      \"serviceOemProductSeriesId\": null,\n      \"subscriptionTermId\": null,\n      \"vendorTerminationPolicyId\": 2\n    }\n  ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df0fcc20-4f0a-4843-a822-2a6688b5a492"},{"name":"Items","id":"4ff173eb-22af-4cd5-9b7d-431082e40318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Items($filters: PimItemFilters!){\n    items(first: 200, filters: $filters) {\n        count\n        edges {\n            node {\n                id\n                name\n                description\n                manufacturerSku\n                archivedAt\n                updatedAt\n                isAsset\n                isSerialized\n                isStocked\n                isComplex\n                productId\n                deactivationReasonId\n                deactivationReason {\n                    id\n                    name\n                }\n                retiredStateSetByUser {\n                    id\n                    person {\n                        id\n                        name\n                        email\n                    }\n                }\n                retiredStateSetByUserId\n                retiredStateSetAt\n                archivedStateSetByUser {\n                    id\n                    person {\n                        id\n                        name\n                        email\n                    }\n                }\n                archivedStateSetByUserId\n                archivedStateSetAt\n                updatedByUserId\n                updatedByUser {\n                    id\n                    person {\n                        id\n                        name\n                        email\n                    }\n                }\n                itemStateId\n                itemState {\n                    id \n                    name\n                }\n                facility {\n                    id\n                    name\n                }\n                manufacturer {\n                    id\n                    name\n                }\n                itemAcquisitionSource {\n                    id\n                    name\n                }\n                vendorTerminationPolicy {\n                    id\n                    name\n                }\n                visibleToCustomers\n                verified\n                verifiedAt\n                verifiedByUserId\n                product {\n                    updatedAt\n                    updatedByUserId\n                    physicalClassificationVerified\n                    physicalClassificationVerifiedAt\n                    physicalClassificationVerifiedByUserId\n                    productModel {\n                        id\n                        name\n                        productSeries {\n                            id\n                            name\n                        }\n                    }\n                    itemSubcategory {\n                        id\n                        name\n                        visibleToCustomers\n                        itemCategory {\n                            id\n                            name\n                            itemPillar {\n                                id\n                                name\n                            }\n                        }\n                    }\n                    subPractice {\n                        id \n                        name \n                        practice {\n                            id \n                            name\n                            parentPractice {\n                                id\n                                name\n                            }\n                        }\n                    }\n                    itemOfferingType {\n                        id\n                        name\n                    }\n                    itemType {\n                        id\n                        name\n                    }\n                    itemFamily {\n                        id\n                        name\n                    }\n                    salesCoverage {\n                        id\n                        name\n                    }\n                    technicalCoverage {\n                        id\n                        name\n                    }\n                    serviceOemOrganization {\n                        id\n                        name\n                    }\n                    serviceOemProductSeries {\n                        id\n                        name\n                    }\n                    subscriptionPricing {\n                        id\n                        name\n                    }\n                    subscriptionTerm {\n                        id\n                        name\n                    }\n                    billingFrequency {\n                        id\n                        name\n                    }\n                    chargeType {\n                        id\n                        name\n                    }\n                    billingType {\n                        id\n                        name\n                    }\n                    physicalClassificationVerified\n                    physicalClassificationVerifiedAt\n                    physicalClassificationVerifiedByUserId\n                    productSegmentId\n                    productSegment {\n                        id\n                        name\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"id\": 433310\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ff173eb-22af-4cd5-9b7d-431082e40318"}],"id":"52c5dcee-5260-4261-b64d-a80936a50f2c","_postman_id":"52c5dcee-5260-4261-b64d-a80936a50f2c","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Data Sync","item":[{"name":"Address","item":[{"name":"Verify Address","id":"480e941c-2446-4cea-af23-88c23628dc71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation verifyAddress($input: AddressVerifyInput!) {\n    organization {\n        verifyAddress(input: $input) {\n            address1\n            address2\n            city\n            country\n            region\n            latitude\n            longitude\n            postalCode\n            region\n            verified\n        }\n    }\n}","variables":"{\n    \"input\": {\n        \"address1\": \"1200 Technology Wy\",\n        \"address2\": null,\n        \"city\": \"Libertyville\",\n        \"region\": \"IL\",\n        \"postalCode\": null,\n        \"country\": null\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"480e941c-2446-4cea-af23-88c23628dc71"}],"id":"4d7b195d-0456-495e-9ad8-37a2ec8f02b2","_postman_id":"4d7b195d-0456-495e-9ad8-37a2ec8f02b2","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Sites","item":[{"name":"Sites (AHEAD Only)","id":"d5c46bb3-e07b-4528-ac43-4a64658d64c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query sitesQuery($filters: UnitySiteFilters!, $orderBy: [UnitySitesOrderBy!]) {\n\tsites(first: 100, filters: $filters, orderBy: $orderBy) {\n        count\n        edges {\n            node {\n                id\n                name\n                parentOrganizationId\n                createdAt\n                updatedAt\n                address {\n                    id\n                    address1\n                }\n            }\n        }\n\t}\n}","variables":"{\n    \"filters\": {\n        \"updatedAtGte\": \"2026-03-01T00:00:00.000Z\"\n    },\n    \"orderBy\": [\n        {\n            \"createdAt\": \"DESC\"\n        }\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"d5c46bb3-e07b-4528-ac43-4a64658d64c0"},{"name":"Match Sites (AHEAD Only)","id":"8b618fa9-6bb5-4e4a-a113-cb631022abc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query matchSitesQuery($input: SiteMatchingInput!) {\n\tmatchSites(input: $input) {\n        exactMatch {\n            id\n            name\n            parentOrganizationId\n            address {\n                address1\n                address2\n                city\n                region\n                postalCode\n                country\n            }\n        }\n        potentialMatches {\n            id\n            name\n            parentOrganizationId\n            address {\n                address1\n                address2\n                city\n                region\n                postalCode\n                country\n            }\n        }\n\t}\n}","variables":"{\n    \"input\": {\n        \"parentOrganizationId\": 18890,\n        \"siteName\": \"Cummins - ACDC\",\n        \"address\": {\n            \"address1\": \"Digital Realty, 9333 W Grand Ave.\",\n            \"city\": \"Franklin Park\",\n            \"region\": \"IL\",\n            \"country\": \"US\"\n        }\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b618fa9-6bb5-4e4a-a113-cb631022abc3"},{"name":"Create Site (AHEAD Only)","id":"7f94bf61-b71a-4c66-8b39-827e700f26c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation CreateSite($input: CreateSiteInput!) {\n\tcreateSite(input: $input) {\n\t\tid\n        name\n        createdAt\n        address {\n            id\n            address1\n            address2\n            city\n            region\n            postalCode\n            country\n        }\n\t}\n}","variables":"{\n    \"input\": {\n        \"name\": \"Test Site\",\n        \"parentOrganizationId\": 18890,\n        \"address\": {\n            \"address1\": \"456 Stanwix St\",\n            \"city\": \"Pittsburgh\",\n            \"region\": \"PA\",\n            \"postalCode\": \"15212\",\n            \"country\": \"US\"\n        }\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f94bf61-b71a-4c66-8b39-827e700f26c0"}],"id":"34fe54b1-f095-4de7-b46e-d38ef8fc33fa","_postman_id":"34fe54b1-f095-4de7-b46e-d38ef8fc33fa","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Inventories (Full Data)","id":"d16c32f0-57b4-4f86-ab24-9148b9249f24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($filters: InventoriesFilters) {\n  organization {\n    inventoriesConnection(first: 500, after: null, filters: $filters) {\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n      count\n      edges {\n        node {\n          itemId\n          inventoryLocation {\n            id\n            name\n            internalName\n            description\n          }\n          item {\n            id\n            manufacturerSku\n            name\n            description\n            category {\n              id\n              name\n            }\n            product {\n              id\n              name\n              description\n            }\n          }\n          quantityAllocated\n          quantityAvailable\n          quantityOnHand\n          quantityOnOrder\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"inventoryLocationId\": 1\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"d16c32f0-57b4-4f86-ab24-9148b9249f24"},{"name":"Inventories (Updates Only)","id":"a85eaaf8-ba3d-4e17-bf51-af1c24f83aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($filters: InventoriesFilters, $orderBy: [InventoriesOrderBy]) {\n  organization {\n    inventoriesConnection(first: 500, after: null, filters: $filters, orderBy: $orderBy) {\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n      count\n      edges {\n        node {\n          itemId\n          inventoryLocation {\n            id\n            name\n            internalName\n            description\n          }\n          item {\n            id\n            manufacturerSku\n            name\n            description\n            category {\n              id\n              name\n            }\n            product {\n              id\n              name\n              description\n            }\n          }\n          quantityAllocated\n          quantityAvailable\n          quantityOnHand\n          quantityOnOrder\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"inventoryLocationId\": 1,\n        \"updatedAtGte\": \"2024-10-23T00:00:00.000Z\"\n    },\n    \"orderBy\": [\n        {\"updatedAt\": \"DESC\"}\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"a85eaaf8-ba3d-4e17-bf51-af1c24f83aa6"},{"name":"Inventory > Serials (Full Data - DEPRECATED)","id":"d9a200bd-5bea-42b2-800a-0b6291ea16c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($filters: InventoriesFilters) {\n  organization {\n    id\n    inventoriesConnection(first: 500, after: null, filters: $filters) {\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n      edges {\n        node {\n          item {\n            serials {\n              id\n              manufacturerSerial\n              inventoryLocationId\n            }\n          }\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"inventoryLocationId\": 4\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9a200bd-5bea-42b2-800a-0b6291ea16c4"},{"name":"Serials (Full Data)","id":"dc628d83-0c61-49b4-98d1-5f0d3db81396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($filters: SerialsFilters, $orderBy: [SerialsOrderBy]) {\n  organization {\n    id\n    serials(first: 500, after: null, filters: $filters, orderBy: $orderBy) {\n      count\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n      edges {\n        node {\n            id\n            manufacturerSerial\n            itemId\n            inventoryLocationId\n            updatedAt\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"excludeArchived\": false\n    },\n    \"orderBy\": [\n        {\"id\": \"ASC\"},\n        {\"updatedAt\": \"DESC\"}\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc628d83-0c61-49b4-98d1-5f0d3db81396"},{"name":"Serials (Updates Only)","id":"5a9afa68-7721-4607-9bd5-13f67616de15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($filters: SerialsFilters, $orderBy: [SerialsOrderBy]) {\n  organization {\n    id\n    serials(first: 500, after: null, filters: $filters, orderBy: $orderBy) {\n      count\n      pageInfo {\n        endCursor\n        hasNextPage\n        hasPreviousPage\n        startCursor\n      }\n      edges {\n        node {\n            id\n            manufacturerSerial\n            itemId\n            inventoryLocationId\n            updatedAt\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"updatedAtGte\": \"2024-10-26T00:00:00.000Z\",\n        \"excludeArchived\": false\n    },\n    \"orderBy\": [\n        {\"updatedAt\": \"DESC\"}\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a9afa68-7721-4607-9bd5-13f67616de15"},{"name":"Orders (Full Data)","id":"b70b218e-b4f2-4211-9caa-9e6d6f39e083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($filters: OrdersIndexFilters, $ordersOrderBy: [OrdersIndexOrderBy]) {\n  organization {\n    orders(filters: $filters, first: 4, orderBy: $ordersOrderBy) {\n      pageInfo {\n        endCursor\n        hasNextPage\n      }\n      count\n      edges {\n        node {\n          originalCustomerPromiseDate\n          customerPromiseDate\n          customerPurchaseOrder\n          purchaseOrder\n          customerOrderNumber\n          id\n          orderType\n          isComplete\n          publicStatus {\n            name\n          }\n          completedAt\n          createdDate\n          rmaId\n          salesOrder {\n            salesOrderType {\n                name\n            }\n          }\n          attachments {\n            id\n            url\n            fileName\n            fileSize\n            mimeType\n            tags {\n              name\n            }\n          }\n          fulfillments {\n            events {\n              id\n              createdAt\n              eventType {\n                name\n              }\n            }\n          }\n          events {\n            id\n            createdAt\n            type {\n              name\n            }\n          }\n          orderSerials {\n            serial {\n              id\n              itemId\n              manufacturerSerial\n            }\n          }\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n    },\n\t\"ordersOrderBy\": [{\n\t\t\"id\": \"DESC\"\n\t}]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"b70b218e-b4f2-4211-9caa-9e6d6f39e083"},{"name":"Orders (Updates Only)","id":"95d562db-157e-4ef6-8bfc-25fe986f7001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($filters: OrdersIndexFilters, $ordersOrderBy: [OrdersIndexOrderBy]) {\n  organization {\n    orders(filters: $filters, first: 4, orderBy: $ordersOrderBy) {\n      pageInfo {\n        endCursor\n        hasNextPage\n      }\n      count\n      edges {\n        node {\n          originalCustomerPromiseDate\n          customerPromiseDate\n          customerPurchaseOrder\n          purchaseOrder\n          customerOrderNumber\n          id\n          orderType\n          isComplete\n          publicStatus {\n            name\n          }\n          completedAt\n          createdDate\n          rmaId\n          salesOrder {\n            salesOrderType {\n                name\n            }\n          }\n          attachments {\n            id\n            url\n            fileName\n            fileSize\n            mimeType\n            tags {\n              name\n            }\n          }\n          fulfillments {\n            events {\n              id\n              createdAt\n              eventType {\n                name\n              }\n            }\n          }\n          events {\n            id\n            createdAt\n            type {\n              name\n            }\n          }\n          orderSerials {\n            serial {\n              id\n              itemId\n              manufacturerSerial\n            }\n          }\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"incompleteArchivedAtOrCompletedAtGte\": \"2024-10-24T00:00:00.000Z\",\n        \"excludeArchived\": false\n    },\n\t\"ordersOrderBy\": [{\n\t\t\"id\": \"DESC\"\n\t}]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"95d562db-157e-4ef6-8bfc-25fe986f7001"},{"name":"Shipments (Full Data)","id":"01f3755f-d6a7-41be-97d7-75cafb9d05a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($shipmentFilters: ShipmentsFilters, $shipmentsOrderBy: [ShipmentsOrderBy]) {\n  organization {\n    shipments(first: 500, after: null, filters: $shipmentFilters, orderBy: $shipmentsOrderBy) {\n      pageInfo {\n        endCursor\n        hasNextPage\n      }\n      count\n      edges {\n        node {\n          id\n          createdAt\n          carrier\n          trackingNumber\n          height\n          length\n          width\n          weight\n          updatedAt\n          order {\n            id\n          }\n        }\n      }\n    }\n  }\n}\n\n\n","variables":"{\n    \"shipmentFilters\": {\n        \"includeCustomerSubmitted\": true, \n        \"includeReplenishments\": false,\n        \"includeSalesOrders\": true,\n        \"excludeArchived\": true\n    }, \n    \"shipmentsOrderBy\": [\n        {\"id\": \"ASC\"}\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"01f3755f-d6a7-41be-97d7-75cafb9d05a1"},{"name":"Shipments (Updates Only)","id":"0a06744c-f801-4ea1-a03c-e6eee35c9d1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($shipmentFilters: ShipmentsFilters, $shipmentsOrderBy: [ShipmentsOrderBy]) {\n  organization {\n    shipments(first: 500, after: null, filters: $shipmentFilters, orderBy: $shipmentsOrderBy) {\n      pageInfo {\n        endCursor\n        hasNextPage\n      }\n      count\n      edges {\n        node {\n          id\n          archivedAt\n          createdAt\n          carrier\n          trackingNumber\n          height\n          length\n          width\n          weight\n          updatedAt\n          order {\n            id\n          }\n        }\n      }\n    }\n  }\n}\n\n\n","variables":"{\n    \"shipmentFilters\": {\n        \"includeCustomerSubmitted\": true, \n        \"includeReplenishments\": false,\n        \"includeSalesOrders\": true,\n        \"updatedAtGte\": \"2024-10-21T00:00:00.000Z\",\n        \"excludeArchived\": false\n    }, \n    \"shipmentsOrderBy\": [\n        {\"updatedAt\": \"ASC\"}\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a06744c-f801-4ea1-a03c-e6eee35c9d1c"},{"name":"Users","id":"d422115a-1170-4e6c-823a-6526e8aafda9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\n    organization {\n        users(first: 1000, filters: UsersFilters) {\n            edges {\n                node {\n                    id\n                    person {\n                        id\n                        firstName\n                        lastName\n                        email\n                        updatedAt\n                        createdAt\n                    }\n                }\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"personUpdatedAtGte\": \"\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d422115a-1170-4e6c-823a-6526e8aafda9"},{"name":"Organization Statuses","id":"6a0b4244-38b3-45ce-87fc-75a4a37d10f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query organizationStatusesQuery($filters: OrganizationStatusFilters!){\n    organizationStatuses(first: 100, filters: $filters) {\n        edges {\n            node {\n                id\n                name\n                sort\n                slug\n                archivedAt\n                createdAt\n                updatedAt\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"updatedAtGte\": \"2021-01-01T00:00:00.0000Z\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a0b4244-38b3-45ce-87fc-75a4a37d10f8"},{"name":"Tenants (AHEAD Only)","id":"d73be6a8-f5cb-4b45-b29a-a0ffc1e6364b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query tenantsQuery($filters: OrganizationsFilters!){\n    tenants(first: 100, filters: $filters) {\n        count\n        edges {\n            node {\n                id\n                name\n                hatchOrderEntryStartDate\n                organizationStatusId\n                organizationStatus {\n                    id\n                    name\n                }\n                updatedAt\n                account {\n                    id\n                    phoenixId\n                }\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"updatedAtGte\": \"2024-07-01T14:41:21.063000Z\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"d73be6a8-f5cb-4b45-b29a-a0ffc1e6364b"},{"name":"Sales Orders (AHEAD Only)","id":"b3e6d5f1-e530-49b5-b7a4-180e9fb9a26d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query salesOrdersQuery($filters: OrderStatusFilters!, $orderBy: [OrderStatusesOrderBy]) {\n    salesOrders(first: 10, filters: $filters, orderBy: $orderBy) {\n        count\n            edges {\n            node {\n                id\n                completedAt\n                enteredAt\n                archivedAt\n                orderStatusId\n                orderStatus {\n                    id\n                    archivedAt\n                    name\n                }\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"excludeArchived\": false, \n        \"enteredAtGte\": \"2025-01-01T00:00:00.000Z\"\n    },\n    \"orderBy\": [\n        {\n            \"enteredAt\": \"DESC\"\n        }\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3e6d5f1-e530-49b5-b7a4-180e9fb9a26d"},{"name":"Inventory Locations (AHEAD Only)","id":"9927fb1f-cfa8-4d2f-ab45-00c4e36eff09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query inventoryLocationsQuery($filters: UnityInventoryLocationFilters!, $orderBy: [UnityInventoryLocationsOrderBy]) {\n    inventoryLocations(first: 10, filters: $filters, orderBy: $orderBy) {\n    count\n    edges {\n      node {\n        id\n        name\n        createdAt\n        updatedAt\n        archivedAt\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"excludeArchived\": false, \n        \"updatedAtGte\": \"2025-01-01T00:00:00.000Z\"\n    },\n    \"orderBy\": [\n        {\n            \"updatedAt\": \"DESC\"\n        }\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"9927fb1f-cfa8-4d2f-ab45-00c4e36eff09"},{"name":"Order Statuses (AHEAD Only)","id":"f6176a1d-06fe-48cb-94d5-712fb778b81f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query orderStatusesQuery($filters: OrderStatusFilters!, $orderBy: [OrderStatusesOrderBy]) {\n    orderStatuses(first: 10, filters: $filters, orderBy: $orderBy) {\n    count\n    edges {\n      node {\n        id\n        name\n        createdAt\n        updatedAt\n        archivedAt\n      }\n    }\n  }\n}","variables":"{\n    \"filters\": {\n        \"excludeArchived\": false\n    },\n    \"orderBy\": [\n        {\n            \"createdAt\": \"DESC\"\n        }\n    ]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6176a1d-06fe-48cb-94d5-712fb778b81f"},{"name":"Purchase Orders (AHEAD Only)","id":"0ab02772-e5e3-4dd6-bbc9-61f8122422fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query purchaseOrdersQuery($filters: PurchaseOrderFilters!, $orderBy: [PurchaseOrdersOrderBy!]){\n    purchaseOrders(first: 100, filters: $filters, orderBy: $orderBy) {\n        count\n        edges {\n            node {\n                id\n                phoenixId\n                purchaseOrderFulfillmentStatusId\n                purchaseOrderShipmentStatusId\n                salesOrderId\n                note\n                lastSyncedWithVendorAt\n                assignedToUserName\n                lastUpdatedByUserName\n                lastTouchedAt\n                numberOfTouches\n                vendorSyncStatus\n                estimatedDeliveryDate\n                salesOrderId\n                fullyShippedAt\n                firstShippedAt\n                deliveredAt\n                estimatedShipDateInterventionCount\n                isVendorAutomated\n                salesOrder {\n                    id\n                    enteredAt\n                    completedAt\n                    customerPromiseDate\n                    promiseDateGranularity {\n                        name\n                    }\n                }\n                createdAt\n                updatedAt\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"updatedAtGte\": \"2026-05-01T00:00:00.000Z\"\n    },\n    \"orderBy\": [{\"id\": \"DESC\"}]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ab02772-e5e3-4dd6-bbc9-61f8122422fb"},{"name":"Ship Sets (AHEAD Only)","id":"24f77369-5faa-4d65-8c80-eb18e14f475c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query shipSetsQuery(\n  $first: Int\n  $after: String\n  $last: Int\n  $before: String\n  $filters: ShipSetFilters\n  $orderBy: [UnityShipSetsOrderBy]\n) {\n  shipSets(\n    first: $first\n    after: $after\n    last: $last\n    before: $before\n    filters: $filters\n    orderBy: $orderBy\n  ) {\n    pageInfo {\n        hasNextPage\n    }\n    edges {\n      cursor\n      node {\n        id\n        purchaseOrderPhoenixId\n        shipmentCarrierId\n        shipmentCarrier {\n          id\n          name\n        }\n        createdAt\n        shipmentCreatedAt\n        updatedAt\n        parcels {\n          id\n          trackingNumber\n          estimatedDeliveryDateLocal\n          shipmentDeliveryDateLocal\n          shipmentPickupDateLocal\n        }\n        shipSetItems {\n          id\n          itemId\n          purchaseOrderLineId\n          quantity\n          shipSetSerials {\n            id\n            manufacturerSerial\n          }\n        }\n      }\n    }\n  }\n}\n ","variables":"{\n    \"first\": 1,\n    \"filters\": {\n        \"updatedAtGte\": \"2025-05-18T00:00:00.000Z\"\n    },\n    \"orderBy\": [{\"createdAt\": \"DESC\"}]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"24f77369-5faa-4d65-8c80-eb18e14f475c"},{"name":"Purchase Order Lines (AHEAD Only)","id":"d18c7d82-5e24-4540-84d7-5703d36e9b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query purchaseOrderLinesQuery($filters: PurchaseOrderLineFilters!, $orderBy: [PurchaseOrderLinesOrderBy!]){\n    purchaseOrderLines(first: 100, filters: $filters, orderBy: $orderBy) {\n        count\n        edges {\n            node {\n                id\n                phoenixId\n                estimatedShipDate\n                lineNumber\n                quantityOrdered\n                quantityShipped\n                quantityReceived\n                vendorEstimatedShipDate\n                vendorActualShipDate\n                lastUpdatedByUserName\n                inventoryLocation {\n                    id\n                    name\n                }\n                itemId\n                createdAt\n                updatedAt\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"estimatedShipDateExists\": true\n    },\n    \"orderBy\": [{\"id\": \"DESC\"}]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"d18c7d82-5e24-4540-84d7-5703d36e9b6a"},{"name":"Purchase Order Fulfillment Status (AHEAD Only)","id":"924b0964-fae8-4be4-b8a2-d9441f83c43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query purchaseOrderFulfillmentStatusQuery($filters: PurchaseOrderFulfillmentStatusFilters!, $orderBy: [PurchaseOrderFulfillmentStatusesOrderBy!]){\n    purchaseOrderFulfillmentStatuses(first: 100, filters: $filters, orderBy: $orderBy) {\n        count\n        edges {\n            node {\n                id\n                slug\n                name\n                description\n                createdAt\n                updatedAt\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"updatedAtGte\": \"2025-02-01T00:00:00.000Z\"\n    },\n    \"orderBy\": [{\"id\": \"ASC\"}]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"924b0964-fae8-4be4-b8a2-d9441f83c43c"},{"name":"Purchase Order Shipment Status (AHEAD Only)","id":"243d3c03-e44e-4d67-9cad-03f6431daf5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query purchaseOrderShipmentStatusQuery($filters: PurchaseOrderShipmentStatusFilters!, $orderBy: [PurchaseOrderShipmentStatusesOrderBy!]){\n    purchaseOrderShipmentStatuses(first: 100, filters: $filters, orderBy: $orderBy) {\n        count\n        edges {\n            node {\n                id\n                slug\n                name\n                description\n                createdAt\n                updatedAt\n            }\n        }\n    }\n}","variables":"{\n    \"filters\": {\n        \"updatedAtGte\": \"2025-02-01T00:00:00.000Z\"\n    },\n    \"orderBy\": [{\"id\": \"ASC\"}]\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"host":["https://api.ahead.com/v3/graphql"],"query":[],"variable":[]}},"response":[],"_postman_id":"243d3c03-e44e-4d67-9cad-03f6431daf5c"}],"id":"a76cf7f4-54f3-4626-84d7-58e03ee9f23f","_postman_id":"a76cf7f4-54f3-4626-84d7-58e03ee9f23f","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Program Management","item":[{"name":"Business Units","id":"dde5586d-8e66-4b33-877e-cdd0a2784435","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query OrgBusinessUnits($first: Int, $after: String, $last: Int, $before: String, $filters: BusinessUnitFilters, $orderBy: [BusinessUnitOrderBy]) {\n  organization {\n    businessUnits(first: $first, after: $after, before: $before, last: $last, filters: $filters, orderBy: $orderBy) {\n      count\n      edges {\n        cursor\n        node {\n          id\n          name\n        }\n      }\n    }\n  }\n}\n","variables":"{\n    \"first\": 10,\n    \"orderBy\": [\n        {\n            \"created_at\": \"DESC\"\n        }\n    ],\n    \"filters\": {\n        \"updated_at_gte\": \"2025-01-01T00:00:00Z\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dde5586d-8e66-4b33-877e-cdd0a2784435"},{"name":"Projects","id":"d2ab6aef-d4a1-4361-a6fb-d039ceb3d66d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query Projects($first: Int, $after: String, $last: Int, $before: String, $filters: ProjectsFilters, $orderBy: [ProjectsOrderBy]) {\n  projects(first: $first, after: $after, before: $before, last: $last, filters: $filters, orderBy: $orderBy) {\n    count\n    edges {\n      node {\n        id\n        name\n        customerOrganization {\n          id\n          name\n        }\n      }\n    }\n  }\n}","variables":"{\n    \"first\": 10,\n    \"orderBy\": [\n        {\n            \"created_at\": \"DESC\"\n        }\n    ],\n    \"filters\": {\n        \"updated_at_gte\": \"2024-01-01T00:00:00Z\"\n    }\n}"}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2ab6aef-d4a1-4361-a6fb-d039ceb3d66d"}],"id":"265b50de-aafb-43fd-9b68-fd6ae40eb072","_postman_id":"265b50de-aafb-43fd-9b68-fd6ae40eb072","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Forge","item":[{"name":"serialCurrentWorkOrderJob","id":"6f5cb6a2-10a8-49aa-b2e5-b0b1113cdedc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($manufacturerSerial: String!) {\n\torganization {\n    serial(manufacturerSerial: $manufacturerSerial) {\n      id\n      manufacturerSerial\n      completedAt\n      currentWorkOrderJob{\n        id\n        progress\n        workOrderId\n        workOrderBuildId\n        step\n        laborDuration\n        resourceDuration\n        workCenter {\n            id\n            name\n            slug\n            sort\n        }\n        builder {\n            id\n            person {\n                email\n                firstName\n                lastName\n            }\n        }\n      }\n    }\t\n  }\n}","variables":"{\n\t\"manufacturerSerial\": \"755369024051\"\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>This request returns the current build step for the manufacturerSerial.  </p>\n<p>Returns NULL if there is no build for this serial in progress.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f5cb6a2-10a8-49aa-b2e5-b0b1113cdedc"},{"name":"serialRouteEvents","id":"c556fcc5-3598-422f-9ecd-b100ce11b6c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query ($manufacturerSerial: String!) {\n\torganization {\n        serial(manufacturerSerial: $manufacturerSerial) {\n            id\n            manufacturerSerial\n            completedAt\n            currentBuildRouteEvents {\n                workOrderId\n                step\n                workCenterId\n                workCenterName\n                workCenterSort\n                routeEventId\n                routeEventName\n                routeEventDescription\n                routeEventTypeId\n                routeEventTypeName\n                routeEventLabelTypeId\n                routeEventRunType\n                requiresPrompt\n                defaultEvent\n            }\n        }\n    }\n}","variables":"{\n\t\"manufacturerSerial\": \"755369024051\"\n}"}},"url":"https://api.ahead.com/v3/graphql","description":"<p>This request returns all of the current build route events for the given manufacturerSerial.  </p>\n<p>Returns an empty list if there is no current build for this serial.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c556fcc5-3598-422f-9ecd-b100ce11b6c4"}],"id":"747e6e52-7077-49ef-a36d-e9cad8e80f49","_postman_id":"747e6e52-7077-49ef-a36d-e9cad8e80f49","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}}},{"name":"Test Authentication","id":"ca973cd4-5a79-4595-aff8-99ac422bc14d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"{\n  organization {\n    name\n  }\n}","variables":""}},"url":"https://api.ahead.com/v3/graphql","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":true,"source":{"_postman_id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","id":"ec0bb430-891c-43a7-ac5a-b97c5749612a","name":"AHEAD Hatch API","type":"collection"}},"urlObject":{"path":["v3","graphql"],"host":["https://api.ahead.com"],"query":[],"variable":[]}},"response":[{"id":"2bb7955f-3c31-487e-a66c-96c95ad389c8","name":"Example Test Authentication","originalRequest":{"method":"GET","header":[],"url":"https://api.ahead.com/v2/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""},{"key":"transfer-encoding","value":"chunked"},{"key":"status","value":"200 OK"},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"vary","value":"Origin"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-request-id","value":"1663512a-c311-433e-8b73-49c061ac7a9d"},{"key":"etag","value":"W/\"e07c0ff1a92eba68b6d8d28017f83415\""},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-runtime","value":"0.123929"},{"key":"x-content-type-options","value":"nosniff"},{"key":"date","value":"Tue, 27 Feb 2024 15:50:28 GMT"},{"key":"server","value":"MBX API Service"},{"key":"content-encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"organization\": {\n            \"name\": \"Example Company\"\n        }\n    }\n}"}],"_postman_id":"ca973cd4-5a79-4595-aff8-99ac422bc14d"}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"CLIENT_SECRET"},{"key":"clientId","value":"CLIENT_ID"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"scope","value":"<scope>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]}},"event":[{"listen":"prerequest","script":{"id":"a01a0e80-c9c4-4291-8a62-c8997020b962","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"57e2a11e-20ac-441c-8add-56ad3f2c4e34","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.ahead.com"},{"key":"client_id","value":"CLIENT_ID"},{"key":"graphql_url","value":"https://api.ahead.com/v3/graphql"},{"key":"client_secret","value":"CLIENT_SECRET"}]}